Django 1.8 and other updates.
[wolnelektury.git] / apps / catalogue / locale / en / LC_MESSAGES / django.po
index f0862c2..f66d1ef 100644 (file)
@@ -7,9 +7,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-01 16:53+0100\n"
-"PO-Revision-Date: 2010-08-25 10:45\n"
-"Last-Translator: <radek.czajka@gmail.com>\n"
+"POT-Creation-Date: 2013-12-16 09:20+0100\n"
+"PO-Revision-Date: 2013-04-09 10:38+0100\n"
+"Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
@@ -17,244 +17,789 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Translated-Using: django-rosetta 0.5.6\n"
 
-#: fields.py:42
-#, python-format
-msgid "Enter a valid JSON value. Error: %s"
-msgstr "Enter a valid JSON value. Error: %s"
+#: constants.py:10
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported"
+msgstr ""
 
-#: forms.py:23
+#: forms.py:27
 msgid "Please supply an XML."
-msgstr ""
+msgstr "Please supply an XML."
 
-#: forms.py:42
-msgid "A4"
-msgstr ""
+#: forms.py:46
+msgid "Don't show footnotes"
+msgstr "Don't show footnotes"
 
-#: forms.py:43
-msgid "A5"
-msgstr ""
+#: forms.py:47
+msgid "Don't disply themes"
+msgstr "Don't display themes"
 
 #: forms.py:48
-msgid "Normal leading"
-msgstr ""
+msgid "Don't use our custom font"
+msgstr "Don't use our custom font"
 
 #: forms.py:49
-msgid "One and a half leading"
+msgid "Without cover"
 msgstr ""
 
-#: forms.py:50
-msgid "Double leading"
-msgstr ""
+#: forms.py:52
+msgid "Leading"
+msgstr "Leading"
+
+#: forms.py:53
+msgid "Normal leading"
+msgstr "Normal leading"
 
 #: forms.py:54
-msgid "Default"
-msgstr ""
+msgid "One and a half leading"
+msgstr "One and a half leading"
 
 #: forms.py:55
+msgid "Double leading"
+msgstr "Double leading"
+
+#: forms.py:57
+msgid "Font size"
+msgstr "Font size"
+
+#: forms.py:58
+msgid "Default"
+msgstr "Default"
+
+#: forms.py:59
 msgid "Big"
-msgstr ""
+msgstr "Big"
 
-#: forms.py:60
-msgid "Don't show footnotes"
+#: forms.py:82
+msgid "Queue is full. Please try again later."
 msgstr ""
 
-#: forms.py:61
-msgid "Don't disply themes"
+#: views.py:585
+#, python-format
+msgid ""
+"An error occurred: %(exception)s\n"
+"\n"
+"%(tb)s"
 msgstr ""
+"An error occurred: %(exception)s\n"
+"\n"
+"%(tb)s"
 
-#: forms.py:62
-msgid "Don't use our custom font"
-msgstr ""
+#: views.py:586
+msgid "Book imported successfully"
+msgstr "Book imported succesfully"
 
-#: forms.py:64
-msgid "Leading"
-msgstr ""
+#: views.py:588
+#, python-format
+msgid "Error importing file: %r"
+msgstr "An error occured while importing file: %r"
 
-#: forms.py:65
-msgid "Font size"
-msgstr ""
+#: views.py:620
+msgid "Download custom PDF"
+msgstr "Download custom 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 "Download"
+
+#: models/book.py:28 models/collection.py:11
+msgid "title"
+msgstr "Title"
+
+#: models/book.py:29 models/tag.py:34
+msgid "sort key"
+msgstr "Sort key"
+
+#: models/book.py:30 models/book.py:32 models/collection.py:12
+#: models/collection.py:15 models/tag.py:33
+msgid "slug"
+msgstr "Slug"
+
+#: models/book.py:33
+msgid "language code"
+msgstr "language code"
 
