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