translation update
[wolnelektury.git] / src / catalogue / locale / en / LC_MESSAGES / django.po
index f66d1ef..e502379 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-12-16 09:20+0100\n"
+"POT-Creation-Date: 2016-01-25 13:22+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"
@@ -21,269 +21,344 @@ msgstr ""
 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported"
 msgstr ""
 
+#: constants.py:41
+#, fuzzy
+#| msgid "author"
+msgid "authors"
+msgstr "author"
+
+#: constants.py:42
+#, fuzzy
+#| msgid "epoch"
+msgid "epochs"
+msgstr "period"
+
+#: constants.py:43
+#, fuzzy
+#| msgid "kind"
+msgid "kinds"
+msgstr "form"
+
+#: constants.py:44
+#, fuzzy
+#| msgid "genre"
+msgid "genres"
+msgstr "genre"
+
+#: constants.py:45
+#, fuzzy
+#| msgid "theme"
+msgid "themes"
+msgstr "motif"
+
+#: constants.py:46
+msgid "sets"
+msgstr ""
+
+#: constants.py:47
+msgid "things"
+msgstr ""
+
 #: forms.py:27
 msgid "Please supply an XML."
 msgstr "Please supply an XML."
 
-#: forms.py:46
+#: forms.py:45
 msgid "Don't show footnotes"
 msgstr "Don't show footnotes"
 
-#: forms.py:47
+#: forms.py:46
 msgid "Don't disply themes"
 msgstr "Don't display themes"
 
-#: forms.py:48
+#: forms.py:47
 msgid "Don't use our custom font"
 msgstr "Don't use our custom font"
 
-#: forms.py:49
+#: forms.py:48
 msgid "Without cover"
 msgstr ""
 
-#: forms.py:52
+#: forms.py:51
 msgid "Leading"
 msgstr "Leading"
 
-#: forms.py:53
+#: forms.py:52
 msgid "Normal leading"
 msgstr "Normal leading"
 
-#: forms.py:54
+#: forms.py:53
 msgid "One and a half leading"
 msgstr "One and a half leading"
 
-#: forms.py:55
+#: forms.py:54
 msgid "Double leading"
 msgstr "Double leading"
 
-#: forms.py:57
+#: forms.py:56
 msgid "Font size"
 msgstr "Font size"
 
-#: forms.py:58
+#: forms.py:57
 msgid "Default"
 msgstr "Default"
 
-#: forms.py:59
+#: forms.py:58
 msgid "Big"
 msgstr "Big"
 
-#: forms.py:82
+#: forms.py:80
 msgid "Queue is full. Please try again later."
 msgstr ""
 
-#: 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"
-
-#: views.py:586
-msgid "Book imported successfully"
-msgstr "Book imported succesfully"
-
-#: views.py:588
-#, python-format
-msgid "Error importing file: %r"
-msgstr "An error occured while importing file: %r"
-
-#: 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
+#: models/book.py:45 models/collection.py:14
 msgid "title"
 msgstr "Title"
 
-#: models/book.py:29 models/tag.py:34
+#: models/book.py:46 models/tag.py:35
 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
+#: models/book.py:48
+#, fuzzy
+#| msgid "Results by authors"
+msgid "sort key by author"
+msgstr "Results by authors"
+
+#: models/book.py:49 models/book.py:50 models/collection.py:15
+#: models/collection.py:18 models/tag.py:34
 msgid "slug"
 msgstr "Slug"
 
-#: models/book.py:33
+#: models/book.py:51
 msgid "language code"
 msgstr "language code"
 
-#: models/book.py:35 models/book.py:146 models/collection.py:13
-#: models/tag.py:37 models/tag.py:94
+#: models/book.py:52 models/book.py:173 models/collection.py:16
+#: models/tag.py:38 models/tag.py:156
 msgid "description"
 msgstr "Description"
 
