From: Jan Szejko <janek37@gmail.com> Date: Thu, 20 Dec 2018 09:29:30 +0000 (+0100) Subject: table of contents only for custom PDF (for now) X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/d8dd5e33408239d7fb7b0e14199de1a8341b9858?ds=sidebyside table of contents only for custom PDF (for now) --- diff --git a/src/catalogue/fields.py b/src/catalogue/fields.py index 378377ced..08ac454a0 100644 --- a/src/catalogue/fields.py +++ b/src/catalogue/fields.py @@ -135,7 +135,7 @@ class BuildPdf(BuildEbook): @staticmethod def transform(wldoc, fieldfile): return wldoc.as_pdf(morefloats=settings.LIBRARIAN_PDF_MOREFLOATS, cover=True, - ilustr_path=gallery_path(wldoc.book_info.url.slug)) + ilustr_path=gallery_path(wldoc.book_info.url.slug), customizations=['notoc']) def build(self, fieldfile): BuildEbook.build(self, fieldfile) diff --git a/src/catalogue/forms.py b/src/catalogue/forms.py index a28eaff52..94df6cdd9 100644 --- a/src/catalogue/forms.py +++ b/src/catalogue/forms.py @@ -50,6 +50,7 @@ CUSTOMIZATION_FLAGS = ( ('nothemes', _("Don't disply themes")), ('nowlfont', _("Don't use our custom font")), ('nocover', _("Without cover")), + ('notoc', _("Without table of contents")), ) CUSTOMIZATION_OPTIONS = ( ('leading', _("Leading"), ( diff --git a/src/catalogue/locale/de/LC_MESSAGES/django.mo b/src/catalogue/locale/de/LC_MESSAGES/django.mo index 83855d698..e14d247a1 100644 Binary files a/src/catalogue/locale/de/LC_MESSAGES/django.mo and b/src/catalogue/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/de/LC_MESSAGES/django.po b/src/catalogue/locale/de/LC_MESSAGES/django.po index 8e44e1e05..9b2ae5649 100644 --- a/src/catalogue/locale/de/LC_MESSAGES/django.po +++ b/src/catalogue/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 13:13+0100\n" +"POT-Creation-Date: 2018-12-20 10:23+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" @@ -25,231 +25,257 @@ msgstr "" msgid "Free Art License 1.3" msgstr "" -#: constants.py:45 +#: constants.py:58 #, fuzzy #| msgid "author" msgid "authors" msgstr "Autor" -#: constants.py:46 +#: constants.py:59 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "Epoche" -#: constants.py:47 +#: constants.py:60 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "Art" -#: constants.py:48 +#: constants.py:61 #, fuzzy #| msgid "genre" msgid "genres" msgstr "Genre" -#: constants.py:49 +#: constants.py:62 #, fuzzy #| msgid "theme" msgid "themes" msgstr "Motiv" -#: constants.py:50 +#: constants.py:63 msgid "sets" msgstr "" -#: constants.py:51 +#: constants.py:64 msgid "things" msgstr "" -#: constants.py:55 +#: constants.py:68 #, fuzzy #| msgid "author" msgid "All authors" msgstr "Autor" -#: constants.py:56 +#: constants.py:69 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "Epoche" -#: constants.py:57 +#: constants.py:70 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "Art" -#: constants.py:58 +#: constants.py:71 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "Genre" -#: constants.py:59 +#: constants.py:72 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "Motiv" -#: constants.py:60 +#: constants.py:73 #, fuzzy #| msgid "collections" msgid "All sets" msgstr "Sammlungen" -#: constants.py:61 +#: constants.py:74 #, fuzzy #| msgid "collections" msgid "All things" msgstr "Sammlungen" -#: forms.py:28 +#: forms.py:29 msgid "Please supply an XML." msgstr "Bitte stellen Sie die XML bereit." -#: forms.py:47 +#: forms.py:49 msgid "Don't show footnotes" msgstr "Zeige die FuÃnoten nicht" -#: forms.py:48 +#: forms.py:50 msgid "Don't disply themes" msgstr "Zeige die Motive nicht " -#: forms.py:49 +#: forms.py:51 msgid "Don't use our custom font" msgstr "Benutze voreingestellte Schrift nicht" -#: forms.py:50 +#: forms.py:52 msgid "Without cover" msgstr "" #: forms.py:53 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "Inhaltsverzeichnis" + +#: forms.py:56 msgid "Leading" msgstr "Zeilenabstand" -#: forms.py:54 +#: forms.py:57 msgid "Normal leading" msgstr "Normaler Zeilenabstand" -#: forms.py:55 +#: forms.py:58 msgid "One and a half leading" msgstr "Zeilenabstand 1,5" -#: forms.py:56 +#: forms.py:59 msgid "Double leading" msgstr "Doppelter Zeilenabstand" -#: forms.py:58 +#: forms.py:61 msgid "Font size" msgstr "SchriftgröÃe" -#: forms.py:59 +#: forms.py:62 msgid "Default" msgstr "Voreingestellt" -#: forms.py:60 +#: forms.py:63 msgid "Big" msgstr "GroÃ" -#: forms.py:82 +#: forms.py:64 +msgid "Bigger" +msgstr "" + +#: forms.py:86 msgid "Queue is full. Please try again later." msgstr "" -#: models/book.py:55 models/collection.py:14 +#: models/book.py:58 models/collection.py:14 msgid "title" msgstr "Titel" -#: models/book.py:56 models/tag.py:58 +#: models/book.py:59 models/tag.py:58 msgid "sort key" msgstr "Sortierschlüssel" -#: models/book.py:58 +#: models/book.py:61 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "Ergebnisse nach Autoren" -#: models/book.py:59 models/book.py:60 models/collection.py:15 +#: models/book.py:62 models/book.py:63 models/collection.py:15 #: models/collection.py:18 models/tag.py:57 msgid "slug" msgstr "Slug" -#: models/book.py:61 +#: models/book.py:64 msgid "language code" msgstr "Sprachenkode" -#: models/book.py:62 models/book.py:240 models/collection.py:16 +#: models/book.py:65 models/book.py:304 models/collection.py:16 #: models/tag.py:61 models/tag.py:186 msgid "description" msgstr "Beschreibung" -#: models/book.py:63 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 +#: models/book.py:66 +msgid "abstract" +msgstr "" + +#: models/book.py:67 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "Erstellungsdatum" -#: models/book.py:64 +#: models/book.py:68 #, fuzzy #| msgid "creation date" msgid "change date" msgstr "Erstellungsdatum" -#: models/book.py:65 +#: models/book.py:69 msgid "parent number" msgstr "Elternnummer" -#: models/book.py:66 models/bookmedia.py:37 +#: models/book.py:70 models/bookmedia.py:37 msgid "extra information" msgstr "zusätzliche Informationen" -#: models/book.py:69 +#: models/book.py:73 msgid "print on demand" msgstr "" -#: models/book.py:70 +#: models/book.py:74 msgid "recommended" msgstr "" -#: models/book.py:74 +#: models/book.py:75 +msgid "audio length" +msgstr "" + +#: models/book.py:76 +msgid "preview" +msgstr "" + +#: models/book.py:77 +msgid "preview until" +msgstr "" + +#: models/book.py:81 msgid "cover" msgstr "Umschlag" -#: models/book.py:80 +#: models/book.py:87 msgid "cover thumbnail" msgstr "" -#: models/book.py:85 +#: models/book.py:92 msgid "cover thumbnail for mobile app" msgstr "" -#: models/book.py:90 +#: models/book.py:97 msgid "cover for mobile app" msgstr "" -#: models/book.py:118 models/collection.py:22 +#: models/book.py:125 models/collection.py:22 msgid "book" msgstr "Buch" -#: models/book.py:119 +#: models/book.py:126 msgid "books" msgstr "Bücher" -#: models/book.py:378 +#: models/book.py:449 #, python-format msgid "Book \"%s\" does not exist." msgstr "Buch mit dem Slug = \"%s\" ist nicht vorhanden." -#: models/book.py:391 +#: models/book.py:465 #, python-format msgid "Book %s already exists" msgstr "Buch %s ist bereits vorhanden" -#: models/book.py:658 +#: models/book.py:736 msgid "This work needs modernisation" msgstr "" -#: models/book.py:705 models/bookmedia.py:29 +#: models/book.py:797 models/bookmedia.py:29 #, python-format msgid "%s file" msgstr "%s XML-Datei" @@ -406,23 +432,23 @@ msgstr "vom Buch" msgid "in" msgstr "Art" -#: templates/catalogue/book_detail.html:63 +#: templates/catalogue/book_detail.html:64 msgid "Source XML file" msgstr "XML-Ursprungsdatei" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Book on" msgstr "Buch über" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Editor's Platform" msgstr "Editor-Plattform" -#: templates/catalogue/book_detail.html:71 +#: templates/catalogue/book_detail.html:73 msgid "Book description on Wikipedia" msgstr "Buchbeschreibung in Wikipedia" -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:77 msgid "Mix this book" msgstr "Passe dieses Buch zusammen" @@ -507,31 +533,35 @@ msgstr "Inhaltsverzeichnis" msgid "â top â" msgstr "â top â" -#: templates/catalogue/book_short.html:50 +#: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Epoche" -#: templates/catalogue/book_short.html:58 +#: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Sorte" -#: templates/catalogue/book_short.html:66 +#: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Gattung" -#: templates/catalogue/book_short.html:75 +#: templates/catalogue/book_short.html:78 +msgid "Region" +msgstr "" + +#: templates/catalogue/book_short.html:85 #, fuzzy #| msgid "language code" msgid "Language" msgstr "Sprachenkode" -#: templates/catalogue/book_short.html:96 +#: templates/catalogue/book_short.html:109 msgid "Read online" msgstr "Online lesen" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "" "Cena ksiÄ Å¼ki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem " "upewnij siÄ, że cena druku na Å¼Ä danie jest dla Ciebie odpowiednia." @@ -539,23 +569,27 @@ msgid "" "bezpÅatnie." msgstr "" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "Print on demand â" msgstr "" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/custom_pdf_form.html:19 views.py:369 +#: templates/catalogue/book_short.html:117 +#: templates/catalogue/custom_pdf_form.html:19 views.py:383 msgid "Download" msgstr "Herunterladen" -#: templates/catalogue/book_short.html:118 +#: templates/catalogue/book_short.html:131 msgid "more" msgstr "" -#: templates/catalogue/book_short.html:129 +#: templates/catalogue/book_short.html:142 msgid "less" msgstr "" +#: templates/catalogue/book_short.html:148 +msgid "For now this work is only available for our subscribers." +msgstr "" + #: templates/catalogue/book_text.html:31 msgid "Table of contents" msgstr "Inhaltsverzeichnis" @@ -658,7 +692,7 @@ msgstr[1] "" msgid "All collections" msgstr "Sammlungen" -#: templates/catalogue/custom_pdf_form.html:6 views.py:368 +#: templates/catalogue/custom_pdf_form.html:6 views.py:382 msgid "Download custom PDF" msgstr "PDF-Datei herunterladen" @@ -799,13 +833,13 @@ msgstr "Suchen" msgid "Did you mean" msgstr "Haben Sie gemeint" -#: templates/catalogue/search_multiple_hits.html:31 +#: templates/catalogue/search_multiple_hits.html:33 #, fuzzy #| msgid "books" msgid "Books" msgstr "Bücher" -#: templates/catalogue/search_multiple_hits.html:42 +#: templates/catalogue/search_multiple_hits.html:46 msgid "Pictures" msgstr "" @@ -814,21 +848,6 @@ msgstr "" msgid "Sorry! Search cirteria did not match any resources." msgstr "Sorry! Suchkriterien haben keine Ressourcen erwiesen" -#: templates/catalogue/search_no_hits.html:22 -#, 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 "" -"Suchmaschine fördert die folgenden Kriterien: Titel, Autor, Thema/Motiv, " -"Epoche, Art und Genre. \n" -"Die Volltextsuche ist noch nicht möglich." - #: templates/catalogue/search_too_long.html:13 #, fuzzy #| msgid "Sorry! Search query must have at least two characters." @@ -941,7 +960,7 @@ msgstr "" msgid "Loading" msgstr "Zeilenabstand" -#: views.py:334 +#: views.py:336 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -952,15 +971,29 @@ msgstr "" "\n" "%(tb)s" -#: views.py:336 +#: views.py:338 msgid "Book imported successfully" msgstr "Buch wurde erfolgreich importiert" -#: views.py:338 +#: views.py:340 #, python-format msgid "Error importing file: %r" msgstr "Fehler beim Importieren der Datei: %r" +#, 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 "" +#~ "Suchmaschine fördert die folgenden Kriterien: Titel, Autor, Thema/Motiv, " +#~ "Epoche, Art und Genre. \n" +#~ "Die Volltextsuche ist noch nicht möglich." + #~ msgid "Book description on Lektury.Gazeta.pl" #~ msgstr "Buchbeschreibung in Lektury.Gazeta.pl" diff --git a/src/catalogue/locale/en/LC_MESSAGES/django.mo b/src/catalogue/locale/en/LC_MESSAGES/django.mo index 7f23420e2..3fd2f47d4 100644 Binary files a/src/catalogue/locale/en/LC_MESSAGES/django.mo and b/src/catalogue/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/en/LC_MESSAGES/django.po b/src/catalogue/locale/en/LC_MESSAGES/django.po index 3f92d1b8c..17439101b 100644 --- a/src/catalogue/locale/en/LC_MESSAGES/django.po +++ b/src/catalogue/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 13:13+0100\n" +"POT-Creation-Date: 2018-12-20 10:23+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" @@ -25,231 +25,257 @@ msgstr "" msgid "Free Art License 1.3" msgstr "" -#: constants.py:45 +#: constants.py:58 #, fuzzy #| msgid "author" msgid "authors" msgstr "author" -#: constants.py:46 +#: constants.py:59 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "period" -#: constants.py:47 +#: constants.py:60 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "form" -#: constants.py:48 +#: constants.py:61 #, fuzzy #| msgid "genre" msgid "genres" msgstr "genre" -#: constants.py:49 +#: constants.py:62 #, fuzzy #| msgid "theme" msgid "themes" msgstr "motif" -#: constants.py:50 +#: constants.py:63 msgid "sets" msgstr "" -#: constants.py:51 +#: constants.py:64 msgid "things" msgstr "" -#: constants.py:55 +#: constants.py:68 #, fuzzy #| msgid "author" msgid "All authors" msgstr "author" -#: constants.py:56 +#: constants.py:69 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "period" -#: constants.py:57 +#: constants.py:70 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "form" -#: constants.py:58 +#: constants.py:71 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "genre" -#: constants.py:59 +#: constants.py:72 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "motif" -#: constants.py:60 +#: constants.py:73 #, fuzzy #| msgid "collections" msgid "All sets" msgstr "collections" -#: constants.py:61 +#: constants.py:74 #, fuzzy #| msgid "collections" msgid "All things" msgstr "collections" -#: forms.py:28 +#: forms.py:29 msgid "Please supply an XML." msgstr "Please supply an XML." -#: forms.py:47 +#: forms.py:49 msgid "Don't show footnotes" msgstr "Don't show footnotes" -#: forms.py:48 +#: forms.py:50 msgid "Don't disply themes" msgstr "Don't display themes" -#: forms.py:49 +#: forms.py:51 msgid "Don't use our custom font" msgstr "Don't use our custom font" -#: forms.py:50 +#: forms.py:52 msgid "Without cover" msgstr "" #: forms.py:53 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "Table of contents" + +#: forms.py:56 msgid "Leading" msgstr "Leading" -#: forms.py:54 +#: forms.py:57 msgid "Normal leading" msgstr "Normal leading" -#: forms.py:55 +#: forms.py:58 msgid "One and a half leading" msgstr "One and a half leading" -#: forms.py:56 +#: forms.py:59 msgid "Double leading" msgstr "Double leading" -#: forms.py:58 +#: forms.py:61 msgid "Font size" msgstr "Font size" -#: forms.py:59 +#: forms.py:62 msgid "Default" msgstr "Default" -#: forms.py:60 +#: forms.py:63 msgid "Big" msgstr "Big" -#: forms.py:82 +#: forms.py:64 +msgid "Bigger" +msgstr "" + +#: forms.py:86 msgid "Queue is full. Please try again later." msgstr "" -#: models/book.py:55 models/collection.py:14 +#: models/book.py:58 models/collection.py:14 msgid "title" msgstr "Title" -#: models/book.py:56 models/tag.py:58 +#: models/book.py:59 models/tag.py:58 msgid "sort key" msgstr "Sort key" -#: models/book.py:58 +#: models/book.py:61 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "Results by authors" -#: models/book.py:59 models/book.py:60 models/collection.py:15 +#: models/book.py:62 models/book.py:63 models/collection.py:15 #: models/collection.py:18 models/tag.py:57 msgid "slug" msgstr "Slug" -#: models/book.py:61 +#: models/book.py:64 msgid "language code" msgstr "language code" -#: models/book.py:62 models/book.py:240 models/collection.py:16 +#: models/book.py:65 models/book.py:304 models/collection.py:16 #: models/tag.py:61 models/tag.py:186 msgid "description" msgstr "Description" -#: models/book.py:63 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 +#: models/book.py:66 +msgid "abstract" +msgstr "" + +#: models/book.py:67 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "creation date" -#: models/book.py:64 +#: models/book.py:68 #, fuzzy #| msgid "creation date" msgid "change date" msgstr "creation date" -#: models/book.py:65 +#: models/book.py:69 msgid "parent number" msgstr "Parent number" -#: models/book.py:66 models/bookmedia.py:37 +#: models/book.py:70 models/bookmedia.py:37 msgid "extra information" msgstr "Additional information" -#: models/book.py:69 +#: models/book.py:73 msgid "print on demand" msgstr "" -#: models/book.py:70 +#: models/book.py:74 msgid "recommended" msgstr "" -#: models/book.py:74 +#: models/book.py:75 +msgid "audio length" +msgstr "" + +#: models/book.py:76 +msgid "preview" +msgstr "" + +#: models/book.py:77 +msgid "preview until" +msgstr "" + +#: models/book.py:81 msgid "cover" msgstr "cover" -#: models/book.py:80 +#: models/book.py:87 msgid "cover thumbnail" msgstr "" -#: models/book.py:85 +#: models/book.py:92 msgid "cover thumbnail for mobile app" msgstr "" -#: models/book.py:90 +#: models/book.py:97 msgid "cover for mobile app" msgstr "" -#: models/book.py:118 models/collection.py:22 +#: models/book.py:125 models/collection.py:22 msgid "book" msgstr "book" -#: models/book.py:119 +#: models/book.py:126 msgid "books" msgstr "Books" -#: models/book.py:378 +#: models/book.py:449 #, python-format msgid "Book \"%s\" does not exist." msgstr "Book with stub = \"%s\" does not exist." -#: models/book.py:391 +#: models/book.py:465 #, python-format msgid "Book %s already exists" msgstr "Book %s already exists" -#: models/book.py:658 +#: models/book.py:736 msgid "This work needs modernisation" msgstr "" -#: models/book.py:705 models/bookmedia.py:29 +#: models/book.py:797 models/bookmedia.py:29 #, python-format msgid "%s file" msgstr "%s file" @@ -405,23 +431,23 @@ msgstr "of the book" msgid "in" msgstr "form" -#: templates/catalogue/book_detail.html:63 +#: templates/catalogue/book_detail.html:64 msgid "Source XML file" msgstr "Source XML file" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Book on" msgstr "Book on" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Editor's Platform" msgstr "Editor's Platform" -#: templates/catalogue/book_detail.html:71 +#: templates/catalogue/book_detail.html:73 msgid "Book description on Wikipedia" msgstr "Book description on Wikipedia" -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:77 msgid "Mix this book" msgstr "Mix this book" @@ -509,31 +535,35 @@ msgstr "Table of Contents" msgid "â top â" msgstr "â top â" -#: templates/catalogue/book_short.html:50 +#: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Period" -#: templates/catalogue/book_short.html:58 +#: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Form" -#: templates/catalogue/book_short.html:66 +#: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Genre" -#: templates/catalogue/book_short.html:75 +#: templates/catalogue/book_short.html:78 +msgid "Region" +msgstr "" + +#: templates/catalogue/book_short.html:85 #, fuzzy #| msgid "language code" msgid "Language" msgstr "language code" -#: templates/catalogue/book_short.html:96 +#: templates/catalogue/book_short.html:109 msgid "Read online" msgstr "Read online" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "" "Cena ksiÄ Å¼ki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem " "upewnij siÄ, że cena druku na Å¼Ä danie jest dla Ciebie odpowiednia." @@ -541,23 +571,27 @@ msgid "" "bezpÅatnie." msgstr "" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "Print on demand â" msgstr "" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/custom_pdf_form.html:19 views.py:369 +#: templates/catalogue/book_short.html:117 +#: templates/catalogue/custom_pdf_form.html:19 views.py:383 msgid "Download" msgstr "Download" -#: templates/catalogue/book_short.html:118 +#: templates/catalogue/book_short.html:131 msgid "more" msgstr "" -#: templates/catalogue/book_short.html:129 +#: templates/catalogue/book_short.html:142 msgid "less" msgstr "" +#: templates/catalogue/book_short.html:148 +msgid "For now this work is only available for our subscribers." +msgstr "" + #: templates/catalogue/book_text.html:31 msgid "Table of contents" msgstr "Table of contents" @@ -660,7 +694,7 @@ msgstr[1] "" msgid "All collections" msgstr "collections" -#: templates/catalogue/custom_pdf_form.html:6 views.py:368 +#: templates/catalogue/custom_pdf_form.html:6 views.py:382 msgid "Download custom PDF" msgstr "Download custom PDF" @@ -801,13 +835,13 @@ msgstr "Search" msgid "Did you mean" msgstr "Did you mean" -#: templates/catalogue/search_multiple_hits.html:31 +#: templates/catalogue/search_multiple_hits.html:33 #, fuzzy #| msgid "books" msgid "Books" msgstr "Books" -#: templates/catalogue/search_multiple_hits.html:42 +#: templates/catalogue/search_multiple_hits.html:46 msgid "Pictures" msgstr "" @@ -816,21 +850,6 @@ msgstr "" msgid "Sorry! Search cirteria did not match any resources." msgstr "Sorry! Search cirteria did not match any resources." -#: templates/catalogue/search_no_hits.html:22 -#, 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 "" -"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_long.html:13 #, fuzzy #| msgid "Sorry! Search query must have at least two characters." @@ -942,7 +961,7 @@ msgstr "" msgid "Loading" msgstr "Leading" -#: views.py:334 +#: views.py:336 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -953,15 +972,29 @@ msgstr "" "\n" "%(tb)s" -#: views.py:336 +#: views.py:338 msgid "Book imported successfully" msgstr "Book imported succesfully" -#: views.py:338 +#: views.py:340 #, python-format msgid "Error importing file: %r" msgstr "An error occured while importing file: %r" +#, 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 "" +#~ "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." + #~ msgid "Book description on Lektury.Gazeta.pl" #~ msgstr "Book description on Lektury.Gazeta.pl" diff --git a/src/catalogue/locale/es/LC_MESSAGES/django.mo b/src/catalogue/locale/es/LC_MESSAGES/django.mo index fbcede1f5..4981cf93d 100644 Binary files a/src/catalogue/locale/es/LC_MESSAGES/django.mo and b/src/catalogue/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/es/LC_MESSAGES/django.po b/src/catalogue/locale/es/LC_MESSAGES/django.po index 18fb2fadb..cf1d4520b 100644 --- a/src/catalogue/locale/es/LC_MESSAGES/django.po +++ b/src/catalogue/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 13:13+0100\n" +"POT-Creation-Date: 2018-12-20 10:23+0100\n" "PO-Revision-Date: 2013-04-09 10:39+0100\n" "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -25,231 +25,257 @@ msgstr "" msgid "Free Art License 1.3" msgstr "" -#: constants.py:45 +#: constants.py:58 #, fuzzy #| msgid "author" msgid "authors" msgstr "autor" -#: constants.py:46 +#: constants.py:59 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "época" -#: constants.py:47 +#: constants.py:60 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "tipo" -#: constants.py:48 +#: constants.py:61 #, fuzzy #| msgid "genre" msgid "genres" msgstr "género" -#: constants.py:49 +#: constants.py:62 #, fuzzy #| msgid "theme" msgid "themes" msgstr "tema" -#: constants.py:50 +#: constants.py:63 msgid "sets" msgstr "" -#: constants.py:51 +#: constants.py:64 msgid "things" msgstr "" -#: constants.py:55 +#: constants.py:68 #, fuzzy #| msgid "author" msgid "All authors" msgstr "autor" -#: constants.py:56 +#: constants.py:69 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "época" -#: constants.py:57 +#: constants.py:70 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "tipo" -#: constants.py:58 +#: constants.py:71 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "género" -#: constants.py:59 +#: constants.py:72 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "tema" -#: constants.py:60 +#: constants.py:73 #, fuzzy #| msgid "collections" msgid "All sets" msgstr "colecciones" -#: constants.py:61 +#: constants.py:74 #, fuzzy #| msgid "collections" msgid "All things" msgstr "colecciones" -#: forms.py:28 +#: forms.py:29 msgid "Please supply an XML." msgstr "Por favor, suministre un XML." -#: forms.py:47 +#: forms.py:49 msgid "Don't show footnotes" msgstr "No mostres notas a pie de página" -#: forms.py:48 +#: forms.py:50 msgid "Don't disply themes" msgstr "No mostres temas" -#: forms.py:49 +#: forms.py:51 msgid "Don't use our custom font" msgstr "No uses nuestro tipo de la fuente de personalización " -#: forms.py:50 +#: forms.py:52 msgid "Without cover" msgstr "" #: forms.py:53 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "Tabla de contenido" + +#: forms.py:56 msgid "Leading" msgstr "Interlineado" -#: forms.py:54 +#: forms.py:57 msgid "Normal leading" msgstr "Interlineado normal" -#: forms.py:55 +#: forms.py:58 msgid "One and a half leading" msgstr "Interlineado uno y medio" -#: forms.py:56 +#: forms.py:59 msgid "Double leading" msgstr "Interlineado doble" -#: forms.py:58 +#: forms.py:61 msgid "Font size" msgstr "Tamaño de la fuente" -#: forms.py:59 +#: forms.py:62 msgid "Default" msgstr "Valor por defecto" -#: forms.py:60 +#: forms.py:63 msgid "Big" msgstr "Grande" -#: forms.py:82 +#: forms.py:64 +msgid "Bigger" +msgstr "" + +#: forms.py:86 msgid "Queue is full. Please try again later." msgstr "" -#: models/book.py:55 models/collection.py:14 +#: models/book.py:58 models/collection.py:14 msgid "title" msgstr "tÃtulo" -#: models/book.py:56 models/tag.py:58 +#: models/book.py:59 models/tag.py:58 msgid "sort key" msgstr "clave de clasificación" -#: models/book.py:58 +#: models/book.py:61 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "Resultados por autor" -#: models/book.py:59 models/book.py:60 models/collection.py:15 +#: models/book.py:62 models/book.py:63 models/collection.py:15 #: models/collection.py:18 models/tag.py:57 msgid "slug" msgstr "slug" -#: models/book.py:61 +#: models/book.py:64 msgid "language code" msgstr "código de idioma" -#: models/book.py:62 models/book.py:240 models/collection.py:16 +#: models/book.py:65 models/book.py:304 models/collection.py:16 #: models/tag.py:61 models/tag.py:186 msgid "description" msgstr "descripción" -#: models/book.py:63 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 +#: models/book.py:66 +msgid "abstract" +msgstr "" + +#: models/book.py:67 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "fecha de creación" -#: models/book.py:64 +#: models/book.py:68 #, fuzzy #| msgid "creation date" msgid "change date" msgstr "fecha de creación" -#: models/book.py:65 +#: models/book.py:69 msgid "parent number" msgstr "cifra matriz" -#: models/book.py:66 models/bookmedia.py:37 +#: models/book.py:70 models/bookmedia.py:37 msgid "extra information" msgstr "información adicional" -#: models/book.py:69 +#: models/book.py:73 msgid "print on demand" msgstr "" -#: models/book.py:70 +#: models/book.py:74 msgid "recommended" msgstr "" -#: models/book.py:74 +#: models/book.py:75 +msgid "audio length" +msgstr "" + +#: models/book.py:76 +msgid "preview" +msgstr "" + +#: models/book.py:77 +msgid "preview until" +msgstr "" + +#: models/book.py:81 msgid "cover" msgstr "tapa" -#: models/book.py:80 +#: models/book.py:87 msgid "cover thumbnail" msgstr "" -#: models/book.py:85 +#: models/book.py:92 msgid "cover thumbnail for mobile app" msgstr "" -#: models/book.py:90 +#: models/book.py:97 msgid "cover for mobile app" msgstr "" -#: models/book.py:118 models/collection.py:22 +#: models/book.py:125 models/collection.py:22 msgid "book" msgstr "libro" -#: models/book.py:119 +#: models/book.py:126 msgid "books" msgstr "libros" -#: models/book.py:378 +#: models/book.py:449 #, fuzzy, python-format msgid "Book \"%s\" does not exist." msgstr "Libro con slug = \"%s\" no existe." -#: models/book.py:391 +#: models/book.py:465 #, python-format msgid "Book %s already exists" msgstr "Libro %s ya existe" -#: models/book.py:658 +#: models/book.py:736 msgid "This work needs modernisation" msgstr "" -#: models/book.py:705 models/bookmedia.py:29 +#: models/book.py:797 models/bookmedia.py:29 #, python-format msgid "%s file" msgstr "%s archivo" @@ -406,19 +432,19 @@ msgstr "del libro" msgid "in" msgstr "tipo" -#: templates/catalogue/book_detail.html:63 +#: templates/catalogue/book_detail.html:64 msgid "Source XML file" msgstr "archivo fuente XML" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Book on" msgstr "El libro está en el estante" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Editor's Platform" msgstr "Plataforma de Editor" -#: templates/catalogue/book_detail.html:71 +#: templates/catalogue/book_detail.html:73 msgid "Book description on Wikipedia" msgstr "Descripción del libro en Wikipedia" @@ -426,7 +452,7 @@ msgstr "Descripción del libro en Wikipedia" # ! relaciona lub combina - jeÅli chodzi o powiÄ zanie # ! prepara - jeÅli chodzi o przygotowanie # (zmieniÄ czasownik "mezcla" na któryÅ z powyższych jeÅli kontekst jest inny) -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:77 msgid "Mix this book" msgstr "Mezcla este libro" @@ -514,31 +540,35 @@ msgstr "Tabla de contenido" msgid "â top â" msgstr "âvolver arribaâ" -#: templates/catalogue/book_short.html:50 +#: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Ãpoca" -#: templates/catalogue/book_short.html:58 +#: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Género" -#: templates/catalogue/book_short.html:66 +#: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Subgénero" -#: templates/catalogue/book_short.html:75 +#: templates/catalogue/book_short.html:78 +msgid "Region" +msgstr "" + +#: templates/catalogue/book_short.html:85 #, fuzzy #| msgid "language code" msgid "Language" msgstr "código de idioma" -#: templates/catalogue/book_short.html:96 +#: templates/catalogue/book_short.html:109 msgid "Read online" msgstr "Leer en lÃnea" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "" "Cena ksiÄ Å¼ki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem " "upewnij siÄ, że cena druku na Å¼Ä danie jest dla Ciebie odpowiednia." @@ -546,23 +576,27 @@ msgid "" "bezpÅatnie." msgstr "" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "Print on demand â" msgstr "" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/custom_pdf_form.html:19 views.py:369 +#: templates/catalogue/book_short.html:117 +#: templates/catalogue/custom_pdf_form.html:19 views.py:383 msgid "Download" msgstr "Descargar" -#: templates/catalogue/book_short.html:118 +#: templates/catalogue/book_short.html:131 msgid "more" msgstr "" -#: templates/catalogue/book_short.html:129 +#: templates/catalogue/book_short.html:142 msgid "less" msgstr "" +#: templates/catalogue/book_short.html:148 +msgid "For now this work is only available for our subscribers." +msgstr "" + #: templates/catalogue/book_text.html:31 msgid "Table of contents" msgstr "Tabla de contenido" @@ -666,7 +700,7 @@ msgstr[1] "" msgid "All collections" msgstr "colecciones" -#: templates/catalogue/custom_pdf_form.html:6 views.py:368 +#: templates/catalogue/custom_pdf_form.html:6 views.py:382 msgid "Download custom PDF" msgstr "Descarga PDF personalizado" @@ -807,13 +841,13 @@ msgstr "Buscar" msgid "Did you mean" msgstr "¿Te has referido a...?" -#: templates/catalogue/search_multiple_hits.html:31 +#: templates/catalogue/search_multiple_hits.html:33 #, fuzzy #| msgid "books" msgid "Books" msgstr "libros" -#: templates/catalogue/search_multiple_hits.html:42 +#: templates/catalogue/search_multiple_hits.html:46 msgid "Pictures" msgstr "" @@ -823,21 +857,6 @@ msgid "Sorry! Search cirteria did not match any resources." msgstr "" "¡Lo siento! El criterio de la búsqueda no corresponde a ningún recurso." -#: templates/catalogue/search_no_hits.html:22 -#, 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 "" -"El buscador admite los siguientes criterios: tÃtulo, autor, tema, época, " -"género y subgénero.\n" -"\t\tHasta ahora no se admite la búsqueda de texto completo. " - #: templates/catalogue/search_too_long.html:13 #, fuzzy #| msgid "Sorry! Search query must have at least two characters." @@ -955,7 +974,7 @@ msgstr "Interlineado" # msgid "Today is %(month)s, %(day)s." # msgstr "Hoy es el %(dÃa)s de %(mes)es" -#: views.py:334 +#: views.py:336 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -966,15 +985,29 @@ msgstr "" "\n" "%(tb)s" -#: views.py:336 +#: views.py:338 msgid "Book imported successfully" msgstr "El libro ha sido importado con éxito" -#: views.py:338 +#: views.py:340 #, python-format msgid "Error importing file: %r" msgstr "Ha ocurrido un error al cargar el archivo: %r" +#, 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 "" +#~ "El buscador admite los siguientes criterios: tÃtulo, autor, tema, época, " +#~ "género y subgénero.\n" +#~ "\t\tHasta ahora no se admite la búsqueda de texto completo. " + #~ msgid "Book description on Lektury.Gazeta.pl" #~ msgstr "Descripción del libro en Lektury.Gazeta.pl" diff --git a/src/catalogue/locale/fr/LC_MESSAGES/django.mo b/src/catalogue/locale/fr/LC_MESSAGES/django.mo index 9a434c69a..710daa239 100644 Binary files a/src/catalogue/locale/fr/LC_MESSAGES/django.mo and b/src/catalogue/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/fr/LC_MESSAGES/django.po b/src/catalogue/locale/fr/LC_MESSAGES/django.po index 36a29d95e..da154f7bc 100644 --- a/src/catalogue/locale/fr/LC_MESSAGES/django.po +++ b/src/catalogue/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 13:13+0100\n" +"POT-Creation-Date: 2018-12-20 10:23+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" @@ -24,231 +24,257 @@ msgstr "" msgid "Free Art License 1.3" msgstr "" -#: constants.py:45 +#: constants.py:58 #, fuzzy #| msgid "author" msgid "authors" msgstr "auteur" -#: constants.py:46 +#: constants.py:59 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "époque" -#: constants.py:47 +#: constants.py:60 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "type" -#: constants.py:48 +#: constants.py:61 #, fuzzy #| msgid "genre" msgid "genres" msgstr "genre" -#: constants.py:49 +#: constants.py:62 #, fuzzy #| msgid "theme" msgid "themes" msgstr "thème" -#: constants.py:50 +#: constants.py:63 msgid "sets" msgstr "" -#: constants.py:51 +#: constants.py:64 msgid "things" msgstr "" -#: constants.py:55 +#: constants.py:68 #, fuzzy #| msgid "author" msgid "All authors" msgstr "auteur" -#: constants.py:56 +#: constants.py:69 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "époque" -#: constants.py:57 +#: constants.py:70 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "type" -#: constants.py:58 +#: constants.py:71 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "genre" -#: constants.py:59 +#: constants.py:72 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "thème" -#: constants.py:60 +#: constants.py:73 #, fuzzy #| msgid "collections" msgid "All sets" msgstr "collections" -#: constants.py:61 +#: constants.py:74 #, fuzzy #| msgid "collections" msgid "All things" msgstr "collections" -#: forms.py:28 +#: forms.py:29 msgid "Please supply an XML." msgstr "Fournissez un XML, s'il vous plaît." -#: forms.py:47 +#: forms.py:49 msgid "Don't show footnotes" msgstr "Ne montre pas d'annotations" -#: forms.py:48 +#: forms.py:50 msgid "Don't disply themes" msgstr "N'affiche pas de thèmes" -#: forms.py:49 +#: forms.py:51 msgid "Don't use our custom font" msgstr "N'utilise pas notre caractère usuel" -#: forms.py:50 +#: forms.py:52 msgid "Without cover" msgstr "" #: forms.py:53 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "Table des matières" + +#: forms.py:56 msgid "Leading" msgstr "Interligne" -#: forms.py:54 +#: forms.py:57 msgid "Normal leading" msgstr "Interligne normal" -#: forms.py:55 +#: forms.py:58 msgid "One and a half leading" msgstr "Interligne et demi" -#: forms.py:56 +#: forms.py:59 msgid "Double leading" msgstr "Interligne double" -#: forms.py:58 +#: forms.py:61 msgid "Font size" msgstr "Taille des caractères" -#: forms.py:59 +#: forms.py:62 msgid "Default" msgstr "Implicite" -#: forms.py:60 +#: forms.py:63 msgid "Big" msgstr "Grand(e)(s)" -#: forms.py:82 +#: forms.py:64 +msgid "Bigger" +msgstr "" + +#: forms.py:86 msgid "Queue is full. Please try again later." msgstr "" -#: models/book.py:55 models/collection.py:14 +#: models/book.py:58 models/collection.py:14 msgid "title" msgstr "titre" -#: models/book.py:56 models/tag.py:58 +#: models/book.py:59 models/tag.py:58 msgid "sort key" msgstr "critère de tri" -#: models/book.py:58 +#: models/book.py:61 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "Résultats par l'auteur" -#: models/book.py:59 models/book.py:60 models/collection.py:15 +#: models/book.py:62 models/book.py:63 models/collection.py:15 #: models/collection.py:18 models/tag.py:57 msgid "slug" msgstr "ébauche" -#: models/book.py:61 +#: models/book.py:64 msgid "language code" msgstr "code de langue" -#: models/book.py:62 models/book.py:240 models/collection.py:16 +#: models/book.py:65 models/book.py:304 models/collection.py:16 #: models/tag.py:61 models/tag.py:186 msgid "description" msgstr "description" -#: models/book.py:63 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 +#: models/book.py:66 +msgid "abstract" +msgstr "" + +#: models/book.py:67 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "date de création" -#: models/book.py:64 +#: models/book.py:68 #, fuzzy #| msgid "creation date" msgid "change date" msgstr "date de création" -#: models/book.py:65 +#: models/book.py:69 msgid "parent number" msgstr "nombre de parent" -#: models/book.py:66 models/bookmedia.py:37 +#: models/book.py:70 models/bookmedia.py:37 msgid "extra information" msgstr "information supplémentaire" -#: models/book.py:69 +#: models/book.py:73 msgid "print on demand" msgstr "" -#: models/book.py:70 +#: models/book.py:74 msgid "recommended" msgstr "" -#: models/book.py:74 +#: models/book.py:75 +msgid "audio length" +msgstr "" + +#: models/book.py:76 +msgid "preview" +msgstr "" + +#: models/book.py:77 +msgid "preview until" +msgstr "" + +#: models/book.py:81 msgid "cover" msgstr "couverture" -#: models/book.py:80 +#: models/book.py:87 msgid "cover thumbnail" msgstr "" -#: models/book.py:85 +#: models/book.py:92 msgid "cover thumbnail for mobile app" msgstr "" -#: models/book.py:90 +#: models/book.py:97 msgid "cover for mobile app" msgstr "" -#: models/book.py:118 models/collection.py:22 +#: models/book.py:125 models/collection.py:22 msgid "book" msgstr "livre" -#: models/book.py:119 +#: models/book.py:126 msgid "books" msgstr "livres" -#: models/book.py:378 +#: models/book.py:449 #, python-format msgid "Book \"%s\" does not exist." msgstr "Livre \"%s\" n'existe pas." -#: models/book.py:391 +#: models/book.py:465 #, python-format msgid "Book %s already exists" msgstr "Livre %s existe déjà " -#: models/book.py:658 +#: models/book.py:736 msgid "This work needs modernisation" msgstr "" -#: models/book.py:705 models/bookmedia.py:29 +#: models/book.py:797 models/bookmedia.py:29 #, python-format msgid "%s file" msgstr "fichier %s" @@ -405,23 +431,23 @@ msgstr "du livre" msgid "in" msgstr "type" -#: templates/catalogue/book_detail.html:63 +#: templates/catalogue/book_detail.html:64 msgid "Source XML file" msgstr "Fichier source XML" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Book on" msgstr "Livre sur" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Editor's Platform" msgstr "Plateforme d'éditeur" -#: templates/catalogue/book_detail.html:71 +#: templates/catalogue/book_detail.html:73 msgid "Book description on Wikipedia" msgstr "Description du livre sur Wikipédia" -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:77 msgid "Mix this book" msgstr "Mixez ce livre" @@ -508,31 +534,35 @@ msgstr "Table des matières" msgid "â top â" msgstr "â top â" -#: templates/catalogue/book_short.html:50 +#: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Ãpoque" -#: templates/catalogue/book_short.html:58 +#: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Type" -#: templates/catalogue/book_short.html:66 +#: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Genre" -#: templates/catalogue/book_short.html:75 +#: templates/catalogue/book_short.html:78 +msgid "Region" +msgstr "" + +#: templates/catalogue/book_short.html:85 #, fuzzy #| msgid "language code" msgid "Language" msgstr "code de langue" -#: templates/catalogue/book_short.html:96 +#: templates/catalogue/book_short.html:109 msgid "Read online" msgstr "Lire en ligne" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "" "Cena ksiÄ Å¼ki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem " "upewnij siÄ, że cena druku na Å¼Ä danie jest dla Ciebie odpowiednia." @@ -540,23 +570,27 @@ msgid "" "bezpÅatnie." msgstr "" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "Print on demand â" msgstr "" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/custom_pdf_form.html:19 views.py:369 +#: templates/catalogue/book_short.html:117 +#: templates/catalogue/custom_pdf_form.html:19 views.py:383 msgid "Download" msgstr "Téléchargez" -#: templates/catalogue/book_short.html:118 +#: templates/catalogue/book_short.html:131 msgid "more" msgstr "" -#: templates/catalogue/book_short.html:129 +#: templates/catalogue/book_short.html:142 msgid "less" msgstr "" +#: templates/catalogue/book_short.html:148 +msgid "For now this work is only available for our subscribers." +msgstr "" + #: templates/catalogue/book_text.html:31 msgid "Table of contents" msgstr "Table des matières" @@ -659,7 +693,7 @@ msgstr[1] "" msgid "All collections" msgstr "collections" -#: templates/catalogue/custom_pdf_form.html:6 views.py:368 +#: templates/catalogue/custom_pdf_form.html:6 views.py:382 msgid "Download custom PDF" msgstr "Téléchargez un PDF personnalisé" @@ -800,13 +834,13 @@ msgstr "Rechercher" msgid "Did you mean" msgstr "Est-ce que vous cherchez" -#: templates/catalogue/search_multiple_hits.html:31 +#: templates/catalogue/search_multiple_hits.html:33 #, fuzzy #| msgid "books" msgid "Books" msgstr "livres" -#: templates/catalogue/search_multiple_hits.html:42 +#: templates/catalogue/search_multiple_hits.html:46 msgid "Pictures" msgstr "" @@ -816,21 +850,6 @@ msgid "Sorry! Search cirteria did not match any resources." msgstr "" "Nous sommes désolés, aucune ressource ne répond aux critères de recherche." -#: templates/catalogue/search_no_hits.html:22 -#, 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 "" -"Le moteur de recherche permet de chercher selon le titre, auteur, sujet/" -"thème, époque, type et genre.\n" -"\t\tPour le moment nous n'assurons pas la recherche en plein texte." - #: templates/catalogue/search_too_long.html:13 #, fuzzy #| msgid "Sorry! Search query must have at least two characters." @@ -948,7 +967,7 @@ msgstr "Interligne" # msgid "Today is %(month)s, %(day)s." # msgstr "Aujourd'hui nous sommes le" -#: views.py:334 +#: views.py:336 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -959,15 +978,29 @@ msgstr "" "\n" "%(tb)s" -#: views.py:336 +#: views.py:338 msgid "Book imported successfully" msgstr "Livre importé avec succès" -#: views.py:338 +#: views.py:340 #, python-format msgid "Error importing file: %r" msgstr "Erreur pendant l'importation du fichier: %r" +#, 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 "" +#~ "Le moteur de recherche permet de chercher selon le titre, auteur, sujet/" +#~ "thème, époque, type et genre.\n" +#~ "\t\tPour le moment nous n'assurons pas la recherche en plein texte." + #~ msgid "Book description on Lektury.Gazeta.pl" #~ msgstr "Description du livre sur Lektury.Gazeta.pl" diff --git a/src/catalogue/locale/it/LC_MESSAGES/django.mo b/src/catalogue/locale/it/LC_MESSAGES/django.mo index 1a6d0d773..dd4f81e49 100644 Binary files a/src/catalogue/locale/it/LC_MESSAGES/django.mo and b/src/catalogue/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/it/LC_MESSAGES/django.po b/src/catalogue/locale/it/LC_MESSAGES/django.po index 8802ef8bb..683456d1a 100644 --- a/src/catalogue/locale/it/LC_MESSAGES/django.po +++ b/src/catalogue/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 13:13+0100\n" +"POT-Creation-Date: 2018-12-20 10:23+0100\n" "PO-Revision-Date: 2013-04-09 10:39+0100\n" "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -25,231 +25,257 @@ msgstr "" msgid "Free Art License 1.3" msgstr "" -#: constants.py:45 +#: constants.py:58 #, fuzzy #| msgid "author" msgid "authors" msgstr "autore" -#: constants.py:46 +#: constants.py:59 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "epoca" -#: constants.py:47 +#: constants.py:60 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "categoria" -#: constants.py:48 +#: constants.py:61 #, fuzzy #| msgid "genre" msgid "genres" msgstr "genere" -#: constants.py:49 +#: constants.py:62 #, fuzzy #| msgid "theme" msgid "themes" msgstr "tema" -#: constants.py:50 +#: constants.py:63 msgid "sets" msgstr "" -#: constants.py:51 +#: constants.py:64 msgid "things" msgstr "" -#: constants.py:55 +#: constants.py:68 #, fuzzy #| msgid "author" msgid "All authors" msgstr "autore" -#: constants.py:56 +#: constants.py:69 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "epoca" -#: constants.py:57 +#: constants.py:70 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "categoria" -#: constants.py:58 +#: constants.py:71 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "genere" -#: constants.py:59 +#: constants.py:72 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "tema" -#: constants.py:60 +#: constants.py:73 #, fuzzy #| msgid "collections" msgid "All sets" msgstr " raccolte" -#: constants.py:61 +#: constants.py:74 #, fuzzy #| msgid "collections" msgid "All things" msgstr " raccolte" -#: forms.py:28 +#: forms.py:29 msgid "Please supply an XML." msgstr "Si prega di fornire un XML." -#: forms.py:47 +#: forms.py:49 msgid "Don't show footnotes" msgstr "Non mostrare le note" -#: forms.py:48 +#: forms.py:50 msgid "Don't disply themes" msgstr "Non visualizzare i temi" -#: forms.py:49 +#: forms.py:51 msgid "Don't use our custom font" msgstr "Non utilizzare il nostro font personalizzato" -#: forms.py:50 +#: forms.py:52 msgid "Without cover" msgstr "" #: forms.py:53 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "Indice" + +#: forms.py:56 msgid "Leading" msgstr "Interlinea" -#: forms.py:54 +#: forms.py:57 msgid "Normal leading" msgstr "Interlinea normale" -#: forms.py:55 +#: forms.py:58 msgid "One and a half leading" msgstr " Interlinea 1,5" -#: forms.py:56 +#: forms.py:59 msgid "Double leading" msgstr "Interlinea doppia" -#: forms.py:58 +#: forms.py:61 msgid "Font size" msgstr "Grandezza del carattere" -#: forms.py:59 +#: forms.py:62 msgid "Default" msgstr "Predefinito" -#: forms.py:60 +#: forms.py:63 msgid "Big" msgstr "Grande" -#: forms.py:82 +#: forms.py:64 +msgid "Bigger" +msgstr "" + +#: forms.py:86 msgid "Queue is full. Please try again later." msgstr "" -#: models/book.py:55 models/collection.py:14 +#: models/book.py:58 models/collection.py:14 msgid "title" msgstr "titolo" -#: models/book.py:56 models/tag.py:58 +#: models/book.py:59 models/tag.py:58 msgid "sort key" msgstr "chiave di ordinamento" -#: models/book.py:58 +#: models/book.py:61 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "Risultati per autore" -#: models/book.py:59 models/book.py:60 models/collection.py:15 +#: models/book.py:62 models/book.py:63 models/collection.py:15 #: models/collection.py:18 models/tag.py:57 msgid "slug" msgstr "slug" -#: models/book.py:61 +#: models/book.py:64 msgid "language code" msgstr "codice della lingua" -#: models/book.py:62 models/book.py:240 models/collection.py:16 +#: models/book.py:65 models/book.py:304 models/collection.py:16 #: models/tag.py:61 models/tag.py:186 msgid "description" msgstr "descrizione" -#: models/book.py:63 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 +#: models/book.py:66 +msgid "abstract" +msgstr "" + +#: models/book.py:67 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "data di creazione" -#: models/book.py:64 +#: models/book.py:68 #, fuzzy #| msgid "creation date" msgid "change date" msgstr "data di creazione" -#: models/book.py:65 +#: models/book.py:69 msgid "parent number" msgstr "numero del genitore" -#: models/book.py:66 models/bookmedia.py:37 +#: models/book.py:70 models/bookmedia.py:37 msgid "extra information" msgstr " ulteriori informazioni" -#: models/book.py:69 +#: models/book.py:73 msgid "print on demand" msgstr "" -#: models/book.py:70 +#: models/book.py:74 msgid "recommended" msgstr "" -#: models/book.py:74 +#: models/book.py:75 +msgid "audio length" +msgstr "" + +#: models/book.py:76 +msgid "preview" +msgstr "" + +#: models/book.py:77 +msgid "preview until" +msgstr "" + +#: models/book.py:81 msgid "cover" msgstr "copertina" -#: models/book.py:80 +#: models/book.py:87 msgid "cover thumbnail" msgstr "" -#: models/book.py:85 +#: models/book.py:92 msgid "cover thumbnail for mobile app" msgstr "" -#: models/book.py:90 +#: models/book.py:97 msgid "cover for mobile app" msgstr "" -#: models/book.py:118 models/collection.py:22 +#: models/book.py:125 models/collection.py:22 msgid "book" msgstr "libro" -#: models/book.py:119 +#: models/book.py:126 msgid "books" msgstr "Libri" -#: models/book.py:378 +#: models/book.py:449 #, python-format msgid "Book \"%s\" does not exist." msgstr "Il libro \"%s\" non esiste." -#: models/book.py:391 +#: models/book.py:465 #, python-format msgid "Book %s already exists" msgstr "Il libro %s esiste già " -#: models/book.py:658 +#: models/book.py:736 msgid "This work needs modernisation" msgstr "" -#: models/book.py:705 models/bookmedia.py:29 +#: models/book.py:797 models/bookmedia.py:29 #, python-format msgid "%s file" msgstr "i %s di file" @@ -405,23 +431,23 @@ msgstr "del libro" msgid "in" msgstr "categoria" -#: templates/catalogue/book_detail.html:63 +#: templates/catalogue/book_detail.html:64 msgid "Source XML file" msgstr "File di fonte XML" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Book on" msgstr "Libro su" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Editor's Platform" msgstr " Piattaforma del editore" -#: templates/catalogue/book_detail.html:71 +#: templates/catalogue/book_detail.html:73 msgid "Book description on Wikipedia" msgstr "Descrizione del libro su Wikipedia" -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:77 msgid "Mix this book" msgstr "Combina questo libro" @@ -511,31 +537,35 @@ msgstr "Indice" msgid "â top â" msgstr "" -#: templates/catalogue/book_short.html:50 +#: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Epoca" -#: templates/catalogue/book_short.html:58 +#: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Categoria" -#: templates/catalogue/book_short.html:66 +#: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Genere" -#: templates/catalogue/book_short.html:75 +#: templates/catalogue/book_short.html:78 +msgid "Region" +msgstr "" + +#: templates/catalogue/book_short.html:85 #, fuzzy #| msgid "language code" msgid "Language" msgstr "codice della lingua" -#: templates/catalogue/book_short.html:96 +#: templates/catalogue/book_short.html:109 msgid "Read online" msgstr "Leggi online" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "" "Cena ksiÄ Å¼ki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem " "upewnij siÄ, że cena druku na Å¼Ä danie jest dla Ciebie odpowiednia." @@ -543,23 +573,27 @@ msgid "" "bezpÅatnie." msgstr "" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "Print on demand â" msgstr "" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/custom_pdf_form.html:19 views.py:369 +#: templates/catalogue/book_short.html:117 +#: templates/catalogue/custom_pdf_form.html:19 views.py:383 msgid "Download" msgstr "Scarica" -#: templates/catalogue/book_short.html:118 +#: templates/catalogue/book_short.html:131 msgid "more" msgstr "" -#: templates/catalogue/book_short.html:129 +#: templates/catalogue/book_short.html:142 msgid "less" msgstr "" +#: templates/catalogue/book_short.html:148 +msgid "For now this work is only available for our subscribers." +msgstr "" + #: templates/catalogue/book_text.html:31 msgid "Table of contents" msgstr "Indice" @@ -662,7 +696,7 @@ msgstr[1] "" msgid "All collections" msgstr " raccolte" -#: templates/catalogue/custom_pdf_form.html:6 views.py:368 +#: templates/catalogue/custom_pdf_form.html:6 views.py:382 msgid "Download custom PDF" msgstr "Scarica PDF personalizzato" @@ -804,13 +838,13 @@ msgstr "Cerca" msgid "Did you mean" msgstr "Volevi dire" -#: templates/catalogue/search_multiple_hits.html:31 +#: templates/catalogue/search_multiple_hits.html:33 #, fuzzy #| msgid "books" msgid "Books" msgstr "Libri" -#: templates/catalogue/search_multiple_hits.html:42 +#: templates/catalogue/search_multiple_hits.html:46 msgid "Pictures" msgstr "" @@ -819,21 +853,6 @@ msgstr "" msgid "Sorry! Search cirteria did not match any resources." msgstr "Siamo spiacenti!I criteri di ricerca non corrispondono alle risorse." -#: templates/catalogue/search_no_hits.html:22 -#, 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 "" -"Il motore di ricerca supporta i seguenti criteri: titolo, autore, tema, " -"epoca, genere.\n" -"\t\t Per il momento non supportiamo i criteri del testo intero." - #: templates/catalogue/search_too_long.html:13 #, fuzzy #| msgid "Sorry! Search query must have at least two characters." @@ -949,7 +968,7 @@ msgstr "" msgid "Loading" msgstr "Interlinea" -#: views.py:334 +#: views.py:336 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -960,15 +979,29 @@ msgstr "" "\n" "%(tb)s" -#: views.py:336 +#: views.py:338 msgid "Book imported successfully" msgstr "Libro scaricato con successo" -#: views.py:338 +#: views.py:340 #, python-format msgid "Error importing file: %r" msgstr "Errore dell'importazione del file: %r" +#, 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 "" +#~ "Il motore di ricerca supporta i seguenti criteri: titolo, autore, tema, " +#~ "epoca, genere.\n" +#~ "\t\t Per il momento non supportiamo i criteri del testo intero." + #~ msgid "Book description on Lektury.Gazeta.pl" #~ msgstr "Descrizione del libro su Lektury.Gazeta.pl" diff --git a/src/catalogue/locale/jp/LC_MESSAGES/django.mo b/src/catalogue/locale/jp/LC_MESSAGES/django.mo index 86b539e6b..6c5906d1c 100644 Binary files a/src/catalogue/locale/jp/LC_MESSAGES/django.mo and b/src/catalogue/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/lt/LC_MESSAGES/django.mo b/src/catalogue/locale/lt/LC_MESSAGES/django.mo index 234997ac1..33d7d1ad0 100644 Binary files a/src/catalogue/locale/lt/LC_MESSAGES/django.mo and b/src/catalogue/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/lt/LC_MESSAGES/django.po b/src/catalogue/locale/lt/LC_MESSAGES/django.po index 6431022b6..c2c72aa5c 100644 --- a/src/catalogue/locale/lt/LC_MESSAGES/django.po +++ b/src/catalogue/locale/lt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 13:13+0100\n" +"POT-Creation-Date: 2018-12-20 10:23+0100\n" "PO-Revision-Date: 2013-04-09 10:40+0100\n" "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -25,232 +25,258 @@ msgstr "" msgid "Free Art License 1.3" msgstr "" -#: constants.py:45 +#: constants.py:58 #, fuzzy #| msgid "author" msgid "authors" msgstr "autorius" -#: constants.py:46 +#: constants.py:59 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "epocha" -#: constants.py:47 +#: constants.py:60 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "rÅ«Å¡is" -#: constants.py:48 +#: constants.py:61 #, fuzzy #| msgid "genre" msgid "genres" msgstr "žanras" -#: constants.py:49 +#: constants.py:62 #, fuzzy #| msgid "theme" msgid "themes" msgstr "motyvas" -#: constants.py:50 +#: constants.py:63 msgid "sets" msgstr "" -#: constants.py:51 +#: constants.py:64 msgid "things" msgstr "" -#: constants.py:55 +#: constants.py:68 #, fuzzy #| msgid "author" msgid "All authors" msgstr "autorius" -#: constants.py:56 +#: constants.py:69 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "epocha" -#: constants.py:57 +#: constants.py:70 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "rÅ«Å¡is" -#: constants.py:58 +#: constants.py:71 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "žanras" -#: constants.py:59 +#: constants.py:72 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "motyvas" -#: constants.py:60 +#: constants.py:73 #, fuzzy #| msgid "collections" msgid "All sets" msgstr "kolekcijos" -#: constants.py:61 +#: constants.py:74 #, fuzzy #| msgid "collections" msgid "All things" msgstr "kolekcijos" -#: forms.py:28 +#: forms.py:29 msgid "Please supply an XML." msgstr "PraÅ¡ome pateikti XML." -#: forms.py:47 +#: forms.py:49 msgid "Don't show footnotes" msgstr "Nerodyti iÅ¡našų" -#: forms.py:48 +#: forms.py:50 msgid "Don't disply themes" msgstr "Nerodyti motyvų" -#: forms.py:49 +#: forms.py:51 msgid "Don't use our custom font" msgstr "Nenaudoti derinÄių Å¡riftų" -#: forms.py:50 +#: forms.py:52 msgid "Without cover" msgstr "" #: forms.py:53 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "Turinys" + +#: forms.py:56 msgid "Leading" msgstr "eiluÄių intervalas" -#: forms.py:54 +#: forms.py:57 msgid "Normal leading" msgstr "Normalus intervalas" -#: forms.py:55 +#: forms.py:58 msgid "One and a half leading" msgstr "Pusantro intervalo" -#: forms.py:56 +#: forms.py:59 msgid "Double leading" msgstr "Dvigubasis intervalas" -#: forms.py:58 +#: forms.py:61 msgid "Font size" msgstr "Å rifto dydis" -#: forms.py:59 +#: forms.py:62 msgid "Default" msgstr "Numatytasis " -#: forms.py:60 +#: forms.py:63 msgid "Big" msgstr "Didelis" -#: forms.py:82 +#: forms.py:64 +msgid "Bigger" +msgstr "" + +#: forms.py:86 msgid "Queue is full. Please try again later." msgstr "" -#: models/book.py:55 models/collection.py:14 +#: models/book.py:58 models/collection.py:14 msgid "title" msgstr "pavadinimas" -#: models/book.py:56 models/tag.py:58 +#: models/book.py:59 models/tag.py:58 msgid "sort key" msgstr "rikiavimo raktas" -#: models/book.py:58 +#: models/book.py:61 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "Rezultatai pagal autorius" -#: models/book.py:59 models/book.py:60 models/collection.py:15 +#: models/book.py:62 models/book.py:63 models/collection.py:15 #: models/collection.py:18 models/tag.py:57 msgid "slug" msgstr "slug" -#: models/book.py:61 +#: models/book.py:64 msgid "language code" msgstr "kalbos kodas" -#: models/book.py:62 models/book.py:240 models/collection.py:16 +#: models/book.py:65 models/book.py:304 models/collection.py:16 #: models/tag.py:61 models/tag.py:186 msgid "description" msgstr "apraÅ¡ymas" -#: models/book.py:63 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 +#: models/book.py:66 +msgid "abstract" +msgstr "" + +#: models/book.py:67 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "sukÅ«rimo data" -#: models/book.py:64 +#: models/book.py:68 #, fuzzy #| msgid "creation date" msgid "change date" msgstr "sukÅ«rimo data" # sprawdz -#: models/book.py:65 +#: models/book.py:69 msgid "parent number" msgstr "pirminis numeris" -#: models/book.py:66 models/bookmedia.py:37 +#: models/book.py:70 models/bookmedia.py:37 msgid "extra information" msgstr "papildomos informacijos" -#: models/book.py:69 +#: models/book.py:73 msgid "print on demand" msgstr "" -#: models/book.py:70 +#: models/book.py:74 msgid "recommended" msgstr "" -#: models/book.py:74 +#: models/book.py:75 +msgid "audio length" +msgstr "" + +#: models/book.py:76 +msgid "preview" +msgstr "" + +#: models/book.py:77 +msgid "preview until" +msgstr "" + +#: models/book.py:81 msgid "cover" msgstr "virÅ¡elis" -#: models/book.py:80 +#: models/book.py:87 msgid "cover thumbnail" msgstr "" -#: models/book.py:85 +#: models/book.py:92 msgid "cover thumbnail for mobile app" msgstr "" -#: models/book.py:90 +#: models/book.py:97 msgid "cover for mobile app" msgstr "" -#: models/book.py:118 models/collection.py:22 +#: models/book.py:125 models/collection.py:22 msgid "book" msgstr "knyga" -#: models/book.py:119 +#: models/book.py:126 msgid "books" msgstr "knygos" -#: models/book.py:378 +#: models/book.py:449 #, python-format msgid "Book \"%s\" does not exist." msgstr "Knyga \"%s\" neegzistuoja." -#: models/book.py:391 +#: models/book.py:465 #, python-format msgid "Book %s already exists" msgstr "Knyga %s jau egzistuoja" -#: models/book.py:658 +#: models/book.py:736 msgid "This work needs modernisation" msgstr "" -#: models/book.py:705 models/bookmedia.py:29 +#: models/book.py:797 models/bookmedia.py:29 #, python-format msgid "%s file" msgstr "%s failas " @@ -406,23 +432,23 @@ msgstr "Å¡altinis" msgid "in" msgstr "rÅ«Å¡is" -#: templates/catalogue/book_detail.html:63 +#: templates/catalogue/book_detail.html:64 msgid "Source XML file" msgstr "Å altinio XML failas" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Book on" msgstr "Knyga " -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Editor's Platform" msgstr "Redaktoriaus Platformoje" -#: templates/catalogue/book_detail.html:71 +#: templates/catalogue/book_detail.html:73 msgid "Book description on Wikipedia" msgstr "Knygos apraÅ¡ymas Vikipedijoje" -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:77 msgid "Mix this book" msgstr "MaiÅ¡yti Å¡iÄ knygÄ " @@ -511,31 +537,35 @@ msgstr "Turinys" msgid "â top â" msgstr "âį viršųâ" -#: templates/catalogue/book_short.html:50 +#: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Epocha" -#: templates/catalogue/book_short.html:58 +#: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "RÅ«Å¡is " -#: templates/catalogue/book_short.html:66 +#: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Žanras" -#: templates/catalogue/book_short.html:75 +#: templates/catalogue/book_short.html:78 +msgid "Region" +msgstr "" + +#: templates/catalogue/book_short.html:85 #, fuzzy #| msgid "language code" msgid "Language" msgstr "kalbos kodas" -#: templates/catalogue/book_short.html:96 +#: templates/catalogue/book_short.html:109 msgid "Read online" msgstr "Skaityti online" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "" "Cena ksiÄ Å¼ki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem " "upewnij siÄ, że cena druku na Å¼Ä danie jest dla Ciebie odpowiednia." @@ -543,23 +573,27 @@ msgid "" "bezpÅatnie." msgstr "" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "Print on demand â" msgstr "" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/custom_pdf_form.html:19 views.py:369 +#: templates/catalogue/book_short.html:117 +#: templates/catalogue/custom_pdf_form.html:19 views.py:383 msgid "Download" msgstr "Atsisiųsti" -#: templates/catalogue/book_short.html:118 +#: templates/catalogue/book_short.html:131 msgid "more" msgstr "" -#: templates/catalogue/book_short.html:129 +#: templates/catalogue/book_short.html:142 msgid "less" msgstr "" +#: templates/catalogue/book_short.html:148 +msgid "For now this work is only available for our subscribers." +msgstr "" + #: templates/catalogue/book_text.html:31 msgid "Table of contents" msgstr "Turinys" @@ -663,7 +697,7 @@ msgstr[1] "" msgid "All collections" msgstr "kolekcijos" -#: templates/catalogue/custom_pdf_form.html:6 views.py:368 +#: templates/catalogue/custom_pdf_form.html:6 views.py:382 msgid "Download custom PDF" msgstr "Sukurti ir atsisiųsti PDF failÄ " @@ -805,13 +839,13 @@ msgstr "IeÅ¡koti" msgid "Did you mean" msgstr "Gal turÄjote omenyje" -#: templates/catalogue/search_multiple_hits.html:31 +#: templates/catalogue/search_multiple_hits.html:33 #, fuzzy #| msgid "books" msgid "Books" msgstr "knygos" -#: templates/catalogue/search_multiple_hits.html:42 +#: templates/catalogue/search_multiple_hits.html:46 msgid "Pictures" msgstr "" @@ -820,21 +854,6 @@ msgstr "" msgid "Sorry! Search cirteria did not match any resources." msgstr "AtsipraÅ¡ome! Rezultatų, atitinkanÄių paieÅ¡kos kriterijus nÄra." -#: templates/catalogue/search_no_hits.html:22 -#, 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 "" -"PaieÅ¡kos sistema palaiko nurodytus kriterijus: pavadinimas, autorius, tema, " -"epocha, rÅ«Å¡is ir žanras.\n" -"\t\t Kol kas negalima atlikti viso teksto paieÅ¡kos." - #: templates/catalogue/search_too_long.html:13 #, fuzzy #| msgid "Sorry! Search query must have at least two characters." @@ -948,7 +967,7 @@ msgstr "" msgid "Loading" msgstr "eiluÄių intervalas" -#: views.py:334 +#: views.py:336 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -959,15 +978,29 @@ msgstr "" "\n" "%(tb)s" -#: views.py:336 +#: views.py:338 msgid "Book imported successfully" msgstr "Knyga buvo sÄkmingai importuota" -#: views.py:338 +#: views.py:340 #, python-format msgid "Error importing file: %r" msgstr "Importuojant failÄ Ä¯vyko klaida: %r" +#, 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 "" +#~ "PaieÅ¡kos sistema palaiko nurodytus kriterijus: pavadinimas, autorius, " +#~ "tema, epocha, rÅ«Å¡is ir žanras.\n" +#~ "\t\t Kol kas negalima atlikti viso teksto paieÅ¡kos." + #~ msgid "Book description on Lektury.Gazeta.pl" #~ msgstr "Knygos apraÅ¡ymas Lektury.Gazeta.pl interneto svetainÄje" diff --git a/src/catalogue/locale/pl/LC_MESSAGES/django.mo b/src/catalogue/locale/pl/LC_MESSAGES/django.mo index fbbc628f4..09c8bee0b 100644 Binary files a/src/catalogue/locale/pl/LC_MESSAGES/django.mo and b/src/catalogue/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/pl/LC_MESSAGES/django.po b/src/catalogue/locale/pl/LC_MESSAGES/django.po index 5c0912791..698661d0f 100644 --- a/src/catalogue/locale/pl/LC_MESSAGES/django.po +++ b/src/catalogue/locale/pl/LC_MESSAGES/django.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: WolneLektury\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 13:13+0100\n" +"POT-Creation-Date: 2018-12-20 10:23+0100\n" "PO-Revision-Date: 2015-12-31 16:45+0100\n" "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n" "Language-Team: Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org." @@ -28,203 +28,227 @@ msgstr "" msgid "Free Art License 1.3" msgstr "Licencja Wolnej Sztuki 1.3" -#: constants.py:45 +#: constants.py:58 msgid "authors" msgstr "autorzy" -#: constants.py:46 +#: constants.py:59 msgid "epochs" msgstr "epoki" -#: constants.py:47 +#: constants.py:60 msgid "kinds" msgstr "rodzaje" -#: constants.py:48 +#: constants.py:61 msgid "genres" msgstr "gatunki" -#: constants.py:49 +#: constants.py:62 msgid "themes" msgstr "motywy" -#: constants.py:50 +#: constants.py:63 msgid "sets" msgstr "póÅki" -#: constants.py:51 +#: constants.py:64 msgid "things" msgstr "przedmioty" -#: constants.py:55 +#: constants.py:68 msgid "All authors" msgstr "Wszyscy autorzy" -#: constants.py:56 +#: constants.py:69 msgid "All epochs" msgstr "Wszystkie epoki" -#: constants.py:57 +#: constants.py:70 msgid "All kinds" msgstr "Wszystkie rodzaje" -#: constants.py:58 +#: constants.py:71 msgid "All genres" msgstr "Wszystkie gatunki" -#: constants.py:59 +#: constants.py:72 msgid "All themes" msgstr "Wszystkie motywy" -#: constants.py:60 +#: constants.py:73 msgid "All sets" msgstr "Wszystkie póÅki" -#: constants.py:61 +#: constants.py:74 msgid "All things" msgstr "Wszystkie przedmioty" -#: forms.py:28 +#: forms.py:29 msgid "Please supply an XML." msgstr "ProszÄ podaÄ XML." -#: forms.py:47 +#: forms.py:49 msgid "Don't show footnotes" msgstr "Bez przypisów" -#: forms.py:48 +#: forms.py:50 msgid "Don't disply themes" msgstr "Bez motywów" -#: forms.py:49 +#: forms.py:51 msgid "Don't use our custom font" msgstr "Bez naszego kroju pisma" -#: forms.py:50 +#: forms.py:52 msgid "Without cover" msgstr "Bez okÅadki" #: forms.py:53 +msgid "Without table of contents" +msgstr "Bez spisu treÅci" + +#: forms.py:56 msgid "Leading" msgstr "Interlinia" -#: forms.py:54 +#: forms.py:57 msgid "Normal leading" msgstr "ZwykÅa interlinia" -#: forms.py:55 +#: forms.py:58 msgid "One and a half leading" msgstr "PowiÄkszona interlinia" -#: forms.py:56 +#: forms.py:59 msgid "Double leading" msgstr "Podwójna interlinia" -#: forms.py:58 +#: forms.py:61 msgid "Font size" msgstr "Rozmiar tekstu" -#: forms.py:59 +#: forms.py:62 msgid "Default" msgstr "DomyÅlnie" -#: forms.py:60 +#: forms.py:63 msgid "Big" msgstr "Duży" -#: forms.py:82 +#: forms.py:64 +msgid "Bigger" +msgstr "WiÄkszy" + +#: forms.py:86 msgid "Queue is full. Please try again later." msgstr "Kolejka jest peÅna. ProszÄ spróbowaÄ ponownie później." -#: models/book.py:55 models/collection.py:14 +#: models/book.py:58 models/collection.py:14 msgid "title" msgstr "tytuÅ" -#: models/book.py:56 models/tag.py:58 +#: models/book.py:59 models/tag.py:58 msgid "sort key" msgstr "klucz sortowania" -#: models/book.py:58 +#: models/book.py:61 msgid "sort key by author" msgstr "klucz sortowania wg autora" -#: models/book.py:59 models/book.py:60 models/collection.py:15 +#: models/book.py:62 models/book.py:63 models/collection.py:15 #: models/collection.py:18 models/tag.py:57 msgid "slug" msgstr "slug" -#: models/book.py:61 +#: models/book.py:64 msgid "language code" msgstr "Kod jÄzyka" -#: models/book.py:62 models/book.py:240 models/collection.py:16 +#: models/book.py:65 models/book.py:304 models/collection.py:16 #: models/tag.py:61 models/tag.py:186 msgid "description" msgstr "opis" -#: models/book.py:63 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 +#: models/book.py:66 +msgid "abstract" +msgstr "abstrakt" + +#: models/book.py:67 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "data utworzenia" -#: models/book.py:64 +#: models/book.py:68 msgid "change date" msgstr "data modyfikacji" -#: models/book.py:65 +#: models/book.py:69 msgid "parent number" msgstr "numer rodzica" -#: models/book.py:66 models/bookmedia.py:37 +#: models/book.py:70 models/bookmedia.py:37 msgid "extra information" msgstr "dodatkowe informacje" -#: models/book.py:69 +#: models/book.py:73 msgid "print on demand" msgstr "druk na Å¼Ä danie" -#: models/book.py:70 +#: models/book.py:74 msgid "recommended" msgstr "polecane" -#: models/book.py:74 +#: models/book.py:75 +msgid "audio length" +msgstr "dÅugoÅÄ audio" + +#: models/book.py:76 +msgid "preview" +msgstr "prapremiera" + +#: models/book.py:77 +msgid "preview until" +msgstr "prapremiera do" + +#: models/book.py:81 msgid "cover" msgstr "okÅadka" -#: models/book.py:80 +#: models/book.py:87 msgid "cover thumbnail" msgstr "podglÄ d okÅadki" -#: models/book.py:85 +#: models/book.py:92 msgid "cover thumbnail for mobile app" msgstr "mniaturka okÅadki dla aplikacji" -#: models/book.py:90 +#: models/book.py:97 msgid "cover for mobile app" msgstr "okÅadka dla aplikacji" -#: models/book.py:118 models/collection.py:22 +#: models/book.py:125 models/collection.py:22 msgid "book" msgstr "ksiÄ Å¼ka" -#: models/book.py:119 +#: models/book.py:126 msgid "books" msgstr "ksiÄ Å¼ki" -#: models/book.py:378 +#: models/book.py:449 #, python-format msgid "Book \"%s\" does not exist." msgstr "Utwór \"%s\" nie istnieje." -#: models/book.py:391 +#: models/book.py:465 #, python-format msgid "Book %s already exists" msgstr "KsiÄ Å¼ka %s już istnieje" -#: models/book.py:658 +#: models/book.py:736 msgid "This work needs modernisation" msgstr "Ten utwór wymaga uwspóÅczeÅnienia" -#: models/book.py:705 models/bookmedia.py:29 +#: models/book.py:797 models/bookmedia.py:29 #, python-format msgid "%s file" msgstr "plik %s" @@ -368,23 +392,23 @@ msgstr "utworu" msgid "in" msgstr "w serwisie" -#: templates/catalogue/book_detail.html:63 +#: templates/catalogue/book_detail.html:64 msgid "Source XML file" msgstr "ŹródÅowy plik XML" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Book on" msgstr "Utwór na" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Editor's Platform" msgstr "Platformie Redakcyjnej" -#: templates/catalogue/book_detail.html:71 +#: templates/catalogue/book_detail.html:73 msgid "Book description on Wikipedia" msgstr "Opis lektury w Wikipedii" -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:77 msgid "Mix this book" msgstr "Miksuj treÅÄ utworu" @@ -459,29 +483,33 @@ msgstr "Spis treÅci" msgid "â top â" msgstr "â góra â" -#: templates/catalogue/book_short.html:50 +#: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Epoka" -#: templates/catalogue/book_short.html:58 +#: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Rodzaj" -#: templates/catalogue/book_short.html:66 +#: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Gatunek" -#: templates/catalogue/book_short.html:75 +#: templates/catalogue/book_short.html:78 +msgid "Region" +msgstr "Region" + +#: templates/catalogue/book_short.html:85 msgid "Language" msgstr "JÄzyk" -#: templates/catalogue/book_short.html:96 +#: templates/catalogue/book_short.html:109 msgid "Read online" msgstr "Czytaj online" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "" "Cena ksiÄ Å¼ki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem " "upewnij siÄ, że cena druku na Å¼Ä danie jest dla Ciebie odpowiednia." @@ -489,23 +517,27 @@ msgid "" "bezpÅatnie." msgstr "" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "Print on demand â" msgstr "Druk na Å¼Ä danie z" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/custom_pdf_form.html:19 views.py:369 +#: templates/catalogue/book_short.html:117 +#: templates/catalogue/custom_pdf_form.html:19 views.py:383 msgid "Download" msgstr "Pobierz" -#: templates/catalogue/book_short.html:118 +#: templates/catalogue/book_short.html:131 msgid "more" msgstr "wiÄcej" -#: templates/catalogue/book_short.html:129 +#: templates/catalogue/book_short.html:142 msgid "less" msgstr "mniej" +#: templates/catalogue/book_short.html:148 +msgid "For now this work is only available for our subscribers." +msgstr "Jak na razie ten utwór jest dostÄpny wyÅÄ cznie dla naszych PrzyjacióÅ." + #: templates/catalogue/book_text.html:31 msgid "Table of contents" msgstr "Spis treÅci" @@ -597,7 +629,7 @@ msgstr[2] "oraz %(c)s innych" msgid "All collections" msgstr "Wszystkie kolekcje" -#: templates/catalogue/custom_pdf_form.html:6 views.py:368 +#: templates/catalogue/custom_pdf_form.html:6 views.py:382 msgid "Download custom PDF" msgstr "Stwórz wÅasny PDF" @@ -737,11 +769,11 @@ msgstr "Szukaj" msgid "Did you mean" msgstr "Czy chodziÅo Ci o" -#: templates/catalogue/search_multiple_hits.html:31 +#: templates/catalogue/search_multiple_hits.html:33 msgid "Books" msgstr "KsiÄ Å¼ki" -#: templates/catalogue/search_multiple_hits.html:42 +#: templates/catalogue/search_multiple_hits.html:46 msgid "Pictures" msgstr "Obrazy" @@ -750,16 +782,6 @@ msgstr "Obrazy" msgid "Sorry! Search cirteria did not match any resources." msgstr "Przepraszamy! Brak wyników speÅniajÄ cych kryteria podane w zapytaniu." -#: templates/catalogue/search_no_hits.html:22 -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 "" -"Wyszukiwarka obsÅuguje takie kryteria jak tytuÅ, autor, motyw/temat, epoka, " -"rodzaj i gatunek utworu. Obecnie nie obsÅugujemy wyszukiwania fraz w " -"tekstach utworów." - #: templates/catalogue/search_too_long.html:13 msgid "Sorry! Search query is too long to be processed." msgstr "Przepraszamy! Zapytanie jest zbyt dÅugie." @@ -857,7 +879,7 @@ msgstr "w Culture.pl" msgid "Loading" msgstr "Åadowanie" -#: views.py:334 +#: views.py:336 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -868,15 +890,24 @@ msgstr "" "\n" "%(tb)s" -#: views.py:336 +#: views.py:338 msgid "Book imported successfully" msgstr "KsiÄ Å¼ka zaimportowana" -#: views.py:338 +#: views.py:340 #, python-format msgid "Error importing file: %r" msgstr "BÅÄ d podczas importowania pliku: %r" +#~ 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 "" +#~ "Wyszukiwarka obsÅuguje takie kryteria jak tytuÅ, autor, motyw/temat, " +#~ "epoka, rodzaj i gatunek utworu. Obecnie nie obsÅugujemy wyszukiwania fraz " +#~ "w tekstach utworów." + #~ msgid "Book description on Lektury.Gazeta.pl" #~ msgstr "Opis lektury w Lektury.Gazeta.pl" diff --git a/src/catalogue/locale/ru/LC_MESSAGES/django.mo b/src/catalogue/locale/ru/LC_MESSAGES/django.mo index 0cbdfc15c..3aec4cb0c 100644 Binary files a/src/catalogue/locale/ru/LC_MESSAGES/django.mo and b/src/catalogue/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/ru/LC_MESSAGES/django.po b/src/catalogue/locale/ru/LC_MESSAGES/django.po index 5cf183c04..69836f246 100644 --- a/src/catalogue/locale/ru/LC_MESSAGES/django.po +++ b/src/catalogue/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 13:13+0100\n" +"POT-Creation-Date: 2018-12-20 10:23+0100\n" "PO-Revision-Date: 2013-04-09 10:40+0100\n" "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -25,231 +25,257 @@ msgstr "" msgid "Free Art License 1.3" msgstr "" -#: constants.py:45 +#: constants.py:58 #, fuzzy #| msgid "author" msgid "authors" msgstr "авÑоÑ" -#: constants.py:46 +#: constants.py:59 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "ÑÐ¿Ð¾Ñ Ð°" -#: constants.py:47 +#: constants.py:60 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "ÑоÑма" -#: constants.py:48 +#: constants.py:61 #, fuzzy #| msgid "genre" msgid "genres" msgstr "жанÑ" -#: constants.py:49 +#: constants.py:62 #, fuzzy #| msgid "theme" msgid "themes" msgstr "моÑив" -#: constants.py:50 +#: constants.py:63 msgid "sets" msgstr "" -#: constants.py:51 +#: constants.py:64 msgid "things" msgstr "" -#: constants.py:55 +#: constants.py:68 #, fuzzy #| msgid "author" msgid "All authors" msgstr "авÑоÑ" -#: constants.py:56 +#: constants.py:69 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "ÑÐ¿Ð¾Ñ Ð°" -#: constants.py:57 +#: constants.py:70 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "ÑоÑма" -#: constants.py:58 +#: constants.py:71 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "жанÑ" -#: constants.py:59 +#: constants.py:72 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "моÑив" -#: constants.py:60 +#: constants.py:73 #, fuzzy #| msgid "collections" msgid "All sets" msgstr "ÑбоÑÑ" -#: constants.py:61 +#: constants.py:74 #, fuzzy #| msgid "collections" msgid "All things" msgstr "ÑбоÑÑ" -#: forms.py:28 +#: forms.py:29 msgid "Please supply an XML." msgstr "УкажиÑе, пожалÑйÑÑа, XML." -#: forms.py:47 +#: forms.py:49 msgid "Don't show footnotes" msgstr "Ðе показÑваÑÑ ÑноÑки" -#: forms.py:48 +#: forms.py:50 msgid "Don't disply themes" msgstr "Ðе показÑваÑÑ ÑемÑ" -#: forms.py:49 +#: forms.py:51 msgid "Don't use our custom font" msgstr "Ðе иÑполÑзÑйÑе Ð½Ð°Ñ ÑпеÑиалÑнÑй ÑÑиÑÑ" -#: forms.py:50 +#: forms.py:52 msgid "Without cover" msgstr "" #: forms.py:53 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "Ðглавление" + +#: forms.py:56 msgid "Leading" msgstr "Ðедение" -#: forms.py:54 +#: forms.py:57 msgid "Normal leading" msgstr "ÐоÑмалÑное ведение" -#: forms.py:55 +#: forms.py:58 msgid "One and a half leading" msgstr "1,5 ведениÑ" -#: forms.py:56 +#: forms.py:59 msgid "Double leading" msgstr "Ðвойное ведение" -#: forms.py:58 +#: forms.py:61 msgid "Font size" msgstr "Ð Ð°Ð·Ð¼ÐµÑ ÑÑиÑÑа" -#: forms.py:59 +#: forms.py:62 msgid "Default" msgstr "УмолÑание" -#: forms.py:60 +#: forms.py:63 msgid "Big" msgstr "ÐолÑÑой" -#: forms.py:82 +#: forms.py:64 +msgid "Bigger" +msgstr "" + +#: forms.py:86 msgid "Queue is full. Please try again later." msgstr "" -#: models/book.py:55 models/collection.py:14 +#: models/book.py:58 models/collection.py:14 msgid "title" msgstr "заглавие" -#: models/book.py:56 models/tag.py:58 +#: models/book.py:59 models/tag.py:58 msgid "sort key" msgstr "клÑÑ ÑоÑÑиÑовки " -#: models/book.py:58 +#: models/book.py:61 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "РезÑлÑÑаÑÑ Ð¿Ð¾ авÑоÑам" -#: models/book.py:59 models/book.py:60 models/collection.py:15 +#: models/book.py:62 models/book.py:63 models/collection.py:15 #: models/collection.py:18 models/tag.py:57 msgid "slug" msgstr "slug" -#: models/book.py:61 +#: models/book.py:64 msgid "language code" msgstr "код ÑзÑка" -#: models/book.py:62 models/book.py:240 models/collection.py:16 +#: models/book.py:65 models/book.py:304 models/collection.py:16 #: models/tag.py:61 models/tag.py:186 msgid "description" msgstr "опиÑание" -#: models/book.py:63 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 +#: models/book.py:66 +msgid "abstract" +msgstr "" + +#: models/book.py:67 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "даÑа ÑозданиÑ" -#: models/book.py:64 +#: models/book.py:68 #, fuzzy #| msgid "creation date" msgid "change date" msgstr "даÑа ÑозданиÑ" -#: models/book.py:65 +#: models/book.py:69 msgid "parent number" msgstr "Ð½Ð¾Ð¼ÐµÑ ÑодиÑелÑ" -#: models/book.py:66 models/bookmedia.py:37 +#: models/book.py:70 models/bookmedia.py:37 msgid "extra information" msgstr "дополниÑелÑÐ½Ð°Ñ Ð¸Ð½ÑоÑмаÑиÑ" -#: models/book.py:69 +#: models/book.py:73 msgid "print on demand" msgstr "" -#: models/book.py:70 +#: models/book.py:74 msgid "recommended" msgstr "" -#: models/book.py:74 +#: models/book.py:75 +msgid "audio length" +msgstr "" + +#: models/book.py:76 +msgid "preview" +msgstr "" + +#: models/book.py:77 +msgid "preview until" +msgstr "" + +#: models/book.py:81 msgid "cover" msgstr "обложка" -#: models/book.py:80 +#: models/book.py:87 msgid "cover thumbnail" msgstr "" -#: models/book.py:85 +#: models/book.py:92 msgid "cover thumbnail for mobile app" msgstr "" -#: models/book.py:90 +#: models/book.py:97 msgid "cover for mobile app" msgstr "" -#: models/book.py:118 models/collection.py:22 +#: models/book.py:125 models/collection.py:22 msgid "book" msgstr "книга" -#: models/book.py:119 +#: models/book.py:126 msgid "books" msgstr "книги" -#: models/book.py:378 +#: models/book.py:449 #, fuzzy, python-format msgid "Book \"%s\" does not exist." msgstr "Ðнига Ñо slug = \"%s\" не ÑÑÑеÑÑвÑеÑ." -#: models/book.py:391 +#: models/book.py:465 #, python-format msgid "Book %s already exists" msgstr "Ðнига %s Ñже ÑÑÑеÑÑвÑеÑ" -#: models/book.py:658 +#: models/book.py:736 msgid "This work needs modernisation" msgstr "" -#: models/book.py:705 models/bookmedia.py:29 +#: models/book.py:797 models/bookmedia.py:29 #, fuzzy, python-format msgid "%s file" msgstr "XML Ñайл" @@ -407,23 +433,23 @@ msgstr "данной книги" msgid "in" msgstr "ÑоÑма" -#: templates/catalogue/book_detail.html:63 +#: templates/catalogue/book_detail.html:64 msgid "Source XML file" msgstr "ÐÑÑ Ð¾Ð´Ð½Ñй Ñайл" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Book on" msgstr "Ðнига на" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Editor's Platform" msgstr "ÐлаÑÑоÑма ÑедакÑоÑов" -#: templates/catalogue/book_detail.html:71 +#: templates/catalogue/book_detail.html:73 msgid "Book description on Wikipedia" msgstr "ÐпиÑание книги на Wikipedia" -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:77 msgid "Mix this book" msgstr "данной книги" @@ -513,31 +539,35 @@ msgstr "Ðглавление" msgid "â top â" msgstr "â Ñоп â" -#: templates/catalogue/book_short.html:50 +#: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "ÑÐ¿Ð¾Ñ Ð°" -#: templates/catalogue/book_short.html:58 +#: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "ÑоÑма" -#: templates/catalogue/book_short.html:66 +#: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "жанÑ" -#: templates/catalogue/book_short.html:75 +#: templates/catalogue/book_short.html:78 +msgid "Region" +msgstr "" + +#: templates/catalogue/book_short.html:85 #, fuzzy #| msgid "language code" msgid "Language" msgstr "код ÑзÑка" -#: templates/catalogue/book_short.html:96 +#: templates/catalogue/book_short.html:109 msgid "Read online" msgstr "ЧиÑаÑÑ Ð¾Ð½Ð»Ð°Ð¹Ð½" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "" "Cena ksiÄ Å¼ki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem " "upewnij siÄ, że cena druku na Å¼Ä danie jest dla Ciebie odpowiednia." @@ -545,23 +575,27 @@ msgid "" "bezpÅatnie." msgstr "" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "Print on demand â" msgstr "" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/custom_pdf_form.html:19 views.py:369 +#: templates/catalogue/book_short.html:117 +#: templates/catalogue/custom_pdf_form.html:19 views.py:383 msgid "Download" msgstr "ÐагÑÑзиÑÑ" -#: templates/catalogue/book_short.html:118 +#: templates/catalogue/book_short.html:131 msgid "more" msgstr "" -#: templates/catalogue/book_short.html:129 +#: templates/catalogue/book_short.html:142 msgid "less" msgstr "" +#: templates/catalogue/book_short.html:148 +msgid "For now this work is only available for our subscribers." +msgstr "" + #: templates/catalogue/book_text.html:31 msgid "Table of contents" msgstr "Ðглавление" @@ -664,7 +698,7 @@ msgstr[1] "" msgid "All collections" msgstr "ÑбоÑÑ" -#: templates/catalogue/custom_pdf_form.html:6 views.py:368 +#: templates/catalogue/custom_pdf_form.html:6 views.py:382 msgid "Download custom PDF" msgstr "СкаÑаÑÑ PDF полÑзоваÑелÑ" @@ -806,13 +840,13 @@ msgstr "ÐоиÑк" msgid "Did you mean" msgstr "ÐÑ Ð¸Ð¼ÐµÐ»Ð¸ в видÑ" -#: templates/catalogue/search_multiple_hits.html:31 +#: templates/catalogue/search_multiple_hits.html:33 #, fuzzy #| msgid "books" msgid "Books" msgstr "книги" -#: templates/catalogue/search_multiple_hits.html:42 +#: templates/catalogue/search_multiple_hits.html:46 msgid "Pictures" msgstr "" @@ -821,21 +855,6 @@ msgstr "" msgid "Sorry! Search cirteria did not match any resources." msgstr "ÐзвиниÑе! ÐÑиÑеÑий поиÑка не ÑооÑвеÑÑÑвÑÐµÑ Ð½Ð¸ÐºÐ°ÐºÐ¸Ð¼ ÑеÑÑÑÑам." -#: templates/catalogue/search_no_hits.html:22 -#, 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Ðока Ð¼Ñ Ð½Ðµ поддеÑживаем поиÑка вÑего ÑекÑÑа." - #: templates/catalogue/search_too_long.html:13 #, fuzzy #| msgid "Sorry! Search query must have at least two characters." @@ -949,7 +968,7 @@ msgstr "" msgid "Loading" msgstr "Ðедение" -#: views.py:334 +#: views.py:336 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -960,15 +979,29 @@ msgstr "" "\n" "%(tb)s" -#: views.py:336 +#: views.py:338 msgid "Book imported successfully" msgstr "ÐÑ ÑдаÑно заимпоÑÑиÑовали книгÑ" -#: views.py:338 +#: views.py:340 #, python-format msgid "Error importing file: %r" msgstr "ÐÑибка импоÑÑа Ñайла: %r" +#, 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" diff --git a/src/catalogue/locale/uk/LC_MESSAGES/django.mo b/src/catalogue/locale/uk/LC_MESSAGES/django.mo index 0ffa8ad68..4560ba61a 100644 Binary files a/src/catalogue/locale/uk/LC_MESSAGES/django.mo and b/src/catalogue/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/uk/LC_MESSAGES/django.po b/src/catalogue/locale/uk/LC_MESSAGES/django.po index 328a397ea..3af8bfed1 100644 --- a/src/catalogue/locale/uk/LC_MESSAGES/django.po +++ b/src/catalogue/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 13:13+0100\n" +"POT-Creation-Date: 2018-12-20 10:23+0100\n" "PO-Revision-Date: 2013-04-09 10:40+0100\n" "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -24,231 +24,257 @@ msgstr "" msgid "Free Art License 1.3" msgstr "" -#: constants.py:45 +#: constants.py:58 #, fuzzy #| msgid "author" msgid "authors" msgstr "авÑоÑ" -#: constants.py:46 +#: constants.py:59 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "ÐµÐ¿Ð¾Ñ Ð°" -#: constants.py:47 +#: constants.py:60 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "ÑÑд" -#: constants.py:48 +#: constants.py:61 #, fuzzy #| msgid "genre" msgid "genres" msgstr "жанÑ" -#: constants.py:49 +#: constants.py:62 #, fuzzy #| msgid "theme" msgid "themes" msgstr "Ñема" -#: constants.py:50 +#: constants.py:63 msgid "sets" msgstr "" -#: constants.py:51 +#: constants.py:64 msgid "things" msgstr "" -#: constants.py:55 +#: constants.py:68 #, fuzzy #| msgid "author" msgid "All authors" msgstr "авÑоÑ" -#: constants.py:56 +#: constants.py:69 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "ÐµÐ¿Ð¾Ñ Ð°" -#: constants.py:57 +#: constants.py:70 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "ÑÑд" -#: constants.py:58 +#: constants.py:71 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "жанÑ" -#: constants.py:59 +#: constants.py:72 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "Ñема" -#: constants.py:60 +#: constants.py:73 #, fuzzy #| msgid "collections" msgid "All sets" msgstr "колекÑÑÑ" -#: constants.py:61 +#: constants.py:74 #, fuzzy #| msgid "collections" msgid "All things" msgstr "колекÑÑÑ" -#: forms.py:28 +#: forms.py:29 msgid "Please supply an XML." msgstr "ÐведÑÑÑ Ð±ÑÐ´Ñ Ð»Ð°Ñка XML." -#: forms.py:47 +#: forms.py:49 msgid "Don't show footnotes" msgstr "Ð¡Ñ Ð¾Ð²Ð°Ñи пÑимÑÑки" -#: forms.py:48 +#: forms.py:50 msgid "Don't disply themes" msgstr "Ð¡Ñ Ð¾Ð²Ð°Ñи Ñеми" -#: forms.py:49 +#: forms.py:51 msgid "Don't use our custom font" msgstr "Ðе викоÑиÑÑовÑваÑи наÑого наÑÑÑоÑваного ÑÑиÑÑÑ" -#: forms.py:50 +#: forms.py:52 msgid "Without cover" msgstr "" #: forms.py:53 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "ÐмÑÑÑ" + +#: forms.py:56 msgid "Leading" msgstr "Leading" -#: forms.py:54 +#: forms.py:57 msgid "Normal leading" msgstr "Normal leading" -#: forms.py:55 +#: forms.py:58 msgid "One and a half leading" msgstr "One and a half leading" -#: forms.py:56 +#: forms.py:59 msgid "Double leading" msgstr "Double leading" -#: forms.py:58 +#: forms.py:61 msgid "Font size" msgstr "РозмÑÑ ÑÑиÑÑÑ" -#: forms.py:59 +#: forms.py:62 msgid "Default" msgstr "Ðа ÑмовÑаннÑм" -#: forms.py:60 +#: forms.py:63 msgid "Big" msgstr "Ðеликий" -#: forms.py:82 +#: forms.py:64 +msgid "Bigger" +msgstr "" + +#: forms.py:86 msgid "Queue is full. Please try again later." msgstr "" -#: models/book.py:55 models/collection.py:14 +#: models/book.py:58 models/collection.py:14 msgid "title" msgstr "заголовок" -#: models/book.py:56 models/tag.py:58 +#: models/book.py:59 models/tag.py:58 msgid "sort key" msgstr "клÑÑ ÑоÑÑÑваннÑ" -#: models/book.py:58 +#: models/book.py:61 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "РезÑлÑÑаÑи за авÑоÑами" -#: models/book.py:59 models/book.py:60 models/collection.py:15 +#: models/book.py:62 models/book.py:63 models/collection.py:15 #: models/collection.py:18 models/tag.py:57 msgid "slug" msgstr "slug" -#: models/book.py:61 +#: models/book.py:64 msgid "language code" msgstr "мовний код" -#: models/book.py:62 models/book.py:240 models/collection.py:16 +#: models/book.py:65 models/book.py:304 models/collection.py:16 #: models/tag.py:61 models/tag.py:186 msgid "description" msgstr "опиÑ" -#: models/book.py:63 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 +#: models/book.py:66 +msgid "abstract" +msgstr "" + +#: models/book.py:67 models/bookmedia.py:36 models/tag.py:71 models/tag.py:72 msgid "creation date" msgstr "даÑа ÑÑвоÑеннÑ" -#: models/book.py:64 +#: models/book.py:68 #, fuzzy #| msgid "creation date" msgid "change date" msgstr "даÑа ÑÑвоÑеннÑ" -#: models/book.py:65 +#: models/book.py:69 msgid "parent number" msgstr "Ð½Ð¾Ð¼ÐµÑ Ð±Ð°ÑÑка" -#: models/book.py:66 models/bookmedia.py:37 +#: models/book.py:70 models/bookmedia.py:37 msgid "extra information" msgstr "додаÑкова ÑнÑоÑмаÑÑÑ" -#: models/book.py:69 +#: models/book.py:73 msgid "print on demand" msgstr "" -#: models/book.py:70 +#: models/book.py:74 msgid "recommended" msgstr "" -#: models/book.py:74 +#: models/book.py:75 +msgid "audio length" +msgstr "" + +#: models/book.py:76 +msgid "preview" +msgstr "" + +#: models/book.py:77 +msgid "preview until" +msgstr "" + +#: models/book.py:81 msgid "cover" msgstr "обкладинка" -#: models/book.py:80 +#: models/book.py:87 msgid "cover thumbnail" msgstr "" -#: models/book.py:85 +#: models/book.py:92 msgid "cover thumbnail for mobile app" msgstr "" -#: models/book.py:90 +#: models/book.py:97 msgid "cover for mobile app" msgstr "" -#: models/book.py:118 models/collection.py:22 +#: models/book.py:125 models/collection.py:22 msgid "book" msgstr "книжка" -#: models/book.py:119 +#: models/book.py:126 msgid "books" msgstr "книжки" -#: models/book.py:378 +#: models/book.py:449 #, python-format msgid "Book \"%s\" does not exist." msgstr "Ðнижка \"%s\" не ÑÑнÑÑ." -#: models/book.py:391 +#: models/book.py:465 #, python-format msgid "Book %s already exists" msgstr "Ðнижка %s вже ÑÑнÑÑ" -#: models/book.py:658 +#: models/book.py:736 msgid "This work needs modernisation" msgstr "" -#: models/book.py:705 models/bookmedia.py:29 +#: models/book.py:797 models/bookmedia.py:29 #, python-format msgid "%s file" msgstr "Ñайл %s" @@ -404,23 +430,23 @@ msgstr "книжки" msgid "in" msgstr "ÑÑд" -#: templates/catalogue/book_detail.html:63 +#: templates/catalogue/book_detail.html:64 msgid "Source XML file" msgstr "Файл джеÑела XML" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Book on" msgstr "Ðнижка на" -#: templates/catalogue/book_detail.html:66 +#: templates/catalogue/book_detail.html:68 msgid "Editor's Platform" msgstr "ÐлаÑÑоÑма ÑедагÑваннÑ" -#: templates/catalogue/book_detail.html:71 +#: templates/catalogue/book_detail.html:73 msgid "Book description on Wikipedia" msgstr "ÐÐ¿Ð¸Ñ ÐºÐ½Ð¸Ð¶ÐºÐ¸ на ÐÑкÑпедÑÑ" -#: templates/catalogue/book_detail.html:75 +#: templates/catalogue/book_detail.html:77 msgid "Mix this book" msgstr "ÐÑкÑÑваÑи ÑÑ ÐºÐ½Ð¸Ð¶ÐºÑ" @@ -510,31 +536,35 @@ msgstr "ÐмÑÑÑ" msgid "â top â" msgstr "â вгоÑÑ â" -#: templates/catalogue/book_short.html:50 +#: templates/catalogue/book_short.html:53 #: templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "ÐÐ¿Ð¾Ñ Ð°" -#: templates/catalogue/book_short.html:58 +#: templates/catalogue/book_short.html:61 #: templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Ð Ñд" -#: templates/catalogue/book_short.html:66 +#: templates/catalogue/book_short.html:69 msgid "Genre" msgstr "ÐанÑ" -#: templates/catalogue/book_short.html:75 +#: templates/catalogue/book_short.html:78 +msgid "Region" +msgstr "" + +#: templates/catalogue/book_short.html:85 #, fuzzy #| msgid "language code" msgid "Language" msgstr "мовний код" -#: templates/catalogue/book_short.html:96 +#: templates/catalogue/book_short.html:109 msgid "Read online" msgstr "ЧиÑаÑи онлайн" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "" "Cena ksiÄ Å¼ki w druku cyfrowym jest zależna od liczby stron.<br>Przed zakupem " "upewnij siÄ, że cena druku na Å¼Ä danie jest dla Ciebie odpowiednia." @@ -542,23 +572,27 @@ msgid "" "bezpÅatnie." msgstr "" -#: templates/catalogue/book_short.html:99 +#: templates/catalogue/book_short.html:112 msgid "Print on demand â" msgstr "" -#: templates/catalogue/book_short.html:104 -#: templates/catalogue/custom_pdf_form.html:19 views.py:369 +#: templates/catalogue/book_short.html:117 +#: templates/catalogue/custom_pdf_form.html:19 views.py:383 msgid "Download" msgstr "ÐаванÑажиÑи" -#: templates/catalogue/book_short.html:118 +#: templates/catalogue/book_short.html:131 msgid "more" msgstr "" -#: templates/catalogue/book_short.html:129 +#: templates/catalogue/book_short.html:142 msgid "less" msgstr "" +#: templates/catalogue/book_short.html:148 +msgid "For now this work is only available for our subscribers." +msgstr "" + #: templates/catalogue/book_text.html:31 msgid "Table of contents" msgstr "ÐмÑÑÑ" @@ -661,7 +695,7 @@ msgstr[1] "" msgid "All collections" msgstr "колекÑÑÑ" -#: templates/catalogue/custom_pdf_form.html:6 views.py:368 +#: templates/catalogue/custom_pdf_form.html:6 views.py:382 msgid "Download custom PDF" msgstr "ÐаванÑажиÑи наÑÑÑоÑваний PDF" @@ -802,13 +836,13 @@ msgstr "ÐоÑÑк" msgid "Did you mean" msgstr "Ðи мали на ÑвазÑ" -#: templates/catalogue/search_multiple_hits.html:31 +#: templates/catalogue/search_multiple_hits.html:33 #, fuzzy #| msgid "books" msgid "Books" msgstr "книжки" -#: templates/catalogue/search_multiple_hits.html:42 +#: templates/catalogue/search_multiple_hits.html:46 msgid "Pictures" msgstr "" @@ -817,21 +851,6 @@ msgstr "" msgid "Sorry! Search cirteria did not match any resources." msgstr "Ðа жалÑ, ÐаÑÑ ÐºÑиÑеÑÑÑ Ð¿Ð¾ÑÑÐºÑ Ð½Ðµ вÑдповÑдаÑÑÑ Ð¶Ð¾Ð´Ð½Ð¸Ð¼ ÑезÑлÑÑаÑам." -#: templates/catalogue/search_no_hits.html:22 -#, 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Ðа даний Ð¼Ð¾Ð¼ÐµÐ½Ñ Ð¿Ð¾ÑÑк Ñ Ð¿Ð¾Ð²Ð½Ð¾Ð¼Ñ Ð¾Ð±ÑÑÐ·Ñ ÑекÑÑÑ Ð½Ðµ Ñ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ð¸Ð¼." - #: templates/catalogue/search_too_long.html:13 #, fuzzy #| msgid "Sorry! Search query must have at least two characters." @@ -943,7 +962,7 @@ msgstr "" msgid "Loading" msgstr "Leading" -#: views.py:334 +#: views.py:336 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -954,15 +973,29 @@ msgstr "" "\n" "%(tb)s" -#: views.py:336 +#: views.py:338 msgid "Book imported successfully" msgstr "ÐÐ½Ð¸Ð¶ÐºÑ ÑÑпÑÑно заванÑажено" -#: views.py:338 +#: views.py:340 #, python-format msgid "Error importing file: %r" msgstr "Ðомилка в заванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ñайла: %r" +#, 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"