fix celery conf sample
[wolnelektury.git] / apps / catalogue / locale / pl / 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 "POT-Creation-Date: 2012-12-12 14:09+0100\n"
11 "PO-Revision-Date: 2012-12-12 14:09+0100\n"
12 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Translated-Using: django-rosetta 0.5.6\n"
19
20 #: constants.py:10
21 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported"
22 msgstr ""
23
24 #: forms.py:27
25 msgid "Please supply an XML."
26 msgstr "Proszę podać XML."
27
28 #: forms.py:46
29 msgid "Don't show footnotes"
30 msgstr "Bez przypisów"
31
32 #: forms.py:47
33 msgid "Don't disply themes"
34 msgstr "Bez motywów"
35
36 #: forms.py:48
37 msgid "Don't use our custom font"
38 msgstr "Bez naszego kroju pisma"
39
40 #: forms.py:49
41 msgid "Without cover"
42 msgstr "Bez okładki"
43
44 #: forms.py:52
45 msgid "Leading"
46 msgstr "Interlinia"
47
48 #: forms.py:53
49 msgid "Normal leading"
50 msgstr "Zwykła interlinia"
51
52 #: forms.py:54
53 msgid "One and a half leading"
54 msgstr "Powiększona interlinia"
55
56 #: forms.py:55
57 msgid "Double leading"
58 msgstr "Podwójna interlinia"
59
60 #: forms.py:57
61 msgid "Font size"
62 msgstr "Rozmiar tekstu"
63
64 #: forms.py:58
65 msgid "Default"
66 msgstr "Domyślnie"
67
68 #: forms.py:59
69 msgid "Big"
70 msgstr "Duży"
71
72 #: forms.py:82
73 msgid "Queue is full. Please try again later."
74 msgstr ""
75
76 #: views.py:528
77 #, python-format
78 msgid ""
79 "An error occurred: %(exception)s\n"
80 "\n"
81 "%(tb)s"
82 msgstr ""
83 "Wystąpił błąd: %(exception)s\n"
84 "\n"
85 "%(tb)s"
86
87 #: views.py:529
88 msgid "Book imported successfully"
89 msgstr "Książka zaimportowana"
90
91 #: views.py:531
92 #, python-format
93 msgid "Error importing file: %r"
94 msgstr "Błąd podczas importowania pliku: %r"
95
96 #: views.py:563
97 msgid "Download custom PDF"
98 msgstr "Stwórz własny PDF"
99
100 #: views.py:564
101 #: templates/catalogue/book_short.html:92
102 #: templates/catalogue/book_text.html:28
103 #: templates/catalogue/book_wide.html:63
104 msgid "Download"
105 msgstr "Pobierz"
106
107 #: models/book.py:28
108 #: models/collection.py:11
109 msgid "title"
110 msgstr "tytuł"
111
112 #: models/book.py:29
113 #: models/tag.py:31
114 msgid "sort key"
115 msgstr "klucz sortowania"
116
117 #: models/book.py:30
118 #: models/book.py:32
119 #: models/collection.py:12
120 #: models/collection.py:15
121 #: models/tag.py:30
122 msgid "slug"
123 msgstr "slug"
124
125 #: models/book.py:33
126 msgid "language code"
127 msgstr "Kod języka"
128
129 #: models/book.py:35
130 #: models/book.py:145
131 #: models/collection.py:13
132 #: models/tag.py:34
133 #: models/tag.py:83
134 msgid "description"
135 msgstr "opis"
136
137 #: models/book.py:36
138 #: models/book.py:37
139 #: models/bookmedia.py:28
140 #: models/tag.py:41
141 #: models/tag.py:42
142 msgid "creation date"
143 msgstr "data utworzenia"
144
145 #: models/book.py:38
146 msgid "parent number"
147 msgstr "numer rodzica"
148
149 #: models/book.py:39
150 #: models/bookmedia.py:29
151 msgid "extra information"
152 msgstr "dodatkowe informacje"
153
154 #: models/book.py:44
155 msgid "cover"
156 msgstr "okładka"
157
158 #: models/book.py:66
159 #: models/tag.py:20
160 msgid "book"
161 msgstr "książka"
162
163 #: models/book.py:67
164 msgid "books"
165 msgstr "książki"
166
167 #: models/book.py:243
168 #, python-format
169 msgid "Book \"%s\" does not exist."
170 msgstr "Utwór \"%s\" nie istnieje."
171
172 #: models/book.py:257
173 #, python-format
174 msgid "Book %s already exists"
175 msgstr "Książka %s już istnieje"
176
177 #: models/book.py:589
178 #: models/bookmedia.py:22
179 #, python-format
180 msgid "%s file"
181 msgstr "plik %s"
182
183 #: models/bookmedia.py:25
184 msgid "type"
185 msgstr "typ"
186
187 #: models/bookmedia.py:26
188 #: models/tag.py:29
189 msgid "name"
190 msgstr "nazwa"
191
192 #: models/bookmedia.py:27
193 msgid "file"
194 msgstr "plik"
195
196 #: models/bookmedia.py:38
197 #: models/bookmedia.py:39
198 msgid "book media"
199 msgstr "media książki"
200
201 #: models/collection.py:16
202 msgid "book slugs"
203 msgstr "slugi utworów"
204
205 #: models/collection.py:20
206 msgid "collection"
207 msgstr "kolekcja"
208
209 #: models/collection.py:21
210 msgid "collections"
211 msgstr "kolekcje"
212
213 #: models/fragment.py:32
214 msgid "fragment"
215 msgstr "fragment"
216
217 #: models/fragment.py:33
218 msgid "fragments"
219 msgstr "fragmenty"
220
221 #: models/tag.py:14
222 msgid "author"
223 msgstr "autor"
224
225 #: models/tag.py:15
226 msgid "epoch"
227 msgstr "epoka"
228
229 #: models/tag.py:16
230 msgid "kind"
231 msgstr "rodzaj"
232
233 #: models/tag.py:17
234 msgid "genre"
235 msgstr "gatunek"
236
237 #: models/tag.py:18
238 msgid "theme"
239 msgstr "motyw"
240
241 #: models/tag.py:19
242 msgid "set"
243 msgstr "półka"
244
245 #: models/tag.py:32
246 msgid "category"
247 msgstr "kategoria"
248
249 #: models/tag.py:37
250 msgid "book count"
251 msgstr "liczba książek"
252
253 #: models/tag.py:59
254 msgid "tag"
255 msgstr "tag"
256
257 #: models/tag.py:60
258 msgid "tags"
259 msgstr "tagi"
260
261 #: templates/catalogue/audiobook_list.html:7
262 #: templates/catalogue/audiobook_list.html:16
263 msgid "Listing of all audiobooks"
264 msgstr ""
265
266 #: templates/catalogue/audiobook_list.html:12
267 msgid "Latest MP3 audiobooks"
268 msgstr ""
269
270 #: templates/catalogue/audiobook_list.html:13
271 msgid "Latest Ogg Vorbis audiobooks"
272 msgstr ""
273
274 #: templates/catalogue/audiobook_list.html:19
275 msgid ""
276 "Audioteka lektur szkolnych fundacji Nowoczesna Polska.\n"
277 "Możecie z niej korzystać bezpłatnie i bez ograniczeń.\n"
278 "Audiobooki nagrywają znani aktorzy, wśród nich Danuta Stenka i Jan Peszek."
279 msgstr ""
280
281 #: templates/catalogue/book_detail.html:20
282 #: templates/catalogue/tagged_object_list.html:74
283 #: templates/catalogue/tagged_object_list.html:104
284 msgid "See also"
285 msgstr ""
286
287 #: templates/catalogue/book_fragments.html:5
288 #: templates/catalogue/book_fragments.html:11
289 #, fuzzy
290 msgid "Theme"
291 msgstr "motyw"
292
293 #: templates/catalogue/book_fragments.html:5
294 #: templates/catalogue/book_fragments.html:13
295 msgid "in work "
296 msgstr ""
297
298 #: templates/catalogue/book_info.html:6
299 msgid "This work is licensed under:"
300 msgstr ""
301
302 #: templates/catalogue/book_info.html:9
303 msgid ""
304 "This work isn't covered by copyright and is part of the\n"
305 "        public domain, which means it can be freely used, published and\n"
306 "        distributed. If there are any additional copyrighted materials\n"
307 "        provided with this work (such as annotations, motifs etc.), those\n"
308 "        materials are licensed under the \n"
309 "        <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-ShareAlike 3.0</a>\n"
310 "        license."
311 msgstr ""
312
313 #: templates/catalogue/book_info.html:20
314 msgid "Text prepared based on:"
315 msgstr ""
316
317 #: templates/catalogue/book_info.html:28
318 msgid "Edited and annotated by:"
319 msgstr ""
320
321 #: templates/catalogue/book_info.html:33
322 msgid "Cover image by:"
323 msgstr ""
324
325 #: templates/catalogue/book_list.html:7
326 #: templates/catalogue/book_list.html:10
327 msgid "Listing of all works"
328 msgstr ""
329
330 #: templates/catalogue/book_list.html:21
331 msgid "Table of Content"
332 msgstr ""
333
334 #: templates/catalogue/book_list.html:30
335 msgid "↑ top ↑"
336 msgstr ""
337
338 #: templates/catalogue/book_sets.html:2
339 #, fuzzy
340 msgid "Put a book on the shelf!"
341 msgstr "Książki nie ma na półce"
342
343 #: templates/catalogue/book_sets.html:3
344 #: templates/catalogue/book_sets.html:6
345 #: templates/catalogue/fragment_sets.html:16
346 #, fuzzy
347 msgid "Create new shelf"
348 msgstr "nazwa nowej półki"
349
350 #: templates/catalogue/book_sets.html:10
351 msgid "You do not have any shelves. You can create one below, if you want to."
352 msgstr ""
353
354 #: templates/catalogue/book_sets.html:15
355 #, fuzzy
356 msgid "Put on the shelf!"
357 msgstr "nazwa nowej półki"
358
359 #: templates/catalogue/book_short.html:59
360 #: templates/catalogue/picture_detail.html:54
361 #, fuzzy
362 msgid "Epoch"
363 msgstr "epoka"
364
365 #: templates/catalogue/book_short.html:66
366 #: templates/catalogue/picture_detail.html:60
367 msgid "Kind"
368 msgstr ""
369
370 #: templates/catalogue/book_short.html:73
371 #, fuzzy
372 msgid "Genre"
373 msgstr "gatunek"
374
375 #: templates/catalogue/book_short.html:88
376 msgid "Read online"
377 msgstr "Czytaj online"
378
379 #: templates/catalogue/book_short.html:95
380 #: templates/catalogue/book_text.html:41
381 msgid "to print"
382 msgstr ""
383
384 #: templates/catalogue/book_short.html:98
385 msgid "for an e-book reader"
386 msgstr ""
387
388 #: templates/catalogue/book_short.html:101
389 #: templates/catalogue/book_text.html:47
390 msgid "for Kindle"
391 msgstr ""
392
393 #: templates/catalogue/book_short.html:104
394 #: templates/catalogue/book_text.html:50
395 msgid "FictionBook"
396 msgstr ""
397
398 #: templates/catalogue/book_short.html:107
399 #: templates/catalogue/book_text.html:53
400 msgid "for advanced usage"
401 msgstr ""
402
403 #: templates/catalogue/book_short.html:113
404 #: templates/catalogue/book_text.html:31
405 msgid "Listen"
406 msgstr ""
407
408 #: templates/catalogue/book_text.html:10
409 #: templates/catalogue/player.html:11
410 msgid "Wolne Lektury"
411 msgstr ""
412
413 #: templates/catalogue/book_text.html:23
414 msgid "Table of contents"
415 msgstr ""
416
417 #: templates/catalogue/book_text.html:24
418 #: templatetags/catalogue_tags.py:416
419 #, fuzzy
420 msgid "Themes"
421 msgstr "motyw"
422
423 #: templates/catalogue/book_text.html:25
424 msgid "Edit. note"
425 msgstr ""
426
427 #: templates/catalogue/book_text.html:26
428 msgid "Infobox"
429 msgstr ""
430
431 #: templates/catalogue/book_text.html:27
432 #: templates/catalogue/player.html:34
433 msgid "Book's page"
434 msgstr ""
435
436 #: templates/catalogue/book_text.html:44
437 msgid "for a reader"
438 msgstr ""
439
440 #: templates/catalogue/book_text.html:57
441 #: templates/catalogue/book_wide.html:67
442 msgid "Download all audiobooks for this book"
443 msgstr ""
444
445 #: templates/catalogue/book_wide.html:22
446 #: templates/catalogue/tagged_object_list.html:60
447 #, fuzzy
448 msgid "Motifs and themes"
449 msgstr "Bez motywów"
450
451 #: templates/catalogue/book_wide.html:44
452 #, fuzzy
453 msgid "See"
454 msgstr "Półki"
455
456 #: templates/catalogue/book_wide.html:47
457 msgid "Source"
458 msgstr ""
459
460 #: templates/catalogue/book_wide.html:47
461 msgid "of the book"
462 msgstr ""
463
464 #: templates/catalogue/book_wide.html:49
465 #, fuzzy
466 msgid "Source XML file"
467 msgstr "Plik XML"
468
469 #: templates/catalogue/book_wide.html:51
470 #, fuzzy
471 msgid "Book on"
472 msgstr "liczba książek"
473
474 #: templates/catalogue/book_wide.html:51
475 msgid "Editor's Platform"
476 msgstr ""
477
478 #: templates/catalogue/book_wide.html:54
479 msgid "Book description on Lektury.Gazeta.pl"
480 msgstr ""
481
482 #: templates/catalogue/book_wide.html:57
483 msgid "Book description on Wikipedia"
484 msgstr ""
485
486 #: templates/catalogue/book_wide.html:59
487 msgid "Mix this book"
488 msgstr ""
489
490 #: templates/catalogue/catalogue.html:6
491 #: templates/catalogue/catalogue.html:11
492 msgid "Catalogue"
493 msgstr ""
494
495 #: templates/catalogue/catalogue.html:16
496 msgid "Download the catalogue in PDF format."
497 msgstr ""
498
499 #: templates/catalogue/catalogue.html:19
500 #: templates/catalogue/search_multiple_hits.html:17
501 #: templates/catalogue/tagged_object_list.html:26
502 #: templatetags/catalogue_tags.py:412
503 #, fuzzy
504 msgid "Authors"
505 msgstr "autor"
506
507 #: templates/catalogue/catalogue.html:22
508 #: templates/catalogue/search_multiple_hits.html:25
509 #: templates/catalogue/tagged_object_list.html:34
510 #: templatetags/catalogue_tags.py:414
511 msgid "Kinds"
512 msgstr ""
513
514 #: templates/catalogue/catalogue.html:25
515 #: templates/catalogue/search_multiple_hits.html:33
516 #: templates/catalogue/tagged_object_list.html:42
517 #: templatetags/catalogue_tags.py:413
518 #, fuzzy
519 msgid "Genres"
520 msgstr "gatunek"
521
522 #: templates/catalogue/catalogue.html:28
523 #: templates/catalogue/search_multiple_hits.html:41
524 #: templates/catalogue/tagged_object_list.html:50
525 #: templatetags/catalogue_tags.py:415
526 #, fuzzy
527 msgid "Epochs"
528 msgstr "epoka"
529
530 #: templates/catalogue/catalogue.html:31
531 msgid "Themes and topics"
532 msgstr ""
533
534 #: templates/catalogue/catalogue.html:34
535 #: templates/catalogue/menu.html:29
536 msgid "Collections"
537 msgstr "Kolekcje"
538
539 #: templates/catalogue/daisy_list.html:6
540 #: templates/catalogue/daisy_list.html:12
541 msgid "Listing of all DAISY files"
542 msgstr ""
543
544 #: templates/catalogue/daisy_list.html:9
545 msgid "Latest DAISY audiobooks"
546 msgstr ""
547
548 #: templates/catalogue/daisy_list.html:15
549 msgid ""
550 "System DAISY to uznany na całym świecie format udostępniania książek\n"
551 "dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób\n"
552 "mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez ograniczeń."
553 msgstr ""
554
555 #: templates/catalogue/differentiate_tags.html:12
556 msgid "The criteria are ambiguous. Please select one of the following options:"
557 msgstr ""
558
559 #: templates/catalogue/fragment_sets.html:2
560 msgid "Shelves containing fragment"
561 msgstr ""
562
563 #: templates/catalogue/fragment_sets.html:4
564 msgid "You do not own any shelves. You can create one below, if you want to."
565 msgstr ""
566
567 #: templates/catalogue/fragment_sets.html:9
568 #, fuzzy
569 msgid "Save all shelves"
570 msgstr "Półki"
571
572 #: templates/catalogue/fragment_short.html:12
573 #, fuzzy
574 msgid "Expand fragment"
575 msgstr "fragment"
576
577 #: templates/catalogue/fragment_short.html:22
578 #, fuzzy
579 msgid "Hide fragment"
580 msgstr "fragment"
581
582 #: templates/catalogue/inline_tag_list.html:4
583 #: templates/catalogue/tag_list.html:4
584 #, fuzzy
585 msgid "See full category"
586 msgstr "kategoria"
587
588 #: templates/catalogue/menu.html:9
589 #: templates/catalogue/menu.html.py:31
590 msgid "Please wait…"
591 msgstr ""
592
593 #: templates/catalogue/menu.html:16
594 #, fuzzy
595 msgid "All books"
596 msgstr "książki"
597
598 #: templates/catalogue/menu.html:20
599 #, fuzzy
600 msgid "Audiobooks"
601 msgstr "książki"
602
603 #: templates/catalogue/menu.html:24
604 #, fuzzy
605 msgid "DAISY"
606 msgstr "Plik DAISY"
607
608 #: templates/catalogue/picture_detail.html:29
609 msgid "Work is licensed under "
610 msgstr ""
611
612 #: templates/catalogue/picture_detail.html:31
613 msgid "Based on"
614 msgstr ""
615
616 #: templates/catalogue/picture_detail.html:45
617 msgid "Details"
618 msgstr ""
619
620 #: templates/catalogue/picture_detail.html:48
621 #, fuzzy
622 msgid "Author"
623 msgstr "autor"
624
625 #: templates/catalogue/picture_detail.html:66
626 msgid "Other resources"
627 msgstr ""
628
629 #: templates/catalogue/picture_detail.html:69
630 msgid "Source of the image"
631 msgstr ""
632
633 #: templates/catalogue/picture_detail.html:72
634 msgid "Image on the Editor's Platform"
635 msgstr ""
636
637 #: templates/catalogue/picture_detail.html:83
638 msgid "View XML source"
639 msgstr ""
640
641 #: templates/catalogue/picture_detail.html:86
642 #, fuzzy
643 msgid "Work's themes "
644 msgstr "Bez motywów"
645
646 #: templates/catalogue/picture_list.html:8
647 #: templates/catalogue/picture_list.html:10
648 msgid "Listing of all pictures"
649 msgstr ""
650
651 #: templates/catalogue/player.html:35
652 #, fuzzy
653 msgid "Download as"
654 msgstr "Pobierz"
655
656 #: templates/catalogue/player.html:88
657 msgid "Artist"
658 msgstr ""
659
660 #: templates/catalogue/player.html:89
661 msgid "Director"
662 msgstr ""
663
664 #: templates/catalogue/player.html:108
665 msgid "Audiobooks were prepared as a part of the projects:"
666 msgstr ""
667
668 #: templates/catalogue/player.html:113
669 #, python-format
670 msgid "%(cs)s, funded by %(fb)s"
671 msgstr ""
672
673 #: templates/catalogue/player.html:125
674 #, python-format
675 msgid "Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s."
676 msgstr ""
677
678 #: templates/catalogue/player.html:127
679 #, python-format
680 msgid "Audiobooks were prepared as a part of the %(cs)s project."
681 msgstr ""
682
683 #: templates/catalogue/search_multiple_hits.html:5
684 #: templates/catalogue/search_no_hits.html:5
685 #: templates/catalogue/search_no_hits.html:10
686 #: templates/catalogue/search_too_short.html:5
687 #: templates/catalogue/search_too_short.html:10
688 msgid "Search"
689 msgstr ""
690
691 #: templates/catalogue/search_multiple_hits.html:11
692 #: templates/catalogue/search_no_hits.html:16
693 msgid "Did you mean"
694 msgstr ""
695
696 #: templates/catalogue/search_multiple_hits.html:52
697 msgid "Results by title"
698 msgstr ""
699
700 #: templates/catalogue/search_multiple_hits.html:67
701 msgid "Results by authors"
702 msgstr ""
703
704 #: templates/catalogue/search_multiple_hits.html:80
705 msgid "Results by translators"
706 msgstr "Znalezieni tłumacze"
707
708 #: templates/catalogue/search_multiple_hits.html:93
709 msgid "Results in text"
710 msgstr ""
711
712 #: templates/catalogue/search_multiple_hits.html:110
713 msgid "Other results"
714 msgstr ""
715
716 #: templates/catalogue/search_no_hits.html:19
717 #: templates/catalogue/tagged_object_list.html:146
718 msgid "Sorry! Search cirteria did not match any resources."
719 msgstr ""
720
721 #: templates/catalogue/search_no_hits.html:21
722 msgid ""
723 "Search engine supports following criteria: title, author, theme/topic, epoch, kind and genre.\n"
724 "\t\tAs for now we do not support full text search."
725 msgstr ""
726
727 #: templates/catalogue/search_too_short.html:13
728 msgid "Sorry! Search query must have at least two characters."
729 msgstr ""
730
731 #: templates/catalogue/tagged_object_list.html:78
732 #: templates/catalogue/tagged_object_list.html:108
733 msgid "in Lektury.Gazeta.pl"
734 msgstr ""
735
736 #: templates/catalogue/tagged_object_list.html:83
737 #: templates/catalogue/tagged_object_list.html:113
738 msgid "in Wikipedia"
739 msgstr ""
740
741 #: templates/catalogue/user_shelves.html:2
742 msgid "Your shelves with books"
743 msgstr ""
744
745 #: templates/catalogue/user_shelves.html:6
746 msgid "remove"
747 msgstr ""
748
749 #: templates/catalogue/user_shelves.html:10
750 msgid "You do not own any shelves. You can create one below if you want to"
751 msgstr ""
752
753 #: templates/catalogue/user_shelves.html:15
754 msgid "Create shelf"
755 msgstr ""
756
757 #: templates/catalogue/snippets/custom_pdf_link_li.html:6
758 #, fuzzy
759 msgid "Download a custom PDF"
760 msgstr "Stwórz własny PDF"
761
762 #: templates/catalogue/snippets/license_icon.html:6
763 #: templates/catalogue/snippets/license_icon.html:8
764 msgid "Free license"
765 msgstr ""
766
767 #~ msgid "Enter a valid JSON value. Error: %s"
768 #~ msgstr "Wprowadź prawidłową wartość JSON. Błąd: %s"
769
770 #~ msgid "A4"
771 #~ msgstr "A4"
772
773 #~ msgid "A5"
774 #~ msgstr "A5"
775
776 #~ msgid "Incorrect customization options for PDF"
777 #~ msgstr "Niepoprawne opcje dla PDF"
778
779 #~ msgid "Bad method"
780 #~ msgstr "Zła metoda"
781
782 #~ msgid "title, author, theme/topic, epoch, kind, genre"
783 #~ msgstr "tytuł, autor, motyw/temat, epoka, rodzaj, gatunek"
784
785 #~ msgid "ODT file"
786 #~ msgstr "Plik ODT"
787
788 #~ msgid "MP3 file"
789 #~ msgstr "Plik MP3"
790
791 #~ msgid "OGG file"
792 #~ msgstr "Plik OGG"
793
794 #~ msgid "main page"
795 #~ msgstr "strona główna"
796
797 #~ msgid "Show tag on main page"
798 #~ msgstr "Pokazuj tag na stronie głównej"
799
800 #~ msgid "HTML file"
801 #~ msgstr "Plik HTML"
802
803 #~ msgid "PDF file"
804 #~ msgstr "Plik PDF"
805
806 #~ msgid "EPUB file"
807 #~ msgstr "Plik EPUB"
808
809 #~ msgid "TXT file"
810 #~ msgstr "Plik TXT"
811
812 #~ msgid "sha-1 hash"
813 #~ msgstr "hash sha-1"
814
815 #~ msgid "time"
816 #~ msgstr "czas"
817
818 #~ msgid "<p>To maintain your shelves you need to be logged in.</p>"
819 #~ msgstr "<p>Aby zarządzać swoimi półkami, musisz się zalogować.</p>"
820
821 #~ msgid "<p>Shelves were sucessfully saved.</p>"
822 #~ msgstr "<p>Półki zostały zapisane.</p>"
823
824 #~ msgid "Book was successfully removed from the shelf"
825 #~ msgstr "Usunięto"
826
827 #~ msgid "<p>Shelf <strong>%s</strong> was successfully removed</p>"
828 #~ msgstr "<p>Półka <strong>%s</strong> została usunięta</p>"
829
830 #, fuzzy
831 #~ msgid "sort_key"
832 #~ msgstr "klucz sortowania"
833
834 #~ msgid "year of death"
835 #~ msgstr "rok śmierci"
836
837 #~ msgid "short HTML"
838 #~ msgstr "krótki HTML"
839
840 #~ msgid "goes to public domain"
841 #~ msgstr "trafia do domeny publicznej"
842
843 #~ msgid "year of translator's death"
844 #~ msgstr "rok śmierci tłumacza"
845
846 #~ msgid "book stub"
847 #~ msgstr "zapowiedź książki"
848
849 #~ msgid "<p>Shelf <strong>%s</strong> was successfully created</p>"
850 #~ msgstr "<p>Półka <strong>%s</strong> została utworzona</p>"