forked from janeczku/calibre-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.pot
2006 lines (1532 loc) · 40.2 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) 2019 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-03-10 08:03+0100\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.6.0\n"
#: cps/book_formats.py:152 cps/book_formats.py:153 cps/book_formats.py:157
#: cps/book_formats.py:161 cps/converter.py:29 cps/converter.py:45
msgid "not installed"
msgstr ""
#: cps/converter.py:40 cps/converter.py:56
msgid "Excecution permissions missing"
msgstr ""
#: cps/converter.py:66
msgid "not configured"
msgstr ""
#: cps/helper.py:72
#, python-format
msgid "%(format)s format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:84
#, python-format
msgid "%(format)s not found on Google Drive: %(fn)s"
msgstr ""
#: cps/helper.py:91 cps/helper.py:199 cps/templates/detail.html:45
#: cps/templates/detail.html:49
msgid "Send to Kindle"
msgstr ""
#: cps/helper.py:92 cps/helper.py:110 cps/helper.py:201
msgid "This e-mail has been sent via Calibre-Web."
msgstr ""
#: cps/helper.py:103
#, python-format
msgid "%(format)s not found: %(fn)s"
msgstr ""
#: cps/helper.py:108
msgid "Calibre-Web test e-mail"
msgstr ""
#: cps/helper.py:109
msgid "Test e-mail"
msgstr ""
#: cps/helper.py:125
msgid "Get Started with Calibre-Web"
msgstr ""
#: cps/helper.py:126
#, python-format
msgid "Registration e-mail for user: %(name)s"
msgstr ""
#: cps/helper.py:139 cps/helper.py:141 cps/helper.py:143 cps/helper.py:145
#: cps/helper.py:151 cps/helper.py:153 cps/helper.py:155 cps/helper.py:157
#, python-format
msgid "Send %(format)s to Kindle"
msgstr ""
#: cps/helper.py:161 cps/helper.py:165
#, python-format
msgid "Convert %(orig)s to %(format)s and send to Kindle"
msgstr ""
#: cps/helper.py:200
#, python-format
msgid "E-mail: %(book)s"
msgstr ""
#: cps/helper.py:203
msgid "The requested file could not be read. Maybe wrong permissions?"
msgstr ""
#: cps/helper.py:311
#, python-format
msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:321
#, python-format
msgid "Rename author from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:335
#, python-format
msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:361 cps/helper.py:371 cps/helper.py:379
#, python-format
msgid "File %(file)s not found on Google Drive"
msgstr ""
#: cps/helper.py:400
#, python-format
msgid "Book path %(path)s not found on Google Drive"
msgstr ""
#: cps/helper.py:508
msgid "Error excecuting UnRar"
msgstr ""
#: cps/helper.py:510
msgid "Unrar binary file not found"
msgstr ""
#: cps/helper.py:541
msgid "Waiting"
msgstr ""
#: cps/helper.py:543
msgid "Failed"
msgstr ""
#: cps/helper.py:545
msgid "Started"
msgstr ""
#: cps/helper.py:547
msgid "Finished"
msgstr ""
#: cps/helper.py:549
msgid "Unknown Status"
msgstr ""
#: cps/helper.py:554
msgid "E-mail: "
msgstr ""
#: cps/helper.py:556 cps/helper.py:560
msgid "Convert: "
msgstr ""
#: cps/helper.py:558
msgid "Upload: "
msgstr ""
#: cps/helper.py:562
msgid "Unknown Task: "
msgstr ""
#: cps/updater.py:251 cps/updater.py:410 cps/updater.py:423
msgid "Unexpected data while reading update information"
msgstr ""
#: cps/updater.py:258 cps/updater.py:416
msgid "No update available. You already have the latest version installed"
msgstr ""
#: cps/updater.py:270 cps/updater.py:501 cps/updater.py:503 cps/web.py:1187
msgid "HTTP Error"
msgstr ""
#: cps/updater.py:272 cps/updater.py:505 cps/web.py:1188
msgid "Connection error"
msgstr ""
#: cps/updater.py:274 cps/updater.py:507 cps/web.py:1189
msgid "Timeout while establishing connection"
msgstr ""
#: cps/updater.py:276 cps/updater.py:509 cps/web.py:1190
msgid "General error"
msgstr ""
#: cps/updater.py:283 cps/updater.py:341 cps/updater.py:468
msgid "A new update is available. Click on the button below to update to the latest version."
msgstr ""
#: cps/updater.py:335
msgid "Could not fetch update information"
msgstr ""
#: cps/updater.py:403
msgid "No release information available"
msgstr ""
#: cps/updater.py:449 cps/updater.py:458
#, python-format
msgid "A new update is available. Click on the button below to update to version: %(version)s"
msgstr ""
#: cps/updater.py:491 cps/web.py:2771
msgid "Unknown"
msgstr ""
#: cps/web.py:1180
msgid "Requesting update package"
msgstr ""
#: cps/web.py:1181
msgid "Downloading update package"
msgstr ""
#: cps/web.py:1182
msgid "Unzipping update package"
msgstr ""
#: cps/web.py:1183
msgid "Replacing files"
msgstr ""
#: cps/web.py:1184
msgid "Database connections are closed"
msgstr ""
#: cps/web.py:1185
msgid "Stopping server"
msgstr ""
#: cps/web.py:1186
msgid "Update finished, please press okay and reload page"
msgstr ""
#: cps/web.py:1187 cps/web.py:1188 cps/web.py:1189 cps/web.py:1190
msgid "Update failed:"
msgstr ""
#: cps/web.py:1213
msgid "Recently Added Books"
msgstr ""
#: cps/web.py:1223
msgid "Newest Books"
msgstr ""
#: cps/web.py:1235
msgid "Oldest Books"
msgstr ""
#: cps/web.py:1247
msgid "Books (A-Z)"
msgstr ""
#: cps/web.py:1258
msgid "Books (Z-A)"
msgstr ""
#: cps/web.py:1287
msgid "Hot Books (most downloaded)"
msgstr ""
#: cps/web.py:1300
msgid "Best rated books"
msgstr ""
#: cps/templates/index.xml:39 cps/web.py:1313
msgid "Random Books"
msgstr ""
#: cps/web.py:1340 cps/web.py:1596 cps/web.py:2140
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
#: cps/web.py:1369
msgid "Publisher list"
msgstr ""
#: cps/web.py:1384
#, python-format
msgid "Publisher: %(name)s"
msgstr ""
#: cps/templates/index.xml:83 cps/web.py:1416
msgid "Series list"
msgstr ""
#: cps/web.py:1430
#, python-format
msgid "Series: %(serie)s"
msgstr ""
#: cps/web.py:1456
msgid "Available languages"
msgstr ""
#: cps/web.py:1476
#, python-format
msgid "Language: %(name)s"
msgstr ""
#: cps/templates/index.xml:76 cps/web.py:1487
msgid "Category list"
msgstr ""
#: cps/web.py:1501
#, python-format
msgid "Category: %(name)s"
msgstr ""
#: cps/templates/layout.html:73 cps/web.py:1632
msgid "Tasks"
msgstr ""
#: cps/web.py:1666
msgid "Statistics"
msgstr ""
#: cps/web.py:1734
msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again"
msgstr ""
#: cps/web.py:1779
msgid "Callback domain is not verified, please follow steps to verify domain in google developer console"
msgstr ""
#: cps/web.py:1855
msgid "Server restarted, please reload page"
msgstr ""
#: cps/web.py:1858
msgid "Performing shutdown of server, please close window"
msgstr ""
#: cps/web.py:1938
msgid "Published after "
msgstr ""
#: cps/web.py:1945
msgid "Published before "
msgstr ""
#: cps/web.py:1959
#, python-format
msgid "Rating <= %(rating)s"
msgstr ""
#: cps/web.py:1961
#, python-format
msgid "Rating >= %(rating)s"
msgstr ""
#: cps/web.py:2022 cps/web.py:2031
msgid "search"
msgstr ""
#: cps/templates/index.xml:47 cps/templates/index.xml:51
#: cps/templates/layout.html:148 cps/web.py:2099
msgid "Read Books"
msgstr ""
#: cps/templates/index.xml:55 cps/templates/index.xml:59
#: cps/templates/layout.html:150 cps/web.py:2102
msgid "Unread Books"
msgstr ""
#: cps/web.py:2150 cps/web.py:2152 cps/web.py:2154 cps/web.py:2166
msgid "Read a Book"
msgstr ""
#: cps/web.py:2225 cps/web.py:3146
msgid "Please fill out all fields!"
msgstr ""
#: cps/web.py:2226 cps/web.py:2248 cps/web.py:2252 cps/web.py:2257
#: cps/web.py:2259
msgid "register"
msgstr ""
#: cps/web.py:2247 cps/web.py:3365
msgid "An unknown error occurred. Please try again later."
msgstr ""
#: cps/web.py:2250
msgid "Your e-mail is not allowed to register"
msgstr ""
#: cps/web.py:2253
msgid "Confirmation e-mail was send to your e-mail account."
msgstr ""
#: cps/web.py:2256
msgid "This username or e-mail address is already in use."
msgstr ""
#: cps/web.py:2273 cps/web.py:2369
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr ""
#: cps/web.py:2278
msgid "Wrong Username or Password"
msgstr ""
#: cps/web.py:2284 cps/web.py:2305
msgid "login"
msgstr ""
#: cps/web.py:2317 cps/web.py:2348
msgid "Token not found"
msgstr ""
#: cps/web.py:2325 cps/web.py:2356
msgid "Token has expired"
msgstr ""
#: cps/web.py:2333
msgid "Success! Please return to your device"
msgstr ""
#: cps/web.py:2383
msgid "Please configure the SMTP mail settings first..."
msgstr ""
#: cps/web.py:2388
#, python-format
msgid "Book successfully queued for sending to %(kindlemail)s"
msgstr ""
#: cps/web.py:2392
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr ""
#: cps/web.py:2394 cps/web.py:3199
msgid "Please configure your kindle e-mail address first..."
msgstr ""
#: cps/web.py:2405 cps/web.py:2457
msgid "Invalid shelf specified"
msgstr ""
#: cps/web.py:2412
#, python-format
msgid "Sorry you are not allowed to add a book to the the shelf: %(shelfname)s"
msgstr ""
#: cps/web.py:2420
msgid "You are not allowed to edit public shelves"
msgstr ""
#: cps/web.py:2429
#, python-format
msgid "Book is already part of the shelf: %(shelfname)s"
msgstr ""
#: cps/web.py:2443
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr ""
#: cps/web.py:2462
#, python-format
msgid "You are not allowed to add a book to the the shelf: %(name)s"
msgstr ""
#: cps/web.py:2467
msgid "User is not allowed to edit public shelves"
msgstr ""
#: cps/web.py:2485
#, python-format
msgid "Books are already part of the shelf: %(name)s"
msgstr ""
#: cps/web.py:2499
#, python-format
msgid "Books have been added to shelf: %(sname)s"
msgstr ""
#: cps/web.py:2501
#, python-format
msgid "Could not add books to shelf: %(sname)s"
msgstr ""
#: cps/web.py:2538
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr ""
#: cps/web.py:2544
#, python-format
msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s"
msgstr ""
#: cps/web.py:2565 cps/web.py:2589
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr ""
#: cps/web.py:2570
#, python-format
msgid "Shelf %(title)s created"
msgstr ""
#: cps/web.py:2572 cps/web.py:2600
msgid "There was an error"
msgstr ""
#: cps/web.py:2573 cps/web.py:2575
msgid "create a shelf"
msgstr ""
#: cps/web.py:2598
#, python-format
msgid "Shelf %(title)s changed"
msgstr ""
#: cps/web.py:2601 cps/web.py:2603
msgid "Edit a shelf"
msgstr ""
#: cps/web.py:2624
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr ""
#: cps/web.py:2651
#, python-format
msgid "Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:2654
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr ""
#: cps/web.py:2685
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:2714 cps/web.py:3152
msgid "E-mail is not from valid domain"
msgstr ""
#: cps/web.py:2716 cps/web.py:2758 cps/web.py:2761
#, python-format
msgid "%(name)s's profile"
msgstr ""
#: cps/web.py:2756
msgid "Found an existing account for this e-mail address."
msgstr ""
#: cps/web.py:2759
msgid "Profile updated"
msgstr ""
#: cps/web.py:2790
msgid "Admin page"
msgstr ""
#: cps/web.py:2875 cps/web.py:3055
msgid "Calibre-Web configuration updated"
msgstr ""
#: cps/templates/admin.html:100 cps/web.py:2889
msgid "UI Configuration"
msgstr ""
#: cps/web.py:2907
msgid "Import of optional Google Drive requirements missing"
msgstr ""
#: cps/web.py:2910
msgid "client_secrets.json is missing or not readable"
msgstr ""
#: cps/web.py:2915 cps/web.py:2944
msgid "client_secrets.json is not configured for web application"
msgstr ""
#: cps/templates/admin.html:99 cps/web.py:2947 cps/web.py:2973 cps/web.py:2985
#: cps/web.py:3030 cps/web.py:3045 cps/web.py:3064 cps/web.py:3072
#: cps/web.py:3088
msgid "Basic Configuration"
msgstr ""
#: cps/web.py:2970
msgid "Keyfile location is not valid, please enter correct path"
msgstr ""
#: cps/web.py:2982
msgid "Certfile location is not valid, please enter correct path"
msgstr ""
#: cps/web.py:3027
msgid "Logfile location is not valid, please enter correct path"
msgstr ""
#: cps/web.py:3068
msgid "DB location is not valid, please enter correct path"
msgstr ""
#: cps/templates/admin.html:33 cps/web.py:3148 cps/web.py:3154 cps/web.py:3170
msgid "Add new user"
msgstr ""
#: cps/web.py:3160
#, python-format
msgid "User '%(user)s' created"
msgstr ""
#: cps/web.py:3164
msgid "Found an existing account for this e-mail address or nickname."
msgstr ""
#: cps/web.py:3194
#, python-format
msgid "Test e-mail successfully send to %(kindlemail)s"
msgstr ""
#: cps/web.py:3197
#, python-format
msgid "There was an error sending the Test e-mail: %(res)s"
msgstr ""
#: cps/web.py:3201
msgid "E-mail server settings updated"
msgstr ""
#: cps/web.py:3202
msgid "Edit e-mail server settings"
msgstr ""
#: cps/web.py:3227
#, python-format
msgid "User '%(nick)s' deleted"
msgstr ""
#: cps/web.py:3340
#, python-format
msgid "User '%(nick)s' updated"
msgstr ""
#: cps/web.py:3343
msgid "An unknown error occured."
msgstr ""
#: cps/web.py:3345
#, python-format
msgid "Edit User %(nick)s"
msgstr ""
#: cps/web.py:3362
#, python-format
msgid "Password for user %(user)s reset"
msgstr ""
#: cps/web.py:3376 cps/web.py:3582
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
#: cps/web.py:3404
msgid "edit metadata"
msgstr ""
#: cps/web.py:3497 cps/web.py:3743
#, python-format
msgid "File extension '%(ext)s' is not allowed to be uploaded to this server"
msgstr ""
#: cps/web.py:3501 cps/web.py:3746
msgid "File to be uploaded must have an extension"
msgstr ""
#: cps/web.py:3513 cps/web.py:3765
#, python-format
msgid "Failed to create path %(path)s (Permission denied)."
msgstr ""
#: cps/web.py:3518
#, python-format
msgid "Failed to store file %(file)s."
msgstr ""
#: cps/web.py:3535
#, python-format
msgid "File format %(ext)s added to %(book)s"
msgstr ""
#: cps/web.py:3553
#, python-format
msgid "Failed to create path for cover %(path)s (Permission denied)."
msgstr ""
#: cps/web.py:3561
#, python-format
msgid "Failed to store cover-file %(cover)s."
msgstr ""
#: cps/web.py:3564
msgid "Cover-file is not a valid image file"
msgstr ""
#: cps/web.py:3594 cps/web.py:3603
msgid "unknown"
msgstr ""
#: cps/web.py:3635
msgid "Cover is not a jpg file, can't save"
msgstr ""
#: cps/web.py:3683
#, python-format
msgid "%(langname)s is not a valid language"
msgstr ""
#: cps/web.py:3714
msgid "Metadata successfully updated"
msgstr ""
#: cps/web.py:3723
msgid "Error editing book, please check logfile for details"
msgstr ""
#: cps/web.py:3769
#, python-format
msgid "Failed to store file %(file)s (Permission denied)."
msgstr ""
#: cps/web.py:3774
#, python-format
msgid "Failed to delete file %(file)s (Permission denied)."
msgstr ""
#: cps/web.py:3857
#, python-format
msgid "File %(title)s"
msgstr ""
#: cps/web.py:3886
msgid "Source or destination format for conversion missing"
msgstr ""
#: cps/web.py:3896
#, python-format
msgid "Book successfully queued for converting to %(book_format)s"
msgstr ""
#: cps/web.py:3900
#, python-format
msgid "There was an error converting this book: %(res)s"
msgstr ""
#: cps/worker.py:305
#, python-format
msgid "Ebook-converter failed: %(error)s"
msgstr ""
#: cps/worker.py:316
#, python-format
msgid "Kindlegen failed with Error %(error)s. Message: %(message)s"
msgstr ""
#: cps/templates/admin.html:6
msgid "User list"
msgstr ""
#: cps/templates/admin.html:9
msgid "Nickname"
msgstr ""
#: cps/templates/admin.html:10
msgid "E-mail"
msgstr ""
#: cps/templates/admin.html:11
msgid "Kindle"
msgstr ""
#: cps/templates/admin.html:12
msgid "DLS"
msgstr ""
#: cps/templates/admin.html:13 cps/templates/layout.html:76
msgid "Admin"
msgstr ""
#: cps/templates/admin.html:14 cps/templates/detail.html:22
#: cps/templates/detail.html:31
msgid "Download"
msgstr ""
#: cps/templates/admin.html:15 cps/templates/layout.html:65
msgid "Upload"
msgstr ""
#: cps/templates/admin.html:16
msgid "Edit"
msgstr ""
#: cps/templates/admin.html:39
msgid "SMTP e-mail server settings"
msgstr ""
#: cps/templates/admin.html:42 cps/templates/email_edit.html:11
msgid "SMTP hostname"
msgstr ""
#: cps/templates/admin.html:43
msgid "SMTP port"
msgstr ""
#: cps/templates/admin.html:44
msgid "SSL"
msgstr ""
#: cps/templates/admin.html:45 cps/templates/email_edit.html:27
msgid "SMTP login"
msgstr ""
#: cps/templates/admin.html:46
msgid "From mail"
msgstr ""
#: cps/templates/admin.html:56
msgid "Change SMTP settings"
msgstr ""
#: cps/templates/admin.html:62
msgid "Configuration"
msgstr ""
#: cps/templates/admin.html:65
msgid "Calibre DB dir"
msgstr ""
#: cps/templates/admin.html:69
msgid "Log level"
msgstr ""
#: cps/templates/admin.html:73
msgid "Port"
msgstr ""
#: cps/templates/admin.html:79 cps/templates/config_view_edit.html:23
msgid "Books per page"
msgstr ""
#: cps/templates/admin.html:83
msgid "Uploading"
msgstr ""
#: cps/templates/admin.html:87
msgid "Anonymous browsing"
msgstr ""
#: cps/templates/admin.html:91
msgid "Public registration"
msgstr ""
#: cps/templates/admin.html:95 cps/templates/remote_login.html:4
msgid "Remote login"
msgstr ""
#: cps/templates/admin.html:106
msgid "Administration"
msgstr ""
#: cps/templates/admin.html:107
msgid "Reconnect to Calibre DB"
msgstr ""
#: cps/templates/admin.html:108
msgid "Restart Calibre-Web"
msgstr ""
#: cps/templates/admin.html:109
msgid "Stop Calibre-Web"
msgstr ""
#: cps/templates/admin.html:115
msgid "Update"
msgstr ""
#: cps/templates/admin.html:119
msgid "Version"
msgstr ""
#: cps/templates/admin.html:120
msgid "Details"
msgstr ""
#: cps/templates/admin.html:126
msgid "Current version"
msgstr ""
#: cps/templates/admin.html:132
msgid "Check for update"
msgstr ""
#: cps/templates/admin.html:133
msgid "Perform Update"
msgstr ""
#: cps/templates/admin.html:145
msgid "Do you really want to restart Calibre-Web?"
msgstr ""
#: cps/templates/admin.html:150 cps/templates/admin.html:164
#: cps/templates/admin.html:184 cps/templates/shelf.html:73
msgid "Ok"
msgstr ""
#: cps/templates/admin.html:151 cps/templates/admin.html:165
#: cps/templates/book_edit.html:178 cps/templates/book_edit.html:200
#: cps/templates/config_edit.html:226 cps/templates/config_view_edit.html:179
#: cps/templates/email_edit.html:40 cps/templates/email_edit.html:75
#: cps/templates/layout.html:28 cps/templates/shelf.html:74
#: cps/templates/shelf_edit.html:19 cps/templates/shelf_order.html:12
#: cps/templates/user_edit.html:149
msgid "Back"
msgstr ""
#: cps/templates/admin.html:163
msgid "Do you really want to stop Calibre-Web?"
msgstr ""
#: cps/templates/admin.html:175
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:50 cps/templates/author.html:97
#: cps/templates/discover.html:28 cps/templates/index.html:31
#: cps/templates/index.html:86 cps/templates/search.html:55
#: cps/templates/shelf.html:37
msgid "reduce"
msgstr ""
#: cps/templates/author.html:81
msgid "More by"
msgstr ""
#: cps/templates/book_edit.html:16
msgid "Delete Book"
msgstr ""
#: cps/templates/book_edit.html:19
msgid "Delete formats:"
msgstr ""
#: cps/templates/book_edit.html:22 cps/templates/book_edit.html:199
#: cps/templates/email_edit.html:73 cps/templates/email_edit.html:74
msgid "Delete"
msgstr ""
#: cps/templates/book_edit.html:30
msgid "Convert book format:"
msgstr ""
#: cps/templates/book_edit.html:34
msgid "Convert from:"
msgstr ""
#: cps/templates/book_edit.html:36 cps/templates/book_edit.html:43
msgid "select an option"
msgstr ""
#: cps/templates/book_edit.html:41
msgid "Convert to:"
msgstr ""
#: cps/templates/book_edit.html:50
msgid "Convert book"
msgstr ""
#: cps/templates/book_edit.html:59 cps/templates/search_form.html:6
msgid "Book Title"
msgstr ""
#: cps/templates/book_edit.html:63 cps/templates/book_edit.html:259
#: cps/templates/book_edit.html:277 cps/templates/search_form.html:10
msgid "Author"
msgstr ""
#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:264
#: cps/templates/book_edit.html:279 cps/templates/search_form.html:106
msgid "Description"
msgstr ""