-#: models.py:38
+#: models/book.py:35 models/book.py:146 models/collection.py:13
+#: models/tag.py:37 models/tag.py:94
+msgid "description"
+msgstr "Description"
+
+#: models/book.py:36 models/book.py:37 models/bookmedia.py:29 models/tag.py:46
+#: models/tag.py:47
+msgid "creation date"
+msgstr "creation date"
+
+#: models/book.py:38
+msgid "parent number"
+msgstr "Parent number"
+
+#: models/book.py:39 models/bookmedia.py:30
+msgid "extra information"
+msgstr "Additional information"
+
+#: models/book.py:44
+msgid "cover"
+msgstr "cover"
+
+#: models/book.py:66 models/collection.py:18 models/tag.py:22
+msgid "book"
+msgstr "book"
+
+#: models/book.py:67
+msgid "books"
+msgstr "Books"
+
+#: models/book.py:244
+#, python-format
+msgid "Book \"%s\" does not exist."
+msgstr "Book with stub = \"%s\" does not exist."
+
+#: models/book.py:258
+#, python-format
+msgid "Book %s already exists"
+msgstr "Book %s already exists"
+
+#: models/book.py:599 models/bookmedia.py:23
+#, python-format
+msgid "%s file"
+msgstr "%s file"
+
+#: models/bookmedia.py:26
+msgid "type"
+msgstr "type"
+
+#: models/bookmedia.py:27 models/tag.py:32
+msgid "name"
+msgstr "name"
+
+#: models/bookmedia.py:28
+msgid "file"
+msgstr "XML file"
+
+#: models/bookmedia.py:39 models/bookmedia.py:40
+msgid "book media"
+msgstr "book media"
+
+#: models/collection.py:16
+msgid "book slugs"
+msgstr "Book stubs"
+
+#: models/collection.py:18 models/tag.py:18
+msgid "kind"
+msgstr "form"
+
+#: models/collection.py:22
+msgid "collection"
+msgstr "collection"
+
+#: models/collection.py:23
+msgid "collections"
+msgstr "collections"
+
+#: models/fragment.py:32
+msgid "fragment"
+msgstr "Fragment"
+
+#: models/fragment.py:33
+msgid "fragments"
+msgstr "Fragments"
+
+#: models/tag.py:16
 msgid "author"
 msgstr "author"
 
-#: models.py:39
+#: models/tag.py:17
 msgid "epoch"
 msgstr "period"
 
-#: models.py:40
-msgid "kind"
-msgstr "form"
-
-#: models.py:41
+#: models/tag.py:19
 msgid "genre"
 msgstr "genre"
 
-#: models.py:42
+#: models/tag.py:20
 msgid "theme"
 msgstr "motif"
 
-#: models.py:43
+#: models/tag.py:21
 msgid "set"
 msgstr "set"
 
-#: models.py:44 models.py:390
-msgid "book"
-msgstr "book"
-
-#: models.py:61 models.py:253
-msgid "name"
-msgstr "name"
-
-#: models.py:62 models.py:355 models.py:357 models.py:1029 models.py:1032
-msgid "slug"
-msgstr "Slug"
-
-#: models.py:63 models.py:354
-msgid "sort key"
-msgstr "Sort key"
+#: models/tag.py:23
+msgid "thing"
+msgstr ""
 
-#: models.py:64
+#: models/tag.py:35
 msgid "category"
 msgstr "Category"
 
-#: models.py:66 models.py:107 models.py:360 models.py:463 models.py:1030
-msgid "description"
-msgstr "Description"
-
-#: models.py:69
+#: models/tag.py:40
 msgid "book count"
 msgstr "Number of books"
 
-#: models.py:73 models.py:74 models.py:255 models.py:361 models.py:362
-msgid "creation date"
-msgstr "Date of publication"
+#: models/tag.py:41
+msgid "picture count"
+msgstr ""
 
-#: models.py:91
+#: models/tag.py:65
 msgid "tag"
 msgstr "tag"
 
-#: models.py:92
+#: models/tag.py:66
 msgid "tags"
 msgstr "tags"
 
