locale
[redakcja.git] / apps / catalogue / locale / pl / LC_MESSAGES / django.po
index d7566e3..99241c4 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Platforma Redakcyjna\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-03 15:56+0200\n"
-"PO-Revision-Date: 2011-10-03 15:56+0100\n"
+"POT-Creation-Date: 2011-12-21 12:44+0100\n"
+"PO-Revision-Date: 2011-12-21 12:45+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org.pl>\n"
 "Language: pl\n"
@@ -17,89 +17,154 @@ 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:85
-#: forms.py:99
+#: forms.py:76
+#: forms.py:164
+msgid "Assigned to"
+msgstr "Przypisane do"
+
+#: 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:165
 #, python-format
 msgid "Slug already used for %s"
 msgstr "Slug taki sam jak dla pliku %s"
 
-#: views.py:139
+#: views.py:167
 msgid "Slug already used in repository."
 msgstr "Dokument o tym slugu już istnieje w repozytorium."
 
-#: views.py:145
+#: views.py:173
 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:21
+#: models/chunk.py:23
+#: models/image.py:21
 msgid "title"
 msgstr "tytuł"
 
-#: models/book.py:21
-#: models/chunk.py:23
+#: models/book.py:22
+#: models/chunk.py:24
+#: models/image.py:22
 msgid "slug"
 msgstr "slug"
 
-#: models/book.py:22
+#: models/book.py:23
+#: models/image.py:23
+msgid "public"
+msgstr "publiczna"
+
+#: models/book.py:24
 msgid "scan gallery name"
 msgstr "nazwa galerii skanów"
 
-#: models/book.py:25
+#: models/book.py:27
 msgid "parent"
 msgstr "rodzic"
 
-#: models/book.py:26
+#: models/book.py:28
 msgid "parent number"
 msgstr "numeracja rodzica"
 
-#: models/book.py:43
+#: models/book.py:44
 #: models/chunk.py:21
 #: models/publish_log.py:17
 msgid "book"
 msgstr "książka"
 
-#: models/book.py:44
+#: models/book.py:45
 msgid "books"
 msgstr "książki"
 
-#: models/book.py:45
-msgid "Can mark for publishing"
-msgstr "Oznacza do publikacji"
+#: models/book.py:220
+msgid "No chunks in the book."
+msgstr "Książka nie ma części."
+
+#: models/book.py:224
+msgid "Not all chunks have publishable revisions."
+msgstr "Niektóre części nie są gotowe do publikacji."
+
+#: models/book.py:233
+#: models/image.py:80
+msgid "Invalid XML"
+msgstr "Nieprawidłowy XML"
+
+#: models/book.py:235
+#: models/image.py:82
+msgid "No Dublin Core found."
+msgstr "Brak sekcji Dublin Core."
+
+#: models/book.py:237
+#: models/image.py:84
+msgid "Invalid Dublin Core"
+msgstr "Nieprawidłowy Dublin Core"
+
+#: models/book.py:240
+#: models/image.py:88
+msgid "rdf:about is not"
+msgstr "rdf:about jest różny od"
 
 #: models/chunk.py:22
 msgid "number"
 msgstr "numer"
 
-#: models/chunk.py:39
+#: models/chunk.py:25
+msgid "gallery start"
+msgstr "początek galerii"
+
+#: models/chunk.py:40
 msgid "chunk"
 msgstr "część"
 
-#: models/chunk.py:40
+#: models/chunk.py:41
 msgid "chunks"
 msgstr "części"
 
+#: models/image.py:20
+#: models/image.py:34
+#: models/publish_log.py:45
+msgid "image"
+msgstr "obraz"
+
+#: models/image.py:35
+msgid "images"
+msgstr "obrazy"
+
+#: models/image.py:73
+msgid "There is no publishable revision"
+msgstr "Żadna wersja nie została oznaczona do publikacji."
+
 #: models/publish_log.py:18
+#: models/publish_log.py:46
 msgid "time"
 msgstr "czas"
 
 #: models/publish_log.py:19
