forked from janeczku/calibre-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
1149 lines (877 loc) · 22 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Translations template for PROJECT.
# Copyright (C) 2017 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-06-24 12:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.3.4\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1262
msgid "not installed"
msgstr ""
#: cps/helper.py:77
#, python-format
msgid "kindlegen binary %(kindlepath)s not found"
msgstr ""
#: cps/helper.py:83
#, python-format
msgid "epub format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgstr ""
#: cps/helper.py:109
#, python-format
msgid "Kindlegen failed with Error %(error)s. Message: %(message)s"
msgstr ""
#: cps/helper.py:186
#, python-format
msgid "Failed to send mail: %s"
msgstr ""
#: cps/helper.py:193
msgid "Calibre-web test email"
msgstr ""
#: cps/helper.py:194 cps/helper.py:206
msgid "This email has been sent via calibre web."
msgstr ""
#: cps/helper.py:203 cps/templates/detail.html:146
msgid "Send to Kindle"
msgstr ""
#: cps/helper.py:223 cps/helper.py:236
msgid "Could not find any formats suitable for sending by email"
msgstr ""
#: cps/ub.py:487
msgid "Guest"
msgstr ""
#: cps/web.py:921
msgid "Requesting update package"
msgstr ""
#: cps/web.py:922
msgid "Downloading update package"
msgstr ""
#: cps/web.py:923
msgid "Unzipping update package"
msgstr ""
#: cps/web.py:924
msgid "Files are replaced"
msgstr ""
#: cps/web.py:925
msgid "Database connections are closed"
msgstr ""
#: cps/web.py:926
msgid "Server is stopped"
msgstr ""
#: cps/web.py:927
msgid "Update finished, please press okay and reload page"
msgstr ""
#: cps/web.py:1001
msgid "Latest Books"
msgstr ""
#: cps/web.py:1032
msgid "Hot Books (most downloaded)"
msgstr ""
#: cps/web.py:1042
msgid "Best rated books"
msgstr ""
#: cps/templates/index.xml:36 cps/web.py:1051
msgid "Random Books"
msgstr ""
#: cps/web.py:1064
msgid "Author list"
msgstr ""
#: cps/web.py:1076
#, python-format
msgid "Author: %(name)s"
msgstr ""
#: cps/web.py:1078 cps/web.py:1106 cps/web.py:1239 cps/web.py:1716
#: cps/web.py:2672
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
#: cps/templates/index.xml:71 cps/web.py:1092
msgid "Series list"
msgstr ""
#: cps/web.py:1104
#, python-format
msgid "Series: %(serie)s"
msgstr ""
#: cps/web.py:1137
msgid "Available languages"
msgstr ""
#: cps/web.py:1152
#, python-format
msgid "Language: %(name)s"
msgstr ""
#: cps/templates/index.xml:64 cps/web.py:1165
msgid "Category list"
msgstr ""
#: cps/web.py:1177
#, python-format
msgid "Category: %(name)s"
msgstr ""
#: cps/web.py:1273
msgid "Excecution permissions missing"
msgstr ""
#: cps/web.py:1287
msgid "Statistics"
msgstr ""
#: cps/web.py:1451
msgid "Server restarted, please reload page"
msgstr ""
#: cps/web.py:1453
msgid "Performing shutdown of server, please close window"
msgstr ""
#: cps/web.py:1469
msgid "Update done"
msgstr ""
#: cps/web.py:1547 cps/web.py:1560
msgid "search"
msgstr ""
#: cps/web.py:1702 cps/web.py:1704 cps/web.py:1706 cps/web.py:1713
msgid "Read a Book"
msgstr ""
#: cps/web.py:1769 cps/web.py:2251
msgid "Please fill out all fields!"
msgstr ""
#: cps/web.py:1770 cps/web.py:1786 cps/web.py:1791 cps/web.py:1793
msgid "register"
msgstr ""
#: cps/web.py:1785
msgid "An unknown error occured. Please try again later."
msgstr ""
#: cps/web.py:1790
msgid "This username or email address is already in use."
msgstr ""
#: cps/web.py:1808
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr ""
#: cps/web.py:1813
msgid "Wrong Username or Password"
msgstr ""
#: cps/web.py:1815
msgid "login"
msgstr ""
#: cps/web.py:1832
msgid "Please configure the SMTP mail settings first..."
msgstr ""
#: cps/web.py:1836
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr ""
#: cps/web.py:1840
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr ""
#: cps/web.py:1842 cps/web.py:2335
msgid "Please configure your kindle email address first..."
msgstr ""
#: cps/web.py:1867
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr ""
#: cps/web.py:1887
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr ""
#: cps/web.py:1905 cps/web.py:1929
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr ""
#: cps/web.py:1910
#, python-format
msgid "Shelf %(title)s created"
msgstr ""
#: cps/web.py:1912 cps/web.py:1940
msgid "There was an error"
msgstr ""
#: cps/web.py:1913 cps/web.py:1915
msgid "create a shelf"
msgstr ""
#: cps/web.py:1938
#, python-format
msgid "Shelf %(title)s changed"
msgstr ""
#: cps/web.py:1941 cps/web.py:1943
msgid "Edit a shelf"
msgstr ""
#: cps/web.py:1963
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr ""
#: cps/web.py:1985
#, python-format
msgid "Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:2016
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:2080
msgid "Found an existing account for this email address."
msgstr ""
#: cps/web.py:2082 cps/web.py:2086
#, python-format
msgid "%(name)s's profile"
msgstr ""
#: cps/web.py:2083
msgid "Profile updated"
msgstr ""
#: cps/web.py:2097
msgid "Admin page"
msgstr ""
#: cps/web.py:2205
msgid "Calibre-web configuration updated"
msgstr ""
#: cps/web.py:2212 cps/web.py:2218 cps/web.py:2232
msgid "Basic Configuration"
msgstr ""
#: cps/web.py:2216
msgid "DB location is not valid, please enter correct path"
msgstr ""
#: cps/templates/admin.html:34 cps/web.py:2253 cps/web.py:2305
msgid "Add new user"
msgstr ""
#: cps/web.py:2297
#, python-format
msgid "User '%(user)s' created"
msgstr ""
#: cps/web.py:2301
msgid "Found an existing account for this email address or nickname."
msgstr ""
#: cps/web.py:2323
msgid "Mail settings updated"
msgstr ""
#: cps/web.py:2330
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr ""
#: cps/web.py:2333
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr ""
#: cps/web.py:2337
msgid "E-Mail settings updated"
msgstr ""
#: cps/web.py:2338
msgid "Edit mail settings"
msgstr ""
#: cps/web.py:2367
#, python-format
msgid "User '%(nick)s' deleted"
msgstr ""
#: cps/web.py:2463
#, python-format
msgid "User '%(nick)s' updated"
msgstr ""
#: cps/web.py:2466
msgid "An unknown error occured."
msgstr ""
#: cps/web.py:2469
#, python-format
msgid "Edit User %(nick)s"
msgstr ""
#: cps/web.py:2504 cps/web.py:2508
msgid "unknown"
msgstr ""
#: cps/web.py:2667 cps/web.py:2670 cps/web.py:2780
msgid "edit metadata"
msgstr ""
#: cps/web.py:2691
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr ""
#: cps/web.py:2697
msgid "File to be uploaded must have an extension"
msgstr ""
#: cps/web.py:2714
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr ""
#: cps/web.py:2719
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr ""
#: cps/web.py:2724
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr ""
#: cps/templates/admin.html:4
msgid "User list"
msgstr ""
#: cps/templates/admin.html:8
msgid "Nickname"
msgstr ""
#: cps/templates/admin.html:9
msgid "Email"
msgstr ""
#: cps/templates/admin.html:10
msgid "Kindle"
msgstr ""
#: cps/templates/admin.html:11
msgid "DLS"
msgstr ""
#: cps/templates/admin.html:12 cps/templates/layout.html:85
msgid "Admin"
msgstr ""
#: cps/templates/admin.html:13 cps/templates/detail.html:134
msgid "Download"
msgstr ""
#: cps/templates/admin.html:14 cps/templates/layout.html:78
msgid "Upload"
msgstr ""
#: cps/templates/admin.html:15
msgid "Edit"
msgstr ""
#: cps/templates/admin.html:16
msgid "Passwd"
msgstr ""
#: cps/templates/admin.html:35
msgid "SMTP mail settings"
msgstr ""
#: cps/templates/admin.html:38 cps/templates/email_edit.html:7
msgid "SMTP hostname"
msgstr ""
#: cps/templates/admin.html:39
msgid "SMTP port"
msgstr ""
#: cps/templates/admin.html:40
msgid "SSL"
msgstr ""
#: cps/templates/admin.html:41 cps/templates/email_edit.html:23
msgid "SMTP login"
msgstr ""
#: cps/templates/admin.html:42 cps/templates/email_edit.html:27
msgid "SMTP password"
msgstr ""
#: cps/templates/admin.html:43
msgid "From mail"
msgstr ""
#: cps/templates/admin.html:55
msgid "Change SMTP settings"
msgstr ""
#: cps/templates/admin.html:57 cps/templates/admin.html:77
msgid "Configuration"
msgstr ""
#: cps/templates/admin.html:60
msgid "Calibre DB dir"
msgstr ""
#: cps/templates/admin.html:61 cps/templates/config_edit.html:76
msgid "Log Level"
msgstr ""
#: cps/templates/admin.html:62
msgid "Port"
msgstr ""
#: cps/templates/admin.html:63 cps/templates/config_edit.html:60
msgid "Books per page"
msgstr ""
#: cps/templates/admin.html:64
msgid "Uploading"
msgstr ""
#: cps/templates/admin.html:65
msgid "Public registration"
msgstr ""
#: cps/templates/admin.html:66
msgid "Anonymous browsing"
msgstr ""
#: cps/templates/admin.html:78
msgid "Administration"
msgstr ""
#: cps/templates/admin.html:80
msgid "Current commit timestamp"
msgstr ""
#: cps/templates/admin.html:81
msgid "Newest commit timestamp"
msgstr ""
#: cps/templates/admin.html:83
msgid "Reconnect to Calibre DB"
msgstr ""
#: cps/templates/admin.html:84
msgid "Restart Calibre-web"
msgstr ""
#: cps/templates/admin.html:85
msgid "Stop Calibre-web"
msgstr ""
#: cps/templates/admin.html:86
msgid "Check for update"
msgstr ""
#: cps/templates/admin.html:87
msgid "Perform Update"
msgstr ""
#: cps/templates/admin.html:97
msgid "Do you really want to restart Calibre-web?"
msgstr ""
#: cps/templates/admin.html:102 cps/templates/admin.html:116
#: cps/templates/admin.html:137 cps/templates/shelf.html:52
msgid "Ok"
msgstr ""
#: cps/templates/admin.html:103 cps/templates/admin.html:117
#: cps/templates/book_edit.html:120 cps/templates/book_edit.html:142
#: cps/templates/config_edit.html:127 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:53 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:128
msgid "Back"
msgstr ""
#: cps/templates/admin.html:115
msgid "Do you really want to stop Calibre-web?"
msgstr ""
#: cps/templates/admin.html:128
msgid "Updating, please do not reload page"
msgstr ""
#: cps/templates/book_edit.html:16
msgid "Delete Book"
msgstr ""
#: cps/templates/book_edit.html:22 cps/templates/search_form.html:6
msgid "Book Title"
msgstr ""
#: cps/templates/book_edit.html:26 cps/templates/book_edit.html:181
#: cps/templates/search_form.html:10
msgid "Author"
msgstr ""
#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:183
msgid "Description"
msgstr ""
#: cps/templates/book_edit.html:34 cps/templates/search_form.html:17
msgid "Tags"
msgstr ""
#: cps/templates/book_edit.html:39 cps/templates/layout.html:142
#: cps/templates/search_form.html:37
msgid "Series"
msgstr ""
#: cps/templates/book_edit.html:43
msgid "Series id"
msgstr ""
#: cps/templates/book_edit.html:47
msgid "Rating"
msgstr ""
#: cps/templates/book_edit.html:51
msgid "Cover URL (jpg)"
msgstr ""
#: cps/templates/book_edit.html:56 cps/templates/user_edit.html:27
msgid "Language"
msgstr ""
#: cps/templates/book_edit.html:67
msgid "Yes"
msgstr ""
#: cps/templates/book_edit.html:68
msgid "No"
msgstr ""
#: cps/templates/book_edit.html:115
msgid "view book after edit"
msgstr ""
#: cps/templates/book_edit.html:118 cps/templates/book_edit.html:154
msgid "Get metadata"
msgstr ""
#: cps/templates/book_edit.html:119 cps/templates/config_edit.html:125
#: cps/templates/login.html:19 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:126
msgid "Submit"
msgstr ""
#: cps/templates/book_edit.html:133
msgid "Are really you sure?"
msgstr ""
#: cps/templates/book_edit.html:136
msgid "Book will be deleted from Calibre database"
msgstr ""
#: cps/templates/book_edit.html:137
msgid "and from hard disk"
msgstr ""
#: cps/templates/book_edit.html:141
msgid "Delete"
msgstr ""
#: cps/templates/book_edit.html:157
msgid "Keyword"
msgstr ""
#: cps/templates/book_edit.html:158
msgid " Search keyword "
msgstr ""
#: cps/templates/book_edit.html:160 cps/templates/layout.html:60
msgid "Go!"
msgstr ""
#: cps/templates/book_edit.html:161
msgid "Click the cover to load metadata to the form"
msgstr ""
#: cps/templates/book_edit.html:165 cps/templates/book_edit.html:178
msgid "Loading..."
msgstr ""
#: cps/templates/book_edit.html:168
msgid "Close"
msgstr ""
#: cps/templates/book_edit.html:179
msgid "Search error!"
msgstr ""
#: cps/templates/book_edit.html:180
msgid "No Result! Please try anonther keyword."
msgstr ""
#: cps/templates/book_edit.html:182 cps/templates/detail.html:76
#: cps/templates/search_form.html:14
msgid "Publisher"
msgstr ""
#: cps/templates/book_edit.html:184
msgid "Source"
msgstr ""
#: cps/templates/config_edit.html:7
msgid "Location of Calibre database"
msgstr ""
#: cps/templates/config_edit.html:13
msgid "Use google drive?"
msgstr ""
#: cps/templates/config_edit.html:17
msgid "Client id"
msgstr ""
#: cps/templates/config_edit.html:21
msgid "Client secret"
msgstr ""
#: cps/templates/config_edit.html:25
msgid "Calibre Base URL"
msgstr ""
#: cps/templates/config_edit.html:29
msgid "Google drive Calibre folder"
msgstr ""
#: cps/templates/config_edit.html:38
msgid "Metadata Watch Channel ID"
msgstr ""
#: cps/templates/config_edit.html:52
msgid "Server Port"
msgstr ""
#: cps/templates/config_edit.html:56 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr ""
#: cps/templates/config_edit.html:64
msgid "No. of random books to show"
msgstr ""
#: cps/templates/config_edit.html:68
msgid "Regular expression for ignoring columns"
msgstr ""
#: cps/templates/config_edit.html:72
msgid "Regular expression for title sorting"
msgstr ""
#: cps/templates/config_edit.html:86
msgid "Enable uploading"
msgstr ""
#: cps/templates/config_edit.html:90
msgid "Enable anonymous browsing"
msgstr ""
#: cps/templates/config_edit.html:94
msgid "Enable public registration"
msgstr ""
#: cps/templates/config_edit.html:96
msgid "Default Settings for new users"
msgstr ""
#: cps/templates/config_edit.html:99 cps/templates/user_edit.html:87
msgid "Admin user"
msgstr ""
#: cps/templates/config_edit.html:103 cps/templates/user_edit.html:92
msgid "Allow Downloads"
msgstr ""
#: cps/templates/config_edit.html:107 cps/templates/user_edit.html:96
msgid "Allow Uploads"
msgstr ""
#: cps/templates/config_edit.html:111 cps/templates/user_edit.html:100
msgid "Allow Edit"
msgstr ""
#: cps/templates/config_edit.html:115 cps/templates/user_edit.html:104
msgid "Allow Delete books"
msgstr ""
#: cps/templates/config_edit.html:119 cps/templates/user_edit.html:109
msgid "Allow Changing Password"
msgstr ""
#: cps/templates/config_edit.html:123 cps/templates/user_edit.html:113
msgid "Allow Editing Public Shelfs"
msgstr ""
#: cps/templates/config_edit.html:130 cps/templates/layout.html:93
#: cps/templates/login.html:4
msgid "Login"
msgstr ""
#: cps/templates/detail.html:40
msgid "Book"
msgstr ""
#: cps/templates/detail.html:40
msgid "of"
msgstr ""
#: cps/templates/detail.html:46
msgid "language"
msgstr ""
#: cps/templates/detail.html:81
msgid "Publishing date"
msgstr ""
#: cps/templates/detail.html:115
msgid "Read"
msgstr ""
#: cps/templates/detail.html:123
msgid "Description:"
msgstr ""
#: cps/templates/detail.html:151
msgid "Read in browser"
msgstr ""
#: cps/templates/detail.html:171
msgid "Add to shelf"
msgstr ""
#: cps/templates/detail.html:211
msgid "Edit metadata"
msgstr ""
#: cps/templates/email_edit.html:11
msgid "SMTP port (usually 25 for plain SMTP and 465 for SSL and 587 for STARTTLS)"
msgstr ""
#: cps/templates/email_edit.html:15
msgid "Encryption"
msgstr ""
#: cps/templates/email_edit.html:17
msgid "None"
msgstr ""
#: cps/templates/email_edit.html:18
msgid "STARTTLS"
msgstr ""
#: cps/templates/email_edit.html:19
msgid "SSL/TLS"
msgstr ""
#: cps/templates/email_edit.html:31
msgid "From e-mail"
msgstr ""
#: cps/templates/email_edit.html:34
msgid "Save settings"
msgstr ""
#: cps/templates/email_edit.html:35
msgid "Save settings and send Test E-Mail"
msgstr ""
#: cps/templates/feed.xml:20
msgid "Next"
msgstr ""
#: cps/templates/index.html:5
msgid "Discover (Random Books)"
msgstr ""
#: cps/templates/index.xml:5
msgid "Start"
msgstr ""
#: cps/templates/index.xml:7 cps/templates/layout.html:58
msgid "Search"
msgstr ""
#: cps/templates/index.xml:15 cps/templates/layout.html:126
msgid "Hot Books"
msgstr ""
#: cps/templates/index.xml:19
msgid "Popular publications from this catalog based on Downloads."
msgstr ""
#: cps/templates/index.xml:22 cps/templates/layout.html:129
msgid "Best rated Books"
msgstr ""
#: cps/templates/index.xml:26
msgid "Popular publications from this catalog based on Rating."
msgstr ""
#: cps/templates/index.xml:29 cps/templates/layout.html:124
msgid "New Books"
msgstr ""
#: cps/templates/index.xml:33
msgid "The latest Books"
msgstr ""
#: cps/templates/index.xml:40
msgid "Show Random Books"
msgstr ""
#: cps/templates/index.xml:43 cps/templates/index.xml:47
#: cps/templates/layout.html:132
msgid "Read Books"
msgstr ""
#: cps/templates/index.xml:50 cps/templates/index.xml:54
#: cps/templates/layout.html:133
msgid "Unread Books"
msgstr ""
#: cps/templates/index.xml:57 cps/templates/layout.html:144
msgid "Authors"
msgstr ""
#: cps/templates/index.xml:61
msgid "Books ordered by Author"
msgstr ""
#: cps/templates/index.xml:68
msgid "Books ordered by category"
msgstr ""
#: cps/templates/index.xml:75
msgid "Books ordered by series"
msgstr ""
#: cps/templates/layout.html:48
msgid "Toggle navigation"
msgstr ""
#: cps/templates/layout.html:68
msgid "Advanced Search"
msgstr ""
#: cps/templates/layout.html:89
msgid "Logout"
msgstr ""
#: cps/templates/layout.html:94 cps/templates/register.html:18
msgid "Register"
msgstr ""
#: cps/templates/layout.html:123
msgid "Browse"
msgstr ""
#: cps/templates/layout.html:136
msgid "Discover"
msgstr ""
#: cps/templates/layout.html:139
msgid "Categories"
msgstr ""
#: cps/templates/layout.html:146 cps/templates/search_form.html:58
msgid "Languages"
msgstr ""
#: cps/templates/layout.html:149
msgid "Public Shelves"
msgstr ""
#: cps/templates/layout.html:153
msgid "Your Shelves"
msgstr ""
#: cps/templates/layout.html:158
msgid "Create a Shelf"
msgstr ""
#: cps/templates/layout.html:159
msgid "About"
msgstr ""
#: cps/templates/login.html:7 cps/templates/login.html:8
#: cps/templates/register.html:7 cps/templates/user_edit.html:8
msgid "Username"
msgstr ""
#: cps/templates/login.html:11 cps/templates/login.html:12
#: cps/templates/register.html:11 cps/templates/user_edit.html:18
msgid "Password"
msgstr ""
#: cps/templates/login.html:16
msgid "Remember me"
msgstr ""
#: cps/templates/osd.xml:5
msgid "Calibre Web ebook catalog"
msgstr ""
#: cps/templates/read.html:136
msgid "Reflow text when sidebars are open."
msgstr ""
#: cps/templates/readpdf.html:29
msgid "PDF.js viewer"
msgstr ""
#: cps/templates/readtxt.html:6
msgid "Basic txt Reader"
msgstr ""
#: cps/templates/register.html:4
msgid "Register a new account"
msgstr ""
#: cps/templates/register.html:8
msgid "Choose a username"
msgstr ""
#: cps/templates/register.html:12
msgid "Choose a password"
msgstr ""