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