-#: models.py:249 models.py:972
-#, fuzzy, python-format
-msgid "%s file"
-msgstr "XML file"
-
-#: models.py:252
-msgid "type"
+#: models/tag.py:83
+msgid ""
+"Book tags can't have attached links. Set them directly on the book instead "
+"of it's tag."
 msgstr ""
 
-#: models.py:254
+#: templates/catalogue/audiobook_list.html:7
+#: templates/catalogue/audiobook_list.html:16
+msgid "Listing of all audiobooks"
+msgstr "List of the audiobooks"
+
+#: templates/catalogue/audiobook_list.html:12
+msgid "Latest MP3 audiobooks"
+msgstr "Latest MP3 audiobooks"
+
+#: templates/catalogue/audiobook_list.html:13
+msgid "Latest Ogg Vorbis audiobooks"
+msgstr "Latest Ogg Vorbis audiobooks"
+
+#: 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 ""
+"Audio library of required readings of Modern Poland Foundation.\n"
+"It is free of charge and you can use it without any limits. \n"
+"Audiobooks are recorded with the participation of famous Polish actors like "
+"Danuta Stenka or Jan Peszek."
+
+#: templates/catalogue/book_detail.html:20
+#: templates/catalogue/tagged_object_list.html:74
+#: templates/catalogue/tagged_object_list.html:109
+msgid "See also"
+msgstr "See also"
+
+#: templates/catalogue/book_fragments.html:5
+#: templates/catalogue/book_fragments.html:11
+msgid "Theme"
+msgstr "Theme"
+
+#: templates/catalogue/book_fragments.html:5
+#: templates/catalogue/book_fragments.html:13
+msgid "in work "
+msgstr "in work "
+
+#: templates/catalogue/book_info.html:6
+msgid "This work is licensed under:"
+msgstr "This work is licensed under:"
+
+#: templates/catalogue/book_info.html:9
+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"
+"        <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative "
+"Commons Attribution-ShareAlike 3.0</a>\n"
+"        license."
+msgstr ""
+"This work is not covered by copyright and is a part of the\n"
+"        public domain, which means that it can be 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"
+"        <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative "
+"Commons Attribution-ShareAlike 3.0</a>\n"
+"        license."
+
+#: templates/catalogue/book_info.html:20
 #, fuzzy
-msgid "file"
-msgstr "XML file"
+msgid "Resource prepared based on:"
+msgstr "Text based on:"
 
-#: models.py:256 models.py:364
-msgid "extra information"
-msgstr "Additional information"
+#: templates/catalogue/book_info.html:28
+msgid "Edited and annotated by:"
+msgstr "Edited and annotated by:"
 
-#: models.py:265 models.py:266
-msgid "book media"
+#: templates/catalogue/book_info.html:33
+msgid "Publication funded by:"
 msgstr ""
 
-#: models.py:353 models.py:1028
-msgid "title"
-msgstr "Title"
+#: templates/catalogue/book_info.html:39
+msgid "Cover image by:"
+msgstr ""
 
-#: models.py:358
-msgid "language code"
+#: templates/catalogue/book_list.html:7 templates/catalogue/book_list.html:10
+msgid "Listing of all works"
+msgstr "List of all works"
+
+#: templates/catalogue/book_list.html:21
+msgid "Table of Content"
+msgstr "Table of Contents"
+
+#: templates/catalogue/book_list.html:30
+msgid "↑ top ↑"
+msgstr "↑ top ↑"
+
+#: templates/catalogue/book_short.html:59
+#: templates/catalogue/picture_detail.html:54
+msgid "Epoch"
+msgstr "Period"
+
+#: templates/catalogue/book_short.html:66
+#: templates/catalogue/picture_detail.html:60
+msgid "Kind"
+msgstr "Form"
+
+#: templates/catalogue/book_short.html:73
+msgid "Genre"
+msgstr "Genre"
+
+#: templates/catalogue/book_short.html:88
+msgid "Read online"
+msgstr "Read online"
+
+#: templates/catalogue/book_short.html:95
+#: templates/catalogue/book_text.html:40
+msgid "to print"
+msgstr "to print"
+
+#: templates/catalogue/book_short.html:98
+msgid "for an e-book reader"
+msgstr "for an e-book reader"
+
+#: templates/catalogue/book_short.html:101
+#: templates/catalogue/book_text.html:46
+msgid "for Kindle"
+msgstr "for Kindle"
+
+#: templates/catalogue/book_short.html:104
+#: templates/catalogue/book_text.html:49
+msgid "FictionBook"
 msgstr ""
 
