b8fae3bf9659ef61ddbc178e230dd2db59c81104
[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:60 catalogue/models/collection.py:14
170 msgid "title"
171 msgstr "Title"
172
173 #: catalogue/models/book.py:61 catalogue/models/tag.py:58
174 msgid "sort key"
175 msgstr "Sort key"
176
177 #: catalogue/models/book.py:63
178 #, fuzzy
179 #| msgid "Results by authors"
180 msgid "sort key by author"
181 msgstr "Results by authors"
182
183 #: catalogue/models/book.py:64 catalogue/models/book.py:65
184 #: catalogue/models/collection.py:15 catalogue/models/tag.py:57
185 msgid "slug"
186 msgstr "Slug"
187
188 #: catalogue/models/book.py:66
189 msgid "language code"
190 msgstr "language code"
191
192 #: catalogue/models/book.py:67 catalogue/models/book.py:429
193 #: catalogue/models/collection.py:16 catalogue/models/tag.py:61
194 #: catalogue/models/tag.py:137
195 msgid "description"
196 msgstr "Description"
197
198 #: catalogue/models/book.py:68
199 msgid "abstract"
200 msgstr ""
201
202 #: catalogue/models/book.py:69
203 msgid "toc"
204 msgstr ""
205
206 #: catalogue/models/book.py:70 catalogue/models/bookmedia.py:42
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:71
212 #, fuzzy
213 #| msgid "creation date"
214 msgid "change date"
215 msgstr "creation date"
216
217 #: catalogue/models/book.py:72
218 msgid "parent number"
219 msgstr "Parent number"
220
221 #: catalogue/models/book.py:73 catalogue/models/bookmedia.py:45
222 msgid "extra information"
223 msgstr "Additional information"
224
225 #: catalogue/models/book.py:76
226 msgid "print on demand"
227 msgstr ""
228
229 #: catalogue/models/book.py:77 catalogue/models/collection.py:23
230 msgid "recommended"
231 msgstr ""
232
233 #: catalogue/models/book.py:78
234 msgid "audio length"
235 msgstr ""
236
237 #: catalogue/models/book.py:79
238 msgid "preview"
239 msgstr ""
240
241 #: catalogue/models/book.py:80
242 msgid "preview until"
243 msgstr ""
244
245 #: catalogue/models/book.py:82
246 msgid "findable"
247 msgstr ""
248
249 #: catalogue/models/book.py:86
250 msgid "cover"
251 msgstr "cover"
252
253 #: catalogue/models/book.py:93
254 #, fuzzy
255 #| msgid "cover"
256 msgid "clean cover"
257 msgstr "cover"
258
259 #: catalogue/models/book.py:100
260 msgid "cover thumbnail"
261 msgstr ""
262
263 #: catalogue/models/book.py:106
264 msgid "cover thumbnail for mobile app"
265 msgstr ""
266
267 #: catalogue/models/book.py:112
268 msgid "cover for mobile app"
269 msgstr ""
270
271 #: catalogue/models/book.py:118
272 msgid "cover for Ebookpoint"
273 msgstr ""
274
275 #: catalogue/models/book.py:147 catalogue/models/collection.py:19
276 msgid "book"
277 msgstr "book"
278
279 #: catalogue/models/book.py:148
280 msgid "books"
281 msgstr "Books"
282
283 #: catalogue/models/book.py:621
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:637
289 #, python-format
290 msgid "Book %s already exists"
291 msgstr "Book %s already exists"
292
293 #: catalogue/models/book.py:955
294 msgid "This work needs modernisation"
295 msgstr ""
296
297 #: catalogue/models/book.py:1045 catalogue/models/bookmedia.py:34
298 #, python-format
299 msgid "%s file"
300 msgstr "%s file"
301
302 #: catalogue/models/bookmedia.py:36
303 msgid "type"
304 msgstr "type"
305
306 #: catalogue/models/bookmedia.py:37 catalogue/models/source.py:11
307 #: catalogue/models/tag.py:56
308 msgid "name"
309 msgstr "name"
310
311 #: catalogue/models/bookmedia.py:38
312 #, fuzzy
313 #| msgid "name"
314 msgid "part name"
315 msgstr "name"
316
317 #: catalogue/models/bookmedia.py:39
318 msgid "index"
319 msgstr ""
320
321 #: catalogue/models/bookmedia.py:40
322 msgid "file"
323 msgstr "XML file"
324
325 #: catalogue/models/bookmedia.py:54 catalogue/models/bookmedia.py:55
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:18 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:19
339 msgid "picture"
340 msgstr ""
341
342 #: catalogue/models/collection.py:20
343 #, fuzzy
344 #| msgid "Listen"
345 msgid "listed"
346 msgstr "Listen"
347
348 #: catalogue/models/collection.py:28
349 msgid "collection"
350 msgstr "collection"
351
352 #: catalogue/models/collection.py:29
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:99
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:100
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:158
632 msgid "Other versions of the book"
633 msgstr ""
634
635 #: catalogue/templates/catalogue/book_text.html:159
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:414
683 msgid "Download custom PDF"
684 msgstr "Download custom PDF"
685
686 #: catalogue/templates/catalogue/custom_pdf_form.html:18 catalogue/views.py:415
687 msgid "Download"
688 msgstr "Download"
689
690 #: catalogue/templates/catalogue/daisy_list.html:7
691 #: catalogue/templates/catalogue/daisy_list.html:15
692 msgid "Listing of all DAISY files"
693 msgstr "List of all DAISY files"
694
695 #: catalogue/templates/catalogue/daisy_list.html:11
696 msgid "Latest DAISY audiobooks"
697 msgstr "Latest DAISY audiobooks"
698
699 #: catalogue/templates/catalogue/differentiate_tags.html:12
700 msgid "The criteria are ambiguous. Please select one of the following options:"
701 msgstr ""
702 "The criteria are ambiguous. Please select one of the following options:"
703
704 #: catalogue/templates/catalogue/fragment_short.html:12
705 msgid "Expand fragment"
706 msgstr "Expand fragment"
707
708 #: catalogue/templates/catalogue/fragment_short.html:22
709 msgid "Hide fragment"
710 msgstr "Hide fragment"
711
712 #: catalogue/templates/catalogue/inline_tag_list.html:22
713 msgid "Other"
714 msgstr ""
715
716 #: catalogue/templates/catalogue/picture_detail.html:29
717 msgid "Work is licensed under "
718 msgstr "Work is licensed under "
719
720 #: catalogue/templates/catalogue/picture_detail.html:31
721 msgid "Based on"
722 msgstr "Based on"
723
724 #: catalogue/templates/catalogue/picture_detail.html:43
725 msgid "Details"
726 msgstr "Details"
727
728 #: catalogue/templates/catalogue/picture_detail.html:46
729 msgid "Author"
730 msgstr "Author"
731
732 #: catalogue/templates/catalogue/picture_detail.html:64
733 msgid "Other resources"
734 msgstr "Other sources"
735
736 #: catalogue/templates/catalogue/picture_detail.html:67
737 msgid "Source of the image"
738 msgstr "Source of the image"
739
740 #: catalogue/templates/catalogue/picture_detail.html:70
741 msgid "Image on the Editor's Platform"
742 msgstr "Image on the Editor's Platform"
743
744 #: catalogue/templates/catalogue/picture_detail.html:73
745 msgid "View XML source"
746 msgstr "View XML source"
747
748 #: catalogue/templates/catalogue/picture_detail.html:76
749 msgid "Work's themes "
750 msgstr "Work's themes "
751
752 #: catalogue/templates/catalogue/player.html:12
753 #: catalogue/templates/catalogue/viewer_base.html:11
754 msgid "Wolne Lektury"
755 msgstr "Wolne Lektury"
756
757 #: catalogue/templates/catalogue/player.html:29
758 msgid "Book's page"
759 msgstr "Book's page"
760
761 #: catalogue/templates/catalogue/player.html:30
762 msgid "Download as"
763 msgstr "Download as"
764
765 #: catalogue/templates/catalogue/player.html:46
766 msgid "Audiobooks were prepared as a part of the projects:"
767 msgstr "Audiobooks were prepared as a part of the following projects:"
768
769 #: catalogue/templates/catalogue/player.html:51
770 #, python-format
771 msgid "%(cs)s, funded by %(fb)s"
772 msgstr "%(cs)s, funded by %(fb)s"
773
774 #: catalogue/templates/catalogue/player.html:62
775 #, fuzzy, python-format
776 #| msgid ""
777 #| "Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s."
778 msgid ""
779 "Audiobooks were prepared as a part of the <em>%(cs)s</em> project funded by "
780 "%(fb)s."
781 msgstr ""
782 "Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s."
783
784 #: catalogue/templates/catalogue/player.html:64
785 #, fuzzy, python-format
786 #| msgid "Audiobooks were prepared as a part of the %(cs)s project."
787 msgid "Audiobooks were prepared as a part of the <em>%(cs)s</em> project."
788 msgstr "Audiobooks were prepared as a part of the %(cs)s project."
789
790 #: catalogue/templates/catalogue/recent_audiobooks_list.html:5
791 #: catalogue/templates/catalogue/recent_audiobooks_list.html:10
792 #, fuzzy
793 msgid "Recent audiobooks"
794 msgstr "Latest MP3 audiobooks"
795
796 #: catalogue/templates/catalogue/recent_daisy_list.html:5
797 #: catalogue/templates/catalogue/recent_daisy_list.html:10
798 msgid "Recent DAISY files"
799 msgstr ""
800
801 #: catalogue/templates/catalogue/recent_list.html:5
802 #: catalogue/templates/catalogue/recent_list.html:10
803 #, fuzzy
804 msgid "Recent publications"
805 msgstr "Goes to public domain"
806
807 #: catalogue/templates/catalogue/recent_list.html:15
808 #, python-format
809 msgid ""
810 "You can also see <a href=\"%(a)s\">recent audiobooks</a>\n"
811 "    and <a href=\"%(d)s\">recent DAISY files</a>."
812 msgstr ""
813
814 #: catalogue/templates/catalogue/search_multiple_hits.html:8
815 #: catalogue/templates/catalogue/search_multiple_hits.html:14
816 #: catalogue/templates/catalogue/search_no_hits.html:5
817 #: catalogue/templates/catalogue/search_no_hits.html:10
818 #: catalogue/templates/catalogue/search_too_long.html:5
819 #: catalogue/templates/catalogue/search_too_long.html:10
820 #: catalogue/templates/catalogue/search_too_short.html:5
821 #: catalogue/templates/catalogue/search_too_short.html:10
822 msgid "Search"
823 msgstr "Search"
824
825 #: catalogue/templates/catalogue/search_multiple_hits.html:28
826 #, fuzzy
827 #| msgid "language code"
828 msgid "language"
829 msgstr "language code"
830
831 #: catalogue/templates/catalogue/search_multiple_hits.html:85
832 #: catalogue/templates/catalogue/search_no_hits.html:16
833 msgid "Did you mean"
834 msgstr "Did you mean"
835
836 #: catalogue/templates/catalogue/search_multiple_hits.html:104
837 #, fuzzy
838 #| msgid "books"
839 msgid "Books"
840 msgstr "Books"
841
842 #: catalogue/templates/catalogue/search_no_hits.html:20
843 #: catalogue/templates/catalogue/tagged_object_list.html:66
844 msgid "Sorry! Search cirteria did not match any resources."
845 msgstr "Sorry! Search cirteria did not match any resources."
846
847 #: catalogue/templates/catalogue/search_too_long.html:13
848 #, fuzzy
849 #| msgid "Sorry! Search query must have at least two characters."
850 msgid "Sorry! Search query is too long to be processed."
851 msgstr "Sorry! Search query must have at least two characters."
852
853 #: catalogue/templates/catalogue/search_too_short.html:13
854 msgid "Sorry! Search query must have at least two characters."
855 msgstr "Sorry! Search query must have at least two characters."
856
857 #: catalogue/templates/catalogue/snippets/2022_jplayer.html:53
858 #: catalogue/templates/catalogue/snippets/jplayer.html:36
859 #, fuzzy
860 #| msgid "Artist"
861 msgid "Artist:"
862 msgstr "Reader"
863
864 #: catalogue/templates/catalogue/snippets/2022_jplayer.html:54
865 #: catalogue/templates/catalogue/snippets/jplayer.html:37
866 #, fuzzy
867 #| msgid "Director"
868 msgid "director:"
869 msgstr "Director"
870
871 #: catalogue/templates/catalogue/snippets/content_warning.html:4
872 msgid "Caution: text contains"
873 msgstr ""
874
875 #: catalogue/templates/catalogue/snippets/custom_pdf_link_li.html:3
876 msgid "Download a custom PDF"
877 msgstr "Download a custom PDF"
878
879 #: catalogue/templates/catalogue/snippets/jplayer.html:64
880 msgid "previous"
881 msgstr ""
882
883 #: catalogue/templates/catalogue/snippets/jplayer.html:65
884 msgid "Part"
885 msgstr ""
886
887 #: catalogue/templates/catalogue/snippets/jplayer.html:66
888 msgid "next"
889 msgstr ""
890
891 #: catalogue/templates/catalogue/snippets/license_icon.html:6
892 #: catalogue/templates/catalogue/snippets/license_icon.html:7
893 msgid "Free license"
894 msgstr ""
895
896 #: catalogue/templates/catalogue/tag_catalogue.html:11
897 #, fuzzy
898 #| msgid "Wolne Lektury"
899 msgid "on Wolne Lektury"
900 msgstr "Wolne Lektury"
901
902 #: catalogue/templates/catalogue/tag_list.html:7
903 msgid "See full category"
904 msgstr "See full category"
905
906 #: catalogue/templates/catalogue/tagged_object_list.html:5
907 msgid "Audiobooks"
908 msgstr "Audiobooks"
909
910 #: catalogue/templates/catalogue/tagged_object_list.html:15
911 msgid "Authors"
912 msgstr "Authors"
913
914 #: catalogue/templates/catalogue/tagged_object_list.html:16
915 msgid "Epochs"
916 msgstr "Periods"
917
918 #: catalogue/templates/catalogue/tagged_object_list.html:17
919 msgid "Genres"
920 msgstr "Genres"
921
922 #: catalogue/templates/catalogue/tagged_object_list.html:18
923 msgid "Kinds"
924 msgstr "Forms"
925
926 #: catalogue/templates/catalogue/tagged_object_list.html:52
927 msgid "All matching works"
928 msgstr ""
929
930 #: catalogue/templates/catalogue/tagged_object_list.html:55
931 msgid "Listing of all audiobooks"
932 msgstr "List of the audiobooks"
933
934 #: catalogue/templates/catalogue/tagged_object_list.html:62
935 #, fuzzy
936 #| msgid "PDF file"
937 msgid "DAISY files"
938 msgstr "PDF file"
939
940 #: catalogue/templates/catalogue/tagged_object_list.html:72
941 msgid "Motifs and themes"
942 msgstr "Motifs and themes"
943
944 #: catalogue/templates/catalogue/tagged_object_list.html:84
945 #, fuzzy
946 #| msgid "description"
947 msgid "No description."
948 msgstr "Description"
949
950 #: catalogue/templates/catalogue/tagged_object_list.html:91
951 msgid "in Wikipedia"
952 msgstr "in Wikipedia"
953
954 #: catalogue/templates/catalogue/tagged_object_list.html:97
955 msgid "in Culture.pl"
956 msgstr ""
957
958 #: catalogue/templates/catalogue/viewer_base.html:56
959 #, fuzzy
960 #| msgid "Leading"
961 msgid "Loading"
962 msgstr "Leading"
963
964 #: catalogue/templatetags/catalogue_tags.py:521
965 #, fuzzy
966 #| msgid "language code"
967 msgid "vulgar language"
968 msgstr "language code"
969
970 #: catalogue/views.py:365
971 #, python-format
972 msgid ""
973 "An error occurred: %(exception)s\n"
974 "\n"
975 "%(tb)s"
976 msgstr ""
977 "An error occurred: %(exception)s\n"
978 "\n"
979 "%(tb)s"
980
981 #: catalogue/views.py:370
982 msgid "Book imported successfully"
983 msgstr "Book imported succesfully"
984
985 #: catalogue/views.py:371
986 #, python-format
987 msgid "Error importing file: %r"
988 msgstr "An error occured while importing file: %r"
989
990 #~ msgid "This work is licensed under:"
991 #~ msgstr "This work is licensed under:"
992
993 #, fuzzy
994 #~| msgid ""
995 #~| "This work isn't covered by copyright and is part of the\n"
996 #~| "        public domain, which means it can be freely used, published and\n"
997 #~| "        distributed. If there are any additional copyrighted materials\n"
998 #~| "        provided with this work (such as annotations, motifs etc.), "
999 #~| "those\n"
1000 #~| "        materials are licensed under the \n"
1001 #~| "        <a href=\"http://creativecommons.org/licenses/by-sa/3.0/"
1002 #~| "\">Creative Commons Attribution-ShareAlike 3.0</a>\n"
1003 #~| "        license."
1004 #~ msgid ""
1005 #~ "This work isn't covered by copyright and is part of the\n"
1006 #~ "    public domain, which means it can be freely used, published and\n"
1007 #~ "    distributed. If there are any additional copyrighted materials\n"
1008 #~ "    provided with this work (such as annotations, motifs etc.), those\n"
1009 #~ "    materials are licensed under the\n"
1010 #~ "    <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative "
1011 #~ "Commons Attribution-ShareAlike 3.0</a>\n"
1012 #~ "    license."
1013 #~ msgstr ""
1014 #~ "This work is not covered by copyright and is a part of the\n"
1015 #~ "        public domain, which means that it can be used, published and\n"
1016 #~ "        distributed. If there are any additional copyrighted materials\n"
1017 #~ "        provided with this work (such as annotations, motifs etc.), "
1018 #~ "those\n"
1019 #~ "        materials are licensed under the \n"
1020 #~ "        <a href=\"http://creativecommons.org/licenses/by-sa/3.0/"
1021 #~ "\">Creative Commons Attribution-ShareAlike 3.0</a>\n"
1022 #~ "        license."
1023
1024 #, fuzzy
1025 #~ msgid "Collection"
1026 #~ msgstr "collections"
1027
1028 #, fuzzy
1029 #~| msgid "parent number"
1030 #~ msgid "Display line numbers"
1031 #~ msgstr "Parent number"
1032
1033 #, fuzzy
1034 #~| msgid "Don't disply themes"
1035 #~ msgid "Display themes"
1036 #~ msgstr "Don't display themes"
1037
1038 #, fuzzy
1039 #~| msgid ""
1040 #~| "Search engine supports following criteria: title, author, theme/topic, "
1041 #~| "epoch, kind and genre.\n"
1042 #~| "\t\tAs for now we do not support full text search."
1043 #~ msgid ""
1044 #~ "Search engine supports following criteria: title, author, theme/topic, "
1045 #~ "epoch, kind and genre.\n"
1046 #~ "        As for now we do not support full text search."
1047 #~ msgstr ""
1048 #~ "Search engine supports following criteria: title, author, theme/topic, "
1049 #~ "period, form and genre.\n"
1050 #~ "\t\tAs for now we do not support full text search."
1051
1052 #~ msgid "Book description on Lektury.Gazeta.pl"
1053 #~ msgstr "Book description on Lektury.Gazeta.pl"
1054
1055 #~ msgid "in Lektury.Gazeta.pl"
1056 #~ msgstr "in Lektury.Gazeta.pl"
1057
1058 #~ msgid "Results by title"
1059 #~ msgstr "Results by title"
1060
1061 #~ msgid "Results by authors"
1062 #~ msgstr "Results by authors"
1063
1064 #, fuzzy
1065 #~ msgid "Results by translators"
1066 #~ msgstr "Translator"
1067
1068 #~ msgid "Results in text"
1069 #~ msgstr "Results in text"
1070
1071 #~ msgid "Other results"
1072 #~ msgstr "Other results"
1073
1074 #~ msgid "book count"
1075 #~ msgstr "Number of books"
1076
1077 #~ msgid "Latest MP3 audiobooks"
1078 #~ msgstr "Latest MP3 audiobooks"
1079
1080 #~ msgid "Latest Ogg Vorbis audiobooks"
1081 #~ msgstr "Latest Ogg Vorbis audiobooks"
1082
1083 #~ msgid ""
1084 #~ "Audioteka lektur szkolnych fundacji Nowoczesna Polska.\n"
1085 #~ "Możecie z niej korzystać bezpłatnie i bez ograniczeń.\n"
1086 #~ "Audiobooki nagrywają znani aktorzy, wśród nich Danuta Stenka i Jan Peszek."
1087 #~ msgstr ""
1088 #~ "Audio library of required readings of Modern Poland Foundation.\n"
1089 #~ "It is free of charge and you can use it without any limits. \n"
1090 #~ "Audiobooks are recorded with the participation of famous Polish actors "
1091 #~ "like Danuta Stenka or Jan Peszek."
1092
1093 #~ msgid "to print"
1094 #~ msgstr "to print"
1095
1096 #~ msgid "for an e-book reader"
1097 #~ msgstr "for an e-book reader"
1098
1099 #~ msgid "for Kindle"
1100 #~ msgstr "for Kindle"
1101
1102 #~ msgid "for a reader"
1103 #~ msgstr "for a reader"
1104
1105 #~ msgid "Download all audiobooks for this book"
1106 #~ msgstr "Download all audiobooks for this book"
1107
1108 #~ msgid "See"
1109 #~ msgstr "See"
1110
1111 #~ msgid "Themes and topics"
1112 #~ msgstr "Motifs and themes"
1113
1114 #~ msgid ""
1115 #~ "System DAISY to uznany na całym świecie format udostępniania książek\n"
1116 #~ "dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób\n"
1117 #~ "mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez "
1118 #~ "ograniczeń."
1119 #~ msgstr ""
1120 #~ "The internationally recognized DAISY book format \n"
1121 #~ "provides the best possible standardized access to books for people who "
1122 #~ "are \n"
1123 #~ "partially sighted, blind or are dyslexic. It is free of charge and you "
1124 #~ "can use it without any limits."
1125
1126 #~ msgid "DAISY"
1127 #~ msgstr "DAISY"
1128
1129 #~ msgid "Listing of all pictures"
1130 #~ msgstr "List of all pictures"
1131
1132 #~ msgid "Put a book on the shelf!"
1133 #~ msgstr "Put this book on the shelf!"
1134
1135 #~ msgid "Create new shelf"
1136 #~ msgstr "Create new shelf"
1137
1138 #~ msgid ""
1139 #~ "You do not have any shelves. You can create one below, if you want to."
1140 #~ msgstr ""
1141 #~ "You do not have any shelves. You can create one below, if you want to."
1142
1143 #~ msgid "Put on the shelf!"
1144 #~ msgstr "Put on the shelf!"
1145
1146 #~ msgid "Shelves containing fragment"
1147 #~ msgstr "Shelves containing fragment"
1148
1149 #~ msgid ""
1150 #~ "You do not own any shelves. You can create one below, if you want to."
1151 #~ msgstr ""
1152 #~ "You do not own any shelves. You can create one below, if you want to."
1153
1154 #~ msgid "Save all shelves"
1155 #~ msgstr "Save all shelves"
1156
1157 #~ msgid "Your shelves with books"
1158 #~ msgstr "Your shelves with books"
1159
1160 #~ msgid "You do not own any shelves. You can create one below if you want to"
1161 #~ msgstr "You do not own any shelves. You can create one below if you want to"
1162
1163 #~ msgid "Create shelf"
1164 #~ msgstr "Create shelf"
1165
1166 #~ msgid "Enter a valid JSON value. Error: %s"
1167 #~ msgstr "Enter a valid JSON value. Error: %s"
1168
1169 #~ msgid "A4"
1170 #~ msgstr "A4"
1171
1172 #~ msgid "A5"
1173 #~ msgstr "A5"
1174
1175 #~ msgid "Incorrect customization options for PDF"
1176 #~ msgstr "Incorrect customization options for PDF"
1177
1178 #~ msgid "Bad method"
1179 #~ msgstr "Bad method"
1180
1181 #~ msgid "title, author, theme/topic, epoch, kind, genre"
1182 #~ msgstr "title, author, motifs/theme, period, form, genre"
1183
1184 #~ msgid "main page"
1185 #~ msgstr "Main page"
1186
1187 #~ msgid "Show tag on main page"
1188 #~ msgstr "Show tag on main page"
1189
1190 #~ msgid "year of death"
1191 #~ msgstr "Year of death"
1192
1193 #~ msgid "short HTML"
1194 #~ msgstr "short HTML"
1195
1196 #~ msgid "HTML file"
1197 #~ msgstr "HTML file"
1198
1199 #~ msgid "EPUB file"
1200 #~ msgstr "EPUB file"
1201
1202 #~ msgid "ODT file"
1203 #~ msgstr "ODT file"
1204
1205 #~ msgid "TXT file"
1206 #~ msgstr "TXT file"
1207
1208 #~ msgid "MP3 file"
1209 #~ msgstr "MP3 file"
1210
1211 #~ msgid "OGG file"
1212 #~ msgstr "OGG file"
1213
1214 #~ msgid "year of translator's death"
1215 #~ msgstr "Year of translator's death"
1216
1217 #~ msgid "book stub"
1218 #~ msgstr "Book stub"
1219
1220 #~ msgid "time"
1221 #~ msgstr "time"
1222
1223 #~ msgid "<p>To maintain your shelves you need to be logged in.</p>"
1224 #~ msgstr "<p>To administer your shelves you need to be logged in.</p>"
1225
1226 #~ msgid "<p>Shelves were sucessfully saved.</p>"
1227 #~ msgstr "<p>Shelves were sucessfully saved.</p>"
1228
1229 #~ msgid "Book was successfully removed from the shelf"
1230 #~ msgstr "Book was successfully removed from the shelf"
1231
1232 #~ msgid "<p>Shelf <strong>%s</strong> was successfully created</p>"
1233 #~ msgstr "<p>Shelf <strong>%s</strong> was successfully created</p>"
1234
1235 #~ msgid "<p>Shelf <strong>%s</strong> was successfully removed</p>"
1236 #~ msgstr "<p>Shelf <strong>%s</strong> was successfully removed</p>"
1237
1238 #~ msgid "Today is %(month)s, %(day)s."
1239 #~ msgstr "Today is %(month)s, %(day)s."