-#: models/book.py:36 models/book.py:37 models/bookmedia.py:29 models/tag.py:46
-#: models/tag.py:47
+#: models/book.py:53 models/book.py:54 models/bookmedia.py:34 models/tag.py:45
+#: models/tag.py:46
 msgid "creation date"
 msgstr "creation date"
 
-#: models/book.py:38
+#: models/book.py:55
 msgid "parent number"
 msgstr "Parent number"
 
-#: models/book.py:39 models/bookmedia.py:30
+#: models/book.py:56 models/bookmedia.py:35
 msgid "extra information"
 msgstr "Additional information"
 
-#: models/book.py:44
+#: models/book.py:62
 msgid "cover"
 msgstr "cover"
 
-#: models/book.py:66 models/collection.py:18 models/tag.py:22
+#: models/book.py:68
+msgid "cover thumbnail"
+msgstr ""
+
+#: models/book.py:93 models/collection.py:22
 msgid "book"
 msgstr "book"
 
-#: models/book.py:67
+#: models/book.py:94
 msgid "books"
 msgstr "Books"
 
-#: models/book.py:244
+#: models/book.py:269
 #, python-format
 msgid "Book \"%s\" does not exist."
 msgstr "Book with stub = \"%s\" does not exist."
 
-#: models/book.py:258
+#: models/book.py:282
 #, python-format
 msgid "Book %s already exists"
 msgstr "Book %s already exists"
 
-#: models/book.py:599 models/bookmedia.py:23
+#: models/book.py:529
+msgid "This work needs modernisation"
+msgstr ""
+
+#: models/book.py:557 models/bookmedia.py:29
 #, python-format
 msgid "%s file"
 msgstr "%s file"
 
-#: models/bookmedia.py:26
+#: models/bookmedia.py:31
 msgid "type"
 msgstr "type"
 
-#: models/bookmedia.py:27 models/tag.py:32
+#: models/bookmedia.py:32 models/source.py:12 models/tag.py:33
 msgid "name"
 msgstr "name"
 
-#: models/bookmedia.py:28
+#: models/bookmedia.py:33
 msgid "file"
 msgstr "XML file"
 
-#: models/bookmedia.py:39 models/bookmedia.py:40
+#: models/bookmedia.py:44 models/bookmedia.py:45
 msgid "book media"
 msgstr "book media"
 
-#: models/collection.py:16
+#: models/collection.py:19
 msgid "book slugs"
 msgstr "Book stubs"
 
-#: models/collection.py:18 models/tag.py:18
+#: models/collection.py:21 models/tag.py:20
 msgid "kind"
 msgstr "form"
 
 #: models/collection.py:22
+msgid "picture"
+msgstr ""
+
+#: models/collection.py:26
 msgid "collection"
 msgstr "collection"
 
-#: models/collection.py:23
+#: models/collection.py:27
 msgid "collections"
 msgstr "collections"
 
-#: models/fragment.py:32
+#: models/fragment.py:31
 msgid "fragment"
 msgstr "Fragment"
 
-#: models/fragment.py:33
+#: models/fragment.py:32
 msgid "fragments"
 msgstr "Fragments"
 
-#: models/tag.py:16
+#: models/source.py:11
+#, fuzzy
+#| msgid "extra information"
+msgid "network location"
+msgstr "Additional information"
+
+#: models/source.py:16
+#, fuzzy
+#| msgid "Source"
+msgid "source"
+msgstr "Source"
+
+#: models/source.py:17
+#, fuzzy
+#| msgid "Source"
+msgid "sources"
+msgstr "Source"
+
+#: models/tag.py:18
 msgid "author"
 msgstr "author"
 
-#: models/tag.py:17
+#: models/tag.py:19
 msgid "epoch"
 msgstr "period"
 
-#: models/tag.py:19
+#: models/tag.py:21
 msgid "genre"
 msgstr "genre"
 
-#: models/tag.py:20
+#: models/tag.py:22
 msgid "theme"
 msgstr "motif"
 
-#: models/tag.py:21
+#: models/tag.py:23
 msgid "set"
 msgstr "set"
 