-#: models.py:363
-msgid "parent number"
-msgstr "Parent number"
+#: templates/catalogue/book_short.html:107
+#: templates/catalogue/book_text.html:52
+msgid "for advanced usage"
+msgstr ""
 
-#: models.py:369
-msgid "cover"
+#: templates/catalogue/book_short.html:113
+#: templates/catalogue/book_text.html:30
+msgid "Listen"
+msgstr "Listen"
+
+#: templates/catalogue/book_text.html:9 templates/catalogue/player.html:11
+msgid "Wolne Lektury"
+msgstr "Wolne Lektury"
+
+#: templates/catalogue/book_text.html:22
+msgid "Table of contents"
+msgstr "Table of contents"
+
+#: templates/catalogue/book_text.html:23 templatetags/catalogue_tags.py:420
+msgid "Themes"
+msgstr "Themes"
+
+#: templates/catalogue/book_text.html:24
+msgid "Edit. note"
+msgstr "Edit. note"
+
+#: templates/catalogue/book_text.html:25
+msgid "Infobox"
+msgstr "Infobox"
+
+#: templates/catalogue/book_text.html:26 templates/catalogue/player.html:34
+msgid "Book's page"
+msgstr "Book's page"
+
+#: templates/catalogue/book_text.html:43
+msgid "for a reader"
+msgstr "for a reader"
+
+#: templates/catalogue/book_text.html:56 templates/catalogue/book_wide.html:67
+msgid "Download all audiobooks for this book"
+msgstr "Download all audiobooks for this book"
+
+#: templates/catalogue/book_wide.html:22
+#: templates/catalogue/tagged_object_list.html:60
+msgid "Motifs and themes"
+msgstr "Motifs and themes"
+
+#: templates/catalogue/book_wide.html:44
+msgid "See"
+msgstr "See"
+
+#: templates/catalogue/book_wide.html:47
+msgid "Source"
+msgstr "Source"
+
+#: templates/catalogue/book_wide.html:47
+msgid "of the book"
+msgstr "of the book"
+
+#: templates/catalogue/book_wide.html:49
+msgid "Source XML file"
+msgstr "Source XML file"
+
+#: templates/catalogue/book_wide.html:51
+msgid "Book on"
+msgstr "Book on"
+
+#: templates/catalogue/book_wide.html:51
+msgid "Editor's Platform"
+msgstr "Editor's Platform"
+
+#: templates/catalogue/book_wide.html:54
+msgid "Book description on Lektury.Gazeta.pl"
+msgstr "Book description on Lektury.Gazeta.pl"
+
+#: templates/catalogue/book_wide.html:57
+msgid "Book description on Wikipedia"
+msgstr "Book description on Wikipedia"
+
+#: templates/catalogue/book_wide.html:59
+msgid "Mix this book"
+msgstr "Mix this book"
+
+#: templates/catalogue/catalogue.html:6 templates/catalogue/catalogue.html:11
+msgid "Catalogue"
+msgstr "Catalogue"
+
+#: templates/catalogue/catalogue.html:16
+msgid "Download the catalogue in PDF format."
+msgstr "Download the catalogue in PDF format."
+
+#: 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 "Authors"
+
+#: 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 "Forms"
+
+#: 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 "Genres"
+
+#: 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 "Periods"
+
+#: templates/catalogue/catalogue.html:31
+msgid "Themes and topics"
+msgstr "Motifs and themes"
+
+#: templates/catalogue/catalogue.html:34 templates/catalogue/menu.html:16
+#, fuzzy
+msgid "Collections"
+msgstr "collections"
+
+#: templates/catalogue/daisy_list.html:6
+#: templates/catalogue/daisy_list.html:12
+msgid "Listing of all DAISY files"
+msgstr "List of all DAISY files"
+
+#: templates/catalogue/daisy_list.html:9
+msgid "Latest DAISY audiobooks"
+msgstr "Latest DAISY audiobooks"
+
+#: 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 ""
+"The internationally recognized DAISY book format \n"
+"provides the best possible standardized access to books for people who are \n"
+"partially sighted, blind or are dyslexic. It is free of charge and you can "
+"use it without any limits."
 