+#: models/publish_log.py:47
+#: templates/catalogue/wall.html:18
 msgid "user"
 msgstr "użytkownik"
 
@@ -113,6 +178,7 @@ msgid "book publish records"
 msgstr "zapisy publikacji książek"
 
 #: models/publish_log.py:34
+#: models/publish_log.py:48
 msgid "change"
 msgstr "zmiana"
 
@@ -124,7 +190,20 @@ msgstr "zapis publikacji części"
 msgid "chunk publish records"
 msgstr "zapisy publikacji części"
 
-#: templates/catalogue/base.html:9
+#: models/publish_log.py:53
+msgid "image publish record"
+msgstr "zapis publikacji obrazu"
+
+#: models/publish_log.py:54
+msgid "image publish records"
+msgstr "zapisy publikacji obrazów"
+
+#: templates/catalogue/activity.html:10
+#: templatetags/catalogue.py:29
+msgid "Activity"
+msgstr "Aktywność"
+
+#: templates/catalogue/base.html:8
 msgid "Platforma Redakcyjna"
 msgstr "Platforma Redakcyjna"
 
@@ -132,83 +211,114 @@ 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
+#: templates/catalogue/image_detail.html:14
+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"
+#: templates/catalogue/image_detail.html:32
+#: templatetags/wall.py:78
+msgid "Publication"
+msgstr "Publikacja"
 
-#: templates/catalogue/book_detail.html:69
+#: templates/catalogue/book_detail.html:44
+#: templates/catalogue/image_detail.html:34
 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:92
-msgid "Publish"
-msgstr "Opublikuj"
+#: templates/catalogue/book_detail.html:57
+msgid "PDF version"
+msgstr "Wersja PDF"
 
-#: templates/catalogue/book_detail.html:96
-msgid "This book cannot be published yet"
-msgstr "Ta książka nie może jeszcze zostać opublikowana"
+#: templates/catalogue/book_detail.html:58
+msgid "EPUB version"
+msgstr "Wersja EPUB"
 
-#: templates/catalogue/book_edit.html:9
-#: templates/catalogue/chunk_edit.html:9
-msgid "Save"
-msgstr "Zapisz"
+#: templates/catalogue/book_detail.html:71
+#: templates/catalogue/image_detail.html:53
+msgid "Publish"
+msgstr "Opublikuj"
 
-#: templates/catalogue/chunk_add.html:9
+#: templates/catalogue/book_detail.html:75
+#: templates/catalogue/image_detail.html:57
+msgid "Log in to publish."
+msgstr "Zaloguj się, aby opublikować."
+
+#: templates/catalogue/book_detail.html:78
+#: templates/catalogue/image_detail.html:60
+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
+#: templates/catalogue/image_detail.html:68
+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: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"
@@ -219,7 +329,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 <code>.xml</code> zostaną zignorowane."
 
 #: templates/catalogue/document_upload.html:17
-#: templatetags/catalogue.py:34
+#: templates/catalogue/upload_pdf.html:13
+#: templatetags/catalogue.py:36
 msgid "Upload"
 msgstr "Załaduj"
 
@@ -251,55 +362,92 @@ msgstr "Pominięte pliki"
 msgid "Files skipped due to no <code>.xml</code> extension"
 msgstr "Pliki pominięte z powodu braku rozszerzenia <code>.xml</code>."
 
-#: templates/catalogue/my_page.html:13
-msgid "Your last edited documents"
-msgstr "Twoje ostatnie edycje"
-
-#: templates/catalogue/my_page.html:22
-#: templates/catalogue/user_page.html:13
-msgid "Recent activity for"
-msgstr "Ostatnia aktywność dla:"
-
-#: templates/catalogue/user_list.html:7
-#: templatetags/catalogue.py:32
-msgid "Users"
-msgstr "Użytkownicy"
-
-#: templates/catalogue/book_list/book.html:6
-#: templates/catalogue/book_list/book.html:25
-msgid "Book settings"
-msgstr "Ustawienia książki"
+#: templates/catalogue/image_detail.html:22
+msgid "Editor"
+msgstr "Edytor"
 