-#: models/tag.py:23
+#: models/tag.py:24
 msgid "thing"
 msgstr ""
 
-#: models/tag.py:35
+#: models/tag.py:37
 msgid "category"
 msgstr "Category"
 
-#: models/tag.py:40
-msgid "book count"
-msgstr "Number of books"
-
-#: models/tag.py:41
-msgid "picture count"
-msgstr ""
-
-#: models/tag.py:65
+#: models/tag.py:66
 msgid "tag"
 msgstr "tag"
 
-#: models/tag.py:66
+#: models/tag.py:67
 msgid "tags"
 msgstr "tags"
 
-#: models/tag.py:83
-msgid ""
-"Book tags can't have attached links. Set them directly on the book instead "
-"of it's tag."
-msgstr ""
+#: templates/catalogue/audiobook_list.html:6
+#: templates/catalogue/audiobook_list.html:11
+msgid "Audiobooks"
+msgstr "Audiobooks"
 
-#: templates/catalogue/audiobook_list.html:7
-#: templates/catalogue/audiobook_list.html:16
+#: templates/catalogue/audiobook_list.html:14
 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:17
+#: templates/catalogue/daisy_list.html:7
+#: templates/catalogue/daisy_list.html:13
+msgid "Listing of all DAISY files"
+msgstr "List of all DAISY files"
 
-#: templates/catalogue/audiobook_list.html:13
-msgid "Latest Ogg Vorbis audiobooks"
-msgstr "Latest Ogg Vorbis audiobooks"
+#: templates/catalogue/book_detail.html:23
+#: templates/catalogue/book_text.html:20
+#, fuzzy
+#| msgid "Other resources"
+msgid "Other versions"
+msgstr "Other sources"
 
-#: 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
+#: templates/catalogue/book_detail.html:31
 msgid "See also"
 msgstr "See also"
 
+#: templates/catalogue/book_detail.html:40
+#: templates/catalogue/book_text.html:30
+#: templates/catalogue/tagged_object_list.html:24
+msgid "Themes"
+msgstr "Themes"
+
+#: templates/catalogue/book_detail.html:47
+msgid "Information about the work"
+msgstr ""
+
+#: templates/catalogue/book_detail.html:58
+msgid "Source"
+msgstr "Source"
+
+#: templates/catalogue/book_detail.html:58
+msgid "of the book"
+msgstr "of the book"
+
+#: templates/catalogue/book_detail.html:59
+#, fuzzy
+#| msgid "kind"
+msgid "in"
+msgstr "form"
+
+#: templates/catalogue/book_detail.html:61
+msgid "Source XML file"
+msgstr "Source XML file"
+
+#: templates/catalogue/book_detail.html:63
+msgid "Book on"
+msgstr "Book on"
+
+#: templates/catalogue/book_detail.html:63
+msgid "Editor's Platform"
+msgstr "Editor's Platform"
+
+#: templates/catalogue/book_detail.html:66
+msgid "Book description on Lektury.Gazeta.pl"
+msgstr "Book description on Lektury.Gazeta.pl"
+
+#: templates/catalogue/book_detail.html:69
+msgid "Book description on Wikipedia"
+msgstr "Book description on Wikipedia"
+
+#: templates/catalogue/book_detail.html:71
+msgid "Mix this book"
+msgstr "Mix this book"
+
 #: templates/catalogue/book_fragments.html:5
 #: templates/catalogue/book_fragments.html:11
 msgid "Theme"
@@ -323,216 +398,170 @@ msgstr ""
 msgid "Resource prepared based on:"
 msgstr "Text based on:"
 
-#: templates/catalogue/book_info.html:28
+#: templates/catalogue/book_info.html:29
+msgid "Edited by:"
+msgstr ""
+
+#: templates/catalogue/book_info.html:31
 msgid "Edited and annotated by:"
 msgstr "Edited and annotated by:"
 
