X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/082959e2bac9f53965f8fcdf56bfeaf8fb2e48dc..e01dee1eda68946acf73e43f2c54b3c730514a21:/apps/catalogue/locale/pl/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/pl/LC_MESSAGES/django.po b/apps/catalogue/locale/pl/LC_MESSAGES/django.po index 93332139..65d9ba35 100644 --- a/apps/catalogue/locale/pl/LC_MESSAGES/django.po +++ b/apps/catalogue/locale/pl/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Platforma Redakcyjna\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-06 12:31+0200\n" -"PO-Revision-Date: 2011-10-06 12:31+0100\n" +"POT-Creation-Date: 2011-12-01 16:21+0100\n" +"PO-Revision-Date: 2011-12-01 16:23+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: Fundacja Nowoczesna Polska \n" "Language: pl\n" @@ -17,72 +17,108 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: forms.py:46 +#: forms.py:39 +msgid "Text file must be UTF-8 encoded." +msgstr "Plik powinien mieć kodowanie UTF-8." + +#: forms.py:42 +msgid "You must either enter text or upload a file" +msgstr "Proszę wpisać tekst albo wybrać plik do załadowania" + +#: forms.py:51 msgid "ZIP file" msgstr "Plik ZIP" -#: forms.py:47 +#: forms.py:52 msgid "Directories are documents in chunks" msgstr "Katalogi zawierają dokumenty w częściach" -#: forms.py:71 +#: forms.py:76 msgid "Assigned to" msgstr "Przypisane do" -#: forms.py:85 -#: forms.py:99 +#: forms.py:97 +#: forms.py:111 msgid "Chunk with this slug already exists" msgstr "Część z tym slugiem już istnieje" -#: forms.py:109 +#: forms.py:120 msgid "Append to" msgstr "Dołącz do" -#: views.py:137 +#: views.py:158 #, python-format msgid "Slug already used for %s" msgstr "Slug taki sam jak dla pliku %s" -#: views.py:139 +#: views.py:160 msgid "Slug already used in repository." msgstr "Dokument o tym slugu już istnieje w repozytorium." -#: views.py:145 +#: views.py:166 msgid "File should be UTF-8 encoded." msgstr "Plik powinien mieć kodowanie UTF-8." -#: models/book.py:20 -#: models/chunk.py:24 +#: models/book.py:23 +#: models/chunk.py:23 msgid "title" msgstr "tytuł" -#: models/book.py:21 -#: models/chunk.py:23 +#: models/book.py:24 +#: models/chunk.py:24 msgid "slug" msgstr "slug" -#: models/book.py:22 +#: models/book.py:25 +msgid "public" +msgstr "publiczna" + +#: models/book.py:26 msgid "scan gallery name" msgstr "nazwa galerii skanów" -#: models/book.py:25 +#: models/book.py:29 msgid "parent" msgstr "rodzic" -#: models/book.py:26 +#: models/book.py:30 msgid "parent number" msgstr "numeracja rodzica" -#: models/book.py:43 +#: models/book.py:45 #: models/chunk.py:21 #: models/publish_log.py:17 msgid "book" msgstr "książka" -#: models/book.py:44 +#: models/book.py:46 msgid "books" msgstr "książki" +#: models/book.py:221 +msgid "No chunks in the book." +msgstr "Książka nie ma części." + +#: models/book.py:225 +msgid "Not all chunks have publishable revisions." +msgstr "Niektóre części nie są gotowe do publikacji." + +#: models/book.py:234 +msgid "Invalid XML" +msgstr "Nieprawidłowy XML" + +#: models/book.py:236 +msgid "No Dublin Core found." +msgstr "Brak sekcji Dublin Core." + +#: models/book.py:238 +msgid "Invalid Dublin Core" +msgstr "Nieprawidłowy Dublin Core" + +#: models/book.py:241 +msgid "rdf:about is not" +msgstr "rdf:about jest różny od" + #: models/chunk.py:22 msgid "number" msgstr "numer" @@ -104,6 +140,7 @@ msgid "time" msgstr "czas" #: models/publish_log.py:19 +#: templates/catalogue/wall.html:18 msgid "user" msgstr "użytkownik" @@ -128,7 +165,12 @@ msgstr "zapis publikacji części" msgid "chunk publish records" msgstr "zapisy publikacji części" -#: templates/catalogue/base.html:9 +#: templates/catalogue/activity.html:10 +#: templatetags/catalogue.py:29 +msgid "Activity" +msgstr "Aktywność" + +#: templates/catalogue/base.html:8 msgid "Platforma Redakcyjna" msgstr "Platforma Redakcyjna" @@ -136,80 +178,107 @@ msgstr "Platforma Redakcyjna" msgid "Append book" msgstr "Dołącz książkę" -#: templates/catalogue/book_detail.html:6 -#: templates/catalogue/book_detail.html:46 -msgid "edit" -msgstr "edytuj" - -#: templates/catalogue/book_detail.html:16 -msgid "add basic document structure" -msgstr "dodaj podstawową strukturę dokumentu" - -#: templates/catalogue/book_detail.html:20 -msgid "change master tag to" -msgstr "zmień tak master na" - -#: templates/catalogue/book_detail.html:24 -msgid "add begin trimming tag" -msgstr "dodaj początkowy ogranicznik" - -#: templates/catalogue/book_detail.html:28 -msgid "add end trimming tag" -msgstr "dodaj końcowy ogranicznik" +#: templates/catalogue/book_detail.html:14 +#: templates/catalogue/book_edit.html:9 +#: templates/catalogue/chunk_edit.html:13 +msgid "Save" +msgstr "Zapisz" -#: templates/catalogue/book_detail.html:34 -msgid "unstructured text" -msgstr "tekst bez struktury" +#: templates/catalogue/book_detail.html:21 +msgid "Append to other book" +msgstr "Dołącz do innej książki" -#: templates/catalogue/book_detail.html:38 -msgid "unknown XML" -msgstr "nieznany XML" +#: templates/catalogue/book_detail.html:27 +msgid "Chunks" +msgstr "Części" #: templates/catalogue/book_detail.html:42 -msgid "broken document" -msgstr "uszkodzony dokument" - -#: templates/catalogue/book_detail.html:61 -msgid "Apply fixes" -msgstr "Wykonaj zmiany" - -#: templates/catalogue/book_detail.html:67 -msgid "Append to other book" -msgstr "Dołącz do innej książki" +#: templatetags/wall.py:78 +msgid "Publication" +msgstr "Publikacja" -#: templates/catalogue/book_detail.html:69 +#: templates/catalogue/book_detail.html:44 msgid "Last published" msgstr "Ostatnio opublikowano" -#: templates/catalogue/book_detail.html:73 +#: templates/catalogue/book_detail.html:54 msgid "Full XML" msgstr "Pełny XML" -#: templates/catalogue/book_detail.html:74 +#: templates/catalogue/book_detail.html:55 msgid "HTML version" msgstr "Wersja HTML" -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:56 msgid "TXT version" msgstr "Wersja TXT" -#: templates/catalogue/book_detail.html:83 -#: templates/catalogue/book_detail.html:100 -msgid "This book cannot be published yet" -msgstr "Ta książka nie może jeszcze zostać opublikowana" +#: templates/catalogue/book_detail.html:57 +msgid "PDF version" +msgstr "Wersja PDF" -#: templates/catalogue/book_edit.html:9 -#: templates/catalogue/chunk_edit.html:9 -msgid "Save" -msgstr "Zapisz" +#: templates/catalogue/book_detail.html:58 +msgid "EPUB version" +msgstr "Wersja EPUB" + +#: templates/catalogue/book_detail.html:71 +msgid "Publish" +msgstr "Opublikuj" + +#: templates/catalogue/book_detail.html:75 +msgid "Log in to publish." +msgstr "Zaloguj się, aby opublikować." + +#: templates/catalogue/book_detail.html:78 +msgid "This book can't be published yet, because:" +msgstr "Ta książka nie może jeszcze zostać opublikowana. Powód:" + +#: templates/catalogue/book_detail.html:87 +msgid "Comments" +msgstr "Komentarze" + +#: templates/catalogue/book_html.html:13 +msgid "Table of contents" +msgstr "Spis treści" + +#: templates/catalogue/book_html.html:14 +msgid "Edit. note" +msgstr "Nota red." + +#: templates/catalogue/book_html.html:15 +msgid "Infobox" +msgstr "Informacje" -#: templates/catalogue/chunk_add.html:9 +#: templates/catalogue/chunk_add.html:5 +#: templates/catalogue/chunk_edit.html:19 +msgid "Split chunk" +msgstr "Podziel część" + +#: templates/catalogue/chunk_add.html:10 +msgid "Insert empty chunk after" +msgstr "Wstaw pustą część po" + +#: templates/catalogue/chunk_add.html:13 msgid "Add chunk" msgstr "Dodaj część" -#: templates/catalogue/document_create_missing.html:9 -msgid "Create document" -msgstr "Utwórz dokument" +#: templates/catalogue/chunk_edit.html:6 +#: templates/catalogue/book_list/book.html:7 +#: templates/catalogue/book_list/chunk.html:5 +msgid "Chunk settings" +msgstr "Ustawienia części" + +#: templates/catalogue/chunk_edit.html:11 +msgid "Book" +msgstr "Książka" + +#: templates/catalogue/document_create_missing.html:5 +msgid "Create a new book" +msgstr "Utwórz nową książkę" + +#: templates/catalogue/document_create_missing.html:11 +msgid "Create book" +msgstr "Utwórz książkę" #: templates/catalogue/document_upload.html:8 msgid "Bulk documents upload" @@ -220,7 +289,8 @@ msgid "Please submit a ZIP with UTF-8 encoded XML files. Files not ending with < msgstr "Proszę wskazać archiwum ZIP z plikami XML w kodowaniu UTF-8. Pliki nie kończące się na .xml zostaną zignorowane." #: templates/catalogue/document_upload.html:17 -#: templatetags/catalogue.py:34 +#: templates/catalogue/upload_pdf.html:13 +#: templatetags/catalogue.py:35 msgid "Upload" msgstr "Załaduj" @@ -261,21 +331,28 @@ msgstr "Twoje ostatnie edycje" msgid "Recent activity for" msgstr "Ostatnia aktywność dla:" +#: templates/catalogue/upload_pdf.html:8 +msgid "PDF file upload" +msgstr "" + #: templates/catalogue/user_list.html:7 -#: templatetags/catalogue.py:32 +#: templatetags/catalogue.py:31 msgid "Users" msgstr "Użytkownicy" +#: templates/catalogue/wall.html:28 +msgid "not logged in" +msgstr "nie zalogowany" + +#: templates/catalogue/wall.html:33 +msgid "No activity recorded." +msgstr "Nie zanotowano aktywności." + #: templates/catalogue/book_list/book.html:6 #: templates/catalogue/book_list/book.html:25 msgid "Book settings" msgstr "Ustawienia książki" -#: templates/catalogue/book_list/book.html:7 -#: templates/catalogue/book_list/chunk.html:5 -msgid "Chunk settings" -msgstr "Ustawienia części" - #: templates/catalogue/book_list/book_list.html:19 msgid "Show hidden books" msgstr "Pokaż ukryte książki" @@ -313,68 +390,83 @@ msgstr[2] "%(c)s książek" msgid "No books found." msgstr "Nie znaleziono książek." -#: templatetags/book_list.py:81 +#: templatetags/book_list.py:84 msgid "publishable" msgstr "do publikacji" -#: templatetags/book_list.py:82 +#: templatetags/book_list.py:85 msgid "changed" msgstr "zmienione" -#: templatetags/book_list.py:83 +#: templatetags/book_list.py:86 msgid "published" msgstr "opublikowane" -#: templatetags/book_list.py:84 +#: templatetags/book_list.py:87 msgid "unpublished" msgstr "nie opublikowane" -#: templatetags/book_list.py:85 +#: templatetags/book_list.py:88 msgid "empty" msgstr "puste" -#: templatetags/catalogue.py:28 +#: templatetags/catalogue.py:27 msgid "My page" msgstr "Moja strona" #: templatetags/catalogue.py:30 -msgid "Activity" -msgstr "Aktywność" - -#: templatetags/catalogue.py:31 msgid "All" msgstr "Wszystkie" -#: templatetags/catalogue.py:33 +#: templatetags/catalogue.py:34 msgid "Add" msgstr "Dodaj" -#: templatetags/catalogue.py:37 -msgid "Admin" -msgstr "Administracja" - -#: templatetags/wall.py:43 +#: templatetags/wall.py:49 msgid "Related edit" msgstr "Powiązana zmiana" -#: templatetags/wall.py:45 +#: templatetags/wall.py:51 msgid "Edit" msgstr "Zmiana" -#: templatetags/wall.py:67 -msgid "Publication" -msgstr "Publikacja" - -#: templatetags/wall.py:84 +#: templatetags/wall.py:99 msgid "Comment" msgstr "Komentarz" +#~ msgid "Admin" +#~ msgstr "Administracja" + +#~ msgid "edit" +#~ msgstr "edytuj" + +#~ msgid "add basic document structure" +#~ msgstr "dodaj podstawową strukturę dokumentu" + +#~ msgid "change master tag to" +#~ msgstr "zmień tak master na" + +#~ msgid "add begin trimming tag" +#~ msgstr "dodaj początkowy ogranicznik" + +#~ msgid "add end trimming tag" +#~ msgstr "dodaj końcowy ogranicznik" + +#~ msgid "unstructured text" +#~ msgstr "tekst bez struktury" + +#~ msgid "unknown XML" +#~ msgstr "nieznany XML" + +#~ msgid "broken document" +#~ msgstr "uszkodzony dokument" + +#~ msgid "Apply fixes" +#~ msgstr "Wykonaj zmiany" + #~ msgid "Can mark for publishing" #~ msgstr "Oznacza do publikacji" -#~ msgid "Publish" -#~ msgstr "Opublikuj" - #~ msgid "Author" #~ msgstr "Autor" @@ -414,12 +506,6 @@ msgstr "Komentarz" #~ msgid "Revision marked" #~ msgstr "Wersja oznaczona" -#~ msgid "EPUB version" -#~ msgstr "Wersja EPUB" - -#~ msgid "PDF version" -#~ msgstr "Wersja PDF" - #~ msgid "Old version" #~ msgstr "Stara wersja" @@ -569,6 +655,3 @@ msgstr "Komentarz" #~ msgid "Refresh" #~ msgstr "Odśwież" - -#~ msgid "Insert special character" -#~ msgstr "Wstaw znak specjalny"