Cover images niceties.
[redakcja.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: Platforma Redakcyjna\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2012-06-18 12:52+0200\n"
11 "PO-Revision-Date: 2012-06-18 12:53+0100\n"
12 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
13 "Language-Team: Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org.pl>\n"
14 "Language: pl\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
19
20 #: forms.py:39
21 msgid "Text file must be UTF-8 encoded."
22 msgstr "Plik powinien mieć kodowanie UTF-8."
23
24 #: forms.py:42
25 msgid "You must either enter text or upload a file"
26 msgstr "Proszę wpisać tekst albo wybrać plik do załadowania"
27
28 #: forms.py:51
29 msgid "ZIP file"
30 msgstr "Plik ZIP"
31
32 #: forms.py:52
33 msgid "Directories are documents in chunks"
34 msgstr "Katalogi zawierają dokumenty w częściach"
35
36 #: forms.py:76
37 msgid "Assigned to"
38 msgstr "Przypisane do"
39
40 #: forms.py:97
41 #: forms.py:111
42 msgid "Chunk with this slug already exists"
43 msgstr "Część z tym slugiem już istnieje"
44
45 #: forms.py:120
46 msgid "Append to"
47 msgstr "Dołącz do"
48
49 #: views.py:160
50 #, python-format
51 msgid "Slug already used for %s"
52 msgstr "Slug taki sam jak dla pliku %s"
53
54 #: views.py:162
55 msgid "Slug already used in repository."
56 msgstr "Dokument o tym slugu już istnieje w repozytorium."
57
58 #: views.py:168
59 msgid "File should be UTF-8 encoded."
60 msgstr "Plik powinien mieć kodowanie UTF-8."
61
62 #: models/book.py:27
63 #: models/chunk.py:23
64 msgid "title"
65 msgstr "tytuł"
66
67 #: models/book.py:28
68 #: models/chunk.py:24
69 msgid "slug"
70 msgstr "slug"
71
72 #: models/book.py:29
73 msgid "public"
74 msgstr "publiczna"
75
76 #: models/book.py:30
77 msgid "scan gallery name"
78 msgstr "nazwa galerii skanów"
79
80 #: models/book.py:33
81 msgid "parent"
82 msgstr "rodzic"
83
84 #: models/book.py:34
85 msgid "parent number"
86 msgstr "numeracja rodzica"
87
88 #: models/book.py:51
89 #: models/chunk.py:21
90 #: models/publish_log.py:17
91 msgid "book"
92 msgstr "książka"
93
94 #: models/book.py:52
95 msgid "books"
96 msgstr "książki"
97
98 #: models/book.py:250
99 msgid "No chunks in the book."
100 msgstr "Książka nie ma części."
101
102 #: models/book.py:254
103 msgid "Not all chunks have publishable revisions."
104 msgstr "Niektóre części nie są gotowe do publikacji."
105
106 #: models/book.py:263
107 msgid "Invalid XML"
108 msgstr "Nieprawidłowy XML"
109
110 #: models/book.py:265
111 msgid "No Dublin Core found."
112 msgstr "Brak sekcji Dublin Core."
113
114 #: models/book.py:267
115 msgid "Invalid Dublin Core"
116 msgstr "Nieprawidłowy Dublin Core"
117
118 #: models/book.py:270
119 msgid "rdf:about is not"
120 msgstr "rdf:about jest różny od"
121
122 #: models/chunk.py:22
123 msgid "number"
124 msgstr "numer"
125
126 #: models/chunk.py:25
127 msgid "gallery start"
128 msgstr "początek galerii"
129
130 #: models/chunk.py:40
131 msgid "chunk"
132 msgstr "część"
133
134 #: models/chunk.py:41
135 msgid "chunks"
136 msgstr "części"
137
138 #: models/publish_log.py:18
139 msgid "time"
140 msgstr "czas"
141
142 #: models/publish_log.py:19
143 #: templates/catalogue/wall.html:18
144 msgid "user"
145 msgstr "użytkownik"
146
147 #: models/publish_log.py:24
148 #: models/publish_log.py:33
149 msgid "book publish record"
150 msgstr "zapis publikacji książki"
151
152 #: models/publish_log.py:25
153 msgid "book publish records"
154 msgstr "zapisy publikacji książek"
155
156 #: models/publish_log.py:34
157 msgid "change"
158 msgstr "zmiana"
159
160 #: models/publish_log.py:38
161 msgid "chunk publish record"
162 msgstr "zapis publikacji części"
163
164 #: models/publish_log.py:39
165 msgid "chunk publish records"
166 msgstr "zapisy publikacji części"
167
168 #: templates/catalogue/activity.html:10
169 #: templatetags/catalogue.py:29
170 msgid "Activity"
171 msgstr "Aktywność"
172
173 #: templates/catalogue/base.html:8
174 msgid "Platforma Redakcyjna"
175 msgstr "Platforma Redakcyjna"
176
177 #: templates/catalogue/book_append_to.html:9
178 msgid "Append book"
179 msgstr "Dołącz książkę"
180
181 #: templates/catalogue/book_detail.html:14
182 #: templates/catalogue/book_edit.html:9
183 #: templates/catalogue/chunk_edit.html:13
184 msgid "Save"
185 msgstr "Zapisz"
186
187 #: templates/catalogue/book_detail.html:21
188 msgid "Append to other book"
189 msgstr "Dołącz do innej książki"
190
191 #: templates/catalogue/book_detail.html:27
192 msgid "Chunks"
193 msgstr "Części"
194
195 #: templates/catalogue/book_detail.html:42
196 #: templatetags/wall.py:78
197 msgid "Publication"
198 msgstr "Publikacja"
199
200 #: templates/catalogue/book_detail.html:46
201 msgid "Last published"
202 msgstr "Ostatnio opublikowano"
203
204 #: templates/catalogue/book_detail.html:56
205 msgid "Full XML"
206 msgstr "Pełny XML"
207
208 #: templates/catalogue/book_detail.html:57
209 msgid "HTML version"
210 msgstr "Wersja HTML"
211
212 #: templates/catalogue/book_detail.html:58
213 msgid "TXT version"
214 msgstr "Wersja TXT"
215
216 #: templates/catalogue/book_detail.html:59
217 msgid "PDF version"
218 msgstr "Wersja PDF"
219
220 #: templates/catalogue/book_detail.html:60
221 msgid "EPUB version"
222 msgstr "Wersja EPUB"
223
224 #: templates/catalogue/book_detail.html:73
225 msgid "Publish"
226 msgstr "Opublikuj"
227
228 #: templates/catalogue/book_detail.html:77
229 msgid "Log in to publish."
230 msgstr "Zaloguj się, aby opublikować."
231
232 #: templates/catalogue/book_detail.html:80
233 msgid "This book can't be published yet, because:"
234 msgstr "Ta książka nie może jeszcze zostać opublikowana. Powód:"
235
236 #: templates/catalogue/book_detail.html:90
237 msgid "Comments"
238 msgstr "Komentarze"
239
240 #: templates/catalogue/book_text.html:7
241 msgid "Redakcja"
242 msgstr ""
243
244 #: templates/catalogue/book_text.html:15
245 msgid "Table of contents"
246 msgstr "Spis treści"
247
248 #: templates/catalogue/book_text.html:17
249 msgid "Edit. note"
250 msgstr "Nota red."
251
252 #: templates/catalogue/chunk_add.html:5
253 #: templates/catalogue/chunk_edit.html:19
254 msgid "Split chunk"
255 msgstr "Podziel część"
256
257 #: templates/catalogue/chunk_add.html:10
258 msgid "Insert empty chunk after"
259 msgstr "Wstaw pustą część po"
260
261 #: templates/catalogue/chunk_add.html:13
262 msgid "Add chunk"
263 msgstr "Dodaj część"
264
265 #: templates/catalogue/chunk_edit.html:6
266 #: templates/catalogue/book_list/book.html:8
267 #: templates/catalogue/book_list/chunk.html:6
268 msgid "Chunk settings"
269 msgstr "Ustawienia części"
270
271 #: templates/catalogue/chunk_edit.html:11
272 msgid "Book"
273 msgstr "Książka"
274
275 #: templates/catalogue/document_create_missing.html:5
276 msgid "Create a new book"
277 msgstr "Utwórz nową książkę"
278
279 #: templates/catalogue/document_create_missing.html:11
280 msgid "Create book"
281 msgstr "Utwórz książkę"
282
283 #: templates/catalogue/document_upload.html:8
284 msgid "Bulk documents upload"
285 msgstr "Hurtowe dodawanie dokumentów"
286
287 #: templates/catalogue/document_upload.html:11
288 msgid "Please submit a ZIP with UTF-8 encoded XML files. Files not ending with <code>.xml</code> will be ignored."
289 msgstr "Proszę wskazać archiwum ZIP z plikami XML w kodowaniu UTF-8. Pliki nie kończące się na <code>.xml</code> zostaną zignorowane."
290
291 #: templates/catalogue/document_upload.html:17
292 #: templatetags/catalogue.py:35
293 msgid "Upload"
294 msgstr "Załaduj"
295
296 #: templates/catalogue/document_upload.html:24
297 msgid "There have been some errors. No files have been added to the repository."
298 msgstr "Wystąpiły błędy. Żadne pliki nie zostały dodane do repozytorium."
299
300 #: templates/catalogue/document_upload.html:25
301 msgid "Offending files"
302 msgstr "Błędne pliki"
303
304 #: templates/catalogue/document_upload.html:33
305 msgid "Correct files"
306 msgstr "Poprawne pliki"
307
308 #: templates/catalogue/document_upload.html:44
309 msgid "Files have been successfully uploaded to the repository."
310 msgstr "Pliki zostały dodane do repozytorium."
311
312 #: templates/catalogue/document_upload.html:45
313 msgid "Uploaded files"
314 msgstr "Dodane pliki"
315
316 #: templates/catalogue/document_upload.html:55
317 msgid "Skipped files"
318 msgstr "Pominięte pliki"
319
320 #: templates/catalogue/document_upload.html:56
321 msgid "Files skipped due to no <code>.xml</code> extension"
322 msgstr "Pliki pominięte z powodu braku rozszerzenia <code>.xml</code>."
323
324 #: templates/catalogue/my_page.html:13
325 msgid "Your last edited documents"
326 msgstr "Twoje ostatnie edycje"
327
328 #: templates/catalogue/my_page.html:22
329 #: templates/catalogue/user_page.html:13
330 msgid "Recent activity for"
331 msgstr "Ostatnia aktywność dla:"
332
333 #: templates/catalogue/user_list.html:7
334 #: templatetags/catalogue.py:31
335 msgid "Users"
336 msgstr "Użytkownicy"
337
338 #: templates/catalogue/wall.html:28
339 msgid "not logged in"
340 msgstr "nie zalogowany"
341
342 #: templates/catalogue/wall.html:33
343 msgid "No activity recorded."
344 msgstr "Nie zanotowano aktywności."
345
346 #: templates/catalogue/book_list/book.html:7
347 #: templates/catalogue/book_list/book.html:27
348 msgid "Book settings"
349 msgstr "Ustawienia książki"
350
351 #: templates/catalogue/book_list/book_list.html:21
352 msgid "Show hidden books"
353 msgstr "Pokaż ukryte książki"
354
355 #: templates/catalogue/book_list/book_list.html:26
356 msgid "Search in book titles"
357 msgstr "Szukaj w tytułach książek"
358
359 #: templates/catalogue/book_list/book_list.html:31
360 msgid "stage"
361 msgstr "etap"
362
363 #: templates/catalogue/book_list/book_list.html:33
364 #: templates/catalogue/book_list/book_list.html:44
365 msgid "none"
366 msgstr "brak"
367
368 #: templates/catalogue/book_list/book_list.html:42
369 msgid "editor"
370 msgstr "redaktor"
371
372 #: templates/catalogue/book_list/book_list.html:53
373 msgid "status"
374 msgstr "status"
375
376 #: templates/catalogue/book_list/book_list.html:77
377 #, python-format
378 msgid "%(c)s book"
379 msgid_plural "%(c)s books"
380 msgstr[0] "%(c)s książka"
381 msgstr[1] "%(c)s książki"
382 msgstr[2] "%(c)s książek"
383
384 #: templates/catalogue/book_list/book_list.html:82
385 msgid "No books found."
386 msgstr "Nie znaleziono książek."
387
388 #: templates/catalogue/book_list/book_list.html:88
389 msgid "Set stage"
390 msgstr "Ustaw etap"
391
392 #: templates/catalogue/book_list/book_list.html:89
393 msgid "Set user"
394 msgstr "Przypisz redaktora"
395
396 #: templates/catalogue/book_list/book_list.html:91
397 msgid "Mark publishable"
398 msgstr "Oznacz do publikacji"
399
400 #: templates/catalogue/book_list/book_list.html:92
401 msgid "Mark not publishable"
402 msgstr "Odznacz do publikacji"
403
404 #: templates/catalogue/book_list/book_list.html:93
405 msgid "Other user"
406 msgstr "Inny użytkownik"
407
408 #: templatetags/book_list.py:84
409 msgid "publishable"
410 msgstr "do publikacji"
411
412 #: templatetags/book_list.py:85
413 msgid "changed"
414 msgstr "zmienione"
415
416 #: templatetags/book_list.py:86
417 msgid "published"
418 msgstr "opublikowane"
419
420 #: templatetags/book_list.py:87
421 msgid "unpublished"
422 msgstr "nie opublikowane"
423
424 #: templatetags/book_list.py:88
425 msgid "empty"
426 msgstr "puste"
427
428 #: templatetags/catalogue.py:27
429 msgid "My page"
430 msgstr "Moja strona"
431
432 #: templatetags/catalogue.py:30
433 msgid "All"
434 msgstr "Wszystkie"
435
436 #: templatetags/catalogue.py:34
437 msgid "Add"
438 msgstr "Dodaj"
439
440 #: templatetags/catalogue.py:37
441 msgid "Covers"
442 msgstr "Okładki"
443
444 #: templatetags/wall.py:49
445 msgid "Related edit"
446 msgstr "Powiązana zmiana"
447
448 #: templatetags/wall.py:51
449 msgid "Edit"
450 msgstr "Zmiana"
451
452 #: templatetags/wall.py:99
453 msgid "Comment"
454 msgstr "Komentarz"
455
456 #~ msgid "Infobox"
457 #~ msgstr "Informacje"
458
459 #~ msgid "Admin"
460 #~ msgstr "Administracja"
461
462 #~ msgid "edit"
463 #~ msgstr "edytuj"
464
465 #~ msgid "add basic document structure"
466 #~ msgstr "dodaj podstawową strukturę dokumentu"
467
468 #~ msgid "change master tag to"
469 #~ msgstr "zmień tak master na"
470
471 #~ msgid "add begin trimming tag"
472 #~ msgstr "dodaj początkowy ogranicznik"
473
474 #~ msgid "add end trimming tag"
475 #~ msgstr "dodaj końcowy ogranicznik"
476
477 #~ msgid "unstructured text"
478 #~ msgstr "tekst bez struktury"
479
480 #~ msgid "unknown XML"
481 #~ msgstr "nieznany XML"
482
483 #~ msgid "broken document"
484 #~ msgstr "uszkodzony dokument"
485
486 #~ msgid "Apply fixes"
487 #~ msgstr "Wykonaj zmiany"
488
489 #~ msgid "Can mark for publishing"
490 #~ msgstr "Oznacza do publikacji"
491
492 #~ msgid "Author"
493 #~ msgstr "Autor"
494
495 #~ msgid "Your name"
496 #~ msgstr "Imię i nazwisko"
497
498 #~ msgid "Author's email"
499 #~ msgstr "E-mail autora"
500
501 #~ msgid "Your email address, so we can show a gravatar :)"
502 #~ msgstr "Adres e-mail, żebyśmy mogli pokazać gravatar :)"
503
504 #~ msgid "Describe changes you made."
505 #~ msgstr "Opisz swoje zmiany"
506
507 #~ msgid "Completed"
508 #~ msgstr "Ukończono"
509
510 #~ msgid "If you completed a life cycle stage, select it."
511 #~ msgstr "Jeśli został ukończony etap prac, wskaż go."
512
513 #~ msgid "Describe the reason for reverting."
514 #~ msgstr "Opisz powód przywrócenia."
515
516 #~ msgid "name"
517 #~ msgstr "nazwa"
518
519 #~ msgid "theme"
520 #~ msgstr "motyw"
521
522 #~ msgid "themes"
523 #~ msgstr "motywy"
524
525 #~ msgid "Tag added"
526 #~ msgstr "Dodano tag"
527
528 #~ msgid "Revision marked"
529 #~ msgstr "Wersja oznaczona"
530
531 #~ msgid "Old version"
532 #~ msgstr "Stara wersja"
533
534 #~ msgid "New version"
535 #~ msgstr "Nowa wersja"
536
537 #~ msgid "Click to open/close gallery"
538 #~ msgstr "Kliknij, aby (ro)zwinąć galerię"
539
540 #~ msgid "Help"
541 #~ msgstr "Pomoc"
542
543 #~ msgid "Version"
544 #~ msgstr "Wersja"
545
546 #~ msgid "Unknown"
547 #~ msgstr "nieznana"
548
549 #~ msgid "Save attempt in progress"
550 #~ msgstr "Trwa zapisywanie"
551
552 #~ msgid "There is a newer version of this document!"
553 #~ msgstr "Istnieje nowsza wersja tego dokumentu!"
554
555 #~ msgid "Clear filter"
556 #~ msgstr "Wyczyść filtr"
557
558 #~ msgid "Cancel"
559 #~ msgstr "Anuluj"
560
561 #~ msgid "Revert"
562 #~ msgstr "Przywróć"
563
564 #~ msgid "all"
565 #~ msgstr "wszystkie"
566
567 #~ msgid "Annotations"
568 #~ msgstr "Przypisy"
569
570 #~ msgid "Previous"
571 #~ msgstr "Poprzednie"
572
573 #~ msgid "Next"
574 #~ msgstr "Następne"
575
576 #~ msgid "Zoom in"
577 #~ msgstr "Powiększ"
578
579 #~ msgid "Zoom out"
580 #~ msgstr "Zmniejsz"
581
582 #~ msgid "Gallery"
583 #~ msgstr "Galeria"
584
585 #~ msgid "Compare versions"
586 #~ msgstr "Porównaj wersje"
587
588 #~ msgid "Revert document"
589 #~ msgstr "Przywróć wersję"
590
591 #~ msgid "View version"
592 #~ msgstr "Zobacz wersję"
593
594 #~ msgid "History"
595 #~ msgstr "Historia"
596
597 #~ msgid "Search"
598 #~ msgstr "Szukaj"
599
600 #~ msgid "Replace with"
601 #~ msgstr "Zamień na"
602
603 #~ msgid "Replace"
604 #~ msgstr "Zamień"
605
606 #~ msgid "Options"
607 #~ msgstr "Opcje"
608
609 #~ msgid "Case sensitive"
610 #~ msgstr "Rozróżniaj wielkość liter"
611
612 #~ msgid "From cursor"
613 #~ msgstr "Zacznij od kursora"
614
615 #~ msgid "Search and replace"
616 #~ msgstr "Znajdź i zamień"
617
618 #~ msgid "Source code"
619 #~ msgstr "Kod źródłowy"
620
621 #~ msgid "Title"
622 #~ msgstr "Tytuł"
623
624 #~ msgid "Document ID"
625 #~ msgstr "ID dokumentu"
626
627 #~ msgid "Current version"
628 #~ msgstr "Aktualna wersja"
629
630 #~ msgid "Last edited by"
631 #~ msgstr "Ostatnio edytowane przez"
632
633 #~ msgid "Link to gallery"
634 #~ msgstr "Link do galerii"
635
636 #~ msgid "Summary"
637 #~ msgstr "Podsumowanie"
638
639 #~ msgid "Insert theme"
640 #~ msgstr "Wstaw motyw"
641
642 #~ msgid "Insert annotation"
643 #~ msgstr "Wstaw przypis"
644
645 #~ msgid "Visual editor"
646 #~ msgstr "Edytor wizualny"
647
648 #~ msgid "Unassigned"
649 #~ msgstr "Nie przypisane"
650
651 #~ msgid "First correction"
652 #~ msgstr "Autokorekta"
653
654 #~ msgid "Tagging"
655 #~ msgstr "Tagowanie"
656
657 #~ msgid "Initial Proofreading"
658 #~ msgstr "Korekta"
659
660 #~ msgid "Annotation Proofreading"
661 #~ msgstr "Sprawdzenie przypisów źródła"
662
663 #~ msgid "Modernisation"
664 #~ msgstr "Uwspółcześnienie"
665
666 #~ msgid "Themes"
667 #~ msgstr "Motywy"
668
669 #~ msgid "Editor's Proofreading"
670 #~ msgstr "Ostateczna redakcja literacka"
671
672 #~ msgid "Technical Editor's Proofreading"
673 #~ msgstr "Ostateczna redakcja techniczna"
674
675 #~ msgid "Finished stage: %s"
676 #~ msgstr "Ukończony etap: %s"
677
678 #~ msgid "Refresh"
679 #~ msgstr "Odśwież"