-#: templates/catalogue/book_info.html:33
+#: templates/catalogue/book_info.html:37
 msgid "Publication funded by:"
 msgstr ""
 
-#: templates/catalogue/book_info.html:39
+#: templates/catalogue/book_info.html:43
 msgid "Cover image by:"
 msgstr ""
 
-#: templates/catalogue/book_list.html:7 templates/catalogue/book_list.html:10
+#: templates/catalogue/book_list.html:8 templates/catalogue/book_list.html:13
+#: templates/catalogue/picture_list.html:8
+#: templates/catalogue/picture_list.html:10
 msgid "Listing of all works"
 msgstr "List of all works"
 
-#: templates/catalogue/book_list.html:21
+#: templates/catalogue/book_list.html:26
 msgid "Table of Content"
 msgstr "Table of Contents"
 
-#: templates/catalogue/book_list.html:30
+#: templates/catalogue/book_list.html:36
 msgid "↑ top ↑"
 msgstr "↑ top ↑"
 
-#: templates/catalogue/book_short.html:59
+#: templates/catalogue/book_short.html:43
 #: templates/catalogue/picture_detail.html:54
 msgid "Epoch"
 msgstr "Period"
 
-#: templates/catalogue/book_short.html:66
+#: templates/catalogue/book_short.html:51
 #: templates/catalogue/picture_detail.html:60
 msgid "Kind"
 msgstr "Form"
 
-#: templates/catalogue/book_short.html:73
+#: templates/catalogue/book_short.html:59
 msgid "Genre"
 msgstr "Genre"
 
-#: templates/catalogue/book_short.html:88
+#: templates/catalogue/book_short.html:68
+#, fuzzy
+#| msgid "language code"
+msgid "Language"
+msgstr "language code"
+
+#: templates/catalogue/book_short.html:87
 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 ""
-
-#: 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 "Listen"
-
-#: templates/catalogue/book_text.html:9 templates/catalogue/player.html:11
-msgid "Wolne Lektury"
-msgstr "Wolne Lektury"
+#: templates/catalogue/book_short.html:91 views.py:586
+msgid "Download"
+msgstr "Download"
 
-#: templates/catalogue/book_text.html:22
+#: templates/catalogue/book_text.html:26
 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:34 templates/catalogue/book_text.html:91
+msgid "Settings"
+msgstr ""
 
-#: templates/catalogue/book_text.html:24
+#: templates/catalogue/book_text.html:38
 msgid "Edit. note"
 msgstr "Edit. note"
 
-#: templates/catalogue/book_text.html:25
+#: templates/catalogue/book_text.html:42
 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_text.html:56
+#: templates/catalogue/viewer_base.html:53
+msgid "Close"
+msgstr ""
 
-#: templates/catalogue/book_wide.html:49
-msgid "Source XML file"
-msgstr "Source XML file"
+#: templates/catalogue/book_text.html:57
+msgid "Please wait..."
+msgstr ""
 
-#: templates/catalogue/book_wide.html:51
-msgid "Book on"
-msgstr "Book on"
+#: templates/catalogue/book_text.html:73
+msgid "Other versions of the book"
+msgstr ""
 
-#: templates/catalogue/book_wide.html:51
-msgid "Editor's Platform"
-msgstr "Editor's Platform"
+#: templates/catalogue/book_text.html:74
+msgid "Close the other version"
+msgstr ""
 
-#: templates/catalogue/book_wide.html:54
-msgid "Book description on Lektury.Gazeta.pl"
-msgstr "Book description on Lektury.Gazeta.pl"
+#: templates/catalogue/book_text.html:92
+#, fuzzy
+#| msgid "parent number"
+msgid "Display line numbers"
+msgstr "Parent number"
 
-#: templates/catalogue/book_wide.html:57
-msgid "Book description on Wikipedia"
-msgstr "Book description on Wikipedia"
+#: templates/catalogue/book_text.html:93
+#, fuzzy
+#| msgid "Don't disply themes"
+msgid "Display themes"
+msgstr "Don't display themes"
 