-#: models.py:391
-msgid "books"
-msgstr "Books"
+#: templates/catalogue/differentiate_tags.html:12
+msgid "The criteria are ambiguous. Please select one of the following options:"
+msgstr ""
+"The criteria are ambiguous. Please select one of the following options:"
 
-#: models.py:690
-#, fuzzy, python-format
-msgid "Book \"%s\" does not exist."
-msgstr "Book with slug = \"%s\" does not exist."
+#: templates/catalogue/fragment_short.html:12
+msgid "Expand fragment"
+msgstr "Expand fragment"
+
+#: templates/catalogue/fragment_short.html:22
+msgid "Hide fragment"
+msgstr "Hide fragment"
+
+#: templates/catalogue/inline_tag_list.html:4
+#: templates/catalogue/tag_list.html:4
+msgid "See full category"
+msgstr "See full category"
+
+#: templates/catalogue/menu.html:9 templates/catalogue/menu.html.py:18
+msgid "Please wait…"
+msgstr ""
+
+#: templates/catalogue/menu.html:24
+msgid "All books"
+msgstr "All books"
+
+#: templates/catalogue/menu.html:28
+msgid "Audiobooks"
+msgstr "Audiobooks"
 
-#: models.py:704
+#: templates/catalogue/menu.html:32
+msgid "DAISY"
+msgstr "DAISY"
+
+#: templates/catalogue/picture_detail.html:29
+msgid "Work is licensed under "
+msgstr "Work is licensed under "
+
+#: templates/catalogue/picture_detail.html:31
+msgid "Based on"
+msgstr "Based on"
+
+#: templates/catalogue/picture_detail.html:45
+msgid "Details"
+msgstr "Details"
+
+#: templates/catalogue/picture_detail.html:48
+msgid "Author"
+msgstr "Author"
+
+#: templates/catalogue/picture_detail.html:66
+msgid "Other resources"
+msgstr "Other sources"
+
+#: templates/catalogue/picture_detail.html:69
+msgid "Source of the image"
+msgstr "Source of the image"
+
+#: templates/catalogue/picture_detail.html:72
+msgid "Image on the Editor's Platform"
+msgstr "Image on the Editor's Platform"
+
+#: templates/catalogue/picture_detail.html:83
+msgid "View XML source"
+msgstr "View XML source"
+
+#: templates/catalogue/picture_detail.html:86
+msgid "Work's themes "
+msgstr "Work's themes "
+
+#: templates/catalogue/picture_list.html:8
+#: templates/catalogue/picture_list.html:10
+msgid "Listing of all pictures"
+msgstr "List of all pictures"
+
+#: templates/catalogue/player.html:35
+msgid "Download as"
+msgstr "Download as"
+
+#: templates/catalogue/player.html:88
+msgid "Artist"
+msgstr "Reader"
+
+#: templates/catalogue/player.html:89
+msgid "Director"
+msgstr "Director"
+
+#: templates/catalogue/player.html:108
+msgid "Audiobooks were prepared as a part of the projects:"
+msgstr "Audiobooks were prepared as a part of the following projects:"
+
+#: templates/catalogue/player.html:113
 #, python-format
-msgid "Book %s already exists"
-msgstr "Book %s already exists"
+msgid "%(cs)s, funded by %(fb)s"
+msgstr "%(cs)s, funded by %(fb)s"
 