-#: templates/catalogue/book_list/book.html:7
-#: templates/catalogue/book_list/chunk.html:5
-msgid "Chunk settings"
-msgstr "Ustawienia części"
+#: templates/catalogue/image_detail.html:24
+msgid "Proceed to the editor."
+msgstr "Przejdź do edytora."
 
-#: templates/catalogue/book_list/book_list.html:19
-msgid "Show hidden books"
-msgstr "Pokaż ukryte książki"
+#: templates/catalogue/image_short.html:4
+msgid "Image settings"
+msgstr "Ustawienia obrazu"
 
+#: templates/catalogue/image_table.html:19
 #: templates/catalogue/book_list/book_list.html:24
 msgid "Search in book titles"
 msgstr "Szukaj w tytułach książek"
 
+#: templates/catalogue/image_table.html:24
 #: templates/catalogue/book_list/book_list.html:29
 msgid "stage"
 msgstr "etap"
 
+#: templates/catalogue/image_table.html:26
+#: templates/catalogue/image_table.html:37
 #: templates/catalogue/book_list/book_list.html:31
 #: templates/catalogue/book_list/book_list.html:42
 msgid "none"
 msgstr "brak"
 
+#: templates/catalogue/image_table.html:35
 #: templates/catalogue/book_list/book_list.html:40
 msgid "editor"
 msgstr "redaktor"
 
+#: templates/catalogue/image_table.html:46
 #: templates/catalogue/book_list/book_list.html:51
 msgid "status"
 msgstr "status"
 
+#: templates/catalogue/image_table.html:63
+#, python-format
+msgid "%(c)s image"
+msgid_plural "%(c)s images"
+msgstr[0] "%(c)s obraz"
+msgstr[1] "%(c)s obrazy"
+msgstr[2] "%(c)s obrazów"
+
+#: templates/catalogue/image_table.html:68
+msgid "No images found."
+msgstr "Nie znaleziono obrazów."
+
+#: templates/catalogue/my_page.html:13
+msgid "Your last edited documents"
+msgstr "Twoje ostatnie edycje"
+
+#: templates/catalogue/my_page.html:22
+#: templates/catalogue/user_page.html:13
+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
+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_list.html:19
+msgid "Show hidden books"
+msgstr "Pokaż ukryte książki"
+
 #: templates/catalogue/book_list/book_list.html:75
 #, python-format
 msgid "%(c)s book"
@@ -312,62 +460,92 @@ 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
+#: templatetags/book_list.py:145
 msgid "publishable"
 msgstr "do publikacji"
 
-#: templatetags/book_list.py:82
+#: templatetags/book_list.py:85
+#: templatetags/book_list.py:146
 msgid "changed"
 msgstr "zmienione"
 
-#: templatetags/book_list.py:83
+#: templatetags/book_list.py:86
+#: templatetags/book_list.py:147
 msgid "published"
 msgstr "opublikowane"
 
-#: templatetags/book_list.py:84
+#: templatetags/book_list.py:87
+#: templatetags/book_list.py:148
 msgid "unpublished"
 msgstr "nie opublikowane"
 
-#: templatetags/book_list.py:85
+#: templatetags/book_list.py:88
+#: templatetags/book_list.py:149
 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:31
+msgid "Images"
+msgstr "Obrazy"
+
+#: templatetags/catalogue.py:35
 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 "Author"
 #~ msgstr "Autor"
 
@@ -407,12 +585,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"
 
@@ -530,9 +702,6 @@ msgstr "Komentarz"
 #~ msgid "Visual editor"
 #~ msgstr "Edytor wizualny"
 
-#~ msgid "Assigned to me"
-#~ msgstr "Przypisane do mnie"
-
 #~ msgid "Unassigned"
 #~ msgstr "Nie przypisane"
 
@@ -565,6 +734,3 @@ msgstr "Komentarz"
 
 #~ msgid "Refresh"
 #~ msgstr "Odśwież"
-
-#~ msgid "Insert special character"
-#~ msgstr "Wstaw znak specjalny"