-#: templates/catalogue/book_wide.html:59
-msgid "Mix this book"
-msgstr "Mix this book"
+#: templates/catalogue/book_text.html:94
+#, fuzzy
+#| msgid "Don't show footnotes"
+msgid "Display footnotes"
+msgstr "Don't show footnotes"
 
-#: templates/catalogue/catalogue.html:6 templates/catalogue/catalogue.html:11
+#: templates/catalogue/catalogue.html:6
 msgid "Catalogue"
 msgstr "Catalogue"
 
-#: templates/catalogue/catalogue.html:16
+#: templates/catalogue/catalogue.html:11
+#, fuzzy
+#| msgid "All books"
+msgid "All works"
+msgstr "All books"
+
+#: templates/catalogue/catalogue.html:17
 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:20
+#: templates/catalogue/tag_list_split.html:3
+#: templates/catalogue/tagged_object_list.html:6
+#: templates/catalogue/tagged_object_list.html:14
+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 "Forms"
+#: templates/catalogue/catalogue.html:23
+#: templates/catalogue/collections.html:6
+#: templates/catalogue/collections.html:11
+#, fuzzy
+msgid "Collections"
+msgstr "collections"
 
-#: 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:26
+#: templates/catalogue/tag_list_split.html:8
+#: templates/catalogue/tagged_object_list.html:6
+#: templates/catalogue/tagged_object_list.html:14
+msgid "Gallery"
+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 "Periods"
+#: templates/catalogue/collection_box.html:5
+#, fuzzy
+msgid "Collection"
+msgstr "collections"
 
-#: templates/catalogue/catalogue.html:31
-msgid "Themes and topics"
-msgstr "Motifs and themes"
+#: templates/catalogue/collection_box.html:15
+#, python-format
+msgid "and %(c)s more"
+msgstr ""
 
-#: templates/catalogue/catalogue.html:34 templates/catalogue/menu.html:16
+#: templates/catalogue/collections.html:17
 #, fuzzy
-msgid "Collections"
+#| msgid "collections"
+msgid "All 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
+#: templates/catalogue/daisy_list.html:10
 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."
-
 #: templates/catalogue/differentiate_tags.html:12
 msgid "The criteria are ambiguous. Please select one of the following options:"
 msgstr ""
@@ -546,26 +575,18 @@ msgstr "Expand fragment"
 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…"
+#: templates/catalogue/inline_tag_list.html:6
+msgid "Chosen"
 msgstr ""
 
-#: templates/catalogue/menu.html:24
-msgid "All books"
-msgstr "All books"
-
-#: templates/catalogue/menu.html:28
-msgid "Audiobooks"
-msgstr "Audiobooks"
+#: templates/catalogue/inline_tag_list.html:14
+#: templates/catalogue/inline_tag_list.html:23
+msgid "Available"
+msgstr ""
 
-#: templates/catalogue/menu.html:32
-msgid "DAISY"
-msgstr "DAISY"
+#: templates/catalogue/inline_tag_list.html:32
+msgid "Other"
+msgstr ""
 
 #: templates/catalogue/picture_detail.html:29
 msgid "Work is licensed under "
@@ -603,40 +624,45 @@ msgstr "View XML source"
 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:11 templates/catalogue/viewer_base.html:9
+msgid "Wolne Lektury"
+msgstr "Wolne Lektury"
+
+#: templates/catalogue/player.html:34
+msgid "Book's page"
+msgstr "Book's page"
 
 #: templates/catalogue/player.html:35
 msgid "Download as"
 msgstr "Download as"
 
-#: templates/catalogue/player.html:88
+#: templates/catalogue/player.html:84
+#: templates/catalogue/snippets/jplayer.html:35
 msgid "Artist"
 msgstr "Reader"
 
-#: templates/catalogue/player.html:89
+#: templates/catalogue/player.html:85
+#: templates/catalogue/snippets/jplayer.html:36
 msgid "Director"
 msgstr "Director"
 
