-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
messages.pot
3612 lines (2764 loc) · 76.6 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) 2024 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-12-15 07:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: cps/about.py:85
msgid "Statistics"
msgstr ""
#: cps/admin.py:151
msgid "Server restarted, please reload page."
msgstr ""
#: cps/admin.py:153
msgid "Performing Server shutdown, please close window."
msgstr ""
#: cps/admin.py:161
msgid "Success! Database Reconnected"
msgstr ""
#: cps/admin.py:164
msgid "Unknown command"
msgstr ""
#: cps/admin.py:175
msgid "Success! Books queued for Metadata Backup, please check Tasks for result"
msgstr ""
#: cps/admin.py:208 cps/editbooks.py:614 cps/editbooks.py:657
#: cps/editbooks.py:1302 cps/updater.py:615 cps/uploader.py:108
#: cps/uploader.py:117
msgid "Unknown"
msgstr ""
#: cps/admin.py:233
msgid "Admin page"
msgstr ""
#: cps/admin.py:253
msgid "Basic Configuration"
msgstr ""
#: cps/admin.py:291
msgid "UI Configuration"
msgstr ""
#: cps/admin.py:315 cps/admin.py:996 cps/db.py:789 cps/search.py:150
#: cps/web.py:753
#, python-format
msgid "Custom Column No.%(column)d does not exist in calibre database"
msgstr ""
#: cps/admin.py:333 cps/templates/admin.html:51
msgid "Edit Users"
msgstr ""
#: cps/admin.py:377 cps/opds.py:540 cps/templates/grid.html:14
#: cps/templates/list.html:13
msgid "All"
msgstr ""
#: cps/admin.py:401 cps/admin.py:1426
msgid "User not found"
msgstr ""
#: cps/admin.py:415
msgid "{} users deleted successfully"
msgstr ""
#: cps/admin.py:438 cps/templates/config_view_edit.html:133
#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81
msgid "Show All"
msgstr ""
#: cps/admin.py:459 cps/admin.py:465
msgid "Malformed request"
msgstr ""
#: cps/admin.py:477 cps/admin.py:2069
msgid "Guest Name can't be changed"
msgstr ""
#: cps/admin.py:489
msgid "Guest can't have this role"
msgstr ""
#: cps/admin.py:501 cps/admin.py:2023
msgid "No admin user remaining, can't remove admin role"
msgstr ""
#: cps/admin.py:505 cps/admin.py:519
msgid "Value has to be true or false"
msgstr ""
#: cps/admin.py:507
msgid "Invalid role"
msgstr ""
#: cps/admin.py:511
msgid "Guest can't have this view"
msgstr ""
#: cps/admin.py:521
msgid "Invalid view"
msgstr ""
#: cps/admin.py:524
msgid "Guest's Locale is determined automatically and can't be set"
msgstr ""
#: cps/admin.py:528
msgid "No Valid Locale Given"
msgstr ""
#: cps/admin.py:539
msgid "No Valid Book Language Given"
msgstr ""
#: cps/admin.py:541 cps/editbooks.py:292
msgid "Parameter not found"
msgstr ""
#: cps/admin.py:578
msgid "Invalid Read Column"
msgstr ""
#: cps/admin.py:584
msgid "Invalid Restricted Column"
msgstr ""
#: cps/admin.py:604 cps/admin.py:1894
msgid "Calibre-Web configuration updated"
msgstr ""
#: cps/admin.py:616
msgid "Do you really want to delete the Kobo Token?"
msgstr ""
#: cps/admin.py:618
msgid "Do you really want to delete this domain?"
msgstr ""
#: cps/admin.py:620
msgid "Do you really want to delete this user?"
msgstr ""
#: cps/admin.py:622
msgid "Are you sure you want to delete this shelf?"
msgstr ""
#: cps/admin.py:624
msgid "Are you sure you want to change locales of selected user(s)?"
msgstr ""
#: cps/admin.py:626
msgid "Are you sure you want to change visible book languages for selected user(s)?"
msgstr ""
#: cps/admin.py:628
msgid "Are you sure you want to change the selected role for the selected user(s)?"
msgstr ""
#: cps/admin.py:630
msgid "Are you sure you want to change the selected restrictions for the selected user(s)?"
msgstr ""
#: cps/admin.py:632
msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?"
msgstr ""
#: cps/admin.py:635
msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?"
msgstr ""
#: cps/admin.py:637
msgid "Are you sure you want to change Calibre library location?"
msgstr ""
#: cps/admin.py:639
msgid "Calibre-Web will search for updated Covers and update Cover Thumbnails, this may take a while?"
msgstr ""
#: cps/admin.py:642
msgid "Are you sure you want delete Calibre-Web's sync database to force a full sync with your Kobo Reader?"
msgstr ""
#: cps/admin.py:885 cps/admin.py:891 cps/admin.py:901 cps/admin.py:911
#: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41
#: cps/templates/user_table.html:58
msgid "Deny"
msgstr ""
#: cps/admin.py:887 cps/admin.py:893 cps/admin.py:903 cps/admin.py:913
#: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44
#: cps/templates/user_table.html:61
msgid "Allow"
msgstr ""
#: cps/admin.py:946
msgid "{} sync entries deleted"
msgstr ""
#: cps/admin.py:987
msgid "Tag not found"
msgstr ""
#: cps/admin.py:1005
msgid "Invalid Action"
msgstr ""
#: cps/admin.py:1132
msgid "client_secrets.json Is Not Configured For Web Application"
msgstr ""
#: cps/admin.py:1177
msgid "Logfile Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1183
msgid "Access Logfile Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1217
msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier"
msgstr ""
#: cps/admin.py:1223
msgid "Please Enter a LDAP Service Account and Password"
msgstr ""
#: cps/admin.py:1226
msgid "Please Enter a LDAP Service Account"
msgstr ""
#: cps/admin.py:1231
#, python-format
msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier"
msgstr ""
#: cps/admin.py:1233
msgid "LDAP Group Object Filter Has Unmatched Parenthesis"
msgstr ""
#: cps/admin.py:1237
#, python-format
msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier"
msgstr ""
#: cps/admin.py:1239
msgid "LDAP User Object Filter Has Unmatched Parenthesis"
msgstr ""
#: cps/admin.py:1246
#, python-format
msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier"
msgstr ""
#: cps/admin.py:1248
msgid "LDAP Member User Filter Has Unmatched Parenthesis"
msgstr ""
#: cps/admin.py:1255
msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1286 cps/templates/admin.html:53
msgid "Add New User"
msgstr ""
#: cps/admin.py:1295 cps/templates/admin.html:100
msgid "Edit Email Server Settings"
msgstr ""
#: cps/admin.py:1314
msgid "Success! Gmail Account Verified."
msgstr ""
#: cps/admin.py:1334 cps/admin.py:1337 cps/admin.py:1722 cps/admin.py:1878
#: cps/admin.py:1976 cps/admin.py:2097 cps/editbooks.py:168
#: cps/editbooks.py:561 cps/editbooks.py:1256 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:476 cps/tasks/convert.py:160 cps/web.py:1530
#, python-format
msgid "Oops! Database Error: %(error)s."
msgstr ""
#: cps/admin.py:1344
#, python-format
msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result"
msgstr ""
#: cps/admin.py:1347
#, python-format
msgid "There was an error sending the Test e-mail: %(res)s"
msgstr ""
#: cps/admin.py:1349
msgid "Please configure your e-mail address first..."
msgstr ""
#: cps/admin.py:1351
msgid "Email Server Settings updated"
msgstr ""
#: cps/admin.py:1374 cps/templates/admin.html:195
msgid "Edit Scheduled Tasks Settings"
msgstr ""
#: cps/admin.py:1386
msgid "Invalid start time for task specified"
msgstr ""
#: cps/admin.py:1391
msgid "Invalid duration for task specified"
msgstr ""
#: cps/admin.py:1401
msgid "Scheduled tasks settings updated"
msgstr ""
#: cps/admin.py:1411 cps/admin.py:1460 cps/admin.py:2093 cps/web.py:1320
msgid "Oops! An unknown error occurred. Please try again later."
msgstr ""
#: cps/admin.py:1415
msgid "Settings DB is not Writeable"
msgstr ""
#: cps/admin.py:1445 cps/admin.py:2085
#, python-format
msgid "Edit User %(nick)s"
msgstr ""
#: cps/admin.py:1457
#, python-format
msgid "Success! Password for user %(user)s reset"
msgstr ""
#: cps/admin.py:1463
msgid "Oops! Please configure the SMTP mail settings."
msgstr ""
#: cps/admin.py:1474
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:1540
msgid "Requesting update package"
msgstr ""
#: cps/admin.py:1541
msgid "Downloading update package"
msgstr ""
#: cps/admin.py:1542
msgid "Unzipping update package"
msgstr ""
#: cps/admin.py:1543
msgid "Replacing files"
msgstr ""
#: cps/admin.py:1544
msgid "Database connections are closed"
msgstr ""
#: cps/admin.py:1545
msgid "Stopping server"
msgstr ""
#: cps/admin.py:1546
msgid "Update finished, please press okay and reload page"
msgstr ""
#: cps/admin.py:1547 cps/admin.py:1548 cps/admin.py:1549 cps/admin.py:1550
#: cps/admin.py:1551 cps/admin.py:1552
msgid "Update failed:"
msgstr ""
#: cps/admin.py:1547 cps/updater.py:391 cps/updater.py:626 cps/updater.py:628
msgid "HTTP Error"
msgstr ""
#: cps/admin.py:1548 cps/updater.py:393 cps/updater.py:630
msgid "Connection error"
msgstr ""
#: cps/admin.py:1549 cps/updater.py:395 cps/updater.py:632
msgid "Timeout while establishing connection"
msgstr ""
#: cps/admin.py:1550 cps/updater.py:397 cps/updater.py:634
msgid "General error"
msgstr ""
#: cps/admin.py:1551
msgid "Update file could not be saved in temp dir"
msgstr ""
#: cps/admin.py:1552
msgid "Files could not be replaced during update"
msgstr ""
#: cps/admin.py:1576
msgid "Failed to extract at least One LDAP User"
msgstr ""
#: cps/admin.py:1621
msgid "Failed to Create at Least One LDAP User"
msgstr ""
#: cps/admin.py:1634
#, python-format
msgid "Error: %(ldaperror)s"
msgstr ""
#: cps/admin.py:1638
msgid "Error: No user returned in response of LDAP server"
msgstr ""
#: cps/admin.py:1674
msgid "At Least One LDAP User Not Found in Database"
msgstr ""
#: cps/admin.py:1676
msgid "{} User Successfully Imported"
msgstr ""
#: cps/admin.py:1734
msgid "Books path not valid"
msgstr ""
#: cps/admin.py:1740
msgid "DB Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1768
msgid "DB is not Writeable"
msgstr ""
#: cps/admin.py:1782
msgid "Keyfile Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1786
msgid "Certfile Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1863
msgid "Password length has to be between 1 and 40"
msgstr ""
#: cps/admin.py:1917
msgid "Database Settings updated"
msgstr ""
#: cps/admin.py:1925
msgid "Database Configuration"
msgstr ""
#: cps/admin.py:1940 cps/web.py:1294
msgid "Oops! Please complete all fields."
msgstr ""
#: cps/admin.py:1949
msgid "E-mail is not from valid domain"
msgstr ""
#: cps/admin.py:1955
msgid "Add new user"
msgstr ""
#: cps/admin.py:1966
#, python-format
msgid "User '%(user)s' created"
msgstr ""
#: cps/admin.py:1972
msgid "Oops! An account already exists for this Email. or name."
msgstr ""
#: cps/admin.py:2002
#, python-format
msgid "User '%(nick)s' deleted"
msgstr ""
#: cps/admin.py:2005
msgid "Can't delete Guest User"
msgstr ""
#: cps/admin.py:2008
msgid "No admin user remaining, can't delete user"
msgstr ""
#: cps/admin.py:2063 cps/web.py:1479
msgid "Email can't be empty and has to be a valid Email"
msgstr ""
#: cps/admin.py:2089
#, python-format
msgid "User '%(nick)s' updated"
msgstr ""
#: cps/basic.py:67 cps/search.py:50 cps/search.py:426
#: cps/templates/basic_layout.html:23 cps/templates/book_edit.html:242
#: cps/templates/feed.xml:34 cps/templates/index.xml:12
#: cps/templates/layout.html:47 cps/templates/layout.html:50
#: cps/templates/search_form.html:247
msgid "Search"
msgstr ""
#: cps/converter.py:31
msgid "not installed"
msgstr ""
#: cps/converter.py:32
msgid "Execution permissions missing"
msgstr ""
#: cps/db.py:1033 cps/templates/config_edit.html:203
#: cps/templates/config_view_edit.html:62 cps/templates/email_edit.html:41
#: cps/web.py:568 cps/web.py:602 cps/web.py:647 cps/web.py:687 cps/web.py:714
#: cps/web.py:995 cps/web.py:1025 cps/web.py:1070 cps/web.py:1098
#: cps/web.py:1137
msgid "None"
msgstr ""
#: cps/editbooks.py:154
#, python-format
msgid "File %(file)s uploaded"
msgstr ""
#: cps/editbooks.py:183
msgid "Source or destination format for conversion missing"
msgstr ""
#: cps/editbooks.py:191
#, python-format
msgid "Book successfully queued for converting to %(book_format)s"
msgstr ""
#: cps/editbooks.py:195
#, python-format
msgid "There was an error converting this book: %(res)s"
msgstr ""
#: cps/editbooks.py:433 cps/editbooks.py:928 cps/web.py:535 cps/web.py:1571
#: cps/web.py:1617 cps/web.py:1667
msgid "Oops! Selected book is unavailable. File does not exist or is not accessible"
msgstr ""
#: cps/editbooks.py:479 cps/editbooks.py:1285
msgid "User has no rights to upload cover"
msgstr ""
#: cps/editbooks.py:500 cps/editbooks.py:743
msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier"
msgstr ""
#: cps/editbooks.py:515 cps/editbooks.py:717 cps/editbooks.py:1055
#, python-format
msgid "'%(langname)s' is not a valid language"
msgstr ""
#: cps/editbooks.py:543
msgid "Metadata successfully updated"
msgstr ""
#: cps/editbooks.py:566
msgid "Error editing book: {}"
msgstr ""
#: cps/editbooks.py:661
msgid "Uploaded book probably exists in the library, consider to change before upload new: "
msgstr ""
#: cps/editbooks.py:755 cps/editbooks.py:1202
msgid "File type isn't allowed to be uploaded to this server"
msgstr ""
#: cps/editbooks.py:761 cps/editbooks.py:1213
#, python-format
msgid "File extension '%(ext)s' is not allowed to be uploaded to this server"
msgstr ""
#: cps/editbooks.py:765 cps/editbooks.py:1218
msgid "File to be uploaded must have an extension"
msgstr ""
#: cps/editbooks.py:773
#, python-format
msgid "File %(filename)s could not saved to temp dir"
msgstr ""
#: cps/editbooks.py:793
#, python-format
msgid "Failed to Move Cover File %(file)s: %(error)s"
msgstr ""
#: cps/editbooks.py:850 cps/editbooks.py:852
msgid "Book Format Successfully Deleted"
msgstr ""
#: cps/editbooks.py:859 cps/editbooks.py:861
msgid "Book Successfully Deleted"
msgstr ""
#: cps/editbooks.py:913
msgid "You are missing permissions to delete books"
msgstr ""
#: cps/editbooks.py:963
msgid "edit metadata"
msgstr ""
#: cps/editbooks.py:1016
#, python-format
msgid "Seriesindex: %(seriesindex)s is not a valid number, skipping"
msgstr ""
#: cps/editbooks.py:1207
msgid "User has no rights to upload additional file formats"
msgstr ""
#: cps/editbooks.py:1231
#, python-format
msgid "Failed to create path %(path)s (Permission denied)."
msgstr ""
#: cps/editbooks.py:1238
#, python-format
msgid "Failed to store file %(file)s."
msgstr ""
#: cps/editbooks.py:1263
#, python-format
msgid "File format %(ext)s added to %(book)s"
msgstr ""
#: cps/gdrive.py:58
msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again"
msgstr ""
#: cps/gdrive.py:96
msgid "Callback domain is not verified, please follow steps to verify domain in google developer console"
msgstr ""
#: cps/helper.py:87
#, python-format
msgid "%(format)s format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:94 cps/tasks/convert.py:93
#, python-format
msgid "%(format)s not found on Google Drive: %(fn)s"
msgstr ""
#: cps/helper.py:99
#, python-format
msgid "%(format)s not found: %(fn)s"
msgstr ""
#: cps/helper.py:104 cps/helper.py:233 cps/templates/detail.html:66
msgid "Send to eReader"
msgstr ""
#: cps/helper.py:105 cps/helper.py:125 cps/helper.py:235
msgid "This Email has been sent via Calibre-Web."
msgstr ""
#: cps/helper.py:123
msgid "Calibre-Web Test Email"
msgstr ""
#: cps/helper.py:124
msgid "Test Email"
msgstr ""
#: cps/helper.py:141
msgid "Get Started with Calibre-Web"
msgstr ""
#: cps/helper.py:146
#, python-format
msgid "Registration Email for user: %(name)s"
msgstr ""
#: cps/helper.py:157 cps/helper.py:163
#, python-format
msgid "Convert %(orig)s to %(format)s and send to eReader"
msgstr ""
#: cps/helper.py:182 cps/helper.py:186 cps/helper.py:190
#, python-format
msgid "Send %(format)s to eReader"
msgstr ""
#: cps/helper.py:230
#, python-format
msgid "%(book)s send to eReader"
msgstr ""
#: cps/helper.py:237
msgid "The requested file could not be read. Maybe wrong permissions?"
msgstr ""
#: cps/helper.py:352
msgid "Read status could not set: {}"
msgstr ""
#: cps/helper.py:375
#, python-format
msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s"
msgstr ""
#: cps/helper.py:381
#, python-format
msgid "Deleting book %(id)s failed: %(message)s"
msgstr ""
#: cps/helper.py:392
#, python-format
msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s"
msgstr ""
#: cps/helper.py:439
#, python-format
msgid "Rename author from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:507 cps/helper.py:516
#, python-format
msgid "File %(file)s not found on Google Drive"
msgstr ""
#: cps/helper.py:559
#, python-format
msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:597
#, python-format
msgid "Book path %(path)s not found on Google Drive"
msgstr ""
#: cps/helper.py:657
msgid "Found an existing account for this Email address"
msgstr ""
#: cps/helper.py:665
msgid "This username is already taken"
msgstr ""
#: cps/helper.py:679
msgid "Invalid Email address format"
msgstr ""
#: cps/helper.py:701
msgid "Password doesn't comply with password validation rules"
msgstr ""
#: cps/helper.py:847
msgid "Python module 'advocate' is not installed but is needed for cover uploads"
msgstr ""
#: cps/helper.py:857
msgid "Error Downloading Cover"
msgstr ""
#: cps/helper.py:860
msgid "Cover Format Error"
msgstr ""
#: cps/helper.py:863
msgid "You are not allowed to access localhost or the local network for cover uploads"
msgstr ""
#: cps/helper.py:873
msgid "Failed to create path for cover"
msgstr ""
#: cps/helper.py:889
msgid "Cover-file is not a valid image file, or could not be stored"
msgstr ""
#: cps/helper.py:900
msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile"
msgstr ""
#: cps/helper.py:912
msgid "Invalid cover file content"
msgstr ""
#: cps/helper.py:916
msgid "Only jpg/jpeg files are supported as coverfile"
msgstr ""
#: cps/helper.py:989 cps/helper.py:1146
msgid "Cover"
msgstr ""
#: cps/helper.py:1006
msgid "UnRar binary file not found"
msgstr ""
#: cps/helper.py:1017
msgid "Error executing UnRar"
msgstr ""
#: cps/helper.py:1025
msgid "Could not find the specified directory"
msgstr ""
#: cps/helper.py:1028
msgid "Please specify a directory, not a file"
msgstr ""
#: cps/helper.py:1042
msgid "Calibre binaries not viable"
msgstr ""
#: cps/helper.py:1051
#, python-format
msgid "Missing calibre binaries: %(missing)s"
msgstr ""
#: cps/helper.py:1053
#, python-format
msgid "Missing executable permissions: %(missing)s"
msgstr ""
#: cps/helper.py:1058
msgid "Error executing Calibre"
msgstr ""
#: cps/helper.py:1148 cps/templates/admin.html:216
msgid "Queue all books for metadata backup"
msgstr ""
#: cps/kobo_auth.py:92
msgid "Please access Calibre-Web from non localhost to get valid api_endpoint for kobo device"
msgstr ""
#: cps/kobo_auth.py:118
msgid "Kobo Setup"
msgstr ""
#: cps/oauth_bb.py:78
#, python-format
msgid "Register with %(provider)s"
msgstr ""
#: cps/oauth_bb.py:139 cps/remotelogin.py:131
#, python-format
msgid "Success! You are now logged in as: %(nickname)s"
msgstr ""
#: cps/oauth_bb.py:149
#, python-format
msgid "Link to %(oauth)s Succeeded"
msgstr ""
#: cps/oauth_bb.py:156
msgid "Login failed, No User Linked With OAuth Account"
msgstr ""
#: cps/oauth_bb.py:198
#, python-format
msgid "Unlink to %(oauth)s Succeeded"
msgstr ""
#: cps/oauth_bb.py:203
#, python-format
msgid "Unlink to %(oauth)s Failed"
msgstr ""
#: cps/oauth_bb.py:206
#, python-format
msgid "Not Linked to %(oauth)s"
msgstr ""
#: cps/oauth_bb.py:263
msgid "Failed to log in with GitHub."
msgstr ""
#: cps/oauth_bb.py:269
msgid "Failed to fetch user info from GitHub."
msgstr ""
#: cps/oauth_bb.py:281
msgid "Failed to log in with Google."
msgstr ""
#: cps/oauth_bb.py:287
msgid "Failed to fetch user info from Google."
msgstr ""
#: cps/oauth_bb.py:335
msgid "GitHub Oauth error, please retry later."
msgstr ""
#: cps/oauth_bb.py:338
msgid "GitHub Oauth error: {}"
msgstr ""
#: cps/oauth_bb.py:359
msgid "Google Oauth error, please retry later."
msgstr ""
#: cps/oauth_bb.py:362
msgid "Google Oauth error: {}"
msgstr ""
#: cps/opds.py:299
msgid "{} Stars"
msgstr ""
#: cps/remotelogin.py:63 cps/templates/layout.html:69
#: cps/templates/layout.html:104 cps/templates/login.html:4
#: cps/templates/login.html:21 cps/web.py:1356
msgid "Login"
msgstr ""
#: cps/remotelogin.py:75 cps/remotelogin.py:109
msgid "Token not found"
msgstr ""
#: cps/remotelogin.py:84 cps/remotelogin.py:117
msgid "Token has expired"
msgstr ""
#: cps/remotelogin.py:93
msgid "Success! Please return to your device"
msgstr ""
#: cps/render_template.py:41 cps/web.py:424
msgid "Books"
msgstr ""
#: cps/render_template.py:43
msgid "Show recent books"
msgstr ""
#: cps/render_template.py:44 cps/templates/index.xml:27
msgid "Hot Books"
msgstr ""
#: cps/render_template.py:46
msgid "Show Hot Books"
msgstr ""
#: cps/render_template.py:48 cps/render_template.py:53
msgid "Downloaded Books"
msgstr ""
#: cps/render_template.py:50 cps/render_template.py:55
#: cps/templates/user_table.html:167
msgid "Show Downloaded Books"
msgstr ""
#: cps/render_template.py:58 cps/templates/index.xml:36 cps/web.py:439
msgid "Top Rated Books"
msgstr ""
#: cps/render_template.py:60 cps/templates/user_table.html:161
msgid "Show Top Rated Books"
msgstr ""
#: cps/render_template.py:61 cps/templates/index.xml:63
#: cps/templates/index.xml:67 cps/web.py:772
msgid "Read Books"
msgstr ""
#: cps/render_template.py:63
msgid "Show Read and Unread"
msgstr ""
#: cps/render_template.py:65 cps/templates/index.xml:70
#: cps/templates/index.xml:74 cps/web.py:775
msgid "Unread Books"
msgstr ""
#: cps/render_template.py:67
msgid "Show unread"
msgstr ""