-#: models.py:991
-msgid "fragment"
-msgstr "Fragment"
+#: templates/catalogue/player.html:125
+#, python-format
+msgid ""
+"Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s."
+msgstr ""
+"Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s."
 
-#: models.py:992
-msgid "fragments"
-msgstr "Fragments"
+#: templates/catalogue/player.html:127
+#, python-format
+msgid "Audiobooks were prepared as a part of the %(cs)s project."
+msgstr "Audiobooks were prepared as a part of the %(cs)s project."
 
-#: models.py:1033
+#: templates/catalogue/recent_audiobooks_list.html:5
+#: templates/catalogue/recent_audiobooks_list.html:10
 #, fuzzy
-msgid "book slugs"
-msgstr "Book stubs"
+msgid "Recent audiobooks"
+msgstr "Latest MP3 audiobooks"
 
-#: models.py:1037
-msgid "collection"
+#: templates/catalogue/recent_daisy_list.html:5
+#: templates/catalogue/recent_daisy_list.html:10
+msgid "Recent DAISY files"
 msgstr ""
 
-#: models.py:1038
-msgid "collections"
-msgstr ""
+#: templates/catalogue/recent_list.html:5
+#: templates/catalogue/recent_list.html:10
+#, fuzzy
+msgid "Recent publications"
+msgstr "Goes to public domain"
 
-#: views.py:501
+#: templates/catalogue/recent_list.html:15
 #, python-format
 msgid ""
-"An error occurred: %(exception)s\n"
-"\n"
-"%(tb)s"
+"You can also see <a href=\"%(a)s\">recent audiobooks</a>\n"
+"        and <a href=\"%(d)s\">recent DAISY files</a>."
 msgstr ""
-"An error occurred: %(exception)s\n"
-"\n"
-"%(tb)s"
 
-#: views.py:502
-msgid "Book imported successfully"
-msgstr "Book imported succesfully"
+#: 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
+msgid "Search"
+msgstr "Search"
 
-#: views.py:504
-#, python-format
-msgid "Error importing file: %r"
-msgstr "Error occured while importing file: %r"
+#: templates/catalogue/search_multiple_hits.html:11
+#: templates/catalogue/search_no_hits.html:16
+msgid "Did you mean"
+msgstr "Did you mean"
+
+#: templates/catalogue/search_multiple_hits.html:52
+msgid "Results by title"
+msgstr "Results by title"
+
+#: templates/catalogue/search_multiple_hits.html:67
+msgid "Results by authors"
+msgstr "Results by authors"
+
+#: templates/catalogue/search_multiple_hits.html:80
+#, fuzzy
+msgid "Results by translators"
+msgstr "Translator"
+
+#: templates/catalogue/search_multiple_hits.html:93
+msgid "Results in text"
+msgstr "Results in text"
+
+#: templates/catalogue/search_multiple_hits.html:110
+msgid "Other results"
+msgstr "Other results"
+
+#: templates/catalogue/search_no_hits.html:19
+#: templates/catalogue/tagged_object_list.html:151
+msgid "Sorry! Search cirteria did not match any resources."
+msgstr "Sorry! Search cirteria did not match any resources."
 
-#: views.py:548
-msgid "Incorrect customization options for 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."
 msgstr ""
+"Search engine supports following criteria: title, author, theme/topic, "
+"period, form and genre.\n"
+"\t\tAs for now we do not support full text search."
+
+#: templates/catalogue/search_too_short.html:13
+msgid "Sorry! Search query must have at least two characters."
+msgstr "Sorry! Search query must have at least two characters."
 
-#: views.py:550
-msgid "Bad method"
+#: templates/catalogue/tag_list_split.html:5
+msgid "Literature"
 msgstr ""
 
-#: views.py:555
-msgid "Download custom PDF"
+#: templates/catalogue/tag_list_split.html:14
+msgid "Gallery"
 msgstr ""
 
-#: views.py:556
-msgid "Download"
+#: templates/catalogue/tagged_object_list.html:78
+msgid "in Culture.pl"
 msgstr ""
 