-#: templates/catalogue/player.html:108
+#: templates/catalogue/player.html:104
 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
+#: templates/catalogue/player.html:109
 #, python-format
 msgid "%(cs)s, funded by %(fb)s"
 msgstr "%(cs)s, funded by %(fb)s"
 
-#: templates/catalogue/player.html:125
+#: templates/catalogue/player.html:121
 #, 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."
 
-#: templates/catalogue/player.html:127
+#: templates/catalogue/player.html:123
 #, 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."
@@ -665,7 +691,7 @@ msgid ""
 "        and <a href=\"%(d)s\">recent DAISY files</a>."
 msgstr ""
 
-#: templates/catalogue/search_multiple_hits.html:5
+#: templates/catalogue/search_multiple_hits.html:8
 #: templates/catalogue/search_no_hits.html:5
 #: templates/catalogue/search_no_hits.html:10
 #: templates/catalogue/search_too_short.html:5
@@ -673,34 +699,54 @@ msgstr ""
 msgid "Search"
 msgstr "Search"
 
-#: templates/catalogue/search_multiple_hits.html:11
+#: templates/catalogue/search_multiple_hits.html:14
 #: templates/catalogue/search_no_hits.html:16
 msgid "Did you mean"
 msgstr "Did you mean"
 
-#: templates/catalogue/search_multiple_hits.html:52
+#: templates/catalogue/search_multiple_hits.html:20
+#: templates/catalogue/tagged_object_list.html:19
+msgid "Authors"
+msgstr "Authors"
+
+#: templates/catalogue/search_multiple_hits.html:30
+#: templates/catalogue/tagged_object_list.html:22
+msgid "Kinds"
+msgstr "Forms"
+
+#: templates/catalogue/search_multiple_hits.html:40
+#: templates/catalogue/tagged_object_list.html:21
+msgid "Genres"
+msgstr "Genres"
+
+#: templates/catalogue/search_multiple_hits.html:50
+#: templates/catalogue/tagged_object_list.html:20
+msgid "Epochs"
+msgstr "Periods"
+
+#: templates/catalogue/search_multiple_hits.html:63
 msgid "Results by title"
 msgstr "Results by title"
 
-#: templates/catalogue/search_multiple_hits.html:67
+#: templates/catalogue/search_multiple_hits.html:78
 msgid "Results by authors"
 msgstr "Results by authors"
 
-#: templates/catalogue/search_multiple_hits.html:80
+#: templates/catalogue/search_multiple_hits.html:91
 #, fuzzy
 msgid "Results by translators"
 msgstr "Translator"
 
-#: templates/catalogue/search_multiple_hits.html:93
+#: templates/catalogue/search_multiple_hits.html:104
 msgid "Results in text"
 msgstr "Results in text"
 
-#: templates/catalogue/search_multiple_hits.html:110
+#: templates/catalogue/search_multiple_hits.html:121
 msgid "Other results"
 msgstr "Other results"
 
 #: templates/catalogue/search_no_hits.html:19
-#: templates/catalogue/tagged_object_list.html:151
+#: templates/catalogue/tagged_object_list.html:61
 msgid "Sorry! Search cirteria did not match any resources."
 msgstr "Sorry! Search cirteria did not match any resources."
 
@@ -718,36 +764,153 @@ msgstr ""
 msgid "Sorry! Search query must have at least two characters."
 msgstr "Sorry! Search query must have at least two characters."
 
-#: templates/catalogue/tag_list_split.html:5
-msgid "Literature"
+#: templates/catalogue/snippets/custom_pdf_link_li.html:3
+msgid "Download a custom PDF"
+msgstr "Download a custom PDF"
+
+#: templates/catalogue/snippets/jplayer.html:53
+msgid "previous"
 msgstr ""
 
-#: templates/catalogue/tag_list_split.html:14
-msgid "Gallery"
+#: templates/catalogue/snippets/jplayer.html:54
+msgid "Part"
 msgstr ""
 
