forked from janeczku/calibre-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
2307 lines (1762 loc) · 46.1 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) 2020 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-02-24 19:37+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.8.0\n"
#: cps/about.py:42
msgid "installed"
msgstr ""
#: cps/about.py:44
msgid "not installed"
msgstr ""
#: cps/about.py:87
msgid "Statistics"
msgstr ""
#: cps/admin.py:89
msgid "Server restarted, please reload page"
msgstr ""
#: cps/admin.py:91
msgid "Performing shutdown of server, please close window"
msgstr ""
#: cps/admin.py:110 cps/editbooks.py:410 cps/editbooks.py:419
#: cps/editbooks.py:539 cps/editbooks.py:541 cps/editbooks.py:594
#: cps/updater.py:456 cps/uploader.py:96 cps/uploader.py:107
msgid "Unknown"
msgstr ""
#: cps/admin.py:129
msgid "Admin page"
msgstr ""
#: cps/admin.py:151
msgid "UI Configuration"
msgstr ""
#: cps/admin.py:187 cps/admin.py:637
msgid "Calibre-Web configuration updated"
msgstr ""
#: cps/admin.py:434 cps/admin.py:440 cps/admin.py:451 cps/admin.py:462
#: cps/templates/modal_restriction.html:29
msgid "Deny"
msgstr ""
#: cps/admin.py:436 cps/admin.py:442 cps/admin.py:453 cps/admin.py:464
#: cps/templates/modal_restriction.html:28
msgid "Allow"
msgstr ""
#: cps/admin.py:667
msgid "Basic Configuration"
msgstr ""
#: cps/admin.py:691 cps/web.py:1089
msgid "Please fill out all fields!"
msgstr ""
#: cps/admin.py:694 cps/admin.py:706 cps/admin.py:712 cps/admin.py:730
msgid "Add new user"
msgstr ""
#: cps/admin.py:703 cps/web.py:1318
msgid "E-mail is not from valid domain"
msgstr ""
#: cps/admin.py:710 cps/admin.py:725
msgid "Found an existing account for this e-mail address or nickname."
msgstr ""
#: cps/admin.py:721
#, python-format
msgid "User '%(user)s' created"
msgstr ""
#: cps/admin.py:740
msgid "Edit e-mail server settings"
msgstr ""
#: cps/admin.py:766
#, python-format
msgid "Test e-mail successfully send to %(kindlemail)s"
msgstr ""
#: cps/admin.py:769
#, python-format
msgid "There was an error sending the Test e-mail: %(res)s"
msgstr ""
#: cps/admin.py:771
msgid "Please configure your e-mail address first..."
msgstr ""
#: cps/admin.py:773
msgid "E-mail server settings updated"
msgstr ""
#: cps/admin.py:803
#, python-format
msgid "User '%(nick)s' deleted"
msgstr ""
#: cps/admin.py:806
msgid "No admin user remaining, can't delete user"
msgstr ""
#: cps/admin.py:842 cps/web.py:1361
msgid "Found an existing account for this e-mail address."
msgstr ""
#: cps/admin.py:852 cps/admin.py:867 cps/admin.py:887 cps/web.py:1336
#, python-format
msgid "Edit User %(nick)s"
msgstr ""
#: cps/admin.py:858 cps/web.py:1328
msgid "This username is already taken"
msgstr ""
#: cps/admin.py:874
#, python-format
msgid "User '%(nick)s' updated"
msgstr ""
#: cps/admin.py:877
msgid "An unknown error occured."
msgstr ""
#: cps/admin.py:900
#, python-format
msgid "Password for user %(user)s reset"
msgstr ""
#: cps/admin.py:903 cps/web.py:1114 cps/web.py:1170
msgid "An unknown error occurred. Please try again later."
msgstr ""
#: cps/admin.py:906 cps/web.py:1055
msgid "Please configure the SMTP mail settings first..."
msgstr ""
#: cps/admin.py:918
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:957
msgid "Requesting update package"
msgstr ""
#: cps/admin.py:958
msgid "Downloading update package"
msgstr ""
#: cps/admin.py:959
msgid "Unzipping update package"
msgstr ""
#: cps/admin.py:960
msgid "Replacing files"
msgstr ""
#: cps/admin.py:961
msgid "Database connections are closed"
msgstr ""
#: cps/admin.py:962
msgid "Stopping server"
msgstr ""
#: cps/admin.py:963
msgid "Update finished, please press okay and reload page"
msgstr ""
#: cps/admin.py:964 cps/admin.py:965 cps/admin.py:966 cps/admin.py:967
msgid "Update failed:"
msgstr ""
#: cps/admin.py:964 cps/updater.py:282 cps/updater.py:467 cps/updater.py:469
msgid "HTTP Error"
msgstr ""
#: cps/admin.py:965 cps/updater.py:284 cps/updater.py:471
msgid "Connection error"
msgstr ""
#: cps/admin.py:966 cps/updater.py:286 cps/updater.py:473
msgid "Timeout while establishing connection"
msgstr ""
#: cps/admin.py:967 cps/updater.py:288 cps/updater.py:475
msgid "General error"
msgstr ""
#: cps/converter.py:31
msgid "not configured"
msgstr ""
#: cps/editbooks.py:214 cps/editbooks.py:396
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
#: cps/editbooks.py:242
msgid "edit metadata"
msgstr ""
#: cps/editbooks.py:321 cps/editbooks.py:569
#, python-format
msgid "File extension '%(ext)s' is not allowed to be uploaded to this server"
msgstr ""
#: cps/editbooks.py:325 cps/editbooks.py:573
msgid "File to be uploaded must have an extension"
msgstr ""
#: cps/editbooks.py:337 cps/editbooks.py:607
#, python-format
msgid "Failed to create path %(path)s (Permission denied)."
msgstr ""
#: cps/editbooks.py:342
#, python-format
msgid "Failed to store file %(file)s."
msgstr ""
#: cps/editbooks.py:359
#, python-format
msgid "File format %(ext)s added to %(book)s"
msgstr ""
#: cps/editbooks.py:376
msgid "Cover is not a supported imageformat (jpg/png/webp), can't save"
msgstr ""
#: cps/editbooks.py:451
msgid "Cover is not a jpg file, can't save"
msgstr ""
#: cps/editbooks.py:494
#, python-format
msgid "%(langname)s is not a valid language"
msgstr ""
#: cps/editbooks.py:525
msgid "Metadata successfully updated"
msgstr ""
#: cps/editbooks.py:534
msgid "Error editing book, please check logfile for details"
msgstr ""
#: cps/editbooks.py:581
#, python-format
msgid "File %(filename)s could not saved to temp dir"
msgstr ""
#: cps/editbooks.py:598
msgid "Uploaded book probably exists in the library, consider to change before upload new: "
msgstr ""
#: cps/editbooks.py:613
#, python-format
msgid "Failed to store file %(file)s (Permission denied)."
msgstr ""
#: cps/editbooks.py:619
#, python-format
msgid "Failed to delete file %(file)s (Permission denied)."
msgstr ""
#: cps/editbooks.py:709
#, python-format
msgid "File %(file)s uploaded"
msgstr ""
#: cps/editbooks.py:738
msgid "Source or destination format for conversion missing"
msgstr ""
#: cps/editbooks.py:746
#, python-format
msgid "Book successfully queued for converting to %(book_format)s"
msgstr ""
#: cps/editbooks.py:750
#, python-format
msgid "There was an error converting this book: %(res)s"
msgstr ""
#: cps/gdrive.py:61
msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again"
msgstr ""
#: cps/gdrive.py:103
msgid "Callback domain is not verified, please follow steps to verify domain in google developer console"
msgstr ""
#: cps/helper.py:80
#, python-format
msgid "%(format)s format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:92
#, python-format
msgid "%(format)s not found on Google Drive: %(fn)s"
msgstr ""
#: cps/helper.py:99 cps/helper.py:211 cps/templates/detail.html:41
#: cps/templates/detail.html:45
msgid "Send to Kindle"
msgstr ""
#: cps/helper.py:100 cps/helper.py:118 cps/helper.py:213
msgid "This e-mail has been sent via Calibre-Web."
msgstr ""
#: cps/helper.py:111
#, python-format
msgid "%(format)s not found: %(fn)s"
msgstr ""
#: cps/helper.py:116
msgid "Calibre-Web test e-mail"
msgstr ""
#: cps/helper.py:118
msgid "Test e-mail"
msgstr ""
#: cps/helper.py:133
msgid "Get Started with Calibre-Web"
msgstr ""
#: cps/helper.py:135
#, python-format
msgid "Registration e-mail for user: %(name)s"
msgstr ""
#: cps/helper.py:149 cps/helper.py:151 cps/helper.py:153 cps/helper.py:161
#: cps/helper.py:163 cps/helper.py:165
#, python-format
msgid "Send %(format)s to Kindle"
msgstr ""
#: cps/helper.py:169 cps/helper.py:173
#, python-format
msgid "Convert %(orig)s to %(format)s and send to Kindle"
msgstr ""
#: cps/helper.py:213
#, python-format
msgid "E-mail: %(book)s"
msgstr ""
#: cps/helper.py:215
msgid "The requested file could not be read. Maybe wrong permissions?"
msgstr ""
#: cps/helper.py:322
#, python-format
msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:332
#, python-format
msgid "Rename author from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:346
#, python-format
msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr ""
#: cps/helper.py:372 cps/helper.py:382 cps/helper.py:390
#, python-format
msgid "File %(file)s not found on Google Drive"
msgstr ""
#: cps/helper.py:411
#, python-format
msgid "Book path %(path)s not found on Google Drive"
msgstr ""
#: cps/helper.py:657
msgid "Waiting"
msgstr ""
#: cps/helper.py:659
msgid "Failed"
msgstr ""
#: cps/helper.py:661
msgid "Started"
msgstr ""
#: cps/helper.py:663
msgid "Finished"
msgstr ""
#: cps/helper.py:665
msgid "Unknown Status"
msgstr ""
#: cps/helper.py:670
msgid "E-mail: "
msgstr ""
#: cps/helper.py:672 cps/helper.py:676
msgid "Convert: "
msgstr ""
#: cps/helper.py:674
msgid "Upload: "
msgstr ""
#: cps/helper.py:678
msgid "Unknown Task: "
msgstr ""
#: cps/kobo_auth.py:127
msgid "PLease access calibre-web from non localhost to get valid api_endpoint for kobo device"
msgstr ""
#: cps/kobo_auth.py:130 cps/kobo_auth.py:150
msgid "Kobo Setup"
msgstr ""
#: cps/oauth_bb.py:74
#, python-format
msgid "Register with %(provider)s"
msgstr ""
#: cps/oauth_bb.py:154
msgid "Failed to log in with GitHub."
msgstr ""
#: cps/oauth_bb.py:159
msgid "Failed to fetch user info from GitHub."
msgstr ""
#: cps/oauth_bb.py:170
msgid "Failed to log in with Google."
msgstr ""
#: cps/oauth_bb.py:175
msgid "Failed to fetch user info from Google."
msgstr ""
#: cps/oauth_bb.py:273
#, python-format
msgid "Unlink to %(oauth)s success."
msgstr ""
#: cps/oauth_bb.py:277
#, python-format
msgid "Unlink to %(oauth)s failed."
msgstr ""
#: cps/oauth_bb.py:280
#, python-format
msgid "Not linked to %(oauth)s."
msgstr ""
#: cps/oauth_bb.py:308
msgid "GitHub Oauth error, please retry later."
msgstr ""
#: cps/oauth_bb.py:327
msgid "Google Oauth error, please retry later."
msgstr ""
#: cps/shelf.py:47 cps/shelf.py:99
msgid "Invalid shelf specified"
msgstr ""
#: cps/shelf.py:54
#, python-format
msgid "Sorry you are not allowed to add a book to the the shelf: %(shelfname)s"
msgstr ""
#: cps/shelf.py:62
msgid "You are not allowed to edit public shelves"
msgstr ""
#: cps/shelf.py:71
#, python-format
msgid "Book is already part of the shelf: %(shelfname)s"
msgstr ""
#: cps/shelf.py:85
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr ""
#: cps/shelf.py:104
#, python-format
msgid "You are not allowed to add a book to the the shelf: %(name)s"
msgstr ""
#: cps/shelf.py:109
msgid "User is not allowed to edit public shelves"
msgstr ""
#: cps/shelf.py:127
#, python-format
msgid "Books are already part of the shelf: %(name)s"
msgstr ""
#: cps/shelf.py:141
#, python-format
msgid "Books have been added to shelf: %(sname)s"
msgstr ""
#: cps/shelf.py:143
#, python-format
msgid "Could not add books to shelf: %(sname)s"
msgstr ""
#: cps/shelf.py:181
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr ""
#: cps/shelf.py:190
#, python-format
msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s"
msgstr ""
#: cps/shelf.py:211 cps/shelf.py:235
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr ""
#: cps/shelf.py:216
#, python-format
msgid "Shelf %(title)s created"
msgstr ""
#: cps/shelf.py:218 cps/shelf.py:246
msgid "There was an error"
msgstr ""
#: cps/shelf.py:219 cps/shelf.py:221
msgid "create a shelf"
msgstr ""
#: cps/shelf.py:244
#, python-format
msgid "Shelf %(title)s changed"
msgstr ""
#: cps/shelf.py:247 cps/shelf.py:249
msgid "Edit a shelf"
msgstr ""
#: cps/shelf.py:301
#, python-format
msgid "Shelf: '%(name)s'"
msgstr ""
#: cps/shelf.py:304
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr ""
#: cps/shelf.py:342
msgid "Hidden Book"
msgstr ""
#: cps/shelf.py:347
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr ""
#: cps/ub.py:56
msgid "Recently Added"
msgstr ""
#: cps/ub.py:58
msgid "Show recent books"
msgstr ""
#: cps/templates/index.xml:17 cps/ub.py:59
msgid "Hot Books"
msgstr ""
#: cps/ub.py:60
msgid "Show Hot Books"
msgstr ""
#: cps/templates/index.xml:24 cps/ub.py:63 cps/web.py:508
msgid "Top Rated Books"
msgstr ""
#: cps/ub.py:65
msgid "Show Top Rated Books"
msgstr ""
#: cps/templates/index.xml:46 cps/templates/index.xml:50 cps/ub.py:66
#: cps/web.py:1005
msgid "Read Books"
msgstr ""
#: cps/ub.py:68
msgid "Show read and unread"
msgstr ""
#: cps/templates/index.xml:53 cps/templates/index.xml:57 cps/ub.py:70
#: cps/web.py:1009
msgid "Unread Books"
msgstr ""
#: cps/ub.py:72
msgid "Show unread"
msgstr ""
#: cps/ub.py:73
msgid "Discover"
msgstr ""
#: cps/ub.py:75
msgid "Show random books"
msgstr ""
#: cps/templates/index.xml:75 cps/ub.py:76 cps/web.py:787
msgid "Categories"
msgstr ""
#: cps/ub.py:78
msgid "Show category selection"
msgstr ""
#: cps/templates/book_edit.html:69 cps/templates/index.xml:82
#: cps/templates/search_form.html:53 cps/ub.py:79 cps/web.py:715
msgid "Series"
msgstr ""
#: cps/ub.py:81
msgid "Show series selection"
msgstr ""
#: cps/templates/index.xml:61 cps/ub.py:82
msgid "Authors"
msgstr ""
#: cps/ub.py:84
msgid "Show author selection"
msgstr ""
#: cps/templates/index.xml:68 cps/ub.py:86 cps/web.py:699
msgid "Publishers"
msgstr ""
#: cps/ub.py:88
msgid "Show publisher selection"
msgstr ""
#: cps/templates/index.xml:89 cps/templates/search_form.html:74 cps/ub.py:89
#: cps/web.py:770
msgid "Languages"
msgstr ""
#: cps/ub.py:92
msgid "Show language selection"
msgstr ""
#: cps/ub.py:93
msgid "Ratings"
msgstr ""
#: cps/ub.py:95
msgid "Show ratings selection"
msgstr ""
#: cps/templates/index.xml:96 cps/ub.py:96
msgid "File formats"
msgstr ""
#: cps/ub.py:98
msgid "Show file formats selection"
msgstr ""
#: cps/updater.py:262 cps/updater.py:369 cps/updater.py:382
msgid "Unexpected data while reading update information"
msgstr ""
#: cps/updater.py:269 cps/updater.py:375
msgid "No update available. You already have the latest version installed"
msgstr ""
#: cps/updater.py:295
msgid "A new update is available. Click on the button below to update to the latest version."
msgstr ""
#: cps/updater.py:348
msgid "Could not fetch update information"
msgstr ""
#: cps/updater.py:362
msgid "No release information available"
msgstr ""
#: cps/updater.py:415 cps/updater.py:424
#, python-format
msgid "A new update is available. Click on the button below to update to version: %(version)s"
msgstr ""
#: cps/updater.py:434
msgid "Click on the button below to update to the latest stable version."
msgstr ""
#: cps/web.py:480
msgid "Recently Added Books"
msgstr ""
#: cps/templates/index.html:5 cps/web.py:516
msgid "Discover (Random Books)"
msgstr ""
#: cps/web.py:542
msgid "Books"
msgstr ""
#: cps/web.py:569
msgid "Hot Books (Most Downloaded)"
msgstr ""
#: cps/web.py:580
msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible"
msgstr ""
#: cps/web.py:593
#, python-format
msgid "Author: %(name)s"
msgstr ""
#: cps/web.py:605
#, python-format
msgid "Publisher: %(name)s"
msgstr ""
#: cps/web.py:616
#, python-format
msgid "Series: %(serie)s"
msgstr ""
#: cps/web.py:627
#, python-format
msgid "Rating: %(rating)s stars"
msgstr ""
#: cps/web.py:638
#, python-format
msgid "File format: %(format)s"
msgstr ""
#: cps/web.py:650
#, python-format
msgid "Category: %(name)s"
msgstr ""
#: cps/web.py:667
#, python-format
msgid "Language: %(name)s"
msgstr ""
#: cps/web.py:729
msgid "Ratings list"
msgstr ""
#: cps/web.py:742
msgid "File formats list"
msgstr ""
#: cps/templates/layout.html:73 cps/templates/tasks.html:7 cps/web.py:801
msgid "Tasks"
msgstr ""
#: cps/templates/book_edit.html:212 cps/templates/feed.xml:33
#: cps/templates/layout.html:44 cps/templates/layout.html:47
#: cps/templates/search_form.html:170 cps/web.py:821 cps/web.py:823
msgid "Search"
msgstr ""
#: cps/web.py:873
msgid "Published after "
msgstr ""
#: cps/web.py:880
msgid "Published before "
msgstr ""
#: cps/web.py:894
#, python-format
msgid "Rating <= %(rating)s"
msgstr ""
#: cps/web.py:896
#, python-format
msgid "Rating >= %(rating)s"
msgstr ""
#: cps/web.py:962 cps/web.py:976
msgid "search"
msgstr ""
#: cps/web.py:1060
#, python-format
msgid "Book successfully queued for sending to %(kindlemail)s"
msgstr ""
#: cps/web.py:1064
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr ""
#: cps/web.py:1066
msgid "Please configure your kindle e-mail address first..."
msgstr ""
#: cps/web.py:1083
msgid "E-Mail server is not configured, please contact your administrator!"
msgstr ""
#: cps/web.py:1084 cps/web.py:1090 cps/web.py:1115 cps/web.py:1119
#: cps/web.py:1124 cps/web.py:1128
msgid "register"
msgstr ""
#: cps/web.py:1117
msgid "Your e-mail is not allowed to register"
msgstr ""
#: cps/web.py:1120
msgid "Confirmation e-mail was send to your e-mail account."
msgstr ""
#: cps/web.py:1123
msgid "This username or e-mail address is already in use."
msgstr ""
#: cps/web.py:1140
msgid "Cannot activate LDAP authentication"
msgstr ""
#: cps/web.py:1150 cps/web.py:1277
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr ""
#: cps/web.py:1155
msgid "Could not login. LDAP server down, please contact your administrator"
msgstr ""
#: cps/web.py:1159 cps/web.py:1182
msgid "Wrong Username or Password"
msgstr ""
#: cps/web.py:1166
msgid "New Password was send to your email address"
msgstr ""
#: cps/web.py:1172
msgid "Please enter valid username to reset password"
msgstr ""
#: cps/web.py:1178
#, python-format
msgid "You are now logged in as: '%(nickname)s'"
msgstr ""
#: cps/web.py:1185 cps/web.py:1209
msgid "login"
msgstr ""
#: cps/web.py:1221 cps/web.py:1255
msgid "Token not found"
msgstr ""
#: cps/web.py:1230 cps/web.py:1263
msgid "Token has expired"
msgstr ""
#: cps/web.py:1239
msgid "Success! Please return to your device"
msgstr ""
#: cps/web.py:1320 cps/web.py:1365 cps/web.py:1371
#, python-format
msgid "%(name)s's profile"
msgstr ""
#: cps/web.py:1367
msgid "Profile updated"
msgstr ""
#: cps/web.py:1384 cps/web.py:1480
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
#: cps/web.py:1396 cps/web.py:1399 cps/web.py:1402 cps/web.py:1409
#: cps/web.py:1414
msgid "Read a Book"
msgstr ""
#: cps/web.py:1425
msgid "Error opening eBook. File does not exist or file is not accessible."
msgstr ""
#: cps/worker.py:335
#, python-format
msgid "Ebook-converter failed: %(error)s"
msgstr ""
#: cps/worker.py:346
#, python-format
msgid "Kindlegen failed with Error %(error)s. Message: %(message)s"
msgstr ""
#: cps/templates/admin.html:9
msgid "Users"
msgstr ""
#: cps/templates/admin.html:12 cps/templates/login.html:8
#: cps/templates/login.html:9 cps/templates/register.html:7
#: cps/templates/user_edit.html:8
msgid "Username"
msgstr ""
#: cps/templates/admin.html:13 cps/templates/register.html:11
#: cps/templates/user_edit.html:13
msgid "E-mail Address"
msgstr ""
#: cps/templates/admin.html:14 cps/templates/user_edit.html:26
msgid "Send to Kindle E-mail Address"
msgstr ""
#: cps/templates/admin.html:15
msgid "Downloads"
msgstr ""
#: cps/templates/admin.html:16 cps/templates/layout.html:76
msgid "Admin"
msgstr ""
#: cps/templates/admin.html:17 cps/templates/detail.html:18
#: cps/templates/detail.html:27 cps/templates/shelf.html:6
#: cps/templates/shelfdown.html:62
msgid "Download"
msgstr ""
#: cps/templates/admin.html:18
msgid "View eBooks"
msgstr ""
#: cps/templates/admin.html:19 cps/templates/layout.html:65
msgid "Upload"
msgstr ""
#: cps/templates/admin.html:20
msgid "Edit"
msgstr ""
#: cps/templates/admin.html:38
msgid "Add New User"
msgstr ""
#: cps/templates/admin.html:44
msgid "E-mail Server Settings"
msgstr ""
#: cps/templates/admin.html:47 cps/templates/email_edit.html:11
msgid "SMTP Hostname"
msgstr ""
#: cps/templates/admin.html:48 cps/templates/email_edit.html:15
msgid "SMTP Port"
msgstr ""
#: cps/templates/admin.html:49 cps/templates/email_edit.html:19
msgid "Encryption"
msgstr ""
#: cps/templates/admin.html:50 cps/templates/email_edit.html:27