eb92303352ec18e58114ced9e0c9fdde402ff3ef
[wolnelektury.git] / src / catalogue / locale / pl / LC_MESSAGES / django.po
1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: WolneLektury\n"
7 "Report-Msgid-Bugs-To: \n"
8 "PO-Revision-Date: 2021-05-05 10:02+0200\n"
9 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
10 "Language-Team: Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org."
11 "pl>\n"
12 "Language: pl\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
17 "|| n%100>=20) ? 1 : 2);\n"
18 "X-Translated-Using: django-rosetta 0.5.6\n"
19 "X-Generator: Poedit 2.3\n"
20
21 #: catalogue/constants.py:9
22 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported"
23 msgstr ""
24 "Creative Commons Uznanie autorstwa – Na tych samych warunkach 3.0 Unported"
25
26 #: catalogue/constants.py:13
27 msgid "Free Art License 1.3"
28 msgstr "Licencja Wolnej Sztuki 1.3"
29
30 #: catalogue/constants.py:58
31 msgid "authors"
32 msgstr "autorzy"
33
34 #: catalogue/constants.py:59
35 msgid "epochs"
36 msgstr "epoki"
37
38 #: catalogue/constants.py:60
39 msgid "kinds"
40 msgstr "rodzaje"
41
42 #: catalogue/constants.py:61
43 msgid "genres"
44 msgstr "gatunki"
45
46 #: catalogue/constants.py:62
47 msgid "themes"
48 msgstr "motywy"
49
50 #: catalogue/constants.py:63
51 msgid "sets"
52 msgstr "półki"
53
54 #: catalogue/constants.py:64
55 msgid "things"
56 msgstr "przedmioty"
57
58 #: catalogue/constants.py:68
59 msgid "All authors"
60 msgstr "Wszyscy autorzy"
61
62 #: catalogue/constants.py:69
63 msgid "All epochs"
64 msgstr "Wszystkie epoki"
65
66 #: catalogue/constants.py:70
67 msgid "All kinds"
68 msgstr "Wszystkie rodzaje"
69
70 #: catalogue/constants.py:71
71 msgid "All genres"
72 msgstr "Wszystkie gatunki"
73
74 #: catalogue/constants.py:72
75 msgid "All themes"
76 msgstr "Wszystkie motywy"
77
78 #: catalogue/constants.py:73
79 msgid "All sets"
80 msgstr "Wszystkie półki"
81
82 #: catalogue/constants.py:74
83 msgid "All things"
84 msgstr "Wszystkie przedmioty"
85
86 #: catalogue/forms.py:28
87 msgid "Please supply an XML."
88 msgstr "Proszę podać XML."
89
90 #: catalogue/forms.py:48
91 msgid "Don't show footnotes"
92 msgstr "Bez przypisów"
93
94 #: catalogue/forms.py:49
95 msgid "Don't disply themes"
96 msgstr "Bez motywów"
97
98 #: catalogue/forms.py:50
99 msgid "Don't use our custom font"
100 msgstr "Bez naszego kroju pisma"
101
102 #: catalogue/forms.py:51
103 msgid "Without cover"
104 msgstr "Bez okładki"
105
106 #: catalogue/forms.py:52
107 msgid "Without table of contents"
108 msgstr "Bez spisu treści"
109
110 #: catalogue/forms.py:55
111 msgid "Leading"
112 msgstr "Interlinia"
113
114 #: catalogue/forms.py:56
115 msgid "Normal leading"
116 msgstr "Zwykła interlinia"
117
118 #: catalogue/forms.py:57
119 msgid "One and a half leading"
120 msgstr "Powiększona interlinia"
121
122 #: catalogue/forms.py:58
123 msgid "Double leading"
124 msgstr "Podwójna interlinia"
125
126 #: catalogue/forms.py:60
127 msgid "Font size"
128 msgstr "Rozmiar tekstu"
129
130 #: catalogue/forms.py:61
131 msgid "Default"
132 msgstr "Domyślnie"
133
134 #: catalogue/forms.py:62
135 msgid "Big"
136 msgstr "Duży"
137
138 #: catalogue/forms.py:63
139 msgid "Bigger"
140 msgstr "Większy"
141
142 #: catalogue/forms.py:85
143 msgid "Queue is full. Please try again later."
144 msgstr "Kolejka jest pełna. Proszę spróbować ponownie później."
145
146 #: catalogue/models/book.py:57 catalogue/models/collection.py:14
147 msgid "title"
148 msgstr "tytuł"
149
150 #: catalogue/models/book.py:58 catalogue/models/tag.py:58
151 msgid "sort key"
152 msgstr "klucz sortowania"
153
154 #: catalogue/models/book.py:60
155 msgid "sort key by author"
156 msgstr "klucz sortowania wg autora"
157
158 #: catalogue/models/book.py:61 catalogue/models/book.py:62
159 #: catalogue/models/collection.py:15 catalogue/models/tag.py:57
160 msgid "slug"
161 msgstr "slug"
162
163 #: catalogue/models/book.py:63
164 msgid "language code"
165 msgstr "Kod języka"
166
167 #: catalogue/models/book.py:64 catalogue/models/book.py:391
168 #: catalogue/models/collection.py:16 catalogue/models/tag.py:61
169 #: catalogue/models/tag.py:135
170 msgid "description"
171 msgstr "opis"
172
173 #: catalogue/models/book.py:65
174 msgid "abstract"
175 msgstr "abstrakt"
176
177 #: catalogue/models/book.py:66 catalogue/models/bookmedia.py:40
178 #: catalogue/models/tag.py:71 catalogue/models/tag.py:72
179 msgid "creation date"
180 msgstr "data utworzenia"
181
182 #: catalogue/models/book.py:67
183 msgid "change date"
184 msgstr "data modyfikacji"
185
186 #: catalogue/models/book.py:68
187 msgid "parent number"
188 msgstr "numer rodzica"
189
190 #: catalogue/models/book.py:69 catalogue/models/bookmedia.py:43
191 msgid "extra information"
192 msgstr "dodatkowe informacje"
193
194 #: catalogue/models/book.py:72
195 msgid "print on demand"
196 msgstr "druk na żądanie"
197
198 #: catalogue/models/book.py:73 catalogue/models/collection.py:23
199 msgid "recommended"
200 msgstr "polecane"
201
202 #: catalogue/models/book.py:74
203 msgid "audio length"
204 msgstr "długość audio"
205
206 #: catalogue/models/book.py:75
207 msgid "preview"
208 msgstr "prapremiera"
209
210 #: catalogue/models/book.py:76
211 msgid "preview until"
212 msgstr "prapremiera do"
213
214 #: catalogue/models/book.py:78
215 msgid "findable"
216 msgstr ""
217
218 #: catalogue/models/book.py:82
219 msgid "cover"
220 msgstr "okładka"
221
222 #: catalogue/models/book.py:89
223 msgid "cover thumbnail"
224 msgstr "podgląd okładki"
225
226 #: catalogue/models/book.py:95
227 msgid "cover thumbnail for mobile app"
228 msgstr "mniaturka okładki dla aplikacji"
229
230 #: catalogue/models/book.py:101
231 msgid "cover for mobile app"
232 msgstr "okładka dla aplikacji"
233
234 #: catalogue/models/book.py:107
235 msgid "cover for Ebookpoint"
236 msgstr "okładka dla Ebookpoint"
237
238 #: catalogue/models/book.py:136 catalogue/models/collection.py:19
239 msgid "book"
240 msgstr "książka"
241
242 #: catalogue/models/book.py:137
243 msgid "books"
244 msgstr "książki"
245
246 #: catalogue/models/book.py:538
247 #, python-format
248 msgid "Book \"%s\" does not exist."
249 msgstr "Utwór \"%s\" nie istnieje."
250
251 #: catalogue/models/book.py:554
252 #, python-format
253 msgid "Book %s already exists"
254 msgstr "Książka %s już istnieje"
255
256 #: catalogue/models/book.py:857
257 msgid "This work needs modernisation"
258 msgstr "Ten utwór wymaga uwspółcześnienia"
259
260 #: catalogue/models/book.py:936 catalogue/models/bookmedia.py:33
261 #, python-format
262 msgid "%s file"
263 msgstr "plik %s"
264
265 #: catalogue/models/bookmedia.py:35
266 msgid "type"
267 msgstr "typ"
268
269 #: catalogue/models/bookmedia.py:36 catalogue/models/source.py:11
270 #: catalogue/models/tag.py:56
271 msgid "name"
272 msgstr "nazwa"
273
274 #: catalogue/models/bookmedia.py:37
275 msgid "part name"
276 msgstr "nazwa części"
277
278 #: catalogue/models/bookmedia.py:38
279 msgid "index"
280 msgstr "indeks"
281
282 #: catalogue/models/bookmedia.py:39
283 msgid "file"
284 msgstr "plik"
285
286 #: catalogue/models/bookmedia.py:52 catalogue/models/bookmedia.py:53
287 msgid "book media"
288 msgstr "media książki"
289
290 #: catalogue/models/collection.py:17
291 msgid "book slugs"
292 msgstr "slugi utworów"
293
294 #: catalogue/models/collection.py:18 catalogue/models/tag.py:23
295 msgid "kind"
296 msgstr "rodzaj"
297
298 #: catalogue/models/collection.py:19
299 msgid "picture"
300 msgstr "obraz"
301
302 #: catalogue/models/collection.py:20
303 msgid "listed"
304 msgstr "na liście"
305
306 #: catalogue/models/collection.py:28
307 msgid "collection"
308 msgstr "kolekcja"
309
310 #: catalogue/models/collection.py:29
311 msgid "collections"
312 msgstr "kolekcje"
313
314 #: catalogue/models/fragment.py:28
315 msgid "fragment"
316 msgstr "fragment"
317
318 #: catalogue/models/fragment.py:29
319 msgid "fragments"
320 msgstr "fragmenty"
321
322 #: catalogue/models/source.py:10
323 msgid "network location"
324 msgstr "położenie sieciowe"
325
326 #: catalogue/models/source.py:15
327 msgid "source"
328 msgstr "źródło"
329
330 #: catalogue/models/source.py:16
331 msgid "sources"
332 msgstr "źródła"
333
334 #: catalogue/models/tag.py:21
335 msgid "author"
336 msgstr "autor"
337
338 #: catalogue/models/tag.py:22
339 msgid "epoch"
340 msgstr "epoka"
341
342 #: catalogue/models/tag.py:24
343 msgid "genre"
344 msgstr "gatunek"
345
346 #: catalogue/models/tag.py:25
347 msgid "theme"
348 msgstr "motyw"
349
350 #: catalogue/models/tag.py:26
351 msgid "set"
352 msgstr "półka"
353
354 #: catalogue/models/tag.py:27
355 msgid "thing"
356 msgstr "przedmiot"
357
358 #: catalogue/models/tag.py:33 catalogue/models/tag.py:97
359 msgid "tag"
360 msgstr "tag"
361
362 #: catalogue/models/tag.py:34
363 msgid "content type"
364 msgstr "typ treści"
365
366 #: catalogue/models/tag.py:35
367 msgid "object id"
368 msgstr "id obiektu"
369
370 #: catalogue/models/tag.py:60
371 msgid "category"
372 msgstr "kategoria"
373
374 #: catalogue/models/tag.py:98
375 msgid "tags"
376 msgstr "tagi"
377
378 #: catalogue/templates/catalogue/book_detail.html:24
379 #: catalogue/templates/catalogue/book_text.html:34
380 msgid "Other versions"
381 msgstr "Inne wersje"
382
383 #: catalogue/templates/catalogue/book_detail.html:34
384 msgid "See also"
385 msgstr "Zobacz też"
386
387 #: catalogue/templates/catalogue/book_detail.html:41
388 #: catalogue/templates/catalogue/book_text.html:47
389 #: catalogue/templates/catalogue/book_text.html:66
390 #: catalogue/templates/catalogue/tagged_object_list.html:20
391 msgid "Themes"
392 msgstr "Motywy"
393
394 #: catalogue/templates/catalogue/book_detail.html:47
395 msgid "Information about the work"
396 msgstr "Informacje o utworze"
397
398 #: catalogue/templates/catalogue/book_detail.html:62
399 #: catalogue/templates/catalogue/book_detail.html:68
400 msgid "Source"
401 msgstr "Źródło"
402
403 #: catalogue/templates/catalogue/book_detail.html:62
404 #: catalogue/templates/catalogue/book_detail.html:68
405 msgid "of the book"
406 msgstr "utworu"
407
408 #: catalogue/templates/catalogue/book_detail.html:63
409 #: catalogue/templates/catalogue/book_detail.html:69
410 msgid "in"
411 msgstr "w serwisie"
412
413 #: catalogue/templates/catalogue/book_detail.html:74
414 msgid "Source XML file"
415 msgstr "Źródłowy plik XML"
416
417 #: catalogue/templates/catalogue/book_detail.html:78
418 msgid "Book on"
419 msgstr "Utwór na"
420
421 #: catalogue/templates/catalogue/book_detail.html:78
422 msgid "Editor's Platform"
423 msgstr "Platformie Redakcyjnej"
424
425 #: catalogue/templates/catalogue/book_detail.html:83
426 msgid "Book description on Wikipedia"
427 msgstr "Opis lektury w Wikipedii"
428
429 #: catalogue/templates/catalogue/book_detail.html:87
430 msgid "Mix this book"
431 msgstr "Miksuj treść utworu"
432
433 #: catalogue/templates/catalogue/book_fragments.html:6
434 #: catalogue/templates/catalogue/book_fragments.html:12
435 msgid "Theme"
436 msgstr "Motyw"
437
438 #: catalogue/templates/catalogue/book_fragments.html:6
439 #: catalogue/templates/catalogue/book_fragments.html:14
440 msgid "in work "
441 msgstr "w utworze"
442
443 #: catalogue/templates/catalogue/book_info.html:7
444 msgid "This work is licensed under:"
445 msgstr "Utwór jest udostępniony na licencji:"
446
447 #: catalogue/templates/catalogue/book_info.html:10
448 msgid ""
449 "This work isn't covered by copyright and is part of the\n"
450 "    public domain, which means it can be freely used, published and\n"
451 "    distributed. If there are any additional copyrighted materials\n"
452 "    provided with this work (such as annotations, motifs etc.), those\n"
453 "    materials are licensed under the\n"
454 "    <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative "
455 "Commons Attribution-ShareAlike 3.0</a>\n"
456 "    license."
457 msgstr ""
458 "Ten utwór nie jest objęty majątkowym prawem autorskim i&nbsp;znajduje się "
459 "w&nbsp;domenie publicznej, co oznacza że możesz go swobodnie wykorzystywać, "
460 "publikować i&nbsp;rozpowszechniać. Jeśli utwór opatrzony jest dodatkowymi "
461 "materiałami (przypisy, motywy literackie etc.), które podlegają prawu "
462 "autorskiemu, to te dodatkowe materiały udostępnione są na licencji <a href="
463 "\"http://creativecommons.org/licenses/by-sa/3.0/deed.pl\">Uznanie autorstwa-"
464 "Na tych samych warunkach 3.0</a>."
465
466 #: catalogue/templates/catalogue/book_info.html:21
467 msgid "Resource prepared based on:"
468 msgstr "Zasób opracowany na podstawie:"
469
470 #: catalogue/templates/catalogue/book_info.html:31
471 msgid "Edited by:"
472 msgstr "Opracowanie redakcyjne:"
473
474 #: catalogue/templates/catalogue/book_info.html:33
475 msgid "Edited and annotated by:"
476 msgstr "Opracowanie redakcyjne i przypisy:"
477
478 #: catalogue/templates/catalogue/book_info.html:41
479 msgid "Publisher:"
480 msgstr "Wydawca:"
481
482 #: catalogue/templates/catalogue/book_info.html:48
483 msgid "Publication funded by:"
484 msgstr "Publikację wsparli i wsparły:"
485
486 #: catalogue/templates/catalogue/book_info.html:55
487 msgid "Cover image by:"
488 msgstr "Ilustracja na okładce:"
489
490 #: catalogue/templates/catalogue/book_list.html:8
491 #: catalogue/templates/catalogue/book_list.html:12
492 #: catalogue/templates/catalogue/picture_list.html:8
493 #: catalogue/templates/catalogue/picture_list.html:10
494 msgid "Listing of all works"
495 msgstr "Spis wszystkich utworów"
496
497 #: catalogue/templates/catalogue/book_list.html:25
498 msgid "Table of Content"
499 msgstr "Spis treści"
500
501 #: catalogue/templates/catalogue/book_list.html:35
502 msgid "↑ top ↑"
503 msgstr "↑ góra ↑"
504
505 #: catalogue/templates/catalogue/book_short.html:53
506 #: catalogue/templates/catalogue/picture_detail.html:52
507 msgid "Epoch"
508 msgstr "Epoka"
509
510 #: catalogue/templates/catalogue/book_short.html:61
511 #: catalogue/templates/catalogue/picture_detail.html:58
512 msgid "Kind"
513 msgstr "Rodzaj"
514
515 #: catalogue/templates/catalogue/book_short.html:69
516 msgid "Genre"
517 msgstr "Gatunek"
518
519 #: catalogue/templates/catalogue/book_short.html:79
520 msgid "Region"
521 msgstr "Region"
522
523 #: catalogue/templates/catalogue/book_short.html:87
524 msgid "Language"
525 msgstr "Język"
526
527 #: catalogue/templates/catalogue/book_short.html:112
528 msgid "Read online"
529 msgstr "Czytaj online"
530
531 #: catalogue/templates/catalogue/book_short.html:115
532 msgid ""
533 "Cena książki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem "
534 "upewnij się, że cena druku na żądanie jest dla Ciebie odpowiednia."
535 "<br>Wszystkie nasze zasoby w wersji elektronicznej są zawsze dostępne "
536 "bezpłatnie."
537 msgstr ""
538
539 #: catalogue/templates/catalogue/book_short.html:115
540 msgid "Print on demand –"
541 msgstr "Druk na żądanie z"
542
543 #: catalogue/templates/catalogue/book_short.html:120
544 #: catalogue/templates/catalogue/custom_pdf_form.html:18 catalogue/views.py:404
545 msgid "Download"
546 msgstr "Pobierz"
547
548 #: catalogue/templates/catalogue/book_short.html:134
549 msgid "more"
550 msgstr "więcej"
551
552 #: catalogue/templates/catalogue/book_short.html:145
553 msgid "less"
554 msgstr "mniej"
555
556 #: catalogue/templates/catalogue/book_short.html:153
557 msgid "For now this work is only available for our subscribers."
558 msgstr "Jak na razie ten utwór jest dostępny wyłącznie dla naszych Przyjaciół."
559
560 #: catalogue/templates/catalogue/book_text.html:41
561 msgid "Table of contents"
562 msgstr "Spis treści"
563
564 #: catalogue/templates/catalogue/book_text.html:53
565 msgid "Edit. note"
566 msgstr "Nota red."
567
568 #: catalogue/templates/catalogue/book_text.html:59
569 msgid "Infobox"
570 msgstr "Informacje"
571
572 #: catalogue/templates/catalogue/book_text.html:64
573 msgid "Numbering"
574 msgstr "Numeracja"
575
576 #: catalogue/templates/catalogue/book_text.html:68
577 msgid "Footnotes"
578 msgstr "Przypisy"
579
580 #: catalogue/templates/catalogue/book_text.html:70
581 msgid "References"
582 msgstr "Odniesienia"
583
584 #: catalogue/templates/catalogue/book_text.html:96
585 #: catalogue/templates/catalogue/viewer_base.html:54
586 msgid "Close"
587 msgstr "Zamknij"
588
589 #: catalogue/templates/catalogue/book_text.html:97
590 msgid "Please wait..."
591 msgstr "Proszę czekać…"
592
593 #: catalogue/templates/catalogue/book_text.html:152
594 msgid "Other versions of the book"
595 msgstr "Inne wersje utworu"
596
597 #: catalogue/templates/catalogue/book_text.html:153
598 msgid "Close the other version"
599 msgstr "Zamknij drugą wersję"
600
601 #: catalogue/templates/catalogue/catalogue.html:6
602 msgid "Catalogue"
603 msgstr "Katalog"
604
605 #: catalogue/templates/catalogue/catalogue.html:11
606 #: catalogue/templates/catalogue/tagged_object_list.html:57
607 msgid "All works"
608 msgstr "Wszystkie utwory"
609
610 #: catalogue/templates/catalogue/catalogue.html:15
611 msgid "Download the catalogue in PDF format."
612 msgstr "Pobierz katalog w formacie PDF."
613
614 #: catalogue/templates/catalogue/catalogue.html:19
615 #: catalogue/templates/catalogue/tag_list_split.html:4
616 #: catalogue/templates/catalogue/tagged_object_list.html:5
617 msgid "Literature"
618 msgstr "Literatura"
619
620 #: catalogue/templates/catalogue/catalogue.html:22
621 #: catalogue/templates/catalogue/collections.html:5
622 #: catalogue/templates/catalogue/collections.html:10
623 msgid "Collections"
624 msgstr "Kolekcje"
625
626 #: catalogue/templates/catalogue/catalogue.html:25
627 #: catalogue/templates/catalogue/search_multiple_hits.html:45
628 #: catalogue/templates/catalogue/tag_list_split.html:9
629 #: catalogue/templates/catalogue/tagged_object_list.html:5
630 msgid "Art"
631 msgstr "Sztuka"
632
633 #: catalogue/templates/catalogue/collection_box.html:4
634 msgid "Collection"
635 msgstr "Kolekcja"
636
637 #: catalogue/templates/catalogue/collection_box.html:14
638 #, python-format
639 msgid "and one more"
640 msgid_plural "and %(c)s more"
641 msgstr[0] "oraz jedna inna"
642 msgstr[1] "oraz %(c)s inne"
643 msgstr[2] "oraz %(c)s innych"
644
645 #: catalogue/templates/catalogue/collections.html:16
646 msgid "All collections"
647 msgstr "Wszystkie kolekcje"
648
649 #: catalogue/templates/catalogue/custom_pdf_form.html:5 catalogue/views.py:403
650 msgid "Download custom PDF"
651 msgstr "Stwórz własny PDF"
652
653 #: catalogue/templates/catalogue/daisy_list.html:7
654 #: catalogue/templates/catalogue/daisy_list.html:15
655 msgid "Listing of all DAISY files"
656 msgstr "Spis wszystkich plików DAISY"
657
658 #: catalogue/templates/catalogue/daisy_list.html:11
659 msgid "Latest DAISY audiobooks"
660 msgstr "Ostatnio dodane audiobooki w formacie DAISY"
661
662 #: catalogue/templates/catalogue/differentiate_tags.html:12
663 msgid "The criteria are ambiguous. Please select one of the following options:"
664 msgstr ""
665 "Podane kryteria są niejednoznaczne. Proszę wybrać jedną z następujących "
666 "możliwości:"
667
668 #: catalogue/templates/catalogue/fragment_short.html:12
669 msgid "Expand fragment"
670 msgstr "Rozwiń fragment"
671
672 #: catalogue/templates/catalogue/fragment_short.html:22
673 msgid "Hide fragment"
674 msgstr "Zwiń fragment"
675
676 #: catalogue/templates/catalogue/inline_tag_list.html:22
677 msgid "Other"
678 msgstr "Zobacz też"
679
680 #: catalogue/templates/catalogue/picture_detail.html:29
681 msgid "Work is licensed under "
682 msgstr "Utwór jest udostępniony na licencji"
683
684 #: catalogue/templates/catalogue/picture_detail.html:31
685 msgid "Based on"
686 msgstr "Na podstawie"
687
688 #: catalogue/templates/catalogue/picture_detail.html:43
689 msgid "Details"
690 msgstr "O utworze"
691
692 #: catalogue/templates/catalogue/picture_detail.html:46
693 msgid "Author"
694 msgstr "Autor"
695
696 #: catalogue/templates/catalogue/picture_detail.html:64
697 msgid "Other resources"
698 msgstr "W innych miejscach"
699
700 #: catalogue/templates/catalogue/picture_detail.html:67
701 msgid "Source of the image"
702 msgstr "Źródło obrazu"
703
704 #: catalogue/templates/catalogue/picture_detail.html:70
705 msgid "Image on the Editor's Platform"
706 msgstr "Obraz na Platformie Redakcyjnej"
707
708 #: catalogue/templates/catalogue/picture_detail.html:73
709 msgid "View XML source"
710 msgstr "Źródłowy plik XML"
711
712 #: catalogue/templates/catalogue/picture_detail.html:76
713 msgid "Work's themes "
714 msgstr "Motywy w utworze"
715
716 #: catalogue/templates/catalogue/player.html:12
717 #: catalogue/templates/catalogue/viewer_base.html:11
718 msgid "Wolne Lektury"
719 msgstr "Wolne Lektury"
720
721 #: catalogue/templates/catalogue/player.html:29
722 msgid "Book's page"
723 msgstr "Strona utworu"
724
725 #: catalogue/templates/catalogue/player.html:30
726 msgid "Download as"
727 msgstr "Pobierz jako"
728
729 #: catalogue/templates/catalogue/player.html:46
730 msgid "Audiobooks were prepared as a part of the projects:"
731 msgstr "Audiobooki przygotowane w ramach projektów:"
732
733 #: catalogue/templates/catalogue/player.html:51
734 #, python-format
735 msgid "%(cs)s, funded by %(fb)s"
736 msgstr "%(cs)s, finansowanego przez %(fb)s"
737
738 #: catalogue/templates/catalogue/player.html:62
739 #, python-format
740 msgid ""
741 "Audiobooks were prepared as a part of the <em>%(cs)s</em> project funded by "
742 "%(fb)s."
743 msgstr ""
744 "Audiobooki przygotowane w ramach projektu <em<%(cs)s</em> finansowanego "
745 "przez %(fb)s."
746
747 #: catalogue/templates/catalogue/player.html:64
748 #, python-format
749 msgid "Audiobooks were prepared as a part of the <em>%(cs)s</em> project."
750 msgstr "Audiobooki przygotowane w ramach projektu <em>%(cs)s</em>."
751
752 #: catalogue/templates/catalogue/recent_audiobooks_list.html:5
753 #: catalogue/templates/catalogue/recent_audiobooks_list.html:10
754 msgid "Recent audiobooks"
755 msgstr "Ostatnio dodane audiobooki"
756
757 #: catalogue/templates/catalogue/recent_daisy_list.html:5
758 #: catalogue/templates/catalogue/recent_daisy_list.html:10
759 msgid "Recent DAISY files"
760 msgstr "Ostatnio dodane pliki DAISY"
761
762 #: catalogue/templates/catalogue/recent_list.html:5
763 #: catalogue/templates/catalogue/recent_list.html:10
764 msgid "Recent publications"
765 msgstr "Ostatnie publikacje"
766
767 #: catalogue/templates/catalogue/recent_list.html:15
768 #, python-format
769 msgid ""
770 "You can also see <a href=\"%(a)s\">recent audiobooks</a>\n"
771 "    and <a href=\"%(d)s\">recent DAISY files</a>."
772 msgstr ""
773 "Zobacz też listę <a href=\"%(a)s\">ostatnio dodanych audiobooków</a>\n"
774 "       i <a href=\"%(d)s\">plików DAISY</a>."
775
776 #: catalogue/templates/catalogue/search_multiple_hits.html:7
777 #: catalogue/templates/catalogue/search_no_hits.html:5
778 #: catalogue/templates/catalogue/search_no_hits.html:10
779 #: catalogue/templates/catalogue/search_too_long.html:5
780 #: catalogue/templates/catalogue/search_too_long.html:10
781 #: catalogue/templates/catalogue/search_too_short.html:5
782 #: catalogue/templates/catalogue/search_too_short.html:10
783 msgid "Search"
784 msgstr "Szukaj"
785
786 #: catalogue/templates/catalogue/search_multiple_hits.html:13
787 #: catalogue/templates/catalogue/search_no_hits.html:16
788 msgid "Did you mean"
789 msgstr "Czy chodziło Ci o"
790
791 #: catalogue/templates/catalogue/search_multiple_hits.html:32
792 msgid "Books"
793 msgstr "Książki"
794
795 #: catalogue/templates/catalogue/search_no_hits.html:20
796 #: catalogue/templates/catalogue/tagged_object_list.html:66
797 msgid "Sorry! Search cirteria did not match any resources."
798 msgstr "Przepraszamy! Brak wyników spełniających kryteria podane w zapytaniu."
799
800 #: catalogue/templates/catalogue/search_too_long.html:13
801 msgid "Sorry! Search query is too long to be processed."
802 msgstr "Przepraszamy! Zapytanie jest zbyt długie."
803
804 #: catalogue/templates/catalogue/search_too_short.html:13
805 msgid "Sorry! Search query must have at least two characters."
806 msgstr "Przepraszamy! Zapytanie musi zawierać co najmniej dwa znaki."
807
808 #: catalogue/templates/catalogue/snippets/content_warning.html:4
809 msgid "Caution: text contains"
810 msgstr "Uwaga, tekst zawiera"
811
812 #: catalogue/templates/catalogue/snippets/custom_pdf_link_li.html:3
813 msgid "Download a custom PDF"
814 msgstr "Stwórz własny plik PDF"
815
816 #: catalogue/templates/catalogue/snippets/jplayer.html:36
817 msgid "Artist:"
818 msgstr "Czyta"
819
820 #: catalogue/templates/catalogue/snippets/jplayer.html:37
821 msgid "director:"
822 msgstr "reż."
823
824 #: catalogue/templates/catalogue/snippets/jplayer.html:64
825 msgid "previous"
826 msgstr "poprzednia"
827
828 #: catalogue/templates/catalogue/snippets/jplayer.html:65
829 msgid "Part"
830 msgstr "Część"
831
832 #: catalogue/templates/catalogue/snippets/jplayer.html:66
833 msgid "next"
834 msgstr "następna"
835
836 #: catalogue/templates/catalogue/snippets/license_icon.html:6
837 #: catalogue/templates/catalogue/snippets/license_icon.html:7
838 msgid "Free license"
839 msgstr "Wolna licencja"
840
841 #: catalogue/templates/catalogue/tag_catalogue.html:11
842 msgid "on Wolne Lektury"
843 msgstr "w Wolnych Lekturach"
844
845 #: catalogue/templates/catalogue/tag_list.html:7
846 msgid "See full category"
847 msgstr "Zobacz całą kategorię"
848
849 #: catalogue/templates/catalogue/tagged_object_list.html:5
850 msgid "Audiobooks"
851 msgstr "Audiobooki"
852
853 #: catalogue/templates/catalogue/tagged_object_list.html:15
854 msgid "Authors"
855 msgstr "Autorzy"
856
857 #: catalogue/templates/catalogue/tagged_object_list.html:16
858 msgid "Epochs"
859 msgstr "Epoki"
860
861 #: catalogue/templates/catalogue/tagged_object_list.html:17
862 msgid "Genres"
863 msgstr "Gatunki"
864
865 #: catalogue/templates/catalogue/tagged_object_list.html:18
866 msgid "Kinds"
867 msgstr "Rodzaje"
868
869 #: catalogue/templates/catalogue/tagged_object_list.html:52
870 msgid "All matching works"
871 msgstr "Wybrane utwory"
872
873 #: catalogue/templates/catalogue/tagged_object_list.html:55
874 msgid "Listing of all audiobooks"
875 msgstr "Spis wszystkich audiobooków"
876
877 #: catalogue/templates/catalogue/tagged_object_list.html:62
878 msgid "DAISY files"
879 msgstr "Pliki DAISY"
880
881 #: catalogue/templates/catalogue/tagged_object_list.html:72
882 msgid "Motifs and themes"
883 msgstr "Motywy i tematy"
884
885 #: catalogue/templates/catalogue/tagged_object_list.html:84
886 msgid "No description."
887 msgstr "Brak opisu."
888
889 #: catalogue/templates/catalogue/tagged_object_list.html:91
890 msgid "in Wikipedia"
891 msgstr "w Wikipedii"
892
893 #: catalogue/templates/catalogue/tagged_object_list.html:97
894 msgid "in Culture.pl"
895 msgstr "w Culture.pl"
896
897 #: catalogue/templates/catalogue/viewer_base.html:56
898 msgid "Loading"
899 msgstr "Ładowanie"
900
901 #: catalogue/templatetags/catalogue_tags.py:504
902 msgid "vulgar language"
903 msgstr "wulgaryzmy"
904
905 #: catalogue/views.py:354
906 #, python-format
907 msgid ""
908 "An error occurred: %(exception)s\n"
909 "\n"
910 "%(tb)s"
911 msgstr ""
912 "Wystąpił błąd: %(exception)s\n"
913 "\n"
914 "%(tb)s"
915
916 #: catalogue/views.py:359
917 msgid "Book imported successfully"
918 msgstr "Książka zaimportowana"
919
920 #: catalogue/views.py:360
921 #, python-format
922 msgid "Error importing file: %r"
923 msgstr "Błąd podczas importowania pliku: %r"
924
925 #~ msgid "Settings"
926 #~ msgstr "Ustawienia"
927
928 #~ msgid "Display line numbers"
929 #~ msgstr "Wyświetlaj numerację"
930
931 #~ msgid "Display themes"
932 #~ msgstr "Wyświetlaj motywy"
933
934 #~ msgid "Gallery"
935 #~ msgstr "Galeria"
936
937 #~ msgid "Pictures"
938 #~ msgstr "Obrazy"
939
940 #~ msgid ""
941 #~ "Search engine supports following criteria: title, author, theme/topic, "
942 #~ "epoch, kind and genre.\n"
943 #~ "        As for now we do not support full text search."
944 #~ msgstr ""
945 #~ "Wyszukiwarka obsługuje takie kryteria jak tytuł, autor, motyw/temat, "
946 #~ "epoka, rodzaj i gatunek utworu. Obecnie nie obsługujemy wyszukiwania fraz "
947 #~ "w tekstach utworów."
948
949 #~ msgid "Book description on Lektury.Gazeta.pl"
950 #~ msgstr "Opis lektury w Lektury.Gazeta.pl"
951
952 #~ msgid "in Lektury.Gazeta.pl"
953 #~ msgstr "w serwisie Lektury.Gazeta.pl"
954
955 #~ msgid "Results by title"
956 #~ msgstr "Znalezione w tytułach"
957
958 #~ msgid "Results by authors"
959 #~ msgstr "Znalezieni autorzy"
960
961 #~ msgid "Results by translators"
962 #~ msgstr "Znalezieni tłumacze"
963
964 #~ msgid "Results in text"
965 #~ msgstr "Znalezione w treści"
966
967 #~ msgid "Other results"
968 #~ msgstr "Inne wyniki"
969
970 #~ msgid "Chosen"
971 #~ msgstr "Wybrano"
972
973 #~ msgid "Available"
974 #~ msgstr "Dostępne"
975
976 #~ msgid "Latest MP3 audiobooks"
977 #~ msgstr "Ostatnio dodane audiobooki w formacie MP3"
978
979 #~ msgid "Latest Ogg Vorbis audiobooks"
980 #~ msgstr "Ostatnio dodane audiobooki w formacie Ogg Vorbis"
981
982 #~ msgid "to print"
983 #~ msgstr "do druku"
984
985 #~ msgid "for an e-book reader"
986 #~ msgstr "na czytnik e-booków"
987
988 #~ msgid "for Kindle"
989 #~ msgstr "na Kindle"
990
991 #~ msgid "FictionBook"
992 #~ msgstr "FictionBook"
993
994 #~ msgid "for advanced usage"
995 #~ msgstr "do zadań specjalnych"
996
997 #~ msgid "See"
998 #~ msgstr "Zobacz"
999
1000 #~ msgid "Download all audiobooks for this book"
1001 #~ msgstr "Pobierz wszystkie audiobooki tego utworu"
1002
1003 #~ msgid "Themes and topics"
1004 #~ msgstr "Motywy i tematy"
1005
1006 #~ msgid "Catalogue of the library"
1007 #~ msgstr "Katalog biblioteki"
1008
1009 #~ msgid "Please wait…"
1010 #~ msgstr "Proszę czekać…"
1011
1012 #~ msgid "DAISY"
1013 #~ msgstr "DAISY"
1014
1015 #~ msgid "book count"
1016 #~ msgstr "liczba książek"
1017
1018 #~ msgid ""
1019 #~ "Book tags can't have attached links. Set them directly on the book "
1020 #~ "instead of it's tag."
1021 #~ msgstr ""
1022 #~ "Tagi typu książka nie mogą mieć ustawionych linków. Ustaw je bezpośrednio "
1023 #~ "dla książki, zamiast dla jej tagu."
1024
1025 #~ msgid "Wikisource"
1026 #~ msgstr "Wikiźródła"
1027
1028 #~ msgid ""
1029 #~ "Audioteka lektur szkolnych fundacji Nowoczesna Polska.\n"
1030 #~ "Możecie z niej korzystać bezpłatnie i bez ograniczeń.\n"
1031 #~ "Audiobooki nagrywają znani aktorzy, wśród nich Danuta Stenka i Jan Peszek."
1032 #~ msgstr ""
1033 #~ "Audioteka lektur szkolnych fundacji Nowoczesna Polska.\n"
1034 #~ "Możecie z niej korzystać bezpłatnie i bez ograniczeń.\n"
1035 #~ "Audiobooki nagrywają znani aktorzy, wśród nich Danuta Stenka i Jan Peszek."
1036
1037 #~ msgid ""
1038 #~ "System DAISY to uznany na całym świecie format udostępniania książek\n"
1039 #~ "dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób\n"
1040 #~ "mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez "
1041 #~ "ograniczeń."
1042 #~ msgstr ""
1043 #~ "System DAISY to uznany na całym świecie format udostępniania książek\n"
1044 #~ "dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób\n"
1045 #~ "mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez "
1046 #~ "ograniczeń."
1047
1048 #~ msgid "Listing of all pictures"
1049 #~ msgstr "Spis wszystkich obrazów"
1050
1051 #~ msgid "for a reader"
1052 #~ msgstr "na czytnik"
1053
1054 #~ msgid "Put a book on the shelf!"
1055 #~ msgstr "Wrzuć lekturę na półkę!"
1056
1057 #~ msgid "Create new shelf"
1058 #~ msgstr "Utwórz nową półkę"
1059
1060 #~ msgid ""
1061 #~ "You do not have any shelves. You can create one below, if you want to."
1062 #~ msgstr ""
1063 #~ "Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć nową półkę "
1064 #~ "poniżej."
1065
1066 #~ msgid "Put on the shelf!"
1067 #~ msgstr "Wrzuć na półkę"
1068
1069 #~ msgid "Shelves containing fragment"
1070 #~ msgstr "Półki zawierające fragment"
1071
1072 #~ msgid ""
1073 #~ "You do not own any shelves. You can create one below, if you want to."
1074 #~ msgstr ""
1075 #~ "Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć nową półkę "
1076 #~ "poniżej."
1077
1078 #~ msgid "Save all shelves"
1079 #~ msgstr "Zapisz półki"
1080
1081 #~ msgid "Your shelves with books"
1082 #~ msgstr "Twoje półki z lekturami"
1083
1084 #~ msgid "remove"
1085 #~ msgstr "usuń"
1086
1087 #~ msgid "You do not own any shelves. You can create one below if you want to"
1088 #~ msgstr ""
1089 #~ "Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć półkę poniżej."
1090
1091 #~ msgid "Create shelf"
1092 #~ msgstr "Utwórz półkę"
1093
1094 #~ msgid "Enter a valid JSON value. Error: %s"
1095 #~ msgstr "Wprowadź prawidłową wartość JSON. Błąd: %s"
1096
1097 #~ msgid "A4"
1098 #~ msgstr "A4"
1099
1100 #~ msgid "A5"
1101 #~ msgstr "A5"
1102
1103 #~ msgid "Incorrect customization options for PDF"
1104 #~ msgstr "Niepoprawne opcje dla PDF"
1105
1106 #~ msgid "Bad method"
1107 #~ msgstr "Zła metoda"
1108
1109 #~ msgid "title, author, theme/topic, epoch, kind, genre"
1110 #~ msgstr "tytuł, autor, motyw/temat, epoka, rodzaj, gatunek"
1111
1112 #~ msgid "ODT file"
1113 #~ msgstr "Plik ODT"
1114
1115 #~ msgid "MP3 file"
1116 #~ msgstr "Plik MP3"
1117
1118 #~ msgid "OGG file"
1119 #~ msgstr "Plik OGG"
1120
1121 #~ msgid "main page"
1122 #~ msgstr "strona główna"
1123
1124 #~ msgid "Show tag on main page"
1125 #~ msgstr "Pokazuj tag na stronie głównej"
1126
1127 #~ msgid "HTML file"
1128 #~ msgstr "Plik HTML"
1129
1130 #~ msgid "PDF file"
1131 #~ msgstr "Plik PDF"
1132
1133 #~ msgid "EPUB file"
1134 #~ msgstr "Plik EPUB"
1135
1136 #~ msgid "TXT file"
1137 #~ msgstr "Plik TXT"
1138
1139 #~ msgid "sha-1 hash"
1140 #~ msgstr "hash sha-1"
1141
1142 #~ msgid "time"
1143 #~ msgstr "czas"
1144
1145 #~ msgid "<p>To maintain your shelves you need to be logged in.</p>"
1146 #~ msgstr "<p>Aby zarządzać swoimi półkami, musisz się zalogować.</p>"
1147
1148 #~ msgid "<p>Shelves were sucessfully saved.</p>"
1149 #~ msgstr "<p>Półki zostały zapisane.</p>"
1150
1151 #~ msgid "Book was successfully removed from the shelf"
1152 #~ msgstr "Usunięto"
1153
1154 #~ msgid "<p>Shelf <strong>%s</strong> was successfully removed</p>"
1155 #~ msgstr "<p>Półka <strong>%s</strong> została usunięta</p>"
1156
1157 #~ msgid "sort_key"
1158 #~ msgstr "klucz sortowania"
1159
1160 #~ msgid "year of death"
1161 #~ msgstr "rok śmierci"
1162
1163 #~ msgid "short HTML"
1164 #~ msgstr "krótki HTML"
1165
1166 #~ msgid "year of translator's death"
1167 #~ msgstr "rok śmierci tłumacza"
1168
1169 #~ msgid "book stub"
1170 #~ msgstr "zapowiedź książki"
1171
1172 #~ msgid "<p>Shelf <strong>%s</strong> was successfully created</p>"
1173 #~ msgstr "<p>Półka <strong>%s</strong> została utworzona</p>"