X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..9574b970bdd6e28fc6178b736e8e17dfca15fd4e:/src/catalogue/locale/uk/LC_MESSAGES/django.po diff --git a/src/catalogue/locale/uk/LC_MESSAGES/django.po b/src/catalogue/locale/uk/LC_MESSAGES/django.po index 6424340b4..629ca15e2 100644 --- a/src/catalogue/locale/uk/LC_MESSAGES/django.po +++ b/src/catalogue/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,6 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-16 09:19+0100\n" "PO-Revision-Date: 2013-04-09 10:40+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: LANGUAGE \n" @@ -16,297 +15,490 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: constants.py:10 +#: catalogue/constants.py:9 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported" msgstr "" -#: forms.py:27 +#: catalogue/constants.py:13 +msgid "Free Art License 1.3" +msgstr "" + +#: catalogue/constants.py:58 +#, fuzzy +#| msgid "author" +msgid "authors" +msgstr "автор" + +#: catalogue/constants.py:59 +#, fuzzy +#| msgid "epoch" +msgid "epochs" +msgstr "епоха" + +#: catalogue/constants.py:60 +#, fuzzy +#| msgid "kind" +msgid "kinds" +msgstr "рід" + +#: catalogue/constants.py:61 +#, fuzzy +#| msgid "genre" +msgid "genres" +msgstr "жанр" + +#: catalogue/constants.py:62 +#, fuzzy +#| msgid "theme" +msgid "themes" +msgstr "тема" + +#: catalogue/constants.py:63 +msgid "sets" +msgstr "" + +#: catalogue/constants.py:64 +msgid "things" +msgstr "" + +#: catalogue/constants.py:68 +#, fuzzy +#| msgid "author" +msgid "All authors" +msgstr "автор" + +#: catalogue/constants.py:69 +#, fuzzy +#| msgid "epoch" +msgid "All epochs" +msgstr "епоха" + +#: catalogue/constants.py:70 +#, fuzzy +#| msgid "kind" +msgid "All kinds" +msgstr "рід" + +#: catalogue/constants.py:71 +#, fuzzy +#| msgid "genre" +msgid "All genres" +msgstr "жанр" + +#: catalogue/constants.py:72 +#, fuzzy +#| msgid "theme" +msgid "All themes" +msgstr "тема" + +#: catalogue/constants.py:73 +#, fuzzy +#| msgid "collections" +msgid "All sets" +msgstr "колекції" + +#: catalogue/constants.py:74 +#, fuzzy +#| msgid "collections" +msgid "All things" +msgstr "колекції" + +#: catalogue/forms.py:28 msgid "Please supply an XML." msgstr "Введіть будь ласка XML." -#: forms.py:46 +#: catalogue/forms.py:48 msgid "Don't show footnotes" msgstr "Сховати примітки" -#: forms.py:47 +#: catalogue/forms.py:49 msgid "Don't disply themes" msgstr "Сховати теми" -#: forms.py:48 +#: catalogue/forms.py:50 msgid "Don't use our custom font" msgstr "Не використовувати нашого настроюваного шрифту" -#: forms.py:49 +#: catalogue/forms.py:51 msgid "Without cover" msgstr "" -#: forms.py:52 +#: catalogue/forms.py:52 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "Зміст" + +#: catalogue/forms.py:55 msgid "Leading" msgstr "Leading" -#: forms.py:53 +#: catalogue/forms.py:56 msgid "Normal leading" msgstr "Normal leading" -#: forms.py:54 +#: catalogue/forms.py:57 msgid "One and a half leading" msgstr "One and a half leading" -#: forms.py:55 +#: catalogue/forms.py:58 msgid "Double leading" msgstr "Double leading" -#: forms.py:57 +#: catalogue/forms.py:60 msgid "Font size" msgstr "Розмір шрифту" -#: forms.py:58 +#: catalogue/forms.py:61 msgid "Default" msgstr "За умовчанням" -#: forms.py:59 +#: catalogue/forms.py:62 msgid "Big" msgstr "Великий" -#: forms.py:82 -msgid "Queue is full. Please try again later." +#: catalogue/forms.py:63 +msgid "Bigger" msgstr "" -#: views.py:585 -#, python-format -msgid "" -"An error occurred: %(exception)s\n" -"\n" -"%(tb)s" +#: catalogue/forms.py:85 +msgid "Queue is full. Please try again later." msgstr "" -"Система виявила помилку %(exception)s\n" -"\n" -"%(tb)s" - -#: views.py:586 -msgid "Book imported successfully" -msgstr "Книжку успішно завантажено" - -#: views.py:588 -#, python-format -msgid "Error importing file: %r" -msgstr "Помилка в завантаженні файла: %r" - -#: views.py:620 -msgid "Download custom PDF" -msgstr "Завантажити настроюваний PDF" - -#: views.py:621 templates/catalogue/book_short.html:92 -#: templates/catalogue/book_text.html:27 templates/catalogue/book_wide.html:63 -msgid "Download" -msgstr "Завантажити" -#: models/book.py:28 models/collection.py:11 +#: catalogue/models/book.py:57 catalogue/models/collection.py:14 msgid "title" msgstr "заголовок" -#: models/book.py:29 models/tag.py:34 +#: catalogue/models/book.py:58 catalogue/models/tag.py:58 msgid "sort key" msgstr "ключ сортування" -#: models/book.py:30 models/book.py:32 models/collection.py:12 -#: models/collection.py:15 models/tag.py:33 +#: catalogue/models/book.py:60 +#, fuzzy +#| msgid "Results by authors" +msgid "sort key by author" +msgstr "Результати за авторами" + +#: catalogue/models/book.py:61 catalogue/models/book.py:62 +#: catalogue/models/collection.py:15 catalogue/models/tag.py:57 msgid "slug" msgstr "slug" -#: models/book.py:33 +#: catalogue/models/book.py:63 msgid "language code" msgstr "мовний код" -#: models/book.py:35 models/book.py:146 models/collection.py:13 -#: models/tag.py:37 models/tag.py:94 +#: catalogue/models/book.py:64 catalogue/models/book.py:391 +#: catalogue/models/collection.py:16 catalogue/models/tag.py:61 +#: catalogue/models/tag.py:135 msgid "description" msgstr "опис" -#: models/book.py:36 models/book.py:37 models/bookmedia.py:29 models/tag.py:46 -#: models/tag.py:47 +#: catalogue/models/book.py:65 +msgid "abstract" +msgstr "" + +#: catalogue/models/book.py:66 catalogue/models/bookmedia.py:40 +#: catalogue/models/tag.py:71 catalogue/models/tag.py:72 msgid "creation date" msgstr "дата створення" -#: models/book.py:38 +#: catalogue/models/book.py:67 +#, fuzzy +#| msgid "creation date" +msgid "change date" +msgstr "дата створення" + +#: catalogue/models/book.py:68 msgid "parent number" msgstr "номер батька" -#: models/book.py:39 models/bookmedia.py:30 +#: catalogue/models/book.py:69 catalogue/models/bookmedia.py:41 msgid "extra information" msgstr "додаткова інформація" -#: models/book.py:44 +#: catalogue/models/book.py:72 +msgid "print on demand" +msgstr "" + +#: catalogue/models/book.py:73 catalogue/models/collection.py:22 +msgid "recommended" +msgstr "" + +#: catalogue/models/book.py:74 +msgid "audio length" +msgstr "" + +#: catalogue/models/book.py:75 +msgid "preview" +msgstr "" + +#: catalogue/models/book.py:76 +msgid "preview until" +msgstr "" + +#: catalogue/models/book.py:78 +msgid "findable" +msgstr "" + +#: catalogue/models/book.py:82 msgid "cover" msgstr "обкладинка" -#: models/book.py:66 models/collection.py:18 models/tag.py:22 +#: catalogue/models/book.py:89 +msgid "cover thumbnail" +msgstr "" + +#: catalogue/models/book.py:95 +msgid "cover thumbnail for mobile app" +msgstr "" + +#: catalogue/models/book.py:101 +msgid "cover for mobile app" +msgstr "" + +#: catalogue/models/book.py:107 +msgid "cover for Ebookpoint" +msgstr "" + +#: catalogue/models/book.py:136 catalogue/models/collection.py:19 msgid "book" msgstr "книжка" -#: models/book.py:67 +#: catalogue/models/book.py:137 msgid "books" msgstr "книжки" -#: models/book.py:244 +#: catalogue/models/book.py:538 #, python-format msgid "Book \"%s\" does not exist." msgstr "Книжка \"%s\" не існує." -#: models/book.py:258 +#: catalogue/models/book.py:554 #, python-format msgid "Book %s already exists" msgstr "Книжка %s вже існує" -#: models/book.py:599 models/bookmedia.py:23 +#: catalogue/models/book.py:853 +msgid "This work needs modernisation" +msgstr "" + +#: catalogue/models/book.py:932 catalogue/models/bookmedia.py:33 #, python-format msgid "%s file" msgstr "файл %s" -#: models/bookmedia.py:26 +#: catalogue/models/bookmedia.py:35 msgid "type" msgstr "тип" -#: models/bookmedia.py:27 models/tag.py:32 +#: catalogue/models/bookmedia.py:36 catalogue/models/source.py:11 +#: catalogue/models/tag.py:56 msgid "name" msgstr "назва" -#: models/bookmedia.py:28 +#: catalogue/models/bookmedia.py:37 +#, fuzzy +#| msgid "name" +msgid "part name" +msgstr "назва" + +#: catalogue/models/bookmedia.py:38 +msgid "index" +msgstr "" + +#: catalogue/models/bookmedia.py:39 msgid "file" msgstr "файл" -#: models/bookmedia.py:39 models/bookmedia.py:40 +#: catalogue/models/bookmedia.py:50 catalogue/models/bookmedia.py:51 msgid "book media" msgstr "book media" -#: models/collection.py:16 +#: catalogue/models/collection.py:17 msgid "book slugs" msgstr "slugs книжок" -#: models/collection.py:18 models/tag.py:18 +#: catalogue/models/collection.py:18 catalogue/models/tag.py:23 msgid "kind" msgstr "рід" -#: models/collection.py:22 +#: catalogue/models/collection.py:19 +msgid "picture" +msgstr "" + +#: catalogue/models/collection.py:27 msgid "collection" msgstr "колекція" -#: models/collection.py:23 +#: catalogue/models/collection.py:28 msgid "collections" msgstr "колекції" -#: models/fragment.py:32 +#: catalogue/models/fragment.py:28 msgid "fragment" msgstr "фрагмент" -#: models/fragment.py:33 +#: catalogue/models/fragment.py:29 msgid "fragments" msgstr "фрагменти" -#: models/tag.py:16 +#: catalogue/models/source.py:10 +#, fuzzy +#| msgid "extra information" +msgid "network location" +msgstr "додаткова інформація" + +#: catalogue/models/source.py:15 +#, fuzzy +#| msgid "Source" +msgid "source" +msgstr "Джерело" + +#: catalogue/models/source.py:16 +#, fuzzy +#| msgid "Source" +msgid "sources" +msgstr "Джерело" + +#: catalogue/models/tag.py:21 msgid "author" msgstr "автор" -#: models/tag.py:17 +#: catalogue/models/tag.py:22 msgid "epoch" msgstr "епоха" -#: models/tag.py:19 +#: catalogue/models/tag.py:24 msgid "genre" msgstr "жанр" -#: models/tag.py:20 +#: catalogue/models/tag.py:25 msgid "theme" msgstr "тема" -#: models/tag.py:21 +#: catalogue/models/tag.py:26 msgid "set" msgstr "вибір" -#: models/tag.py:23 +#: catalogue/models/tag.py:27 msgid "thing" msgstr "" -#: models/tag.py:35 -msgid "category" -msgstr "категорія" +#: catalogue/models/tag.py:33 catalogue/models/tag.py:97 +msgid "tag" +msgstr "теґ" -#: models/tag.py:40 -msgid "book count" -msgstr "кількість книжок" +#: catalogue/models/tag.py:34 +msgid "content type" +msgstr "тип змісту" -#: models/tag.py:41 -msgid "picture count" -msgstr "" +#: catalogue/models/tag.py:35 +msgid "object id" +msgstr "ІД об'єкту" -#: models/tag.py:65 -msgid "tag" -msgstr "теґ" +#: catalogue/models/tag.py:60 +msgid "category" +msgstr "категорія" -#: models/tag.py:66 +#: catalogue/models/tag.py:98 msgid "tags" msgstr "теґи" -#: models/tag.py:83 -msgid "" -"Book tags can't have attached links. Set them directly on the book instead " -"of it's tag." +#: catalogue/templates/catalogue/book_detail.html:24 +#: catalogue/templates/catalogue/book_text.html:34 +#, fuzzy +#| msgid "Other resources" +msgid "Other versions" +msgstr "Інші ресурси" + +#: catalogue/templates/catalogue/book_detail.html:34 +msgid "See also" +msgstr "Дивіться також" + +#: catalogue/templates/catalogue/book_detail.html:41 +#: catalogue/templates/catalogue/book_text.html:47 +#: catalogue/templates/catalogue/book_text.html:66 +#: catalogue/templates/catalogue/tagged_object_list.html:20 +msgid "Themes" +msgstr "Теми" + +#: catalogue/templates/catalogue/book_detail.html:47 +msgid "Information about the work" msgstr "" -#: templates/catalogue/audiobook_list.html:7 -#: templates/catalogue/audiobook_list.html:16 -msgid "Listing of all audiobooks" -msgstr "Список усіх аудіокниг" +#: catalogue/templates/catalogue/book_detail.html:62 +#: catalogue/templates/catalogue/book_detail.html:68 +msgid "Source" +msgstr "Джерело" -#: templates/catalogue/audiobook_list.html:12 -msgid "Latest MP3 audiobooks" -msgstr "Останні аудіокниги MP3" +#: catalogue/templates/catalogue/book_detail.html:62 +#: catalogue/templates/catalogue/book_detail.html:68 +msgid "of the book" +msgstr "книжки" -#: templates/catalogue/audiobook_list.html:13 -msgid "Latest Ogg Vorbis audiobooks" -msgstr "Останні аудіокниги Ogg Vorbis" +#: catalogue/templates/catalogue/book_detail.html:63 +#: catalogue/templates/catalogue/book_detail.html:69 +#, fuzzy +#| msgid "kind" +msgid "in" +msgstr "рід" -#: templates/catalogue/audiobook_list.html:19 -msgid "" -"Audioteka lektur szkolnych fundacji Nowoczesna Polska.\n" -"Możecie z niej korzystać bezpłatnie i bez ograniczeń.\n" -"Audiobooki nagrywają znani aktorzy, wśród nich Danuta Stenka i Jan Peszek." -msgstr "" -"Аудіотека шкільної літератури Фонду Сучасна Польща (Fundacja Nowoczesna " -"Polska).\n" -"Можна нею користуватися безкоштовно і без обмежень.\n" -"Аудіокниги зачитують відомі актори, серед яких Данута Стенка та Ян Пешек." - -#: templates/catalogue/book_detail.html:20 -#: templates/catalogue/tagged_object_list.html:74 -#: templates/catalogue/tagged_object_list.html:109 -msgid "See also" -msgstr "Дивіться також" +#: catalogue/templates/catalogue/book_detail.html:74 +msgid "Source XML file" +msgstr "Файл джерела XML" + +#: catalogue/templates/catalogue/book_detail.html:78 +msgid "Book on" +msgstr "Книжка на" + +#: catalogue/templates/catalogue/book_detail.html:78 +msgid "Editor's Platform" +msgstr "Платформа редагування" + +#: catalogue/templates/catalogue/book_detail.html:83 +msgid "Book description on Wikipedia" +msgstr "Опис книжки на Вікіпедії" + +#: catalogue/templates/catalogue/book_detail.html:87 +msgid "Mix this book" +msgstr "Міксувати цю книжку" -#: templates/catalogue/book_fragments.html:5 -#: templates/catalogue/book_fragments.html:11 +#: catalogue/templates/catalogue/book_fragments.html:6 +#: catalogue/templates/catalogue/book_fragments.html:12 msgid "Theme" msgstr "Тема" -#: templates/catalogue/book_fragments.html:5 -#: templates/catalogue/book_fragments.html:13 +#: catalogue/templates/catalogue/book_fragments.html:6 +#: catalogue/templates/catalogue/book_fragments.html:14 msgid "in work " msgstr "у творі" -#: templates/catalogue/book_info.html:6 +#: catalogue/templates/catalogue/book_info.html:7 msgid "This work is licensed under:" msgstr "Цей твір є доступним на ліцензії:" -#: templates/catalogue/book_info.html:9 +#: catalogue/templates/catalogue/book_info.html:10 +#, fuzzy +#| msgid "" +#| "This work isn't covered by copyright and is part of the\n" +#| " public domain, which means it can be freely used, published and\n" +#| " distributed. If there are any additional copyrighted materials\n" +#| " provided with this work (such as annotations, motifs etc.), " +#| "those\n" +#| " materials are licensed under the \n" +#| " Creative Commons Attribution-ShareAlike 3.0\n" +#| " license." msgid "" "This work isn't covered by copyright and is part of the\n" -" public domain, which means it can be freely used, published and\n" -" distributed. If there are any additional copyrighted materials\n" -" provided with this work (such as annotations, motifs etc.), those\n" -" materials are licensed under the \n" -" Creative " +" public domain, which means it can be freely used, published and\n" +" distributed. If there are any additional copyrighted materials\n" +" provided with this work (such as annotations, motifs etc.), those\n" +" materials are licensed under the\n" +" Creative " "Commons Attribution-ShareAlike 3.0\n" -" license." +" license." msgstr "" "Цей твір не охороняється авторським правом і є частиною\n" " суспільного надбання, тому його можна використовувати без обмежень, " @@ -319,436 +511,605 @@ msgstr "" "Commons Із зазначенням імені автора – На тих же умовах 3.0\n" " ." -#: templates/catalogue/book_info.html:20 +#: catalogue/templates/catalogue/book_info.html:21 #, fuzzy msgid "Resource prepared based on:" msgstr "Текст підготовлено на основі" -#: templates/catalogue/book_info.html:28 +#: catalogue/templates/catalogue/book_info.html:31 +msgid "Edited by:" +msgstr "" + +#: catalogue/templates/catalogue/book_info.html:33 msgid "Edited and annotated by:" msgstr "Редагування та примітки:" -#: templates/catalogue/book_info.html:33 +#: catalogue/templates/catalogue/book_info.html:41 +msgid "Publisher:" +msgstr "" + +#: catalogue/templates/catalogue/book_info.html:48 msgid "Publication funded by:" msgstr "" -#: templates/catalogue/book_info.html:39 +#: catalogue/templates/catalogue/book_info.html:55 msgid "Cover image by:" msgstr "" -#: templates/catalogue/book_list.html:7 templates/catalogue/book_list.html:10 +#: catalogue/templates/catalogue/book_list.html:8 +#: catalogue/templates/catalogue/book_list.html:12 +#: catalogue/templates/catalogue/picture_list.html:8 +#: catalogue/templates/catalogue/picture_list.html:10 msgid "Listing of all works" msgstr "Список усіх творів" -#: templates/catalogue/book_list.html:21 +#: catalogue/templates/catalogue/book_list.html:25 msgid "Table of Content" msgstr "Зміст" -#: templates/catalogue/book_list.html:30 +#: catalogue/templates/catalogue/book_list.html:35 msgid "↑ top ↑" msgstr "↑ вгору ↑" -#: templates/catalogue/book_short.html:59 -#: templates/catalogue/picture_detail.html:54 +#: catalogue/templates/catalogue/book_short.html:53 +#: catalogue/templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Епоха" -#: templates/catalogue/book_short.html:66 -#: templates/catalogue/picture_detail.html:60 +#: catalogue/templates/catalogue/book_short.html:61 +#: catalogue/templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Рід" -#: templates/catalogue/book_short.html:73 +#: catalogue/templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Жанр" -#: templates/catalogue/book_short.html:88 +#: catalogue/templates/catalogue/book_short.html:79 +msgid "Region" +msgstr "" + +#: catalogue/templates/catalogue/book_short.html:87 +#, fuzzy +#| msgid "language code" +msgid "Language" +msgstr "мовний код" + +#: catalogue/templates/catalogue/book_short.html:112 msgid "Read online" msgstr "Читати онлайн" -#: templates/catalogue/book_short.html:95 -#: templates/catalogue/book_text.html:40 -msgid "to print" -msgstr "до друку" +#: catalogue/templates/catalogue/book_short.html:123 +msgid "" +"Cena książki w druku cyfrowym jest zależna od liczby stron.
Przed zakupem " +"upewnij się, że cena druku na żądanie jest dla Ciebie odpowiednia." +"
Wszystkie nasze zasoby w wersji elektronicznej są zawsze dostępne " +"bezpłatnie." +msgstr "" -#: templates/catalogue/book_short.html:98 -msgid "for an e-book reader" -msgstr "для рідера електронних книг" +#: catalogue/templates/catalogue/book_short.html:123 +msgid "Print on demand –" +msgstr "" -#: templates/catalogue/book_short.html:101 -#: templates/catalogue/book_text.html:46 -msgid "for Kindle" -msgstr "на Kindle" +#: catalogue/templates/catalogue/book_short.html:128 +#: catalogue/templates/catalogue/custom_pdf_form.html:18 catalogue/views.py:404 +msgid "Download" +msgstr "Завантажити" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/book_text.html:49 -msgid "FictionBook" +#: catalogue/templates/catalogue/book_short.html:142 +msgid "more" msgstr "" -#: templates/catalogue/book_short.html:107 -#: templates/catalogue/book_text.html:52 -msgid "for advanced usage" -msgstr "для розширеного користування" - -#: templates/catalogue/book_short.html:113 -#: templates/catalogue/book_text.html:30 -msgid "Listen" -msgstr "Послухати" +#: catalogue/templates/catalogue/book_short.html:153 +msgid "less" +msgstr "" -#: templates/catalogue/book_text.html:9 templates/catalogue/player.html:11 -msgid "Wolne Lektury" -msgstr "Wolne Lektury" +#: catalogue/templates/catalogue/book_short.html:161 +msgid "For now this work is only available for our subscribers." +msgstr "" -#: templates/catalogue/book_text.html:22 +#: catalogue/templates/catalogue/book_text.html:41 msgid "Table of contents" msgstr "Зміст" -#: templates/catalogue/book_text.html:23 templatetags/catalogue_tags.py:420 -msgid "Themes" -msgstr "Теми" - -#: templates/catalogue/book_text.html:24 +#: catalogue/templates/catalogue/book_text.html:53 msgid "Edit. note" msgstr "Редакторський коментар" -#: templates/catalogue/book_text.html:25 +#: catalogue/templates/catalogue/book_text.html:59 msgid "Infobox" msgstr "Інфобокс" -#: templates/catalogue/book_text.html:26 templates/catalogue/player.html:34 -msgid "Book's page" -msgstr "Сторінка книжки" - -#: templates/catalogue/book_text.html:43 -msgid "for a reader" -msgstr "на рідер" - -#: templates/catalogue/book_text.html:56 templates/catalogue/book_wide.html:67 -msgid "Download all audiobooks for this book" -msgstr "Завантажити усі аудіокниги для цієї книжки" - -#: templates/catalogue/book_wide.html:22 -#: templates/catalogue/tagged_object_list.html:60 -msgid "Motifs and themes" -msgstr "Мотиви та теми" - -#: templates/catalogue/book_wide.html:44 -msgid "See" -msgstr "Дивись" - -#: templates/catalogue/book_wide.html:47 -msgid "Source" -msgstr "Джерело" - -#: templates/catalogue/book_wide.html:47 -msgid "of the book" -msgstr "книжки" +#: catalogue/templates/catalogue/book_text.html:64 +msgid "Numbering" +msgstr "" -#: templates/catalogue/book_wide.html:49 -msgid "Source XML file" -msgstr "Файл джерела XML" +#: catalogue/templates/catalogue/book_text.html:68 +#, fuzzy +#| msgid "Don't show footnotes" +msgid "Footnotes" +msgstr "Сховати примітки" -#: templates/catalogue/book_wide.html:51 -msgid "Book on" -msgstr "Книжка на" +#: catalogue/templates/catalogue/book_text.html:70 +msgid "References" +msgstr "" -#: templates/catalogue/book_wide.html:51 -msgid "Editor's Platform" -msgstr "Платформа редагування" +#: catalogue/templates/catalogue/book_text.html:96 +#: catalogue/templates/catalogue/viewer_base.html:54 +msgid "Close" +msgstr "" -#: templates/catalogue/book_wide.html:54 -msgid "Book description on Lektury.Gazeta.pl" -msgstr "Опис книжки на Lektury.Gazeta.pl" +#: catalogue/templates/catalogue/book_text.html:97 +msgid "Please wait..." +msgstr "" -#: templates/catalogue/book_wide.html:57 -msgid "Book description on Wikipedia" -msgstr "Опис книжки на Вікіпедії" +#: catalogue/templates/catalogue/book_text.html:152 +msgid "Other versions of the book" +msgstr "" -#: templates/catalogue/book_wide.html:59 -msgid "Mix this book" -msgstr "Міксувати цю книжку" +#: catalogue/templates/catalogue/book_text.html:153 +msgid "Close the other version" +msgstr "" -#: templates/catalogue/catalogue.html:6 templates/catalogue/catalogue.html:11 +#: catalogue/templates/catalogue/catalogue.html:6 msgid "Catalogue" msgstr "Каталог" -#: templates/catalogue/catalogue.html:16 +#: catalogue/templates/catalogue/catalogue.html:11 +#: catalogue/templates/catalogue/tagged_object_list.html:57 +#, fuzzy +#| msgid "All books" +msgid "All works" +msgstr "Усі книжки" + +#: catalogue/templates/catalogue/catalogue.html:15 msgid "Download the catalogue in PDF format." msgstr "Завантажити каталог у форматі PDF" -#: templates/catalogue/catalogue.html:19 -#: templates/catalogue/search_multiple_hits.html:17 -#: templates/catalogue/tagged_object_list.html:26 -#: templatetags/catalogue_tags.py:416 -msgid "Authors" -msgstr "Автори" +#: catalogue/templates/catalogue/catalogue.html:19 +#: catalogue/templates/catalogue/tag_list_split.html:4 +#: catalogue/templates/catalogue/tagged_object_list.html:5 +msgid "Literature" +msgstr "" -#: templates/catalogue/catalogue.html:22 -#: templates/catalogue/search_multiple_hits.html:25 -#: templates/catalogue/tagged_object_list.html:34 -#: templatetags/catalogue_tags.py:418 -msgid "Kinds" -msgstr "Роди" +#: catalogue/templates/catalogue/catalogue.html:22 +#: catalogue/templates/catalogue/collections.html:5 +#: catalogue/templates/catalogue/collections.html:10 +#, fuzzy +msgid "Collections" +msgstr "колекції" -#: templates/catalogue/catalogue.html:25 -#: templates/catalogue/search_multiple_hits.html:33 -#: templates/catalogue/tagged_object_list.html:42 -#: templatetags/catalogue_tags.py:417 -msgid "Genres" -msgstr "Жанри" +#: catalogue/templates/catalogue/catalogue.html:25 +#: catalogue/templates/catalogue/search_multiple_hits.html:45 +#: catalogue/templates/catalogue/tag_list_split.html:9 +#: catalogue/templates/catalogue/tagged_object_list.html:5 +#, fuzzy +#| msgid "Artist" +msgid "Art" +msgstr "Художник" -#: templates/catalogue/catalogue.html:28 -#: templates/catalogue/search_multiple_hits.html:41 -#: templates/catalogue/tagged_object_list.html:50 -#: templatetags/catalogue_tags.py:419 -msgid "Epochs" -msgstr "Епохи" +#: catalogue/templates/catalogue/collection_box.html:4 +#, fuzzy +msgid "Collection" +msgstr "колекції" -#: templates/catalogue/catalogue.html:31 -msgid "Themes and topics" -msgstr "Теми" +#: catalogue/templates/catalogue/collection_box.html:14 +#, python-format +msgid "and one more" +msgid_plural "and %(c)s more" +msgstr[0] "" +msgstr[1] "" -#: templates/catalogue/catalogue.html:34 templates/catalogue/menu.html:16 +#: catalogue/templates/catalogue/collections.html:16 #, fuzzy -msgid "Collections" +#| msgid "collections" +msgid "All collections" msgstr "колекції" -#: templates/catalogue/daisy_list.html:6 -#: templates/catalogue/daisy_list.html:12 +#: catalogue/templates/catalogue/custom_pdf_form.html:5 catalogue/views.py:403 +msgid "Download custom PDF" +msgstr "Завантажити настроюваний PDF" + +#: catalogue/templates/catalogue/daisy_list.html:7 +#: catalogue/templates/catalogue/daisy_list.html:15 msgid "Listing of all DAISY files" msgstr "Список усіх файлів DAISY" -#: templates/catalogue/daisy_list.html:9 +#: catalogue/templates/catalogue/daisy_list.html:11 msgid "Latest DAISY audiobooks" msgstr "Останні аудіокниги DAISY" -#: templates/catalogue/daisy_list.html:15 -msgid "" -"System DAISY to uznany na całym świecie format udostępniania książek\n" -"dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób\n" -"mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez " -"ograniczeń." -msgstr "" -"Система DAISY це визнаний у всьому світі формат надавання доступу до книжок\n" -" котрий відповідає потребам осіб слабозорих, сліпих, а також інших осіб\n" -" які мають труднощі з читанням. Можете ними користуватися безкоштовно і без " -"обмежень." - -#: templates/catalogue/differentiate_tags.html:12 +#: catalogue/templates/catalogue/differentiate_tags.html:12 msgid "The criteria are ambiguous. Please select one of the following options:" msgstr "Критерії неоднозначні. Виберіть один з варіантів нижче:" -#: templates/catalogue/fragment_short.html:12 +#: catalogue/templates/catalogue/fragment_short.html:12 msgid "Expand fragment" msgstr "Розвинути фрагмент" -#: templates/catalogue/fragment_short.html:22 +#: catalogue/templates/catalogue/fragment_short.html:22 msgid "Hide fragment" msgstr "Сховати фрагмент" -#: templates/catalogue/inline_tag_list.html:4 -#: templates/catalogue/tag_list.html:4 -msgid "See full category" -msgstr "Дивитись повну категорію" - -#: templates/catalogue/menu.html:9 templates/catalogue/menu.html.py:18 -msgid "Please wait…" +#: catalogue/templates/catalogue/inline_tag_list.html:22 +msgid "Other" msgstr "" -#: templates/catalogue/menu.html:24 -msgid "All books" -msgstr "Усі книжки" - -#: templates/catalogue/menu.html:28 -msgid "Audiobooks" -msgstr "Аудіокниги" - -#: templates/catalogue/menu.html:32 -msgid "DAISY" -msgstr "DAISY" - -#: templates/catalogue/picture_detail.html:29 +#: catalogue/templates/catalogue/picture_detail.html:29 msgid "Work is licensed under " msgstr "Твір на ліцензії" -#: templates/catalogue/picture_detail.html:31 +#: catalogue/templates/catalogue/picture_detail.html:31 msgid "Based on" msgstr "На основі" -#: templates/catalogue/picture_detail.html:45 +#: catalogue/templates/catalogue/picture_detail.html:43 msgid "Details" msgstr "Деталі" -#: templates/catalogue/picture_detail.html:48 +#: catalogue/templates/catalogue/picture_detail.html:46 msgid "Author" msgstr "Автор" -#: templates/catalogue/picture_detail.html:66 +#: catalogue/templates/catalogue/picture_detail.html:64 msgid "Other resources" msgstr "Інші ресурси" -#: templates/catalogue/picture_detail.html:69 +#: catalogue/templates/catalogue/picture_detail.html:67 msgid "Source of the image" msgstr "Джерело графіки" -#: templates/catalogue/picture_detail.html:72 +#: catalogue/templates/catalogue/picture_detail.html:70 msgid "Image on the Editor's Platform" msgstr "Графіка на редакторській платформі" -#: templates/catalogue/picture_detail.html:83 +#: catalogue/templates/catalogue/picture_detail.html:73 msgid "View XML source" msgstr "Дивитись джерело XML" -#: templates/catalogue/picture_detail.html:86 +#: catalogue/templates/catalogue/picture_detail.html:76 msgid "Work's themes " msgstr "Теми у творі" -#: templates/catalogue/picture_list.html:8 -#: templates/catalogue/picture_list.html:10 -msgid "Listing of all pictures" -msgstr "Список усіх графік" +#: catalogue/templates/catalogue/player.html:12 +#: catalogue/templates/catalogue/viewer_base.html:11 +msgid "Wolne Lektury" +msgstr "Wolne Lektury" + +#: catalogue/templates/catalogue/player.html:29 +msgid "Book's page" +msgstr "Сторінка книжки" -#: templates/catalogue/player.html:35 +#: catalogue/templates/catalogue/player.html:30 msgid "Download as" msgstr "Завантажити як" -#: templates/catalogue/player.html:88 -msgid "Artist" -msgstr "Художник" - -#: templates/catalogue/player.html:89 -msgid "Director" -msgstr "Режисер" - -#: templates/catalogue/player.html:108 +#: catalogue/templates/catalogue/player.html:46 msgid "Audiobooks were prepared as a part of the projects:" msgstr "Аудіокниги виготовлено в рамках проектів:" -#: templates/catalogue/player.html:113 +#: catalogue/templates/catalogue/player.html:51 #, python-format msgid "%(cs)s, funded by %(fb)s" msgstr "%(cs)s, фінансованого із коштів %(fb)s" -#: templates/catalogue/player.html:125 -#, python-format +#: catalogue/templates/catalogue/player.html:62 +#, fuzzy, python-format +#| msgid "" +#| "Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s." msgid "" -"Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s." +"Audiobooks were prepared as a part of the %(cs)s project funded by " +"%(fb)s." msgstr "" "Аудіокниги виготовлено в рамках проекту %(cs)s, фінансованого із коштів " "%(fb)s." -#: templates/catalogue/player.html:127 -#, python-format -msgid "Audiobooks were prepared as a part of the %(cs)s project." +#: catalogue/templates/catalogue/player.html:64 +#, fuzzy, python-format +#| msgid "Audiobooks were prepared as a part of the %(cs)s project." +msgid "Audiobooks were prepared as a part of the %(cs)s project." msgstr "Аудіокниги виготовлено в рамках проекту %(cs)s." -#: templates/catalogue/recent_audiobooks_list.html:5 -#: templates/catalogue/recent_audiobooks_list.html:10 +#: catalogue/templates/catalogue/recent_audiobooks_list.html:5 +#: catalogue/templates/catalogue/recent_audiobooks_list.html:10 #, fuzzy msgid "Recent audiobooks" msgstr "Останні аудіокниги MP3" -#: templates/catalogue/recent_daisy_list.html:5 -#: templates/catalogue/recent_daisy_list.html:10 +#: catalogue/templates/catalogue/recent_daisy_list.html:5 +#: catalogue/templates/catalogue/recent_daisy_list.html:10 msgid "Recent DAISY files" msgstr "" -#: templates/catalogue/recent_list.html:5 -#: templates/catalogue/recent_list.html:10 +#: catalogue/templates/catalogue/recent_list.html:5 +#: catalogue/templates/catalogue/recent_list.html:10 #, fuzzy msgid "Recent publications" msgstr "входить у суспільне надбання" -#: templates/catalogue/recent_list.html:15 +#: catalogue/templates/catalogue/recent_list.html:15 #, python-format msgid "" "You can also see recent audiobooks\n" -" and recent DAISY files." +" and recent DAISY files." msgstr "" -#: templates/catalogue/search_multiple_hits.html:5 -#: templates/catalogue/search_no_hits.html:5 -#: templates/catalogue/search_no_hits.html:10 -#: templates/catalogue/search_too_short.html:5 -#: templates/catalogue/search_too_short.html:10 +#: catalogue/templates/catalogue/search_multiple_hits.html:7 +#: catalogue/templates/catalogue/search_no_hits.html:5 +#: catalogue/templates/catalogue/search_no_hits.html:10 +#: catalogue/templates/catalogue/search_too_long.html:5 +#: catalogue/templates/catalogue/search_too_long.html:10 +#: catalogue/templates/catalogue/search_too_short.html:5 +#: catalogue/templates/catalogue/search_too_short.html:10 msgid "Search" msgstr "Пошук" -#: templates/catalogue/search_multiple_hits.html:11 -#: templates/catalogue/search_no_hits.html:16 +#: catalogue/templates/catalogue/search_multiple_hits.html:13 +#: catalogue/templates/catalogue/search_no_hits.html:16 msgid "Did you mean" msgstr "Ви мали на увазі" -#: templates/catalogue/search_multiple_hits.html:52 -msgid "Results by title" -msgstr "Результати за заголовком" +#: catalogue/templates/catalogue/search_multiple_hits.html:32 +#, fuzzy +#| msgid "books" +msgid "Books" +msgstr "книжки" -#: templates/catalogue/search_multiple_hits.html:67 -msgid "Results by authors" -msgstr "Результати за авторами" +#: catalogue/templates/catalogue/search_no_hits.html:20 +#: catalogue/templates/catalogue/tagged_object_list.html:66 +msgid "Sorry! Search cirteria did not match any resources." +msgstr "На жаль, Ваші критерії пошуку не відповідають жодним результатам." -#: templates/catalogue/search_multiple_hits.html:80 +#: catalogue/templates/catalogue/search_too_long.html:13 #, fuzzy -msgid "Results by translators" -msgstr "Результати за авторами" +#| msgid "Sorry! Search query must have at least two characters." +msgid "Sorry! Search query is too long to be processed." +msgstr "На жаль, для пошуку потрібно ввести щонайменше два знаки." -#: templates/catalogue/search_multiple_hits.html:93 -msgid "Results in text" -msgstr "Результати в тексті" +#: catalogue/templates/catalogue/search_too_short.html:13 +msgid "Sorry! Search query must have at least two characters." +msgstr "На жаль, для пошуку потрібно ввести щонайменше два знаки." -#: templates/catalogue/search_multiple_hits.html:110 -msgid "Other results" -msgstr "Інші результати" +#: catalogue/templates/catalogue/snippets/content_warning.html:4 +msgid "Caution: text contains" +msgstr "" -#: templates/catalogue/search_no_hits.html:19 -#: templates/catalogue/tagged_object_list.html:151 -msgid "Sorry! Search cirteria did not match any resources." -msgstr "На жаль, Ваші критерії пошуку не відповідають жодним результатам." +#: catalogue/templates/catalogue/snippets/custom_pdf_link_li.html:3 +msgid "Download a custom PDF" +msgstr "Завантажити настроюваний PDF" -#: templates/catalogue/search_no_hits.html:21 -msgid "" -"Search engine supports following criteria: title, author, theme/topic, " -"epoch, kind and genre.\n" -"\t\tAs for now we do not support full text search." +#: catalogue/templates/catalogue/snippets/jplayer.html:36 +#, fuzzy +#| msgid "Artist" +msgid "Artist:" +msgstr "Художник" + +#: catalogue/templates/catalogue/snippets/jplayer.html:37 +#, fuzzy +#| msgid "Director" +msgid "director:" +msgstr "Режисер" + +#: catalogue/templates/catalogue/snippets/jplayer.html:61 +msgid "previous" msgstr "" -"Система пошуку дозволяє здійснювати пошук за наступними критеріями: " -"заголовок, автор, тема, епоха, рід та жанр.\n" -"\t\tНа даний момент пошук у повному обсязі тексту не є можливим." -#: templates/catalogue/search_too_short.html:13 -msgid "Sorry! Search query must have at least two characters." -msgstr "На жаль, для пошуку потрібно ввести щонайменше два знаки." +#: catalogue/templates/catalogue/snippets/jplayer.html:62 +msgid "Part" +msgstr "" -#: templates/catalogue/tag_list_split.html:5 -msgid "Literature" +#: catalogue/templates/catalogue/snippets/jplayer.html:63 +msgid "next" msgstr "" -#: templates/catalogue/tag_list_split.html:14 -msgid "Gallery" +#: catalogue/templates/catalogue/snippets/license_icon.html:6 +#: catalogue/templates/catalogue/snippets/license_icon.html:7 +msgid "Free license" msgstr "" -#: templates/catalogue/tagged_object_list.html:78 -msgid "in Culture.pl" +#: catalogue/templates/catalogue/tag_catalogue.html:11 +#, fuzzy +#| msgid "Wolne Lektury" +msgid "on Wolne Lektury" +msgstr "Wolne Lektury" + +#: catalogue/templates/catalogue/tag_list.html:7 +msgid "See full category" +msgstr "Дивитись повну категорію" + +#: catalogue/templates/catalogue/tagged_object_list.html:5 +msgid "Audiobooks" +msgstr "Аудіокниги" + +#: catalogue/templates/catalogue/tagged_object_list.html:15 +msgid "Authors" +msgstr "Автори" + +#: catalogue/templates/catalogue/tagged_object_list.html:16 +msgid "Epochs" +msgstr "Епохи" + +#: catalogue/templates/catalogue/tagged_object_list.html:17 +msgid "Genres" +msgstr "Жанри" + +#: catalogue/templates/catalogue/tagged_object_list.html:18 +msgid "Kinds" +msgstr "Роди" + +#: catalogue/templates/catalogue/tagged_object_list.html:52 +msgid "All matching works" msgstr "" -#: templates/catalogue/tagged_object_list.html:83 -#: templates/catalogue/tagged_object_list.html:113 -msgid "in Lektury.Gazeta.pl" -msgstr "на Lektury.Gazeta.pl" +#: catalogue/templates/catalogue/tagged_object_list.html:55 +msgid "Listing of all audiobooks" +msgstr "Список усіх аудіокниг" -#: templates/catalogue/tagged_object_list.html:88 -#: templates/catalogue/tagged_object_list.html:118 +#: catalogue/templates/catalogue/tagged_object_list.html:62 +#, fuzzy +#| msgid "PDF file" +msgid "DAISY files" +msgstr "файл PDF" + +#: catalogue/templates/catalogue/tagged_object_list.html:72 +msgid "Motifs and themes" +msgstr "Мотиви та теми" + +#: catalogue/templates/catalogue/tagged_object_list.html:84 +#, fuzzy +#| msgid "description" +msgid "No description." +msgstr "опис" + +#: catalogue/templates/catalogue/tagged_object_list.html:91 msgid "in Wikipedia" msgstr "на Вікіпедії" -#: templates/catalogue/snippets/custom_pdf_link_li.html:5 -msgid "Download a custom PDF" -msgstr "Завантажити настроюваний PDF" +#: catalogue/templates/catalogue/tagged_object_list.html:97 +msgid "in Culture.pl" +msgstr "" -#: templates/catalogue/snippets/license_icon.html:6 -#: templates/catalogue/snippets/license_icon.html:8 -msgid "Free license" +#: catalogue/templates/catalogue/viewer_base.html:56 +#, fuzzy +#| msgid "Leading" +msgid "Loading" +msgstr "Leading" + +#: catalogue/templatetags/catalogue_tags.py:504 +#, fuzzy +#| msgid "language code" +msgid "vulgar language" +msgstr "мовний код" + +#: catalogue/views.py:354 +#, python-format +msgid "" +"An error occurred: %(exception)s\n" +"\n" +"%(tb)s" msgstr "" +"Система виявила помилку %(exception)s\n" +"\n" +"%(tb)s" + +#: catalogue/views.py:359 +msgid "Book imported successfully" +msgstr "Книжку успішно завантажено" + +#: catalogue/views.py:360 +#, python-format +msgid "Error importing file: %r" +msgstr "Помилка в завантаженні файла: %r" + +#, fuzzy +#~| msgid "parent number" +#~ msgid "Display line numbers" +#~ msgstr "номер батька" + +#, fuzzy +#~| msgid "Don't disply themes" +#~ msgid "Display themes" +#~ msgstr "Сховати теми" + +#, fuzzy +#~| msgid "" +#~| "Search engine supports following criteria: title, author, theme/topic, " +#~| "epoch, kind and genre.\n" +#~| "\t\tAs for now we do not support full text search." +#~ msgid "" +#~ "Search engine supports following criteria: title, author, theme/topic, " +#~ "epoch, kind and genre.\n" +#~ " As for now we do not support full text search." +#~ msgstr "" +#~ "Система пошуку дозволяє здійснювати пошук за наступними критеріями: " +#~ "заголовок, автор, тема, епоха, рід та жанр.\n" +#~ "\t\tНа даний момент пошук у повному обсязі тексту не є можливим." + +#~ msgid "Book description on Lektury.Gazeta.pl" +#~ msgstr "Опис книжки на Lektury.Gazeta.pl" + +#~ msgid "in Lektury.Gazeta.pl" +#~ msgstr "на Lektury.Gazeta.pl" + +#~ msgid "Results by title" +#~ msgstr "Результати за заголовком" + +#~ msgid "Results by authors" +#~ msgstr "Результати за авторами" + +#, fuzzy +#~ msgid "Results by translators" +#~ msgstr "Результати за авторами" + +#~ msgid "Results in text" +#~ msgstr "Результати в тексті" + +#~ msgid "Other results" +#~ msgstr "Інші результати" + +#~ msgid "book count" +#~ msgstr "кількість книжок" + +#~ msgid "Latest MP3 audiobooks" +#~ msgstr "Останні аудіокниги MP3" + +#~ msgid "Latest Ogg Vorbis audiobooks" +#~ msgstr "Останні аудіокниги Ogg Vorbis" + +#~ msgid "" +#~ "Audioteka lektur szkolnych fundacji Nowoczesna Polska.\n" +#~ "Możecie z niej korzystać bezpłatnie i bez ograniczeń.\n" +#~ "Audiobooki nagrywają znani aktorzy, wśród nich Danuta Stenka i Jan Peszek." +#~ msgstr "" +#~ "Аудіотека шкільної літератури Фонду Сучасна Польща (Fundacja Nowoczesna " +#~ "Polska).\n" +#~ "Можна нею користуватися безкоштовно і без обмежень.\n" +#~ "Аудіокниги зачитують відомі актори, серед яких Данута Стенка та Ян Пешек." + +#~ msgid "to print" +#~ msgstr "до друку" + +#~ msgid "for an e-book reader" +#~ msgstr "для рідера електронних книг" + +#~ msgid "for Kindle" +#~ msgstr "на Kindle" + +#~ msgid "for advanced usage" +#~ msgstr "для розширеного користування" + +#~ msgid "Listen" +#~ msgstr "Послухати" + +#~ msgid "for a reader" +#~ msgstr "на рідер" + +#~ msgid "Download all audiobooks for this book" +#~ msgstr "Завантажити усі аудіокниги для цієї книжки" + +#~ msgid "See" +#~ msgstr "Дивись" + +#~ msgid "Themes and topics" +#~ msgstr "Теми" + +#~ msgid "" +#~ "System DAISY to uznany na całym świecie format udostępniania książek\n" +#~ "dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób\n" +#~ "mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez " +#~ "ograniczeń." +#~ msgstr "" +#~ "Система DAISY це визнаний у всьому світі формат надавання доступу до " +#~ "книжок\n" +#~ " котрий відповідає потребам осіб слабозорих, сліпих, а також інших осіб\n" +#~ " які мають труднощі з читанням. Можете ними користуватися безкоштовно і " +#~ "без обмежень." + +#~ msgid "DAISY" +#~ msgstr "DAISY" + +#~ msgid "Listing of all pictures" +#~ msgstr "Список усіх графік" #~ msgid "Put a book on the shelf!" #~ msgstr "Покласти книжку на полицю!" @@ -821,9 +1182,6 @@ msgstr "" #~ msgid "HTML file" #~ msgstr "файл HTML" -#~ msgid "PDF file" -#~ msgstr "файл PDF" - #~ msgid "EPUB file" #~ msgstr "файл EPUB" @@ -862,9 +1220,3 @@ msgstr "" #~ msgid "

Shelf %s was successfully removed

" #~ msgstr "

Полицю %s успішно видалено

" - -#~ msgid "content type" -#~ msgstr "тип змісту" - -#~ msgid "object id" -#~ msgstr "ІД об'єкту"