# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-09-09 22:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: constants.py:9 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported" msgstr "" #: constants.py:13 msgid "Free Art License 1.3" msgstr "" #: constants.py:58 msgid "authors" msgstr "" #: constants.py:59 msgid "epochs" msgstr "" #: constants.py:60 msgid "kinds" msgstr "" #: constants.py:61 msgid "genres" msgstr "" #: constants.py:62 msgid "themes" msgstr "" #: constants.py:63 msgid "sets" msgstr "" #: constants.py:64 msgid "things" msgstr "" #: constants.py:68 msgid "All authors" msgstr "" #: constants.py:69 msgid "All epochs" msgstr "" #: constants.py:70 msgid "All kinds" msgstr "" #: constants.py:71 msgid "All genres" msgstr "" #: constants.py:72 msgid "All themes" msgstr "" #: constants.py:73 msgid "All sets" msgstr "" #: constants.py:74 msgid "All things" msgstr "" #: forms.py:28 msgid "Please supply an XML." msgstr "" #: forms.py:48 msgid "Don't show footnotes" msgstr "" #: forms.py:49 msgid "Don't disply themes" msgstr "" #: forms.py:50 msgid "Don't use our custom font" msgstr "" #: forms.py:51 msgid "Without cover" msgstr "" #: forms.py:52 msgid "Without table of contents" msgstr "" #: forms.py:55 msgid "Leading" msgstr "" #: forms.py:56 msgid "Normal leading" msgstr "" #: forms.py:57 msgid "One and a half leading" msgstr "" #: forms.py:58 msgid "Double leading" msgstr "" #: forms.py:60 msgid "Font size" msgstr "" #: forms.py:61 msgid "Default" msgstr "" #: forms.py:62 msgid "Big" msgstr "" #: forms.py:63 msgid "Bigger" msgstr "" #: forms.py:85 msgid "Queue is full. Please try again later." msgstr "" #: models/book.py:57 models/collection.py:14 msgid "title" msgstr "" #: models/book.py:58 models/tag.py:58 msgid "sort key" msgstr "" #: models/book.py:60 msgid "sort key by author" msgstr "" #: models/book.py:61 models/book.py:62 models/collection.py:15 models/tag.py:57 msgid "slug" msgstr "" #: models/book.py:63 msgid "language code" msgstr "" #: models/book.py:64 models/book.py:391 models/collection.py:16 #: models/tag.py:61 models/tag.py:135 msgid "description" msgstr "" #: models/book.py:65 msgid "abstract" msgstr "" #: models/book.py:66 models/bookmedia.py:34 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "" #: models/book.py:67 msgid "change date" msgstr "" #: models/book.py:68 msgid "parent number" msgstr "" #: models/book.py:69 models/bookmedia.py:35 msgid "extra information" msgstr "" #: models/book.py:72 msgid "print on demand" msgstr "" #: models/book.py:73 msgid "recommended" msgstr "" #: models/book.py:74 msgid "audio length" msgstr "" #: models/book.py:75 msgid "preview" msgstr "" #: models/book.py:76 msgid "preview until" msgstr "" #: models/book.py:78 msgid "findable" msgstr "" #: models/book.py:82 msgid "cover" msgstr "" #: models/book.py:89 msgid "cover thumbnail" msgstr "" #: models/book.py:95 msgid "cover thumbnail for mobile app" msgstr "" #: models/book.py:101 msgid "cover for mobile app" msgstr "" #: models/book.py:107 msgid "cover for Ebookpoint" msgstr "" #: models/book.py:136 models/collection.py:19 msgid "book" msgstr "" #: models/book.py:137 msgid "books" msgstr "" #: models/book.py:538 #, python-format msgid "Book \"%s\" does not exist." msgstr "" #: models/book.py:554 #, python-format msgid "Book %s already exists" msgstr "" #: models/book.py:813 msgid "This work needs modernisation" msgstr "" #: models/book.py:892 models/bookmedia.py:27 #, python-format msgid "%s file" msgstr "" #: models/bookmedia.py:29 msgid "type" msgstr "" #: models/bookmedia.py:30 models/source.py:11 models/tag.py:56 msgid "name" msgstr "" #: models/bookmedia.py:31 msgid "part name" msgstr "" #: models/bookmedia.py:32 msgid "index" msgstr "" #: models/bookmedia.py:33 msgid "file" msgstr "" #: models/bookmedia.py:44 models/bookmedia.py:45 msgid "book media" msgstr "" #: models/collection.py:17 msgid "book slugs" msgstr "" #: models/collection.py:18 models/tag.py:23 msgid "kind" msgstr "" #: models/collection.py:19 msgid "picture" msgstr "" #: models/collection.py:23 msgid "collection" msgstr "" #: models/collection.py:24 msgid "collections" msgstr "" #: models/fragment.py:28 msgid "fragment" msgstr "" #: models/fragment.py:29 msgid "fragments" msgstr "" #: models/source.py:10 msgid "network location" msgstr "" #: models/source.py:15 msgid "source" msgstr "" #: models/source.py:16 msgid "sources" msgstr "" #: models/tag.py:21 msgid "author" msgstr "" #: models/tag.py:22 msgid "epoch" msgstr "" #: models/tag.py:24 msgid "genre" msgstr "" #: models/tag.py:25 msgid "theme" msgstr "" #: models/tag.py:26 msgid "set" msgstr "" #: models/tag.py:27 msgid "thing" msgstr "" #: models/tag.py:33 models/tag.py:97 msgid "tag" msgstr "" #: models/tag.py:34 msgid "content type" msgstr "" #: models/tag.py:35 msgid "object id" msgstr "" #: models/tag.py:60 msgid "category" msgstr "" #: models/tag.py:98 msgid "tags" msgstr "" #: templates/catalogue/book_detail.html:24 #: templates/catalogue/book_text.html:25 msgid "Other versions" msgstr "" #: templates/catalogue/book_detail.html:34 msgid "See also" msgstr "" #: templates/catalogue/book_detail.html:41 #: templates/catalogue/book_text.html:38 #: templates/catalogue/tagged_object_list.html:20 msgid "Themes" msgstr "" #: templates/catalogue/book_detail.html:47 msgid "Information about the work" msgstr "" #: templates/catalogue/book_detail.html:62 #: templates/catalogue/book_detail.html:68 msgid "Source" msgstr "" #: templates/catalogue/book_detail.html:62 #: templates/catalogue/book_detail.html:68 msgid "of the book" msgstr "" #: templates/catalogue/book_detail.html:63 #: templates/catalogue/book_detail.html:69 msgid "in" msgstr "" #: templates/catalogue/book_detail.html:74 msgid "Source XML file" msgstr "" #: templates/catalogue/book_detail.html:78 msgid "Book on" msgstr "" #: templates/catalogue/book_detail.html:78 msgid "Editor's Platform" msgstr "" #: templates/catalogue/book_detail.html:83 msgid "Book description on Wikipedia" msgstr "" #: templates/catalogue/book_detail.html:87 msgid "Mix this book" msgstr "" #: templates/catalogue/book_fragments.html:6 #: templates/catalogue/book_fragments.html:12 msgid "Theme" msgstr "" #: templates/catalogue/book_fragments.html:6 #: templates/catalogue/book_fragments.html:14 msgid "in work " msgstr "" #: templates/catalogue/book_info.html:7 msgid "This work is licensed under:" msgstr "" #: templates/catalogue/book_info.html:10 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." msgstr "" #: templates/catalogue/book_info.html:21 msgid "Resource prepared based on:" msgstr "" #: templates/catalogue/book_info.html:31 msgid "Edited by:" msgstr "" #: templates/catalogue/book_info.html:33 msgid "Edited and annotated by:" msgstr "" #: templates/catalogue/book_info.html:41 msgid "Publisher:" msgstr "" #: templates/catalogue/book_info.html:48 msgid "Publication funded by:" msgstr "" #: templates/catalogue/book_info.html:55 msgid "Cover image by:" msgstr "" #: templates/catalogue/book_list.html:8 templates/catalogue/book_list.html:12 #: templates/catalogue/picture_list.html:8 #: templates/catalogue/picture_list.html:10 msgid "Listing of all works" msgstr "" #: templates/catalogue/book_list.html:25 msgid "Table of Content" msgstr "" #: templates/catalogue/book_list.html:35 msgid "↑ top ↑" msgstr "" #: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "" #: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "" #: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "" #: templates/catalogue/book_short.html:79 msgid "Region" msgstr "" #: templates/catalogue/book_short.html:87 msgid "Language" msgstr "" #: templates/catalogue/book_short.html:111 msgid "Read online" msgstr "" #: templates/catalogue/book_short.html:114 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:114 msgid "Print on demand –" msgstr "" #: templates/catalogue/book_short.html:119 #: templates/catalogue/custom_pdf_form.html:18 views.py:401 msgid "Download" msgstr "" #: templates/catalogue/book_short.html:133 msgid "more" msgstr "" #: templates/catalogue/book_short.html:144 msgid "less" msgstr "" #: templates/catalogue/book_short.html:150 msgid "For now this work is only available for our subscribers." msgstr "" #: templates/catalogue/book_text.html:32 msgid "Table of contents" msgstr "" #: templates/catalogue/book_text.html:44 templates/catalogue/book_text.html:144 msgid "Settings" msgstr "" #: templates/catalogue/book_text.html:50 msgid "Edit. note" msgstr "" #: templates/catalogue/book_text.html:56 msgid "Infobox" msgstr "" #: templates/catalogue/book_text.html:80 #: templates/catalogue/viewer_base.html:54 msgid "Close" msgstr "" #: templates/catalogue/book_text.html:81 msgid "Please wait..." msgstr "" #: templates/catalogue/book_text.html:125 msgid "Other versions of the book" msgstr "" #: templates/catalogue/book_text.html:126 msgid "Close the other version" msgstr "" #: templates/catalogue/book_text.html:146 msgid "Display line numbers" msgstr "" #: templates/catalogue/book_text.html:148 msgid "Display themes" msgstr "" #: templates/catalogue/book_text.html:150 msgid "Display footnotes" msgstr "" #: templates/catalogue/catalogue.html:6 msgid "Catalogue" msgstr "" #: templates/catalogue/catalogue.html:11 #: templates/catalogue/tagged_object_list.html:57 msgid "All works" msgstr "" #: templates/catalogue/catalogue.html:15 msgid "Download the catalogue in PDF format." msgstr "" #: templates/catalogue/catalogue.html:19 #: templates/catalogue/tag_list_split.html:4 #: templates/catalogue/tagged_object_list.html:5 msgid "Literature" msgstr "" #: templates/catalogue/catalogue.html:22 templates/catalogue/collections.html:5 #: templates/catalogue/collections.html:10 msgid "Collections" msgstr "" #: templates/catalogue/catalogue.html:25 #: templates/catalogue/search_multiple_hits.html:45 #: templates/catalogue/tag_list_split.html:9 #: templates/catalogue/tagged_object_list.html:5 msgid "Art" msgstr "" #: templates/catalogue/collection_box.html:4 msgid "Collection" msgstr "" #: templates/catalogue/collection_box.html:14 #, python-format msgid "and one more" msgid_plural "and %(c)s more" msgstr[0] "" msgstr[1] "" #: templates/catalogue/collections.html:16 msgid "All collections" msgstr "" #: templates/catalogue/custom_pdf_form.html:5 views.py:400 msgid "Download custom PDF" msgstr "" #: templates/catalogue/daisy_list.html:7 templates/catalogue/daisy_list.html:15 msgid "Listing of all DAISY files" msgstr "" #: templates/catalogue/daisy_list.html:11 msgid "Latest DAISY audiobooks" msgstr "" #: 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 msgid "Expand fragment" msgstr "" #: templates/catalogue/fragment_short.html:22 msgid "Hide fragment" msgstr "" #: templates/catalogue/inline_tag_list.html:22 msgid "Other" msgstr "" #: templates/catalogue/picture_detail.html:29 msgid "Work is licensed under " msgstr "" #: templates/catalogue/picture_detail.html:31 msgid "Based on" msgstr "" #: templates/catalogue/picture_detail.html:43 msgid "Details" msgstr "" #: templates/catalogue/picture_detail.html:46 msgid "Author" msgstr "" #: templates/catalogue/picture_detail.html:64 msgid "Other resources" msgstr "" #: templates/catalogue/picture_detail.html:67 msgid "Source of the image" msgstr "" #: templates/catalogue/picture_detail.html:70 msgid "Image on the Editor's Platform" msgstr "" #: templates/catalogue/picture_detail.html:73 msgid "View XML source" msgstr "" #: templates/catalogue/picture_detail.html:76 msgid "Work's themes " msgstr "" #: templates/catalogue/player.html:12 templates/catalogue/viewer_base.html:11 msgid "Wolne Lektury" msgstr "" #: templates/catalogue/player.html:29 msgid "Book's page" msgstr "" #: templates/catalogue/player.html:30 msgid "Download as" msgstr "" #: templates/catalogue/player.html:46 msgid "Audiobooks were prepared as a part of the projects:" msgstr "" #: templates/catalogue/player.html:51 #, python-format msgid "%(cs)s, funded by %(fb)s" msgstr "" #: templates/catalogue/player.html:62 #, python-format msgid "" "Audiobooks were prepared as a part of the %(cs)s project funded by " "%(fb)s." msgstr "" #: templates/catalogue/player.html:64 #, python-format msgid "Audiobooks were prepared as a part of the %(cs)s project." msgstr "" #: templates/catalogue/recent_audiobooks_list.html:5 #: templates/catalogue/recent_audiobooks_list.html:10 msgid "Recent audiobooks" msgstr "" #: templates/catalogue/recent_daisy_list.html:5 #: templates/catalogue/recent_daisy_list.html:10 msgid "Recent DAISY files" msgstr "" #: templates/catalogue/recent_list.html:5 #: templates/catalogue/recent_list.html:10 msgid "Recent publications" msgstr "" #: templates/catalogue/recent_list.html:15 #, python-format msgid "" "You can also see recent audiobooks\n" " and recent DAISY files." msgstr "" #: templates/catalogue/search_multiple_hits.html:7 #: templates/catalogue/search_no_hits.html:5 #: templates/catalogue/search_no_hits.html:10 #: templates/catalogue/search_too_long.html:5 #: templates/catalogue/search_too_long.html:10 #: templates/catalogue/search_too_short.html:5 #: templates/catalogue/search_too_short.html:10 msgid "Search" msgstr "" #: templates/catalogue/search_multiple_hits.html:13 #: templates/catalogue/search_no_hits.html:16 msgid "Did you mean" msgstr "" #: templates/catalogue/search_multiple_hits.html:32 msgid "Books" msgstr "" #: templates/catalogue/search_no_hits.html:20 #: templates/catalogue/tagged_object_list.html:66 msgid "Sorry! Search cirteria did not match any resources." msgstr "" #: templates/catalogue/search_too_long.html:13 msgid "Sorry! Search query is too long to be processed." msgstr "" #: templates/catalogue/search_too_short.html:13 msgid "Sorry! Search query must have at least two characters." msgstr "" #: templates/catalogue/snippets/custom_pdf_link_li.html:3 msgid "Download a custom PDF" msgstr "" #: templates/catalogue/snippets/jplayer.html:36 msgid "Artist:" msgstr "" #: templates/catalogue/snippets/jplayer.html:37 msgid "director:" msgstr "" #: templates/catalogue/snippets/jplayer.html:61 msgid "previous" msgstr "" #: templates/catalogue/snippets/jplayer.html:62 msgid "Part" msgstr "" #: templates/catalogue/snippets/jplayer.html:63 msgid "next" msgstr "" #: templates/catalogue/snippets/license_icon.html:6 #: templates/catalogue/snippets/license_icon.html:7 msgid "Free license" msgstr "" #: templates/catalogue/tag_catalogue.html:11 msgid "on Wolne Lektury" msgstr "" #: templates/catalogue/tag_list.html:7 msgid "See full category" msgstr "" #: templates/catalogue/tagged_object_list.html:5 msgid "Audiobooks" msgstr "" #: templates/catalogue/tagged_object_list.html:15 msgid "Authors" msgstr "" #: templates/catalogue/tagged_object_list.html:16 msgid "Epochs" msgstr "" #: templates/catalogue/tagged_object_list.html:17 msgid "Genres" msgstr "" #: templates/catalogue/tagged_object_list.html:18 msgid "Kinds" msgstr "" #: templates/catalogue/tagged_object_list.html:52 msgid "All matching works" msgstr "" #: templates/catalogue/tagged_object_list.html:55 msgid "Listing of all audiobooks" msgstr "" #: templates/catalogue/tagged_object_list.html:62 msgid "DAISY files" msgstr "" #: templates/catalogue/tagged_object_list.html:72 msgid "Motifs and themes" msgstr "" #: templates/catalogue/tagged_object_list.html:84 msgid "No description." msgstr "" #: templates/catalogue/tagged_object_list.html:91 msgid "in Wikipedia" msgstr "" #: templates/catalogue/tagged_object_list.html:97 msgid "in Culture.pl" msgstr "" #: templates/catalogue/viewer_base.html:56 msgid "Loading" msgstr "" #: views.py:351 #, python-format msgid "" "An error occurred: %(exception)s\n" "\n" "%(tb)s" msgstr "" #: views.py:356 msgid "Book imported successfully" msgstr "" #: views.py:357 #, python-format msgid "Error importing file: %r" msgstr ""