forked from janeczku/calibre-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.pot
3104 lines (2375 loc) · 64.8 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) 2021 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-08-29 13:30+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.9.0\n"
#: cps/about.py:43 cps/about.py:59
msgid "installed"
msgstr ""
#: cps/about.py:45 cps/about.py:61 cps/converter.py:32
msgid "not installed"
msgstr ""
#: cps/about.py:113
msgid "Statistics"
msgstr ""
#: cps/admin.py:145
msgid "Server restarted, please reload page"
msgstr ""
#: cps/admin.py:147
msgid "Performing shutdown of server, please close window"
msgstr ""
#: cps/admin.py:155
msgid "Reconnect successful"
msgstr ""
#: cps/admin.py:158
msgid "Unknown command"
msgstr ""
#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711
#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879
#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94
#: cps/uploader.py:104
msgid "Unknown"
msgstr ""
#: cps/admin.py:189
msgid "Admin page"
msgstr ""
#: cps/admin.py:208
msgid "Basic Configuration"
msgstr ""
#: cps/admin.py:241
msgid "UI Configuration"
msgstr ""
#: cps/admin.py:274 cps/templates/admin.html:46
msgid "Edit Users"
msgstr ""
#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276
#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14
msgid "All"
msgstr ""
#: cps/admin.py:340 cps/admin.py:1561
msgid "User not found"
msgstr ""
#: cps/admin.py:354
msgid "{} users deleted successfully"
msgstr ""
#: cps/admin.py:376 cps/templates/user_edit.html:44
#: cps/templates/user_table.html:81
msgid "Show All"
msgstr ""
#: cps/admin.py:397 cps/admin.py:403
msgid "Malformed request"
msgstr ""
#: cps/admin.py:415 cps/admin.py:1443
msgid "Guest Name can't be changed"
msgstr ""
#: cps/admin.py:427
msgid "Guest can't have this role"
msgstr ""
#: cps/admin.py:439 cps/admin.py:1406
msgid "No admin user remaining, can't remove admin role"
msgstr ""
#: cps/admin.py:443 cps/admin.py:457
msgid "Value has to be true or false"
msgstr ""
#: cps/admin.py:445
msgid "Invalid role"
msgstr ""
#: cps/admin.py:449
msgid "Guest can't have this view"
msgstr ""
#: cps/admin.py:459
msgid "Invalid view"
msgstr ""
#: cps/admin.py:462
msgid "Guest's Locale is determined automatically and can't be set"
msgstr ""
#: cps/admin.py:466
msgid "No Valid Locale Given"
msgstr ""
#: cps/admin.py:477
msgid "No Valid Book Language Given"
msgstr ""
#: cps/admin.py:479
msgid "Parameter not found"
msgstr ""
#: cps/admin.py:534
msgid "Invalid Read Column"
msgstr ""
#: cps/admin.py:540
msgid "Invalid Restricted Column"
msgstr ""
#: cps/admin.py:559 cps/admin.py:1291
msgid "Calibre-Web configuration updated"
msgstr ""
#: cps/admin.py:571
msgid "Do you really want to delete the Kobo Token?"
msgstr ""
#: cps/admin.py:573
msgid "Do you really want to delete this domain?"
msgstr ""
#: cps/admin.py:575
msgid "Do you really want to delete this user?"
msgstr ""
#: cps/admin.py:577 cps/templates/shelf.html:90
msgid "Are you sure you want to delete this shelf?"
msgstr ""
#: cps/admin.py:579
msgid "Are you sure you want to change locales of selected user(s)?"
msgstr ""
#: cps/admin.py:581
msgid "Are you sure you want to change visible book languages for selected user(s)?"
msgstr ""
#: cps/admin.py:583
msgid "Are you sure you want to change the selected role for the selected user(s)?"
msgstr ""
#: cps/admin.py:585
msgid "Are you sure you want to change the selected restrictions for the selected user(s)?"
msgstr ""
#: cps/admin.py:587
msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?"
msgstr ""
#: cps/admin.py:589
msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?"
msgstr ""
#: cps/admin.py:591
msgid "Are you sure you want to change Calibre library location?"
msgstr ""
#: cps/admin.py:740
msgid "Tag not found"
msgstr ""
#: cps/admin.py:752
msgid "Invalid Action"
msgstr ""
#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883
#: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41
#: cps/templates/user_table.html:58
msgid "Deny"
msgstr ""
#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885
#: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44
#: cps/templates/user_table.html:61
msgid "Allow"
msgstr ""
#: cps/admin.py:1014
msgid "client_secrets.json Is Not Configured For Web Application"
msgstr ""
#: cps/admin.py:1059
msgid "Logfile Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1065
msgid "Access Logfile Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1095
msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier"
msgstr ""
#: cps/admin.py:1101
msgid "Please Enter a LDAP Service Account and Password"
msgstr ""
#: cps/admin.py:1104
msgid "Please Enter a LDAP Service Account"
msgstr ""
#: cps/admin.py:1109
#, python-format
msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier"
msgstr ""
#: cps/admin.py:1111
msgid "LDAP Group Object Filter Has Unmatched Parenthesis"
msgstr ""
#: cps/admin.py:1115
#, python-format
msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier"
msgstr ""
#: cps/admin.py:1117
msgid "LDAP User Object Filter Has Unmatched Parenthesis"
msgstr ""
#: cps/admin.py:1124
#, python-format
msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier"
msgstr ""
#: cps/admin.py:1126
msgid "LDAP Member User Filter Has Unmatched Parenthesis"
msgstr ""
#: cps/admin.py:1133
msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470
#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205
#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443
msgid "Settings DB is not Writeable"
msgstr ""
#: cps/admin.py:1186
msgid "DB Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1191
msgid "DB is not Writeable"
msgstr ""
#: cps/admin.py:1204
msgid "Keyfile Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1208
msgid "Certfile Location is not Valid, Please Enter Correct Path"
msgstr ""
#: cps/admin.py:1320
msgid "Database Configuration"
msgstr ""
#: cps/admin.py:1336 cps/web.py:1479
msgid "Please fill out all fields!"
msgstr ""
#: cps/admin.py:1344
msgid "E-mail is not from valid domain"
msgstr ""
#: cps/admin.py:1348 cps/admin.py:1489
msgid "Add new user"
msgstr ""
#: cps/admin.py:1359
#, python-format
msgid "User '%(user)s' created"
msgstr ""
#: cps/admin.py:1365
msgid "Found an existing account for this e-mail address or name."
msgstr ""
#: cps/admin.py:1385
#, python-format
msgid "User '%(nick)s' deleted"
msgstr ""
#: cps/admin.py:1387 cps/admin.py:1388
msgid "Can't delete Guest User"
msgstr ""
#: cps/admin.py:1391
msgid "No admin user remaining, can't delete user"
msgstr ""
#: cps/admin.py:1458 cps/admin.py:1579
#, python-format
msgid "Edit User %(nick)s"
msgstr ""
#: cps/admin.py:1462
#, python-format
msgid "User '%(nick)s' updated"
msgstr ""
#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565
msgid "An unknown error occurred. Please try again later."
msgstr ""
#: cps/admin.py:1498 cps/templates/admin.html:94
msgid "Edit E-mail Server Settings"
msgstr ""
#: cps/admin.py:1517
msgid "Gmail Account Verification Successful"
msgstr ""
#: cps/admin.py:1543
#, python-format
msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result"
msgstr ""
#: cps/admin.py:1546
#, python-format
msgid "There was an error sending the Test e-mail: %(res)s"
msgstr ""
#: cps/admin.py:1548
msgid "Please configure your e-mail address first..."
msgstr ""
#: cps/admin.py:1550
msgid "E-mail server settings updated"
msgstr ""
#: cps/admin.py:1591
#, python-format
msgid "Password for user %(user)s reset"
msgstr ""
#: cps/admin.py:1597 cps/web.py:1444
msgid "Please configure the SMTP mail settings first..."
msgstr ""
#: cps/admin.py:1608
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:1674
msgid "Requesting update package"
msgstr ""
#: cps/admin.py:1675
msgid "Downloading update package"
msgstr ""
#: cps/admin.py:1676
msgid "Unzipping update package"
msgstr ""
#: cps/admin.py:1677
msgid "Replacing files"
msgstr ""
#: cps/admin.py:1678
msgid "Database connections are closed"
msgstr ""
#: cps/admin.py:1679
msgid "Stopping server"
msgstr ""
#: cps/admin.py:1680
msgid "Update finished, please press okay and reload page"
msgstr ""
#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684
#: cps/admin.py:1685
msgid "Update failed:"
msgstr ""
#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568
msgid "HTTP Error"
msgstr ""
#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570
msgid "Connection error"
msgstr ""
#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572
msgid "Timeout while establishing connection"
msgstr ""
#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574
msgid "General error"
msgstr ""
#: cps/admin.py:1685
msgid "Update File Could Not be Saved in Temp Dir"
msgstr ""
#: cps/admin.py:1746
msgid "Failed to Create at Least One LDAP User"
msgstr ""
#: cps/admin.py:1759
#, python-format
msgid "Error: %(ldaperror)s"
msgstr ""
#: cps/admin.py:1763
msgid "Error: No user returned in response of LDAP server"
msgstr ""
#: cps/admin.py:1796
msgid "At Least One LDAP User Not Found in Database"
msgstr ""
#: cps/admin.py:1798
msgid "{} User Successfully Imported"
msgstr ""
#: cps/converter.py:31
msgid "not configured"
msgstr ""
#: cps/converter.py:33
msgid "Execution permissions missing"
msgstr ""
#: cps/db.py:651 cps/web.py:657 cps/web.py:1156
#, python-format
msgid "Custom Column No.%(column)d is not existing in calibre database"
msgstr ""
#: cps/editbooks.py:309 cps/editbooks.py:311
msgid "Book Format Successfully Deleted"
msgstr ""
#: cps/editbooks.py:318 cps/editbooks.py:320
msgid "Book Successfully Deleted"
msgstr ""
#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697
#: cps/web.py:1738 cps/web.py:1809
msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible"
msgstr ""
#: cps/editbooks.py:410
msgid "edit metadata"
msgstr ""
#: cps/editbooks.py:458
#, python-format
msgid "%(seriesindex)s is not a valid number, skipping"
msgstr ""
#: cps/editbooks.py:493
#, python-format
msgid "%(langname)s is not a valid language"
msgstr ""
#: cps/editbooks.py:624 cps/editbooks.py:965
#, python-format
msgid "File extension '%(ext)s' is not allowed to be uploaded to this server"
msgstr ""
#: cps/editbooks.py:628 cps/editbooks.py:969
msgid "File to be uploaded must have an extension"
msgstr ""
#: cps/editbooks.py:640
#, python-format
msgid "Failed to create path %(path)s (Permission denied)."
msgstr ""
#: cps/editbooks.py:645
#, python-format
msgid "Failed to store file %(file)s."
msgstr ""
#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658
#, python-format
msgid "Database error: %(error)s."
msgstr ""
#: cps/editbooks.py:668
#, python-format
msgid "File format %(ext)s added to %(book)s"
msgstr ""
#: cps/editbooks.py:804
msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier"
msgstr ""
#: cps/editbooks.py:836
msgid "Metadata successfully updated"
msgstr ""
#: cps/editbooks.py:845
msgid "Error editing book, please check logfile for details"
msgstr ""
#: cps/editbooks.py:883
msgid "Uploaded book probably exists in the library, consider to change before upload new: "
msgstr ""
#: cps/editbooks.py:977
#, python-format
msgid "File %(filename)s could not saved to temp dir"
msgstr ""
#: cps/editbooks.py:996
#, python-format
msgid "Failed to Move Cover File %(file)s: %(error)s"
msgstr ""
#: cps/editbooks.py:1043
#, python-format
msgid "File %(file)s uploaded"
msgstr ""
#: cps/editbooks.py:1068
msgid "Source or destination format for conversion missing"
msgstr ""
#: cps/editbooks.py:1076
#, python-format
msgid "Book successfully queued for converting to %(book_format)s"
msgstr ""
#: cps/editbooks.py:1080
#, python-format
msgid "There was an error converting this book: %(res)s"
msgstr ""
#: cps/gdrive.py:60
msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again"
msgstr ""
#: cps/gdrive.py:97
msgid "Callback domain is not verified, please follow steps to verify domain in google developer console"
msgstr ""
#: cps/helper.py:81
#, python-format
msgid "%(format)s format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:87 cps/tasks/convert.py:56
#, python-format
msgid "%(format)s not found on Google Drive: %(fn)s"
msgstr ""
#: cps/helper.py:92
#, python-format
msgid "%(format)s not found: %(fn)s"
msgstr ""
#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41
#: cps/templates/detail.html:45
msgid "Send to Kindle"
msgstr ""
#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223
msgid "This e-mail has been sent via Calibre-Web."
msgstr ""
#: cps/helper.py:113
msgid "Calibre-Web test e-mail"
msgstr ""
#: cps/helper.py:114
msgid "Test e-mail"
msgstr ""
#: cps/helper.py:131
msgid "Get Started with Calibre-Web"
msgstr ""
#: cps/helper.py:136
#, python-format
msgid "Registration e-mail for user: %(name)s"
msgstr ""
#: cps/helper.py:147 cps/helper.py:153
#, python-format
msgid "Convert %(orig)s to %(format)s and send to Kindle"
msgstr ""
#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180
#, python-format
msgid "Send %(format)s to Kindle"
msgstr ""
#: cps/helper.py:220 cps/tasks/convert.py:73
#, python-format
msgid "%(book)s send to Kindle"
msgstr ""
#: cps/helper.py:225
msgid "The requested file could not be read. Maybe wrong permissions?"
msgstr ""
#: cps/helper.py:322
#, python-format
msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s"
msgstr ""
#: cps/helper.py:328
#, python-format
msgid "Deleting book %(id)s failed: %(message)s"
msgstr ""
#: cps/helper.py:339
#, python-format
msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s"
msgstr ""
#: cps/helper.py:394
#, python-format
msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:409
#, python-format
msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452
#, python-format
msgid "File %(file)s not found on Google Drive"
msgstr ""
#: cps/helper.py:473
#, python-format
msgid "Book path %(path)s not found on Google Drive"
msgstr ""
#: cps/helper.py:516 cps/web.py:1653
msgid "Found an existing account for this e-mail address"
msgstr ""
#: cps/helper.py:524
msgid "This username is already taken"
msgstr ""
#: cps/helper.py:534
msgid "Invalid e-mail address format"
msgstr ""
#: cps/helper.py:607
msgid "Error Downloading Cover"
msgstr ""
#: cps/helper.py:610
msgid "Cover Format Error"
msgstr ""
#: cps/helper.py:620
msgid "Failed to create path for cover"
msgstr ""
#: cps/helper.py:636
msgid "Cover-file is not a valid image file, or could not be stored"
msgstr ""
#: cps/helper.py:647
msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile"
msgstr ""
#: cps/helper.py:660
msgid "Only jpg/jpeg files are supported as coverfile"
msgstr ""
#: cps/helper.py:712
msgid "Unrar binary file not found"
msgstr ""
#: cps/helper.py:725
msgid "Error excecuting UnRar"
msgstr ""
#: cps/helper.py:773
msgid "Waiting"
msgstr ""
#: cps/helper.py:775
msgid "Failed"
msgstr ""
#: cps/helper.py:777
msgid "Started"
msgstr ""
#: cps/helper.py:779
msgid "Finished"
msgstr ""
#: cps/helper.py:781
msgid "Unknown Status"
msgstr ""
#: cps/kobo_auth.py:131
msgid "PLease access calibre-web from non localhost to get valid api_endpoint for kobo device"
msgstr ""
#: cps/kobo_auth.py:134 cps/kobo_auth.py:162
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:133 cps/web.py:1537
#, python-format
msgid "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:262
msgid "Failed to log in with GitHub."
msgstr ""
#: cps/oauth_bb.py:268
msgid "Failed to fetch user info from GitHub."
msgstr ""
#: cps/oauth_bb.py:280
msgid "Failed to log in with Google."
msgstr ""
#: cps/oauth_bb.py:286
msgid "Failed to fetch user info from Google."
msgstr ""
#: cps/oauth_bb.py:333
msgid "GitHub Oauth error, please retry later."
msgstr ""
#: cps/oauth_bb.py:336
msgid "GitHub Oauth error: {}"
msgstr ""
#: cps/oauth_bb.py:357
msgid "Google Oauth error, please retry later."
msgstr ""
#: cps/oauth_bb.py:360
msgid "Google Oauth error: {}"
msgstr ""
#: cps/opds.py:385
msgid "{} Stars"
msgstr ""
#: cps/remotelogin.py:65 cps/templates/layout.html:85
#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584
msgid "Login"
msgstr ""
#: cps/remotelogin.py:77 cps/remotelogin.py:111
msgid "Token not found"
msgstr ""
#: cps/remotelogin.py:86 cps/remotelogin.py:119
msgid "Token has expired"
msgstr ""
#: cps/remotelogin.py:95
msgid "Success! Please return to your device"
msgstr ""
#: cps/render_template.py:39 cps/web.py:418
msgid "Books"
msgstr ""
#: cps/render_template.py:41
msgid "Show recent books"
msgstr ""
#: cps/render_template.py:42 cps/templates/index.xml:25
msgid "Hot Books"
msgstr ""
#: cps/render_template.py:44
msgid "Show Hot Books"
msgstr ""
#: cps/render_template.py:46 cps/render_template.py:51
msgid "Downloaded Books"
msgstr ""
#: cps/render_template.py:48 cps/render_template.py:53
#: cps/templates/user_table.html:166
msgid "Show Downloaded Books"
msgstr ""
#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432
msgid "Top Rated Books"
msgstr ""
#: cps/render_template.py:58 cps/templates/user_table.html:160
msgid "Show Top Rated Books"
msgstr ""
#: cps/render_template.py:59 cps/templates/index.xml:54
#: cps/templates/index.xml:58 cps/web.py:666
msgid "Read Books"
msgstr ""
#: cps/render_template.py:61
msgid "Show read and unread"
msgstr ""
#: cps/render_template.py:63 cps/templates/index.xml:61
#: cps/templates/index.xml:65 cps/web.py:669
msgid "Unread Books"
msgstr ""
#: cps/render_template.py:65
msgid "Show unread"
msgstr ""
#: cps/render_template.py:66
msgid "Discover"
msgstr ""
#: cps/render_template.py:68 cps/templates/index.xml:50
#: cps/templates/user_table.html:161
msgid "Show Random Books"
msgstr ""
#: cps/render_template.py:69 cps/templates/book_table.html:55
#: cps/templates/index.xml:83 cps/web.py:1043
msgid "Categories"
msgstr ""
#: cps/render_template.py:71 cps/templates/user_table.html:157
msgid "Show category selection"
msgstr ""
#: cps/render_template.py:72 cps/templates/book_edit.html:88
#: cps/templates/book_table.html:56 cps/templates/index.xml:90
#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950
msgid "Series"
msgstr ""
#: cps/render_template.py:74 cps/templates/user_table.html:156
msgid "Show series selection"
msgstr ""
#: cps/render_template.py:75 cps/templates/book_table.html:54
#: cps/templates/index.xml:69
msgid "Authors"
msgstr ""
#: cps/render_template.py:77 cps/templates/user_table.html:159
msgid "Show author selection"
msgstr ""
#: cps/render_template.py:79 cps/templates/book_table.html:60
#: cps/templates/index.xml:76 cps/web.py:917
msgid "Publishers"
msgstr ""
#: cps/render_template.py:81 cps/templates/user_table.html:162
msgid "Show publisher selection"
msgstr ""
#: cps/render_template.py:82 cps/templates/book_table.html:58
#: cps/templates/index.xml:97 cps/templates/search_form.html:106
#: cps/web.py:1020
msgid "Languages"
msgstr ""
#: cps/render_template.py:85 cps/templates/user_table.html:154
msgid "Show language selection"
msgstr ""
#: cps/render_template.py:86 cps/templates/index.xml:104
msgid "Ratings"
msgstr ""
#: cps/render_template.py:88 cps/templates/user_table.html:163
msgid "Show ratings selection"
msgstr ""
#: cps/render_template.py:89 cps/templates/index.xml:112
msgid "File formats"
msgstr ""
#: cps/render_template.py:91 cps/templates/user_table.html:164
msgid "Show file formats selection"
msgstr ""
#: cps/render_template.py:93 cps/web.py:693
msgid "Archived Books"
msgstr ""
#: cps/render_template.py:95 cps/templates/user_table.html:165
msgid "Show archived books"
msgstr ""
#: cps/render_template.py:97 cps/web.py:768
msgid "Books List"
msgstr ""
#: cps/render_template.py:99 cps/templates/user_table.html:167
msgid "Show Books List"
msgstr ""
#: cps/shelf.py:69 cps/shelf.py:123
msgid "Invalid shelf specified"
msgstr ""
#: cps/shelf.py:75
msgid "Sorry you are not allowed to add a book to that shelf"
msgstr ""
#: cps/shelf.py:84
#, python-format
msgid "Book is already part of the shelf: %(shelfname)s"
msgstr ""
#: cps/shelf.py:109
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr ""
#: cps/shelf.py:128
#, python-format
msgid "You are not allowed to add a book to the the shelf: %(name)s"
msgstr ""
#: cps/shelf.py:146
#, python-format
msgid "Books are already part of the shelf: %(name)s"
msgstr ""
#: cps/shelf.py:158
#, python-format
msgid "Books have been added to shelf: %(sname)s"