-#~ msgid "title, author, theme/topic, epoch, kind, genre"
-#~ msgstr "title, author, motifs/theme, period, form, genre"
+#: templates/catalogue/tagged_object_list.html:83
+#: templates/catalogue/tagged_object_list.html:113
+msgid "in Lektury.Gazeta.pl"
+msgstr "in Lektury.Gazeta.pl"
+
+#: templates/catalogue/tagged_object_list.html:88
+#: templates/catalogue/tagged_object_list.html:118
+msgid "in Wikipedia"
+msgstr "in Wikipedia"
+
+#: templates/catalogue/snippets/custom_pdf_link_li.html:5
+msgid "Download a custom PDF"
+msgstr "Download a custom PDF"
+
+#: templates/catalogue/snippets/license_icon.html:6
+#: templates/catalogue/snippets/license_icon.html:8
+msgid "Free license"
+msgstr ""
+
+#~ msgid "Put a book on the shelf!"
+#~ msgstr "Put this book on the shelf!"
+
+#~ msgid "Create new shelf"
+#~ msgstr "Create new shelf"
+
+#~ msgid ""
+#~ "You do not have any shelves. You can create one below, if you want to."
+#~ msgstr ""
+#~ "You do not have any shelves. You can create one below, if you want to."
+
+#~ msgid "Put on the shelf!"
+#~ msgstr "Put on the shelf!"
+
+#~ msgid "Shelves containing fragment"
+#~ msgstr "Shelves containing fragment"
+
+#~ msgid ""
+#~ "You do not own any shelves. You can create one below, if you want to."
+#~ msgstr ""
+#~ "You do not own any shelves. You can create one below, if you want to."
 
-#~ msgid "Shelves"
-#~ msgstr "Shelves"
+#~ msgid "Save all shelves"
+#~ msgstr "Save all shelves"
 
-#~ msgid "Name of the new shelf"
-#~ msgstr "Name of the new shelf"
+#~ msgid "Your shelves with books"
+#~ msgstr "Your shelves with books"
+
+#~ msgid "You do not own any shelves. You can create one below if you want to"
+#~ msgstr "You do not own any shelves. You can create one below if you want to"
+
+#~ msgid "Create shelf"
+#~ msgstr "Create shelf"
+
+#~ msgid "Enter a valid JSON value. Error: %s"
+#~ msgstr "Enter a valid JSON value. Error: %s"
+
+#~ msgid "A4"
+#~ msgstr "A4"
+
+#~ msgid "A5"
+#~ msgstr "A5"
+
+#~ msgid "Incorrect customization options for PDF"
+#~ msgstr "Incorrect customization options for PDF"
+
+#~ msgid "Bad method"
+#~ msgstr "Bad method"
+
+#~ msgid "title, author, theme/topic, epoch, kind, genre"
+#~ msgstr "title, author, motifs/theme, period, form, genre"
 
 #~ msgid "main page"
 #~ msgstr "Main page"
@@ -289,18 +834,6 @@ msgstr ""
 #~ msgid "OGG file"
 #~ msgstr "OGG file"
 
-#~ msgid "DAISY file"
-#~ msgstr "DAISY file"
-
-#~ msgid "Read online"
-#~ msgstr "Read online"
-
-#~ msgid "goes to public domain"
-#~ msgstr "Goes to public domain"
-
-#~ msgid "translator"
-#~ msgstr "Translator"
-
 #~ msgid "year of translator's death"
 #~ msgstr "Year of translator's death"
 
@@ -319,9 +852,6 @@ msgstr ""
 #~ msgid "Book was successfully removed from the shelf"
 #~ msgstr "Book was successfully removed from the shelf"
 
-#~ msgid "This book is not on the shelf"
-#~ msgstr "This book is not on the shelf"
-
 #~ msgid "<p>Shelf <strong>%s</strong> was successfully created</p>"
 #~ msgstr "<p>Shelf <strong>%s</strong> was successfully created</p>"