forked from janeczku/calibre-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
1280 lines (976 loc) · 24.7 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-09-01 20:37+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.4.0\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1341
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:108
#, python-format
msgid "Kindlegen failed with Error %(error)s. Message: %(message)s"
msgstr ""
#: cps/helper.py:187
#, python-format
msgid "Failed to send mail: %s"
msgstr ""
#: cps/helper.py:194
msgid "Calibre-web test email"
msgstr ""
#: cps/helper.py:195 cps/helper.py:207
msgid "This email has been sent via calibre web."
msgstr ""
#: cps/helper.py:204 cps/templates/detail.html:43
msgid "Send to Kindle"
msgstr ""
#: cps/helper.py:224 cps/helper.py:238
msgid "Could not find any formats suitable for sending by email"
msgstr ""
#: cps/ub.py:543
msgid "Guest"
msgstr ""
#: cps/web.py:953
msgid "Requesting update package"
msgstr ""
#: cps/web.py:954
msgid "Downloading update package"
msgstr ""
#: cps/web.py:955
msgid "Unzipping update package"
msgstr ""
#: cps/web.py:956
msgid "Files are replaced"
msgstr ""
#: cps/web.py:957
msgid "Database connections are closed"
msgstr ""
#: cps/web.py:958
msgid "Server is stopped"
msgstr ""
#: cps/web.py:959
msgid "Update finished, please press okay and reload page"
msgstr ""
#: cps/web.py:1033
msgid "Recently Added Books"
msgstr ""
#: cps/web.py:1042
msgid "Newest Books"
msgstr ""
#: cps/web.py:1051
msgid "Oldest Books"
msgstr ""
#: cps/web.py:1060
msgid "Books (A-Z)"
msgstr ""
#: cps/web.py:1069
msgid "Books (Z-A)"
msgstr ""
#: cps/web.py:1099
msgid "Hot Books (most downloaded)"
msgstr ""
#: cps/web.py:1109
msgid "Best rated books"
msgstr ""
#: cps/templates/index.xml:35 cps/web.py:1118
msgid "Random Books"
msgstr ""
#: cps/web.py:1127
msgid "Author list"
msgstr ""
#: cps/web.py:1137 cps/web.py:1193 cps/web.py:1318 cps/web.py:1796
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
#: cps/templates/index.xml:70 cps/web.py:1179
msgid "Series list"
msgstr ""
#: cps/web.py:1191
#, python-format
msgid "Series: %(serie)s"
msgstr ""
#: cps/web.py:1224
msgid "Available languages"
msgstr ""
#: cps/web.py:1239
#, python-format
msgid "Language: %(name)s"
msgstr ""
#: cps/templates/index.xml:63 cps/web.py:1248
msgid "Category list"
msgstr ""
#: cps/web.py:1260
#, python-format
msgid "Category: %(name)s"
msgstr ""
#: cps/web.py:1352
msgid "Excecution permissions missing"
msgstr ""
#: cps/web.py:1366
msgid "Statistics"
msgstr ""
#: cps/web.py:1530
msgid "Server restarted, please reload page"
msgstr ""
#: cps/web.py:1532
msgid "Performing shutdown of server, please close window"
msgstr ""
#: cps/web.py:1548
msgid "Update done"
msgstr ""
#: cps/web.py:1623 cps/web.py:1636
msgid "search"
msgstr ""
#: cps/templates/index.xml:42 cps/templates/index.xml:46
#: cps/templates/layout.html:127 cps/web.py:1712
msgid "Read Books"
msgstr ""
#: cps/templates/index.xml:49 cps/templates/index.xml:53
#: cps/templates/layout.html:128 cps/web.py:1715
msgid "Unread Books"
msgstr ""
#: cps/web.py:1782 cps/web.py:1784 cps/web.py:1786 cps/web.py:1793
msgid "Read a Book"
msgstr ""
#: cps/web.py:1849 cps/web.py:2474
msgid "Please fill out all fields!"
msgstr ""
#: cps/web.py:1850 cps/web.py:1866 cps/web.py:1871 cps/web.py:1873
msgid "register"
msgstr ""
#: cps/web.py:1865
msgid "An unknown error occured. Please try again later."
msgstr ""
#: cps/web.py:1870
msgid "This username or email address is already in use."
msgstr ""
#: cps/web.py:1889 cps/web.py:1985
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr ""
#: cps/web.py:1894
msgid "Wrong Username or Password"
msgstr ""
#: cps/web.py:1900 cps/web.py:1921
msgid "login"
msgstr ""
#: cps/web.py:1933 cps/web.py:1964
msgid "Token not found"
msgstr ""
#: cps/web.py:1941 cps/web.py:1972
msgid "Token has expired"
msgstr ""
#: cps/web.py:1949
msgid "Success! Please return to your device"
msgstr ""
#: cps/web.py:1999
msgid "Please configure the SMTP mail settings first..."
msgstr ""
#: cps/web.py:2003
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr ""
#: cps/web.py:2007
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr ""
#: cps/web.py:2009 cps/web.py:2559
msgid "Please configure your kindle email address first..."
msgstr ""
#: cps/web.py:2053
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr ""
#: cps/web.py:2088
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr ""
#: cps/web.py:2107 cps/web.py:2131
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr ""
#: cps/web.py:2112
#, python-format
msgid "Shelf %(title)s created"
msgstr ""
#: cps/web.py:2114 cps/web.py:2142
msgid "There was an error"
msgstr ""
#: cps/web.py:2115 cps/web.py:2117
msgid "create a shelf"
msgstr ""
#: cps/web.py:2140
#, python-format
msgid "Shelf %(title)s changed"
msgstr ""
#: cps/web.py:2143 cps/web.py:2145
msgid "Edit a shelf"
msgstr ""
#: cps/web.py:2165
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr ""
#: cps/web.py:2187
#, python-format
msgid "Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:2190
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr ""
#: cps/web.py:2222
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:2287
msgid "Found an existing account for this email address."
msgstr ""
#: cps/web.py:2289 cps/web.py:2293
#, python-format
msgid "%(name)s's profile"
msgstr ""
#: cps/web.py:2290
msgid "Profile updated"
msgstr ""
#: cps/web.py:2304
msgid "Admin page"
msgstr ""
#: cps/web.py:2428
msgid "Calibre-web configuration updated"
msgstr ""
#: cps/web.py:2435 cps/web.py:2441 cps/web.py:2455
msgid "Basic Configuration"
msgstr ""
#: cps/web.py:2439
msgid "DB location is not valid, please enter correct path"
msgstr ""
#: cps/templates/admin.html:34 cps/web.py:2476 cps/web.py:2529
msgid "Add new user"
msgstr ""
#: cps/web.py:2521
#, python-format
msgid "User '%(user)s' created"
msgstr ""
#: cps/web.py:2525
msgid "Found an existing account for this email address or nickname."
msgstr ""
#: cps/web.py:2547
msgid "Mail settings updated"
msgstr ""
#: cps/web.py:2554
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr ""
#: cps/web.py:2557
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr ""
#: cps/web.py:2561
msgid "E-Mail settings updated"
msgstr ""
#: cps/web.py:2562
msgid "Edit mail settings"
msgstr ""
#: cps/web.py:2591
#, python-format
msgid "User '%(nick)s' deleted"
msgstr ""
#: cps/web.py:2689
#, python-format
msgid "User '%(nick)s' updated"
msgstr ""
#: cps/web.py:2692
msgid "An unknown error occured."
msgstr ""
#: cps/web.py:2695
#, python-format
msgid "Edit User %(nick)s"
msgstr ""
#: cps/web.py:2711
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
#: cps/web.py:2726 cps/web.py:2898 cps/web.py:3041
msgid "edit metadata"
msgstr ""
#: cps/web.py:2738 cps/web.py:2742
msgid "unknown"
msgstr ""
#: cps/web.py:2935
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr ""
#: cps/web.py:2941
msgid "File to be uploaded must have an extension"
msgstr ""
#: cps/web.py:2960
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr ""
#: cps/web.py:2965
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr ""
#: cps/web.py:2970
#, 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:68
msgid "Admin"
msgstr ""
#: cps/templates/admin.html:13 cps/templates/detail.html:21
#: cps/templates/detail.html:30
msgid "Download"
msgstr ""
#: cps/templates/admin.html:14 cps/templates/layout.html:61
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:79
msgid "Configuration"
msgstr ""
#: cps/templates/admin.html:60
msgid "Calibre DB dir"
msgstr ""
#: cps/templates/admin.html:61 cps/templates/config_edit.html:83
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:67 cps/templates/remote_login.html:4
msgid "Remote Login"
msgstr ""
#: cps/templates/admin.html:80
msgid "Administration"
msgstr ""
#: cps/templates/admin.html:82
msgid "Current commit timestamp"
msgstr ""
#: cps/templates/admin.html:83
msgid "Newest commit timestamp"
msgstr ""
#: cps/templates/admin.html:85
msgid "Reconnect to Calibre DB"
msgstr ""
#: cps/templates/admin.html:86
msgid "Restart Calibre-web"
msgstr ""
#: cps/templates/admin.html:87
msgid "Stop Calibre-web"
msgstr ""
#: cps/templates/admin.html:88
msgid "Check for update"
msgstr ""
#: cps/templates/admin.html:89
msgid "Perform Update"
msgstr ""
#: cps/templates/admin.html:99
msgid "Do you really want to restart Calibre-web?"
msgstr ""
#: cps/templates/admin.html:104 cps/templates/admin.html:118
#: cps/templates/admin.html:139 cps/templates/shelf.html:59
msgid "Ok"
msgstr ""
#: cps/templates/admin.html:105 cps/templates/admin.html:119
#: cps/templates/book_edit.html:127 cps/templates/book_edit.html:149
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
msgid "Back"
msgstr ""
#: cps/templates/admin.html:117
msgid "Do you really want to stop Calibre-web?"
msgstr ""
#: cps/templates/admin.html:130
msgid "Updating, please do not reload page"
msgstr ""
#: cps/templates/author.html:15
msgid "via"
msgstr ""
#: cps/templates/author.html:23
msgid "In Library"
msgstr ""
#: cps/templates/author.html:69
msgid "More by"
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:208
#: cps/templates/book_edit.html:226 cps/templates/search_form.html:10
msgid "Author"
msgstr ""
#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:213
#: cps/templates/book_edit.html:228
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:137
#: 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/detail.html:130
msgid "Publishing date"
msgstr ""
#: cps/templates/book_edit.html:63 cps/templates/user_edit.html:27
msgid "Language"
msgstr ""
#: cps/templates/book_edit.html:74
msgid "Yes"
msgstr ""
#: cps/templates/book_edit.html:75
msgid "No"
msgstr ""
#: cps/templates/book_edit.html:122
msgid "view book after edit"
msgstr ""
#: cps/templates/book_edit.html:125 cps/templates/book_edit.html:161
msgid "Get metadata"
msgstr ""
#: cps/templates/book_edit.html:126 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
msgid "Submit"
msgstr ""
#: cps/templates/book_edit.html:140
msgid "Are really you sure?"
msgstr ""
#: cps/templates/book_edit.html:143
msgid "Book will be deleted from Calibre database"
msgstr ""
#: cps/templates/book_edit.html:144
msgid "and from hard disk"
msgstr ""
#: cps/templates/book_edit.html:148
msgid "Delete"
msgstr ""
#: cps/templates/book_edit.html:164
msgid "Keyword"
msgstr ""
#: cps/templates/book_edit.html:165
msgid " Search keyword "
msgstr ""
#: cps/templates/book_edit.html:167 cps/templates/layout.html:43
msgid "Go!"
msgstr ""
#: cps/templates/book_edit.html:171
msgid "Click the cover to load metadata to the form"
msgstr ""
#: cps/templates/book_edit.html:183 cps/templates/book_edit.html:223
msgid "Loading..."
msgstr ""
#: cps/templates/book_edit.html:188 cps/templates/layout.html:199
msgid "Close"
msgstr ""
#: cps/templates/book_edit.html:210 cps/templates/book_edit.html:227
#: cps/templates/detail.html:125 cps/templates/search_form.html:14
msgid "Publisher"
msgstr ""
#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:229
msgid "Source"
msgstr ""
#: cps/templates/book_edit.html:224
msgid "Search error!"
msgstr ""
#: cps/templates/book_edit.html:225
msgid "No Result! Please try anonther keyword."
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/layout.html:116
#: cps/templates/layout.html:117 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:76
msgid "Tags for Mature Content"
msgstr ""
#: cps/templates/config_edit.html:93
msgid "Enable uploading"
msgstr ""
#: cps/templates/config_edit.html:97
msgid "Enable anonymous browsing"
msgstr ""
#: cps/templates/config_edit.html:101
msgid "Enable public registration"
msgstr ""
#: cps/templates/config_edit.html:105
msgid "Enable remote login (\"magic link\")"
msgstr ""
#: cps/templates/config_edit.html:110
msgid "Use"
msgstr ""
#: cps/templates/config_edit.html:111
msgid "Obtain an API Key"
msgstr ""
#: cps/templates/config_edit.html:115
msgid "Goodreads API Key"
msgstr ""
#: cps/templates/config_edit.html:119
msgid "Goodreads API Secret"
msgstr ""
#: cps/templates/config_edit.html:125
msgid "Default Settings for new users"
msgstr ""
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:90
msgid "Admin user"
msgstr ""
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
msgid "Allow Downloads"
msgstr ""
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
msgid "Allow Uploads"
msgstr ""
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
msgid "Allow Edit"
msgstr ""
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
msgid "Allow Delete books"
msgstr ""
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
msgid "Allow Changing Password"
msgstr ""
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
msgid "Allow Editing Public Shelfs"
msgstr ""
#: cps/templates/config_edit.html:159 cps/templates/layout.html:76
#: cps/templates/login.html:4
msgid "Login"
msgstr ""
#: cps/templates/detail.html:48
msgid "Read in browser"
msgstr ""
#: cps/templates/detail.html:87
msgid "Book"
msgstr ""
#: cps/templates/detail.html:87
msgid "of"
msgstr ""
#: cps/templates/detail.html:93
msgid "language"
msgstr ""
#: cps/templates/detail.html:167
msgid "Read"
msgstr ""
#: cps/templates/detail.html:176
msgid "Description:"
msgstr ""
#: cps/templates/detail.html:188
msgid "Add to shelf"
msgstr ""
#: cps/templates/detail.html:250
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 cps/templates/layout.html:183
msgid "Next"
msgstr ""
#: cps/templates/feed.xml:29 cps/templates/index.xml:7
#: cps/templates/layout.html:40 cps/templates/layout.html:41
msgid "Search"
msgstr ""
#: cps/templates/index.html:5
msgid "Discover (Random Books)"
msgstr ""
#: cps/templates/index.xml:5
msgid "Start"
msgstr ""
#: cps/templates/index.xml:14 cps/templates/layout.html:121
msgid "Hot Books"
msgstr ""
#: cps/templates/index.xml:18
msgid "Popular publications from this catalog based on Downloads."
msgstr ""
#: cps/templates/index.xml:21 cps/templates/layout.html:124
msgid "Best rated Books"
msgstr ""
#: cps/templates/index.xml:25
msgid "Popular publications from this catalog based on Rating."
msgstr ""
#: cps/templates/index.xml:28
msgid "New Books"
msgstr ""
#: cps/templates/index.xml:32
msgid "The latest Books"
msgstr ""
#: cps/templates/index.xml:39
msgid "Show Random Books"
msgstr ""
#: cps/templates/index.xml:56 cps/templates/layout.html:139
msgid "Authors"
msgstr ""
#: cps/templates/index.xml:60
msgid "Books ordered by Author"
msgstr ""
#: cps/templates/index.xml:67
msgid "Books ordered by category"
msgstr ""
#: cps/templates/index.xml:74
msgid "Books ordered by series"
msgstr ""
#: cps/templates/layout.html:30
msgid "Toggle navigation"
msgstr ""
#: cps/templates/layout.html:51
msgid "Advanced Search"
msgstr ""
#: cps/templates/layout.html:72
msgid "Logout"
msgstr ""
#: cps/templates/layout.html:77 cps/templates/register.html:18
msgid "Register"
msgstr ""