2d1e3ecb44078d331b8715498ea5792e08f61a71
[wolnelektury.git] / src / catalogue / locale / en / LC_MESSAGES / django.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
10 "PO-Revision-Date: 2013-04-09 10:38+0100\n"
11 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "Language: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Translated-Using: django-rosetta 0.5.6\n"
18
19 #: catalogue/constants.py:9
20 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported"
21 msgstr ""
22
23 #: catalogue/constants.py:14
24 msgid "Free Art License 1.3"
25 msgstr ""
26
27 #: catalogue/constants.py:60
28 #, fuzzy
29 #| msgid "author"
30 msgid "authors"
31 msgstr "author"
32
33 #: catalogue/constants.py:61
34 #, fuzzy
35 #| msgid "epoch"
36 msgid "epochs"
37 msgstr "period"
38
39 #: catalogue/constants.py:62
40 #, fuzzy
41 #| msgid "kind"
42 msgid "kinds"
43 msgstr "form"
44
45 #: catalogue/constants.py:63
46 #, fuzzy
47 #| msgid "genre"
48 msgid "genres"
49 msgstr "genre"
50
51 #: catalogue/constants.py:64
52 #, fuzzy
53 #| msgid "theme"
54 msgid "themes"
55 msgstr "motif"
56
57 #: catalogue/constants.py:65
58 msgid "sets"
59 msgstr ""
60
61 #: catalogue/constants.py:66
62 msgid "things"
63 msgstr ""
64
65 #: catalogue/constants.py:70
66 #, fuzzy
67 #| msgid "author"
68 msgid "All authors"
69 msgstr "author"
70
71 #: catalogue/constants.py:71
72 #, fuzzy
73 #| msgid "epoch"
74 msgid "All epochs"
75 msgstr "period"
76
77 #: catalogue/constants.py:72
78 #, fuzzy
79 #| msgid "kind"
80 msgid "All kinds"
81 msgstr "form"
82
83 #: catalogue/constants.py:73
84 #, fuzzy
85 #| msgid "genre"
86 msgid "All genres"
87 msgstr "genre"
88
89 #: catalogue/constants.py:74
90 #, fuzzy
91 #| msgid "theme"
92 msgid "All themes"
93 msgstr "motif"
94
95 #: catalogue/constants.py:75
96 #, fuzzy
97 #| msgid "collections"
98 msgid "All sets"
99 msgstr "collections"
100
101 #: catalogue/constants.py:76
102 #, fuzzy
103 #| msgid "collections"
104 msgid "All things"
105 msgstr "collections"
106
107 #: catalogue/forms.py:29
108 msgid "Please supply an XML."
109 msgstr "Please supply an XML."
110
111 #: catalogue/forms.py:51
112 msgid "Don't show footnotes"
113 msgstr "Don't show footnotes"
114
115 #: catalogue/forms.py:52
116 msgid "Don't disply themes"
117 msgstr "Don't display themes"
118
119 #: catalogue/forms.py:53
120 msgid "Don't use our custom font"
121 msgstr "Don't use our custom font"
122
123 #: catalogue/forms.py:54
124 msgid "Without cover"
125 msgstr ""
126
127 #: catalogue/forms.py:55
128 #, fuzzy
129 #| msgid "Table of contents"
130 msgid "Without table of contents"
131 msgstr "Table of contents"
132
133 #: catalogue/forms.py:58
134 msgid "Leading"
135 msgstr "Leading"
136
137 #: catalogue/forms.py:59
138 msgid "Normal leading"
139 msgstr "Normal leading"
140
141 #: catalogue/forms.py:60
142 msgid "One and a half leading"
143 msgstr "One and a half leading"
144
145 #: catalogue/forms.py:61
146 msgid "Double leading"
147 msgstr "Double leading"
148
149 #: catalogue/forms.py:63
150 msgid "Font size"
151 msgstr "Font size"
152
153 #: catalogue/forms.py:64
154 msgid "Default"
155 msgstr "Default"
156
157 #: catalogue/forms.py:65
158 msgid "Big"
159 msgstr "Big"
160
161 #: catalogue/forms.py:66
162 msgid "Bigger"
163 msgstr ""
164
165 #: catalogue/forms.py:88
166 msgid "Queue is full. Please try again later."
167 msgstr ""
168
169 #: catalogue/models/book.py:37 catalogue/models/collection.py:14
170 msgid "title"
171 msgstr "Title"
172
173 #: catalogue/models/book.py:38 catalogue/models/tag.py:58
174 msgid "sort key"
175 msgstr "Sort key"
176
177 #: catalogue/models/book.py:40
178 #, fuzzy
179 #| msgid "Results by authors"
180 msgid "sort key by author"
181 msgstr "Results by authors"
182
183 #: catalogue/models/book.py:41 catalogue/models/book.py:42
184 #: catalogue/models/collection.py:15 catalogue/models/tag.py:57
185 msgid "slug"
186 msgstr "Slug"
187
188 #: catalogue/models/book.py:43
189 msgid "language code"
190 msgstr "language code"
191
192 #: catalogue/models/book.py:44 catalogue/models/book.py:399
193 #: catalogue/models/collection.py:16 catalogue/models/tag.py:61
194 #: catalogue/models/tag.py:171
195 msgid "description"
196 msgstr "Description"
197
198 #: catalogue/models/book.py:45
199 msgid "abstract"
200 msgstr ""
201
202 #: catalogue/models/book.py:46
203 msgid "toc"
204 msgstr ""
205
206 #: catalogue/models/book.py:47 catalogue/models/bookmedia.py:43
207 #: catalogue/models/tag.py:73 catalogue/models/tag.py:74
208 msgid "creation date"
209 msgstr "creation date"
210
211 #: catalogue/models/book.py:48
212 #, fuzzy
213 #| msgid "creation date"
214 msgid "change date"
215 msgstr "creation date"
216
217 #: catalogue/models/book.py:49
218 msgid "parent number"
219 msgstr "Parent number"
220
221 #: catalogue/models/book.py:50 catalogue/models/bookmedia.py:46
222 msgid "extra information"
223 msgstr "Additional information"
224
225 #: catalogue/models/book.py:53
226 msgid "print on demand"
227 msgstr ""
228
229 #: catalogue/models/book.py:54 catalogue/models/collection.py:28
230 msgid "recommended"
231 msgstr ""
232
233 #: catalogue/models/book.py:55
234 msgid "audio length"
235 msgstr ""
236
237 #: catalogue/models/book.py:56
238 msgid "preview"
239 msgstr ""
240
241 #: catalogue/models/book.py:57
242 msgid "preview until"
243 msgstr ""
244
245 #: catalogue/models/book.py:59
246 msgid "findable"
247 msgstr ""
248
249 #: catalogue/models/book.py:70
250 msgid "cover"
251 msgstr "cover"
252
253 #: catalogue/models/book.py:72
254 #, fuzzy
255 #| msgid "cover"
256 msgid "clean cover"
257 msgstr "cover"
258
259 #: catalogue/models/book.py:73
260 msgid "cover thumbnail"
261 msgstr ""
262
263 #: catalogue/models/book.py:75
264 msgid "cover thumbnail for mobile app"
265 msgstr ""
266
267 #: catalogue/models/book.py:76
268 msgid "cover for mobile app"
269 msgstr ""
270
271 #: catalogue/models/book.py:78
272 msgid "cover for Ebookpoint"
273 msgstr ""
274
275 #: catalogue/models/book.py:106 catalogue/models/collection.py:24
276 msgid "book"
277 msgstr "book"
278
279 #: catalogue/models/book.py:107
280 msgid "books"
281 msgstr "Books"
282
283 #: catalogue/models/book.py:620
284 #, python-format
285 msgid "Book \"%s\" does not exist."
286 msgstr "Book with stub = \"%s\" does not exist."
287
288 #: catalogue/models/book.py:636
289 #, python-format
290 msgid "Book %s already exists"
291 msgstr "Book %s already exists"
292
293 #: catalogue/models/book.py:954
294 msgid "This work needs modernisation"
295 msgstr ""
296
297 #: catalogue/models/bookmedia.py:35
298 #, python-format
299 msgid "%s file"
300 msgstr "%s file"
301
302 #: catalogue/models/bookmedia.py:37
303 msgid "type"
304 msgstr "type"
305
306 #: catalogue/models/bookmedia.py:38 catalogue/models/source.py:11
307 #: catalogue/models/tag.py:56
308 msgid "name"
309 msgstr "name"
310
311 #: catalogue/models/bookmedia.py:39
312 #, fuzzy
313 #| msgid "name"
314 msgid "part name"
315 msgstr "name"
316
317 #: catalogue/models/bookmedia.py:40
318 msgid "index"
319 msgstr ""
320
321 #: catalogue/models/bookmedia.py:41
322 msgid "file"
323 msgstr "XML file"
324
325 #: catalogue/models/bookmedia.py:55 catalogue/models/bookmedia.py:56
326 msgid "book media"
327 msgstr "book media"
328
329 #: catalogue/models/collection.py:17
330 msgid "book slugs"
331 msgstr "Book stubs"
332
333 #: catalogue/models/collection.py:23 catalogue/models/tag.py:23
334 #: catalogue/templates/catalogue/search_multiple_hits.html:53
335 msgid "kind"
336 msgstr "form"
337
338 #: catalogue/models/collection.py:24
339 msgid "picture"
340 msgstr ""
341
342 #: catalogue/models/collection.py:25
343 #, fuzzy
344 #| msgid "Listen"
345 msgid "listed"
346 msgstr "Listen"
347
348 #: catalogue/models/collection.py:33
349 msgid "collection"
350 msgstr "collection"
351
352 #: catalogue/models/collection.py:34
353 msgid "collections"
354 msgstr "collections"
355
356 #: catalogue/models/fragment.py:28
357 msgid "fragment"
358 msgstr "Fragment"
359
360 #: catalogue/models/fragment.py:29
361 msgid "fragments"
362 msgstr "Fragments"
363
364 #: catalogue/models/source.py:10
365 #, fuzzy
366 #| msgid "extra information"
367 msgid "network location"
368 msgstr "Additional information"
369
370 #: catalogue/models/source.py:15
371 #, fuzzy
372 #| msgid "Source"
373 msgid "source"
374 msgstr "Source"
375
376 #: catalogue/models/source.py:16
377 #, fuzzy
378 #| msgid "Source"
379 msgid "sources"
380 msgstr "Source"
381
382 #: catalogue/models/tag.py:21
383 msgid "author"
384 msgstr "author"
385
386 #: catalogue/models/tag.py:22
387 #: catalogue/templates/catalogue/search_multiple_hits.html:39
388 msgid "epoch"
389 msgstr "period"
390
391 #: catalogue/models/tag.py:24
392 msgid "genre"
393 msgstr "genre"
394
395 #: catalogue/models/tag.py:25
396 msgid "theme"
397 msgstr "motif"
398
399 #: catalogue/models/tag.py:26
400 msgid "set"
401 msgstr "set"
402
403 #: catalogue/models/tag.py:27
404 msgid "thing"
405 msgstr ""
406
407 #: catalogue/models/tag.py:33 catalogue/models/tag.py:124
408 msgid "tag"
409 msgstr "tag"
410
411 #: catalogue/models/tag.py:34
412 msgid "content type"
413 msgstr "content type"
414
415 #: catalogue/models/tag.py:35
416 msgid "object id"
417 msgstr "object id"
418
419 #: catalogue/models/tag.py:60
420 msgid "category"
421 msgstr "Category"
422
423 #: catalogue/models/tag.py:125
424 msgid "tags"
425 msgstr "tags"
426
427 #: catalogue/templates/catalogue/book_detail.html:24
428 #: catalogue/templates/catalogue/book_text.html:35
429 #, fuzzy
430 #| msgid "Other resources"
431 msgid "Other versions"
432 msgstr "Other sources"
433
434 #: catalogue/templates/catalogue/book_detail.html:34
435 msgid "See also"
436 msgstr "See also"
437
438 #: catalogue/templates/catalogue/book_detail.html:41
439 #: catalogue/templates/catalogue/book_text.html:48
440 #: catalogue/templates/catalogue/book_text.html:67
441 #: catalogue/templates/catalogue/tagged_object_list.html:20
442 msgid "Themes"
443 msgstr "Themes"
444
445 #: catalogue/templates/catalogue/book_detail.html:47
446 msgid "Information about the work"
447 msgstr ""
448
449 #: catalogue/templates/catalogue/book_detail.html:62
450 #: catalogue/templates/catalogue/book_detail.html:68
451 msgid "Source"
452 msgstr "Source"
453
454 #: catalogue/templates/catalogue/book_detail.html:62
455 #: catalogue/templates/catalogue/book_detail.html:68
456 msgid "of the book"
457 msgstr "of the book"
458
459 #: catalogue/templates/catalogue/book_detail.html:63
460 #: catalogue/templates/catalogue/book_detail.html:69
461 #, fuzzy
462 #| msgid "kind"
463 msgid "in"
464 msgstr "form"
465
466 #: catalogue/templates/catalogue/book_detail.html:74
467 msgid "Source XML file"
468 msgstr "Source XML file"
469
470 #: catalogue/templates/catalogue/book_detail.html:78
471 msgid "Book on"
472 msgstr "Book on"
473
474 #: catalogue/templates/catalogue/book_detail.html:78
475 msgid "Editor's Platform"
476 msgstr "Editor's Platform"
477
478 #: catalogue/templates/catalogue/book_detail.html:83
479 msgid "Book description on Wikipedia"
480 msgstr "Book description on Wikipedia"
481
482 #: catalogue/templates/catalogue/book_detail.html:87
483 msgid "Mix this book"
484 msgstr "Mix this book"
485
486 #: catalogue/templates/catalogue/book_fragments.html:6
487 #: catalogue/templates/catalogue/book_fragments.html:12
488 msgid "Theme"
489 msgstr "Theme"
490
491 #: catalogue/templates/catalogue/book_fragments.html:6
492 #: catalogue/templates/catalogue/book_fragments.html:14
493 msgid "in work "
494 msgstr "in work "
495
496 #: catalogue/templates/catalogue/book_info.html:28
497 #, fuzzy
498 msgid "Resource prepared based on:"
499 msgstr "Text based on:"
500
501 #: catalogue/templates/catalogue/book_info.html:38
502 msgid "Edited by:"
503 msgstr ""
504
505 #: catalogue/templates/catalogue/book_info.html:40
506 msgid "Edited and annotated by:"
507 msgstr "Edited and annotated by:"
508
509 #: catalogue/templates/catalogue/book_info.html:48
510 msgid "Publisher:"
511 msgstr ""
512
513 #: catalogue/templates/catalogue/book_info.html:55
514 msgid "Publication funded by:"
515 msgstr ""
516
517 #: catalogue/templates/catalogue/book_info.html:62
518 msgid "Cover image by:"
519 msgstr ""
520
521 #: catalogue/templates/catalogue/book_list.html:8
522 #: catalogue/templates/catalogue/book_list.html:12
523 #: catalogue/templates/catalogue/picture_list.html:8
524 #: catalogue/templates/catalogue/picture_list.html:10
525 msgid "Listing of all works"
526 msgstr "List of all works"
527
528 #: catalogue/templates/catalogue/book_list.html:25
529 msgid "Table of Content"
530 msgstr "Table of Contents"
531
532 #: catalogue/templates/catalogue/book_list.html:35
533 msgid "↑ top ↑"
534 msgstr "↑ top ↑"
535
536 #: catalogue/templates/catalogue/book_short.html:53
537 #: catalogue/templates/catalogue/picture_detail.html:52
538 msgid "Epoch"
539 msgstr "Period"
540
541 #: catalogue/templates/catalogue/book_short.html:61
542 #: catalogue/templates/catalogue/picture_detail.html:58
543 msgid "Kind"
544 msgstr "Form"
545
546 #: catalogue/templates/catalogue/book_short.html:69
547 msgid "Genre"
548 msgstr "Genre"
549
550 #: catalogue/templates/catalogue/book_short.html:79
551 msgid "Region"
552 msgstr ""
553
554 #: catalogue/templates/catalogue/book_short.html:87
555 #, fuzzy
556 #| msgid "language code"
557 msgid "Language"
558 msgstr "language code"
559
560 #: catalogue/templates/catalogue/book_short.html:112
561 msgid "Read online"
562 msgstr "Read online"
563
564 #: catalogue/templates/catalogue/book_short.html:115
565 msgid ""
566 "Cena książki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem "
567 "upewnij się, że cena druku na żądanie jest dla Ciebie odpowiednia."
568 "<br>Wszystkie nasze zasoby w wersji elektronicznej są zawsze dostępne "
569 "bezpłatnie."
570 msgstr ""
571
572 #: catalogue/templates/catalogue/book_short.html:115
573 msgid "Print on demand –"
574 msgstr ""
575
576 #: catalogue/templates/catalogue/book_short.html:121
577 #, fuzzy
578 #| msgid "Download as"
579 msgid "Download an ebook"
580 msgstr "Download as"
581
582 #: catalogue/templates/catalogue/book_short.html:140
583 #, fuzzy
584 #| msgid "Download as"
585 msgid "Download audiobook"
586 msgstr "Download as"
587
588 #: catalogue/templates/catalogue/book_short.html:152
589 msgid "For now this work is only available for our subscribers."
590 msgstr ""
591
592 #: catalogue/templates/catalogue/book_text.html:24
593 msgid "Click to download"
594 msgstr ""
595
596 #: catalogue/templates/catalogue/book_text.html:42
597 msgid "Table of contents"
598 msgstr "Table of contents"
599
600 #: catalogue/templates/catalogue/book_text.html:54
601 msgid "Edit. note"
602 msgstr "Edit. note"
603
604 #: catalogue/templates/catalogue/book_text.html:60
605 msgid "Infobox"
606 msgstr "Infobox"
607
608 #: catalogue/templates/catalogue/book_text.html:65
609 msgid "Numbering"
610 msgstr ""
611
612 #: catalogue/templates/catalogue/book_text.html:69
613 #, fuzzy
614 #| msgid "Don't show footnotes"
615 msgid "Footnotes"
616 msgstr "Don't show footnotes"
617
618 #: catalogue/templates/catalogue/book_text.html:71
619 msgid "References"
620 msgstr ""
621
622 #: catalogue/templates/catalogue/book_text.html:97
623 #: catalogue/templates/catalogue/viewer_base.html:54
624 msgid "Close"
625 msgstr ""
626
627 #: catalogue/templates/catalogue/book_text.html:98
628 msgid "Please wait..."
629 msgstr ""
630
631 #: catalogue/templates/catalogue/book_text.html:167
632 msgid "Other versions of the book"
633 msgstr ""
634
635 #: catalogue/templates/catalogue/book_text.html:168
636 msgid "Close the other version"
637 msgstr ""
638
639 #: catalogue/templates/catalogue/catalogue.html:6
640 msgid "Catalogue"
641 msgstr "Catalogue"
642
643 #: catalogue/templates/catalogue/catalogue.html:11
644 #: catalogue/templates/catalogue/tagged_object_list.html:57
645 #, fuzzy
646 #| msgid "All books"
647 msgid "All works"
648 msgstr "All books"
649
650 #: catalogue/templates/catalogue/catalogue.html:15
651 msgid "Download the catalogue in PDF format."
652 msgstr "Download the catalogue in PDF format."
653
654 #: catalogue/templates/catalogue/catalogue.html:19
655 #: catalogue/templates/catalogue/tag_list_split.html:4
656 #: catalogue/templates/catalogue/tagged_object_list.html:5
657 msgid "Literature"
658 msgstr ""
659
660 #: catalogue/templates/catalogue/catalogue.html:22
661 #: catalogue/templates/catalogue/collections.html:5
662 #: catalogue/templates/catalogue/collections.html:10
663 #, fuzzy
664 msgid "Collections"
665 msgstr "collections"
666
667 #: catalogue/templates/catalogue/catalogue.html:25
668 #: catalogue/templates/catalogue/search_multiple_hits.html:117
669 #: catalogue/templates/catalogue/tag_list_split.html:9
670 #: catalogue/templates/catalogue/tagged_object_list.html:5
671 #, fuzzy
672 #| msgid "Artist"
673 msgid "Art"
674 msgstr "Reader"
675
676 #: catalogue/templates/catalogue/collections.html:16
677 #, fuzzy
678 #| msgid "collections"
679 msgid "All collections"
680 msgstr "collections"
681
682 #: catalogue/templates/catalogue/custom_pdf_form.html:5 catalogue/views.py:448
683 msgid "Download custom PDF"
684 msgstr "Download custom PDF"
685
686 #: catalogue/templates/catalogue/custom_pdf_form.html:12
687 #: catalogue/templates/catalogue/custom_pdf_form.html:22 catalogue/views.py:449
688 msgid "Download"
689 msgstr "Download"
690
691 #: catalogue/templates/catalogue/daisy_list.html:7
692 #: catalogue/templates/catalogue/daisy_list.html:15
693 msgid "Listing of all DAISY files"
694 msgstr "List of all DAISY files"
695
696 #: catalogue/templates/catalogue/daisy_list.html:11
697 msgid "Latest DAISY audiobooks"
698 msgstr "Latest DAISY audiobooks"
699
700 #: catalogue/templates/catalogue/differentiate_tags.html:12
701 msgid "The criteria are ambiguous. Please select one of the following options:"
702 msgstr ""
703 "The criteria are ambiguous. Please select one of the following options:"
704
705 #: catalogue/templates/catalogue/fragment_short.html:12
706 msgid "Expand fragment"
707 msgstr "Expand fragment"
708
709 #: catalogue/templates/catalogue/fragment_short.html:22
710 msgid "Hide fragment"
711 msgstr "Hide fragment"
712
713 #: catalogue/templates/catalogue/inline_tag_list.html:22
714 msgid "Other"
715 msgstr ""
716
717 #: catalogue/templates/catalogue/picture_detail.html:29
718 msgid "Work is licensed under "
719 msgstr "Work is licensed under "
720
721 #: catalogue/templates/catalogue/picture_detail.html:31
722 msgid "Based on"
723 msgstr "Based on"
724
725 #: catalogue/templates/catalogue/picture_detail.html:43
726 msgid "Details"
727 msgstr "Details"
728
729 #: catalogue/templates/catalogue/picture_detail.html:46
730 msgid "Author"
731 msgstr "Author"
732
733 #: catalogue/templates/catalogue/picture_detail.html:64
734 msgid "Other resources"
735 msgstr "Other sources"
736
737 #: catalogue/templates/catalogue/picture_detail.html:67
738 msgid "Source of the image"
739 msgstr "Source of the image"
740
741 #: catalogue/templates/catalogue/picture_detail.html:70
742 msgid "Image on the Editor's Platform"
743 msgstr "Image on the Editor's Platform"
744
745 #: catalogue/templates/catalogue/picture_detail.html:73
746 msgid "View XML source"
747 msgstr "View XML source"
748
749 #: catalogue/templates/catalogue/picture_detail.html:76
750 msgid "Work's themes "
751 msgstr "Work's themes "
752
753 #: catalogue/templates/catalogue/player.html:12
754 #: catalogue/templates/catalogue/viewer_base.html:11
755 msgid "Wolne Lektury"
756 msgstr "Wolne Lektury"
757
758 #: catalogue/templates/catalogue/player.html:29
759 msgid "Book's page"
760 msgstr "Book's page"
761
762 #: catalogue/templates/catalogue/player.html:30
763 msgid "Download as"
764 msgstr "Download as"
765
766 #: catalogue/templates/catalogue/player.html:46
767 msgid "Audiobooks were prepared as a part of the projects:"
768 msgstr "Audiobooks were prepared as a part of the following projects:"
769
770 #: catalogue/templates/catalogue/player.html:51
771 #, python-format
772 msgid "%(cs)s, funded by %(fb)s"
773 msgstr "%(cs)s, funded by %(fb)s"
774
775 #: catalogue/templates/catalogue/player.html:62
776 #, fuzzy, python-format
777 #| msgid ""
778 #| "Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s."
779 msgid ""
780 "Audiobooks were prepared as a part of the <em>%(cs)s</em> project funded by "
781 "%(fb)s."
782 msgstr ""
783 "Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s."
784
785 #: catalogue/templates/catalogue/player.html:64
786 #, fuzzy, python-format
787 #| msgid "Audiobooks were prepared as a part of the %(cs)s project."
788 msgid "Audiobooks were prepared as a part of the <em>%(cs)s</em> project."
789 msgstr "Audiobooks were prepared as a part of the %(cs)s project."
790
791 #: catalogue/templates/catalogue/recent_audiobooks_list.html:5
792 #: catalogue/templates/catalogue/recent_audiobooks_list.html:10
793 #, fuzzy
794 msgid "Recent audiobooks"
795 msgstr "Latest MP3 audiobooks"
796
797 #: catalogue/templates/catalogue/recent_daisy_list.html:5
798 #: catalogue/templates/catalogue/recent_daisy_list.html:10
799 msgid "Recent DAISY files"
800 msgstr ""
801
802 #: catalogue/templates/catalogue/recent_list.html:5
803 #: catalogue/templates/catalogue/recent_list.html:10
804 #, fuzzy
805 msgid "Recent publications"
806 msgstr "Goes to public domain"
807
808 #: catalogue/templates/catalogue/recent_list.html:15
809 #, python-format
810 msgid ""
811 "You can also see <a href=\"%(a)s\">recent audiobooks</a>\n"
812 "      and <a href=\"%(d)s\">recent DAISY files</a>."
813 msgstr ""
814
815 #: catalogue/templates/catalogue/search_multiple_hits.html:8
816 #: catalogue/templates/catalogue/search_multiple_hits.html:14
817 #: catalogue/templates/catalogue/search_no_hits.html:5
818 #: catalogue/templates/catalogue/search_no_hits.html:10
819 #: catalogue/templates/catalogue/search_too_long.html:5
820 #: catalogue/templates/catalogue/search_too_long.html:10
821 #: catalogue/templates/catalogue/search_too_short.html:5
822 #: catalogue/templates/catalogue/search_too_short.html:10
823 msgid "Search"
824 msgstr "Search"
825
826 #: catalogue/templates/catalogue/search_multiple_hits.html:28
827 #, fuzzy
828 #| msgid "language code"
829 msgid "language"
830 msgstr "language code"
831
832 #: catalogue/templates/catalogue/search_multiple_hits.html:85
833 #: catalogue/templates/catalogue/search_no_hits.html:16
834 msgid "Did you mean"
835 msgstr "Did you mean"
836
837 #: catalogue/templates/catalogue/search_multiple_hits.html:104
838 #, fuzzy
839 #| msgid "books"
840 msgid "Books"
841 msgstr "Books"
842
843 #: catalogue/templates/catalogue/search_no_hits.html:20
844 #: catalogue/templates/catalogue/tagged_object_list.html:66
845 msgid "Sorry! Search cirteria did not match any resources."
846 msgstr "Sorry! Search cirteria did not match any resources."
847
848 #: catalogue/templates/catalogue/search_too_long.html:13
849 #, fuzzy
850 #| msgid "Sorry! Search query must have at least two characters."
851 msgid "Sorry! Search query is too long to be processed."
852 msgstr "Sorry! Search query must have at least two characters."
853
854 #: catalogue/templates/catalogue/search_too_short.html:13
855 msgid "Sorry! Search query must have at least two characters."
856 msgstr "Sorry! Search query must have at least two characters."
857
858 #: catalogue/templates/catalogue/snippets/2022_jplayer.html:52
859 #: catalogue/templates/catalogue/snippets/2022_jplayer_reader.html:51
860 #: catalogue/templates/catalogue/snippets/jplayer.html:36
861 #, fuzzy
862 #| msgid "Artist"
863 msgid "Artist:"
864 msgstr "Reader"
865
866 #: catalogue/templates/catalogue/snippets/2022_jplayer.html:53
867 #: catalogue/templates/catalogue/snippets/2022_jplayer_reader.html:52
868 #: catalogue/templates/catalogue/snippets/jplayer.html:37
869 #, fuzzy
870 #| msgid "Director"
871 msgid "director:"
872 msgstr "Director"
873
874 #: catalogue/templates/catalogue/snippets/content_warning.html:4
875 msgid "Caution: text contains"
876 msgstr ""
877
878 #: catalogue/templates/catalogue/snippets/custom_pdf_link_li.html:3
879 msgid "Download a custom PDF"
880 msgstr "Download a custom PDF"
881
882 #: catalogue/templates/catalogue/snippets/jplayer.html:64
883 msgid "previous"
884 msgstr ""
885
886 #: catalogue/templates/catalogue/snippets/jplayer.html:65
887 msgid "Part"
888 msgstr ""
889
890 #: catalogue/templates/catalogue/snippets/jplayer.html:66
891 msgid "next"
892 msgstr ""
893
894 #: catalogue/templates/catalogue/snippets/license_icon.html:6
895 #: catalogue/templates/catalogue/snippets/license_icon.html:7
896 msgid "Free license"
897 msgstr ""
898
899 #: catalogue/templates/catalogue/tag_catalogue.html:11
900 #, fuzzy
901 #| msgid "Wolne Lektury"
902 msgid "on Wolne Lektury"
903 msgstr "Wolne Lektury"
904
905 #: catalogue/templates/catalogue/tag_list.html:7
906 msgid "See full category"
907 msgstr "See full category"
908
909 #: catalogue/templates/catalogue/tagged_object_list.html:5
910 msgid "Audiobooks"
911 msgstr "Audiobooks"
912
913 #: catalogue/templates/catalogue/tagged_object_list.html:15
914 msgid "Authors"
915 msgstr "Authors"
916
917 #: catalogue/templates/catalogue/tagged_object_list.html:16
918 msgid "Epochs"
919 msgstr "Periods"
920
921 #: catalogue/templates/catalogue/tagged_object_list.html:17
922 msgid "Genres"
923 msgstr "Genres"
924
925 #: catalogue/templates/catalogue/tagged_object_list.html:18
926 msgid "Kinds"
927 msgstr "Forms"
928
929 #: catalogue/templates/catalogue/tagged_object_list.html:52
930 msgid "All matching works"
931 msgstr ""
932
933 #: catalogue/templates/catalogue/tagged_object_list.html:55
934 msgid "Listing of all audiobooks"
935 msgstr "List of the audiobooks"
936
937 #: catalogue/templates/catalogue/tagged_object_list.html:62
938 #, fuzzy
939 #| msgid "PDF file"
940 msgid "DAISY files"
941 msgstr "PDF file"
942
943 #: catalogue/templates/catalogue/tagged_object_list.html:72
944 msgid "Motifs and themes"
945 msgstr "Motifs and themes"
946
947 #: catalogue/templates/catalogue/tagged_object_list.html:84
948 #, fuzzy
949 #| msgid "description"
950 msgid "No description."
951 msgstr "Description"
952
953 #: catalogue/templates/catalogue/tagged_object_list.html:91
954 msgid "in Wikipedia"
955 msgstr "in Wikipedia"
956
957 #: catalogue/templates/catalogue/tagged_object_list.html:97
958 msgid "in Culture.pl"
959 msgstr ""
960
961 #: catalogue/templates/catalogue/viewer_base.html:56
962 #, fuzzy
963 #| msgid "Leading"
964 msgid "Loading"
965 msgstr "Leading"
966
967 #: catalogue/templatetags/catalogue_tags.py:549
968 #, fuzzy
969 #| msgid "language code"
970 msgid "vulgar language"
971 msgstr "language code"
972
973 #: catalogue/views.py:399
974 #, python-format
975 msgid ""
976 "An error occurred: %(exception)s\n"
977 "\n"
978 "%(tb)s"
979 msgstr ""
980 "An error occurred: %(exception)s\n"
981 "\n"
982 "%(tb)s"
983
984 #: catalogue/views.py:404
985 msgid "Book imported successfully"
986 msgstr "Book imported succesfully"
987
988 #: catalogue/views.py:405
989 #, python-format
990 msgid "Error importing file: %r"
991 msgstr "An error occured while importing file: %r"
992
993 #~ msgid "This work is licensed under:"
994 #~ msgstr "This work is licensed under:"
995
996 #, fuzzy
997 #~| msgid ""
998 #~| "This work isn't covered by copyright and is part of the\n"
999 #~| "        public domain, which means it can be freely used, published and\n"
1000 #~| "        distributed. If there are any additional copyrighted materials\n"
1001 #~| "        provided with this work (such as annotations, motifs etc.), "
1002 #~| "those\n"
1003 #~| "        materials are licensed under the \n"
1004 #~| "        <a href=\"http://creativecommons.org/licenses/by-sa/3.0/"
1005 #~| "\">Creative Commons Attribution-ShareAlike 3.0</a>\n"
1006 #~| "        license."
1007 #~ msgid ""
1008 #~ "This work isn't covered by copyright and is part of the\n"
1009 #~ "    public domain, which means it can be freely used, published and\n"
1010 #~ "    distributed. If there are any additional copyrighted materials\n"
1011 #~ "    provided with this work (such as annotations, motifs etc.), those\n"
1012 #~ "    materials are licensed under the\n"
1013 #~ "    <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative "
1014 #~ "Commons Attribution-ShareAlike 3.0</a>\n"
1015 #~ "    license."
1016 #~ msgstr ""
1017 #~ "This work is not covered by copyright and is a part of the\n"
1018 #~ "        public domain, which means that it can be used, published and\n"
1019 #~ "        distributed. If there are any additional copyrighted materials\n"
1020 #~ "        provided with this work (such as annotations, motifs etc.), "
1021 #~ "those\n"
1022 #~ "        materials are licensed under the \n"
1023 #~ "        <a href=\"http://creativecommons.org/licenses/by-sa/3.0/"
1024 #~ "\">Creative Commons Attribution-ShareAlike 3.0</a>\n"
1025 #~ "        license."
1026
1027 #, fuzzy
1028 #~ msgid "Collection"
1029 #~ msgstr "collections"
1030
1031 #, fuzzy
1032 #~| msgid "parent number"
1033 #~ msgid "Display line numbers"
1034 #~ msgstr "Parent number"
1035
1036 #, fuzzy
1037 #~| msgid "Don't disply themes"
1038 #~ msgid "Display themes"
1039 #~ msgstr "Don't display themes"
1040
1041 #, fuzzy
1042 #~| msgid ""
1043 #~| "Search engine supports following criteria: title, author, theme/topic, "
1044 #~| "epoch, kind and genre.\n"
1045 #~| "\t\tAs for now we do not support full text search."
1046 #~ msgid ""
1047 #~ "Search engine supports following criteria: title, author, theme/topic, "
1048 #~ "epoch, kind and genre.\n"
1049 #~ "        As for now we do not support full text search."
1050 #~ msgstr ""
1051 #~ "Search engine supports following criteria: title, author, theme/topic, "
1052 #~ "period, form and genre.\n"
1053 #~ "\t\tAs for now we do not support full text search."
1054
1055 #~ msgid "Book description on Lektury.Gazeta.pl"
1056 #~ msgstr "Book description on Lektury.Gazeta.pl"
1057
1058 #~ msgid "in Lektury.Gazeta.pl"
1059 #~ msgstr "in Lektury.Gazeta.pl"
1060
1061 #~ msgid "Results by title"
1062 #~ msgstr "Results by title"
1063
1064 #~ msgid "Results by authors"
1065 #~ msgstr "Results by authors"
1066
1067 #, fuzzy
1068 #~ msgid "Results by translators"
1069 #~ msgstr "Translator"
1070
1071 #~ msgid "Results in text"
1072 #~ msgstr "Results in text"
1073
1074 #~ msgid "Other results"
1075 #~ msgstr "Other results"
1076
1077 #~ msgid "book count"
1078 #~ msgstr "Number of books"
1079
1080 #~ msgid "Latest MP3 audiobooks"
1081 #~ msgstr "Latest MP3 audiobooks"
1082
1083 #~ msgid "Latest Ogg Vorbis audiobooks"
1084 #~ msgstr "Latest Ogg Vorbis audiobooks"
1085
1086 #~ msgid ""
1087 #~ "Audioteka lektur szkolnych fundacji Nowoczesna Polska.\n"
1088 #~ "Możecie z niej korzystać bezpłatnie i bez ograniczeń.\n"
1089 #~ "Audiobooki nagrywają znani aktorzy, wśród nich Danuta Stenka i Jan Peszek."
1090 #~ msgstr ""
1091 #~ "Audio library of required readings of Modern Poland Foundation.\n"
1092 #~ "It is free of charge and you can use it without any limits. \n"
1093 #~ "Audiobooks are recorded with the participation of famous Polish actors "
1094 #~ "like Danuta Stenka or Jan Peszek."
1095
1096 #~ msgid "to print"
1097 #~ msgstr "to print"
1098
1099 #~ msgid "for an e-book reader"
1100 #~ msgstr "for an e-book reader"
1101
1102 #~ msgid "for Kindle"
1103 #~ msgstr "for Kindle"
1104
1105 #~ msgid "for a reader"
1106 #~ msgstr "for a reader"
1107
1108 #~ msgid "Download all audiobooks for this book"
1109 #~ msgstr "Download all audiobooks for this book"
1110
1111 #~ msgid "See"
1112 #~ msgstr "See"
1113
1114 #~ msgid "Themes and topics"
1115 #~ msgstr "Motifs and themes"
1116
1117 #~ msgid ""
1118 #~ "System DAISY to uznany na całym świecie format udostępniania książek\n"
1119 #~ "dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób\n"
1120 #~ "mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez "
1121 #~ "ograniczeń."
1122 #~ msgstr ""
1123 #~ "The internationally recognized DAISY book format \n"
1124 #~ "provides the best possible standardized access to books for people who "
1125 #~ "are \n"
1126 #~ "partially sighted, blind or are dyslexic. It is free of charge and you "
1127 #~ "can use it without any limits."
1128
1129 #~ msgid "DAISY"
1130 #~ msgstr "DAISY"
1131
1132 #~ msgid "Listing of all pictures"
1133 #~ msgstr "List of all pictures"
1134
1135 #~ msgid "Put a book on the shelf!"
1136 #~ msgstr "Put this book on the shelf!"
1137
1138 #~ msgid "Create new shelf"
1139 #~ msgstr "Create new shelf"
1140
1141 #~ msgid ""
1142 #~ "You do not have any shelves. You can create one below, if you want to."
1143 #~ msgstr ""
1144 #~ "You do not have any shelves. You can create one below, if you want to."
1145
1146 #~ msgid "Put on the shelf!"
1147 #~ msgstr "Put on the shelf!"
1148
1149 #~ msgid "Shelves containing fragment"
1150 #~ msgstr "Shelves containing fragment"
1151
1152 #~ msgid ""
1153 #~ "You do not own any shelves. You can create one below, if you want to."
1154 #~ msgstr ""
1155 #~ "You do not own any shelves. You can create one below, if you want to."
1156
1157 #~ msgid "Save all shelves"
1158 #~ msgstr "Save all shelves"
1159
1160 #~ msgid "Your shelves with books"
1161 #~ msgstr "Your shelves with books"
1162
1163 #~ msgid "You do not own any shelves. You can create one below if you want to"
1164 #~ msgstr "You do not own any shelves. You can create one below if you want to"
1165
1166 #~ msgid "Create shelf"
1167 #~ msgstr "Create shelf"
1168
1169 #~ msgid "Enter a valid JSON value. Error: %s"
1170 #~ msgstr "Enter a valid JSON value. Error: %s"
1171
1172 #~ msgid "A4"
1173 #~ msgstr "A4"
1174
1175 #~ msgid "A5"
1176 #~ msgstr "A5"
1177
1178 #~ msgid "Incorrect customization options for PDF"
1179 #~ msgstr "Incorrect customization options for PDF"
1180
1181 #~ msgid "Bad method"
1182 #~ msgstr "Bad method"
1183
1184 #~ msgid "title, author, theme/topic, epoch, kind, genre"
1185 #~ msgstr "title, author, motifs/theme, period, form, genre"
1186
1187 #~ msgid "main page"
1188 #~ msgstr "Main page"
1189
1190 #~ msgid "Show tag on main page"
1191 #~ msgstr "Show tag on main page"
1192
1193 #~ msgid "year of death"
1194 #~ msgstr "Year of death"
1195
1196 #~ msgid "short HTML"
1197 #~ msgstr "short HTML"
1198
1199 #~ msgid "HTML file"
1200 #~ msgstr "HTML file"
1201
1202 #~ msgid "EPUB file"
1203 #~ msgstr "EPUB file"
1204
1205 #~ msgid "ODT file"
1206 #~ msgstr "ODT file"
1207
1208 #~ msgid "TXT file"
1209 #~ msgstr "TXT file"
1210
1211 #~ msgid "MP3 file"
1212 #~ msgstr "MP3 file"
1213
1214 #~ msgid "OGG file"
1215 #~ msgstr "OGG file"
1216
1217 #~ msgid "year of translator's death"
1218 #~ msgstr "Year of translator's death"
1219
1220 #~ msgid "book stub"
1221 #~ msgstr "Book stub"
1222
1223 #~ msgid "time"
1224 #~ msgstr "time"
1225
1226 #~ msgid "<p>To maintain your shelves you need to be logged in.</p>"
1227 #~ msgstr "<p>To administer your shelves you need to be logged in.</p>"
1228
1229 #~ msgid "<p>Shelves were sucessfully saved.</p>"
1230 #~ msgstr "<p>Shelves were sucessfully saved.</p>"
1231
1232 #~ msgid "Book was successfully removed from the shelf"
1233 #~ msgstr "Book was successfully removed from the shelf"
1234
1235 #~ msgid "<p>Shelf <strong>%s</strong> was successfully created</p>"
1236 #~ msgstr "<p>Shelf <strong>%s</strong> was successfully created</p>"
1237
1238 #~ msgid "<p>Shelf <strong>%s</strong> was successfully removed</p>"
1239 #~ msgstr "<p>Shelf <strong>%s</strong> was successfully removed</p>"
1240
1241 #~ msgid "Today is %(month)s, %(day)s."
1242 #~ msgstr "Today is %(month)s, %(day)s."