-#: templates/catalogue/tagged_object_list.html:78
-msgid "in Culture.pl"
+#: templates/catalogue/snippets/jplayer.html:55
+msgid "next"
+msgstr ""
+
+#: templates/catalogue/snippets/license_icon.html:6
+#: templates/catalogue/snippets/license_icon.html:8
+msgid "Free license"
 msgstr ""
 
-#: templates/catalogue/tagged_object_list.html:83
-#: templates/catalogue/tagged_object_list.html:113
+#: templates/catalogue/tag_catalogue.html:11
+#, fuzzy
+#| msgid "Wolne Lektury"
+msgid "on Wolne Lektury"
+msgstr "Wolne Lektury"
+
+#: templates/catalogue/tag_list.html:6
+msgid "See full category"
+msgstr "See full category"
+
+#: templates/catalogue/tagged_object_list.html:58
+msgid "All matching works"
+msgstr ""
+
+#: templates/catalogue/tagged_object_list.html:70
+msgid "Motifs and themes"
+msgstr "Motifs and themes"
+
+#: templates/catalogue/tagged_object_list.html:87
+#, fuzzy
+#| msgid "description"
+msgid "No description."
+msgstr "Description"
+
+#: templates/catalogue/tagged_object_list.html:93
 msgid "in Lektury.Gazeta.pl"
 msgstr "in Lektury.Gazeta.pl"
 
-#: templates/catalogue/tagged_object_list.html:88
-#: templates/catalogue/tagged_object_list.html:118
+#: templates/catalogue/tagged_object_list.html:99
 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/tagged_object_list.html:105
+msgid "in Culture.pl"
+msgstr ""
 
-#: templates/catalogue/snippets/license_icon.html:6
-#: templates/catalogue/snippets/license_icon.html:8
-msgid "Free license"
+#: templates/catalogue/viewer_base.html:55
+#, fuzzy
+#| msgid "Leading"
+msgid "Loading"
+msgstr "Leading"
+
+#: views.py:551
+#, python-format
+msgid ""
+"An error occurred: %(exception)s\n"
+"\n"
+"%(tb)s"
 msgstr ""
+"An error occurred: %(exception)s\n"
+"\n"
+"%(tb)s"
+
+#: views.py:553
+msgid "Book imported successfully"
+msgstr "Book imported succesfully"
+
+#: views.py:555
+#, python-format
+msgid "Error importing file: %r"
+msgstr "An error occured while importing file: %r"
+
+#: views.py:585
+msgid "Download custom PDF"
+msgstr "Download custom PDF"
+
+#~ msgid "book count"
+#~ msgstr "Number of books"
+
+#~ msgid "Latest MP3 audiobooks"
+#~ msgstr "Latest MP3 audiobooks"
+
+#~ msgid "Latest Ogg Vorbis audiobooks"
+#~ msgstr "Latest Ogg Vorbis audiobooks"
+
+#~ 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."
+
+#~ msgid "to print"
+#~ msgstr "to print"
+
+#~ msgid "for an e-book reader"
+#~ msgstr "for an e-book reader"
+
+#~ msgid "for Kindle"
+#~ msgstr "for Kindle"
+
+#~ msgid "Listen"
+#~ msgstr "Listen"
+
+#~ msgid "for a reader"
+#~ msgstr "for a reader"
+
+#~ msgid "Download all audiobooks for this book"
+#~ msgstr "Download all audiobooks for this book"
+
+#~ msgid "See"
+#~ msgstr "See"
+
+#~ msgid "Themes and topics"
+#~ msgstr "Motifs and themes"
+
+#~ 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."
+
+#~ msgid "DAISY"
+#~ msgstr "DAISY"
+
+#~ msgid "Listing of all pictures"
+#~ msgstr "List of all pictures"
 
 #~ msgid "Put a book on the shelf!"
 #~ msgstr "Put this book on the shelf!"