pdf and epub previews
[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: 2011-12-01 16:21+0100\n"
11 "PO-Revision-Date: 2011-12-01 16:23+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:158
50 #, python-format
51 msgid "Slug already used for %s"
52 msgstr "Slug taki sam jak dla pliku %s"
53
54 #: views.py:160
55 msgid "Slug already used in repository."
56 msgstr "Dokument o tym slugu już istnieje w repozytorium."
57
58 #: views.py:166
59 msgid "File should be UTF-8 encoded."
60 msgstr "Plik powinien mieć kodowanie UTF-8."
61
62 #: models/book.py:23
63 #: models/chunk.py:23
64 msgid "title"
65 msgstr "tytuł"
66
67 #: models/book.py:24
68 #: models/chunk.py:24
69 msgid "slug"
70 msgstr "slug"
71
72 #: models/book.py:25
73 msgid "public"
74 msgstr "publiczna"
75
76 #: models/book.py:26
77 msgid "scan gallery name"
78 msgstr "nazwa galerii skanów"
79
80 #: models/book.py:29
81 msgid "parent"
82 msgstr "rodzic"
83
84 #: models/book.py:30
85 msgid "parent number"
86 msgstr "numeracja rodzica"
87
88 #: models/book.py:45
89 #: models/chunk.py:21
90 #: models/publish_log.py:17
91 msgid "book"
92 msgstr "książka"
93
94 #: models/book.py:46
95 msgid "books"
96 msgstr "książki"
97
98 #: models/book.py:221
99 msgid "No chunks in the book."
100 msgstr "Książka nie ma części."
101
102 #: models/book.py:225
103 msgid "Not all chunks have publishable revisions."
104 msgstr "Niektóre części nie są gotowe do publikacji."
105
106 #: models/book.py:234
107 msgid "Invalid XML"
108 msgstr "Nieprawidłowy XML"
109
110 #: models/book.py:236
111 msgid "No Dublin Core found."
112 msgstr "Brak sekcji Dublin Core."
113
114 #: models/book.py:238
115 msgid "Invalid Dublin Core"
116 msgstr "Nieprawidłowy Dublin Core"
117
118 #: models/book.py:241
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:44
201 msgid "Last published"
202 msgstr "Ostatnio opublikowano"
203
204 #: templates/catalogue/book_detail.html:54
205 msgid "Full XML"
206 msgstr "Pełny XML"
207
208 #: templates/catalogue/book_detail.html:55
209 msgid "HTML version"
210 msgstr "Wersja HTML"
211
212 #: templates/catalogue/book_detail.html:56
213 msgid "TXT version"
214 msgstr "Wersja TXT"
215
216 #: templates/catalogue/book_detail.html:57
217 msgid "PDF version"
218 msgstr "Wersja PDF"
219
220 #: templates/catalogue/book_detail.html:58
221 msgid "EPUB version"
222 msgstr "Wersja EPUB"
223
224 #: templates/catalogue/book_detail.html:71
225 msgid "Publish"
226 msgstr "Opublikuj"
227
228 #: templates/catalogue/book_detail.html:75
229 msgid "Log in to publish."
230 msgstr "Zaloguj się, aby opublikować."
231
232 #: templates/catalogue/book_detail.html:78
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:87
237 msgid "Comments"
238 msgstr "Komentarze"
239
240 #: templates/catalogue/book_html.html:13
241 msgid "Table of contents"
242 msgstr "Spis treści"
243
244 #: templates/catalogue/book_html.html:14
245 msgid "Edit. note"
246 msgstr "Nota red."
247
248 #: templates/catalogue/book_html.html:15
249 msgid "Infobox"
250 msgstr "Informacje"
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:7
267 #: templates/catalogue/book_list/chunk.html:5
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 #: templates/catalogue/upload_pdf.html:13
293 #: templatetags/catalogue.py:35
294 msgid "Upload"
295 msgstr "Załaduj"
296
297 #: templates/catalogue/document_upload.html:24
298 msgid "There have been some errors. No files have been added to the repository."
299 msgstr "Wystąpiły błędy. Żadne pliki nie zostały dodane do repozytorium."
300
301 #: templates/catalogue/document_upload.html:25
302 msgid "Offending files"
303 msgstr "Błędne pliki"
304
305 #: templates/catalogue/document_upload.html:33
306 msgid "Correct files"
307 msgstr "Poprawne pliki"
308
309 #: templates/catalogue/document_upload.html:44
310 msgid "Files have been successfully uploaded to the repository."
311 msgstr "Pliki zostały dodane do repozytorium."
312
313 #: templates/catalogue/document_upload.html:45
314 msgid "Uploaded files"
315 msgstr "Dodane pliki"
316
317 #: templates/catalogue/document_upload.html:55
318 msgid "Skipped files"
319 msgstr "Pominięte pliki"
320
321 #: templates/catalogue/document_upload.html:56
322 msgid "Files skipped due to no <code>.xml</code> extension"
323 msgstr "Pliki pominięte z powodu braku rozszerzenia <code>.xml</code>."
324
325 #: templates/catalogue/my_page.html:13
326 msgid "Your last edited documents"
327 msgstr "Twoje ostatnie edycje"
328
329 #: templates/catalogue/my_page.html:22
330 #: templates/catalogue/user_page.html:13
331 msgid "Recent activity for"
332 msgstr "Ostatnia aktywność dla:"
333
334 #: templates/catalogue/upload_pdf.html:8
335 msgid "PDF file upload"
336 msgstr ""
337
338 #: templates/catalogue/user_list.html:7
339 #: templatetags/catalogue.py:31
340 msgid "Users"
341 msgstr "Użytkownicy"
342
343 #: templates/catalogue/wall.html:28
344 msgid "not logged in"
345 msgstr "nie zalogowany"
346
347 #: templates/catalogue/wall.html:33
348 msgid "No activity recorded."
349 msgstr "Nie zanotowano aktywności."
350
351 #: templates/catalogue/book_list/book.html:6
352 #: templates/catalogue/book_list/book.html:25
353 msgid "Book settings"
354 msgstr "Ustawienia książki"
355
356 #: templates/catalogue/book_list/book_list.html:19
357 msgid "Show hidden books"
358 msgstr "Pokaż ukryte książki"
359
360 #: templates/catalogue/book_list/book_list.html:24
361 msgid "Search in book titles"
362 msgstr "Szukaj w tytułach książek"
363
364 #: templates/catalogue/book_list/book_list.html:29
365 msgid "stage"
366 msgstr "etap"
367
368 #: templates/catalogue/book_list/book_list.html:31
369 #: templates/catalogue/book_list/book_list.html:42
370 msgid "none"
371 msgstr "brak"
372
373 #: templates/catalogue/book_list/book_list.html:40
374 msgid "editor"
375 msgstr "redaktor"
376
377 #: templates/catalogue/book_list/book_list.html:51
378 msgid "status"
379 msgstr "status"
380
381 #: templates/catalogue/book_list/book_list.html:75
382 #, python-format
383 msgid "%(c)s book"
384 msgid_plural "%(c)s books"
385 msgstr[0] "%(c)s książka"
386 msgstr[1] "%(c)s książki"
387 msgstr[2] "%(c)s książek"
388
389 #: templates/catalogue/book_list/book_list.html:80
390 msgid "No books found."
391 msgstr "Nie znaleziono książek."
392
393 #: templatetags/book_list.py:84
394 msgid "publishable"
395 msgstr "do publikacji"
396
397 #: templatetags/book_list.py:85
398 msgid "changed"
399 msgstr "zmienione"
400
401 #: templatetags/book_list.py:86
402 msgid "published"
403 msgstr "opublikowane"
404
405 #: templatetags/book_list.py:87
406 msgid "unpublished"
407 msgstr "nie opublikowane"
408
409 #: templatetags/book_list.py:88
410 msgid "empty"
411 msgstr "puste"
412
413 #: templatetags/catalogue.py:27
414 msgid "My page"
415 msgstr "Moja strona"
416
417 #: templatetags/catalogue.py:30
418 msgid "All"
419 msgstr "Wszystkie"
420
421 #: templatetags/catalogue.py:34
422 msgid "Add"
423 msgstr "Dodaj"
424
425 #: templatetags/wall.py:49
426 msgid "Related edit"
427 msgstr "Powiązana zmiana"
428
429 #: templatetags/wall.py:51
430 msgid "Edit"
431 msgstr "Zmiana"
432
433 #: templatetags/wall.py:99
434 msgid "Comment"
435 msgstr "Komentarz"
436
437 #~ msgid "Admin"
438 #~ msgstr "Administracja"
439
440 #~ msgid "edit"
441 #~ msgstr "edytuj"
442
443 #~ msgid "add basic document structure"
444 #~ msgstr "dodaj podstawową strukturę dokumentu"
445
446 #~ msgid "change master tag to"
447 #~ msgstr "zmień tak master na"
448
449 #~ msgid "add begin trimming tag"
450 #~ msgstr "dodaj początkowy ogranicznik"
451
452 #~ msgid "add end trimming tag"
453 #~ msgstr "dodaj końcowy ogranicznik"
454
455 #~ msgid "unstructured text"
456 #~ msgstr "tekst bez struktury"
457
458 #~ msgid "unknown XML"
459 #~ msgstr "nieznany XML"
460
461 #~ msgid "broken document"
462 #~ msgstr "uszkodzony dokument"
463
464 #~ msgid "Apply fixes"
465 #~ msgstr "Wykonaj zmiany"
466
467 #~ msgid "Can mark for publishing"
468 #~ msgstr "Oznacza do publikacji"
469
470 #~ msgid "Author"
471 #~ msgstr "Autor"
472
473 #~ msgid "Your name"
474 #~ msgstr "Imię i nazwisko"
475
476 #~ msgid "Author's email"
477 #~ msgstr "E-mail autora"
478
479 #~ msgid "Your email address, so we can show a gravatar :)"
480 #~ msgstr "Adres e-mail, żebyśmy mogli pokazać gravatar :)"
481
482 #~ msgid "Describe changes you made."
483 #~ msgstr "Opisz swoje zmiany"
484
485 #~ msgid "Completed"
486 #~ msgstr "Ukończono"
487
488 #~ msgid "If you completed a life cycle stage, select it."
489 #~ msgstr "Jeśli został ukończony etap prac, wskaż go."
490
491 #~ msgid "Describe the reason for reverting."
492 #~ msgstr "Opisz powód przywrócenia."
493
494 #~ msgid "name"
495 #~ msgstr "nazwa"
496
497 #~ msgid "theme"
498 #~ msgstr "motyw"
499
500 #~ msgid "themes"
501 #~ msgstr "motywy"
502
503 #~ msgid "Tag added"
504 #~ msgstr "Dodano tag"
505
506 #~ msgid "Revision marked"
507 #~ msgstr "Wersja oznaczona"
508
509 #~ msgid "Old version"
510 #~ msgstr "Stara wersja"
511
512 #~ msgid "New version"
513 #~ msgstr "Nowa wersja"
514
515 #~ msgid "Click to open/close gallery"
516 #~ msgstr "Kliknij, aby (ro)zwinąć galerię"
517
518 #~ msgid "Help"
519 #~ msgstr "Pomoc"
520
521 #~ msgid "Version"
522 #~ msgstr "Wersja"
523
524 #~ msgid "Unknown"
525 #~ msgstr "nieznana"
526
527 #~ msgid "Save attempt in progress"
528 #~ msgstr "Trwa zapisywanie"
529
530 #~ msgid "There is a newer version of this document!"
531 #~ msgstr "Istnieje nowsza wersja tego dokumentu!"
532
533 #~ msgid "Clear filter"
534 #~ msgstr "Wyczyść filtr"
535
536 #~ msgid "Cancel"
537 #~ msgstr "Anuluj"
538
539 #~ msgid "Revert"
540 #~ msgstr "Przywróć"
541
542 #~ msgid "all"
543 #~ msgstr "wszystkie"
544
545 #~ msgid "Annotations"
546 #~ msgstr "Przypisy"
547
548 #~ msgid "Previous"
549 #~ msgstr "Poprzednie"
550
551 #~ msgid "Next"
552 #~ msgstr "Następne"
553
554 #~ msgid "Zoom in"
555 #~ msgstr "Powiększ"
556
557 #~ msgid "Zoom out"
558 #~ msgstr "Zmniejsz"
559
560 #~ msgid "Gallery"
561 #~ msgstr "Galeria"
562
563 #~ msgid "Compare versions"
564 #~ msgstr "Porównaj wersje"
565
566 #~ msgid "Revert document"
567 #~ msgstr "Przywróć wersję"
568
569 #~ msgid "View version"
570 #~ msgstr "Zobacz wersję"
571
572 #~ msgid "History"
573 #~ msgstr "Historia"
574
575 #~ msgid "Search"
576 #~ msgstr "Szukaj"
577
578 #~ msgid "Replace with"
579 #~ msgstr "Zamień na"
580
581 #~ msgid "Replace"
582 #~ msgstr "Zamień"
583
584 #~ msgid "Options"
585 #~ msgstr "Opcje"
586
587 #~ msgid "Case sensitive"
588 #~ msgstr "Rozróżniaj wielkość liter"
589
590 #~ msgid "From cursor"
591 #~ msgstr "Zacznij od kursora"
592
593 #~ msgid "Search and replace"
594 #~ msgstr "Znajdź i zamień"
595
596 #~ msgid "Source code"
597 #~ msgstr "Kod źródłowy"
598
599 #~ msgid "Title"
600 #~ msgstr "Tytuł"
601
602 #~ msgid "Document ID"
603 #~ msgstr "ID dokumentu"
604
605 #~ msgid "Current version"
606 #~ msgstr "Aktualna wersja"
607
608 #~ msgid "Last edited by"
609 #~ msgstr "Ostatnio edytowane przez"
610
611 #~ msgid "Link to gallery"
612 #~ msgstr "Link do galerii"
613
614 #~ msgid "Summary"
615 #~ msgstr "Podsumowanie"
616
617 #~ msgid "Insert theme"
618 #~ msgstr "Wstaw motyw"
619
620 #~ msgid "Insert annotation"
621 #~ msgstr "Wstaw przypis"
622
623 #~ msgid "Visual editor"
624 #~ msgstr "Edytor wizualny"
625
626 #~ msgid "Unassigned"
627 #~ msgstr "Nie przypisane"
628
629 #~ msgid "First correction"
630 #~ msgstr "Autokorekta"
631
632 #~ msgid "Tagging"
633 #~ msgstr "Tagowanie"
634
635 #~ msgid "Initial Proofreading"
636 #~ msgstr "Korekta"
637
638 #~ msgid "Annotation Proofreading"
639 #~ msgstr "Sprawdzenie przypisów źródła"
640
641 #~ msgid "Modernisation"
642 #~ msgstr "Uwspółcześnienie"
643
644 #~ msgid "Themes"
645 #~ msgstr "Motywy"
646
647 #~ msgid "Editor's Proofreading"
648 #~ msgstr "Ostateczna redakcja literacka"
649
650 #~ msgid "Technical Editor's Proofreading"
651 #~ msgstr "Ostateczna redakcja techniczna"
652
653 #~ msgid "Finished stage: %s"
654 #~ msgstr "Ukończony etap: %s"
655
656 #~ msgid "Refresh"
657 #~ msgstr "Odśwież"