From d8dd5e33408239d7fb7b0e14199de1a8341b9858 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Thu, 20 Dec 2018 10:29:30 +0100 Subject: [PATCH] table of contents only for custom PDF (for now) --- src/catalogue/fields.py | 2 +- src/catalogue/forms.py | 1 + src/catalogue/locale/de/LC_MESSAGES/django.mo | Bin 6247 -> 6206 bytes src/catalogue/locale/de/LC_MESSAGES/django.po | 205 ++++++++++-------- src/catalogue/locale/en/LC_MESSAGES/django.mo | Bin 6091 -> 6050 bytes src/catalogue/locale/en/LC_MESSAGES/django.po | 205 ++++++++++-------- src/catalogue/locale/es/LC_MESSAGES/django.mo | Bin 6400 -> 6359 bytes src/catalogue/locale/es/LC_MESSAGES/django.po | 205 ++++++++++-------- src/catalogue/locale/fr/LC_MESSAGES/django.mo | Bin 6396 -> 6355 bytes src/catalogue/locale/fr/LC_MESSAGES/django.po | 205 ++++++++++-------- src/catalogue/locale/it/LC_MESSAGES/django.mo | Bin 6256 -> 6215 bytes src/catalogue/locale/it/LC_MESSAGES/django.po | 205 ++++++++++-------- src/catalogue/locale/jp/LC_MESSAGES/django.mo | Bin 378 -> 337 bytes src/catalogue/locale/lt/LC_MESSAGES/django.mo | Bin 6420 -> 6379 bytes src/catalogue/locale/lt/LC_MESSAGES/django.po | 205 ++++++++++-------- src/catalogue/locale/pl/LC_MESSAGES/django.mo | Bin 12457 -> 12565 bytes src/catalogue/locale/pl/LC_MESSAGES/django.po | 193 ++++++++++------- src/catalogue/locale/ru/LC_MESSAGES/django.mo | Bin 7289 -> 7248 bytes src/catalogue/locale/ru/LC_MESSAGES/django.po | 205 ++++++++++-------- src/catalogue/locale/uk/LC_MESSAGES/django.mo | Bin 7361 -> 7320 bytes src/catalogue/locale/uk/LC_MESSAGES/django.po | 205 ++++++++++-------- 21 files changed, 1066 insertions(+), 770 deletions(-) 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 83855d6985f7409cf72efb8f51721095aeefd0fc..e14d247a16e23c748ad5e1f8e843ac5724e37640 100644 GIT binary patch delta 877 zcmXZbPe{{o7{~Ev&gN#bEv;4;GsjcZqlWlMALQ{c1;xjyg%*>W3S)y{r5cIXTQ}_+o{iUelO=Un~j)t znb}U%ER6p!ji-1WlQ+$>IE>eD9$WAoYW}?&U%@2t8piR5^DjOiZf-Yg#fPXo>2~w3 z4tmDG4F*O~2Tve-EQg)=24lE{efYtRf5$fBUDWy`H-3S=#GM^x+`*n=0$;j#1_Q)} z4zH1LfdL&{#Jl(fRnSjVK~)Ul9^S?}>W02sjrnd=XZleGC-EL;Pz8>m3do`M74SZ; zc|2(02I>YocnANu_{13|t6G>qwJwWF^a|C|apYrDd}T0?!&pMCJ3yLZbyS{n7kg2% zX`&Zj;1kqM-l8@xqAD+aHomn(r@M|HR+O7KgbavllV5 zW-~j#YF3H$)n)wv!#L`O9jN*HsLl+d5|3gdK1CJy3ROT3wJ(oN zxEJ!Eh2K#(KF2z&_Ba z#$k_pc!+5xo}q5ChT6D}s(cI8$|KZ`exh!0hDsQv@7kBZ%h-l0EQ$QQtP9ntAyg+H zVZ?a<<2-0##yMA*uw~SNZ&5d1K^3%$>R8^5cacQ4k1F60wf-CGz#mwQzg+wjRp37? zvq`feUbqrepf<))6}F%jCQ&!^QHlCpdm1LqSrKZg3(Ol}^OoXVMRRe{(&y68R4$msN=X 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 \n" "Language-Team: LANGUAGE \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.
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 7f23420e2745f60ee349cdba2e03c1eec4aa3168..3fd2f47d4baa09505c4e12133633e5a7340d383d 100644 GIT binary patch delta 913 zcmXZbKPZJ!7{~EPxUN6fpX+~N(G`P>lne|?m}HP5L?m6sz$En=C^8WS3mGhQi2*5- zGBDU!ghg2lNGS3Baq7PJ^PY2_^SsY<-g_@9HY@gKV!fUivuK)Go|&a&m?dBcOR*f2 zumkI{AAPuvirYdzMllu-F@z_WgAZ7UADE9h!T)`gn9R5~Xr3i<)94mjogJ9Md@p9< zh;tg1Xa!So7gfM1X5%?3@hxWJ6RMzZR3pVqs?jh~lQn00{~dKQp^o~n42O|Ju_aW2 zn;4Hfs1w-703Krzo}>0ZVjMoB;$JZrKizr;-DsSTI-x3$8&%SRO4#Mb!>A4?QGxSr zeFN2L6xHb&s-P>>NnE4y-D5SrU=5bANpU@>#s-m^%$wjw8|IvA*vxnb)xjHT;};fS z4Am$>5vt%Ys-rqo!R@H{0n|xEP)9%JoJ8fFMGE$8!7VJKI$B4)`)yR<5$ZvwZv7JV zfE(mvcYLYycjpi4mHDYk`-7-_d8oJ$s<1Eyc)nG;i3ZfhCR8D9e*tFQs9$#kwQ&@c pXxz&&^}<`+@LMQ4RO^UeEXjL2U+Qd3BO~aQn3I4 delta 952 zcmXZbPe@cz6vy!+);RuaXe>3aRpL5T-Z{~H|M%&_eX*5}4 zwvaHZH?#J`W@XrqDZGjm7-1(q!5FTi)_uY_Zeb~Y!_&BpwOElfYr>Ow47*VK2Cxzf zNsFwU&TXG~;6_-*_#-@m&)j)bpm%r(zn~J>!K1i`3LL93<6}v_lu#?GkV~jS^GJ?% zwfae?(Qfg{t%yDxp89o6w})o<#-dLnWL?RaitNJc?TX6m=6bsH=bB&Z6QjAPGmd z>Jx8K6|JM*{b$s|@2G=zeEv7;fD%rnYjITNC)^b3m4&GN7f|so`g}hsu{>6DzFqTy zTd0jgs6;M1& 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 \n" "Language-Team: LANGUAGE \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.
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 fbcede1f55fdb07d23afa51afc82a1ce9f8ac18b..4981cf93d6f5e62330aa6db1e3708455c13124cb 100644 GIT binary patch delta 877 zcmXZaK}eHf9LMqhn9gm^=C;Zx%VcGU?y!kN4|%9gg0T)BqJ}~_80_X~l!sUG)C8$R zCodj546z1w2nMo4REI929u^Tw(Jq~ej(vaQftUC5ywCeQzvuZs@4K2gO7E8aUfyR` zjG7Ia*@u3!FrMNV{>EOs6f>K|8`zC`=OfhkA_lOGaa_S9ZsK)(i^@MnF8jkRggtTd zIvp`)1?foQ0FEPT+Z`OndCX!3xon4<0`~DTe#SHS3oqh7yoQN{**ToT^LQ7};u31Z z&k`QHps_|r3ZEl$?VTI=302`YXB#^epf=V+n&yu>)2KqGaTIT11WTy#PjLvh@B+T~ zXejUi`3m*}$+o|4K$z{TvLvd~jC;?SHd=bpXC zu2I2zyr^Oqwou>tJ6^?~$YnvkPah7UDoLS&=TPGpodwkR5^4kMsFSQZUm^dNXWKM% z0yWga4OCzgb##ZQfD=?;8+GJ9&QJe92o;<_^yyu=9s3UIHKL)-A>tCYj(0{6_PXYh{ delta 916 zcmXZaPe@cz6vy!+IyTza=!}*~<%lJeJb3R-N(}B23K9B438@ehs7R?GgW|^5CNZ!C z!CjGL8^eV-LDZsE8<#FbC?XevATEU5Mt*<8g<(GTo_FrK_uTh(gBRgOp*)%^GaF5s zT{N@fTC-}bsWWTGMm&q%*n#&jhI7sZRQ?iH;yX;?M{LC}col!4>X-45pJwE?8Fu1XS@8Vz#(436Fi5hv{@6j;1%q`2F&AmoW^>5gF5hP zIx;)M;1dB4H&Gkxxx~My4&$tnX)JYsI+%}I|G?RgYUC+i!)KVlWmNtLY{nnhi2D%( z75s<11xs>V_OxbHLKf9oFRIf4H=jXuFppZdi0b@3_TV>sj4|3)-V;<~!>IZ*ZXUgM zgB85bgCbU7jQ5~-U5y#6MIKpzHFyWrNgt~46e|Cfa}kxlj5@$N>IRF>@5r|m*%kxc zzz%BT1608y)Ybh*6-aO$DwsxH`E}Gc5TXiqx%h3=y1Onuh^jk++UGf{-Yh0;!0aUh z63{b)Y|Pet^2-qvBTO?|9oo@7Cl{zA!p5?sex2 dL%B@o2RA)G^uo?ekj(|zc0cg_;%f3n)hR>#SnB`) 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 \n" "Language-Team: LANGUAGE \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.
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 9a434c69a81439245190d2d48d8986a9f044ccc0..710daa2398c8988b2365ba297657d55c84f02440 100644 GIT binary patch delta 885 zcmXZaO(<+}7{~EP!!X{>V3hJQUZPn@Sy;$IQu5Z_dMQPB!9qse(!~ioDQOl8OU1%M zO%}IqDHJOyD|HuQAyG<7N{#RDo_|e!&Uw!NJpcdiIrG(e(|WWJ@Y*uWl0{}!W_DR@ zmWz)V$2ZK!suHtKjAIa|FdJtvg!7n(t5|^>SdIr+hbLHx52*ENEWl9My#Ix0*nd!q zIXsA?8nrnGPz`=!J+2@U!&)4{GF*&!ev%{wZM=g@ zzK7c28kOW8v+xr&fiyB43zqr^ilQdcftlEiTHlL0*br*6bJ&1OSdDug7fN=Hg?NYB z_|=)gF$rN2RJ{>3fp%2#F;wGe=P%UcmT?fbaTK3W2k#+``VFA=^TxR#jLkS#v77rX z)C>Pm$sVu~pHZU>NBsmbOU}G6K3OX!6d3d0`+Zwqmrz< kdJ=WOT@2tMs^Jl8-7#w8zpj3Y3U-mY4SwXLK8pgOZ@7O_asU7T delta 924 zcmXZaK}b|l6vpu*qmz?U+Bl{lm6^$)481o(s7V+KQ9?n?!bL6y86qMD86_fkiz09l zEo>1g1QHeIA{c@Q7eculFrtMJErKAZz*Z8t@c%UjhWWjF-+kxa@4WXp+za2_i$xPP zW($pG$Ia|-li5LRI%3v~?U=-icpmc@#|1oqiO9(q?toiRwTGX_lQq9cUQUks{XOZPfZ1)WPncI=hUg z@g<(XO2mbd{lUYS;8@zY&Fw)#*^rN~qBbm`l0QThe&Rkub#4`};0L^pDN^X*)2MoL zsQsdOE(mE)-8CF#yn%Y4uC\n" "Language-Team: LANGUAGE \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.
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 1a6d0d773938102688ee291d2401cc51118f9b14..dd4f81e49e1e5a4616b5b7d4f505fddc93001f1c 100644 GIT binary patch delta 869 zcmXZZJ1B*57{~EPI1Y~c{Vur;Cr-I^WN=ARQc8-{Nf|5_nM`l$bV?=$lYwkf=u8x4 z5Q}7>3}TUzq8L!(`{Q44@8|trpUe9iIt}g4BzlnqvxzLTu$diXn+5Ob?Oi#>qU-ESZmaCRCY+br?eh+(sQZ zcI!9Jdn{o75$o|Al}Igz)RCaG9d*7N)yXlez$vW41&X4$AK>$^0BdUNlRDe!Yz<$&(i{LPBqV~O`I`@U-Y+j)7zw&Bl1L{B%CTW8+imG%G z6<`;Y=ozYjYgD2ys80T%0{Ymj!~&>)UWA%&L^|bJ6Ce8L;r|KiaSoy~9Ys|>jXF4o zJT}iu2`-~rzUo{@C9s9+&>rgkBe#Bvs{9g@Y{cxrEj+n}chmttWhp=o(k&~*L=2)5 X3Ay!lRKQL*?v3yJ?)>rNtR4R^9raCs delta 908 zcmXZaOGs2v9LMp$spD9gkI~d}^4Xy1;Jq_U$UqNBkQRYrq9H0H3TY29hL&D*BSMQd zZlaYd5k%28>B5yn;Z9r>K?@OUy1~O{rNDTks+dVJAMp5Ux7kVT3Kd=E$u?FkQ%))pF31wYn z7W^L=VBiu18TY|+*MEiDXb#KqEwdNM^8~0G(MX#Qp zTq9DG1t}V;=z+5vwV)sKaM`(vs&oSt;0r3zU#J59p%SfPQu{Td0=AIl964*zb&{x#{M{fQERrz1c zvtE7-($@wN)I=1uz()m0Bd2F~F&Fz#i9B}mBdCC5uK#rNL+E=r_9%Y;<#;ALG4&$e gnaPf)>k^*d5%&`D#H~6%nf8;dp6_{^i^Ut^Gj3#8KmY&$ 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 \n" "Language-Team: LANGUAGE \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.
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 86b539e6bc2c433237a2611b41196578ace149ff..6c5906d1cd061dff54de8b533942893de34efc9e 100644 GIT binary patch delta 14 WcmeyxbdhO-3ZwW$)xe4KZvy}*as{pc delta 53 zcmcb}^owbN3ZuhB)j+inUFV|I#FEVXJYAQ>l2j`NBLhQYT|*;XLo)>fODjW5Z39CC IgNeoW0J+T%k^lez diff --git a/src/catalogue/locale/lt/LC_MESSAGES/django.mo b/src/catalogue/locale/lt/LC_MESSAGES/django.mo index 234997ac13c345f07f0178662ff66d8541a7fe1d..33d7d1ad0258a42db4e6c0a40e251e7670f76a94 100644 GIT binary patch delta 912 zcmXZbK}eHf9LMp$)RxoDY|gaOFewp+hc*d1j5-KG2cadHjHrX_pmhmUaEI4Wy3|GS zFsP`IAQG(5gG51>AiRm|qK82{bdbF5IPm-1{_yVoy#MEU-sk^3|L5Im>hS89r4zyZ zCbNyxW*5vXdd92;2k|ndF^cyvg?VhoqWc~r#GmjKZecfm$1ePX7x6##VKiSd0<5z zRI(2~;4^Bc-@JVX+lWivUqMZ9gj`nTrVYecl@fKjeW>;%>f1`A^4#?H+x2$NKg)wY zq6h9YYTz7dN6%0@TEUa}%G=+e7V;I9XxsgXn(sHN0wvTu`^cZIUfn@_#4od13m-MF HCE6p$&yG>K delta 952 zcmXZaPe@cz6vy!+V>;%frlv(Xj8TIWQ|~=dLMaH{w3G%{N*XxmqKp!PBwoc3ZE~Zv z2`b1<5fx~gS_u^uAw(@AXc3_pfe`JaiM~JQz4zP zcAHt(cC)QGfctO=Q+O34oWUe6x$m)t_!Cy+H{6LU*oyx!jV+C48SKI;97IamaHGYW z6PzKTLKjgJ7I6p8U<1x0k3Hw74d0^rSFslVVml_A%Ht29;$GZ~!^jZ3f?D9L`?x7C zujn-i?cf9M$Iqw&8@LS{n#=uZH;bC^5N7eX=f_bSIOp*t+(Uc~dF-CYi|)sm#x6S6 zQ3aFyXvb-!wjD+l>O&pbAhuw^-{}4Wa5xc>cm>p8KDsp^xZ> zJBJ#0AGM=Ls2#n;N_^${cc_JYMJ?dF`x7*m*DrgJ5B;K2h@@oQq!p 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 \n" "Language-Team: LANGUAGE \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.
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 fbbc628f478a70560ba5bdfc7a1bbba610eda640..09c8bee0b609d99bced6a77da16f03863412a36d 100644 GIT binary patch delta 4722 zcmYk;33OD|0mkv0g#=WR5I_ivJOT-ckbttb6qH2~1nNep1;xo^k_<^^U=~7B>>wbB zfGvzcS;Vpw1r))d6jU~03bxw9p^L@V16__S2diS~q80l8=G}OBCtrT|zIpGi?@hA9 z(^47xFh8@!aGWAN$jmHb+NT+_@g|)$=5(GhUGWTN<3+p?FJmrV#TziEgKGh{quv+u zu^ijt82kAo>onxLn0bss2^Y*pbr81~Y`_PpZ^yCt1rEkhw8|LGT-5dRQ5`JA3|wwM zUxfwKpT(PTH}=FNcEdkoHvOBc6f~o(j>fdXeAEoO+Ik^&p7A(S??tV^bR2>; z_WVZFz+SfQK`rJ1WDX{Yo$z;MRj}uHNnqOEBIfG=|Z)tnG~RAUWy}dFmjElN6p{~)XbhiHMADh z&_-;JTk#g$i@NSKYN_AHO#B>m-+xdOy4sob*V1OQLAs$A>V|%(6&Q;ez)aN4=Ay1! zfa-7wYG!Lt6WE4Yv3A7Q7>e0rUX+ z$UVk`8pwPs#>J?u*oizwW?4s>aRfSuNw;Oi6J zI^;9cWb1Kc&}K7gMGj&$o+Y7ea`d(DShfp*6IqI1>jT-o0Q4ie})C4*)EwxjKdYH>m_l-aeY&2@6?!rvH z|I;aG05efH_%O9}m|8ka=llXx2Qk!uR-x`&kGg&uu>MY?Ou#ox%$8A5e zH|wvF-qhP2Ko3-XAZm~9u-=b)_`J3rLaoda)U(iH>pQW8`kSbM{sr~WUBqd41;2^+ zGKvAXw2<}Jg$Yh*#s^V*dkl5{m#7u`HR`SSBkGIe-^iP1^82`NM}O4Tj6-e36kDHx zYS(9NKz)xyQSGjb*+L8IHQR)faX)J5GWxnR$VGL~4YgH$Q8OQoYH+eW??p{u9%{uF zquO1Ax_&2WKu1s$h@GUM8_uJ?P(H?9m{#O=*c+Lw>5pn?DyqY3Y=e(m7b8DrIlr_u zub~ET6g8n=p;oR(v3q_vGLV?L+bx)>)(U&Uqo{#2p!RSTY6j0^7QTv_$v#_u3;R<) zj=KI6fzag`bs^FTC#JfhOVF*Zdd9y zkcX-dLJfF0YEQ?ZW;he?!5X|3_uwe}0NY^!Cu3UDJ`}WPBT&!6L~8}kpzg&scm&m9 z5{vO&{5Xxj>&W(+3j^FO$}V%;>4AEUOHmUWiMnngs=r_v`#+b$LQb^B%Xk}pX)h=% zcRL=9*_8{sflfmWe3rEaZ=fDTt#osYf=09qbweDr#4lL4 zp&HnQx-NmKt+3~lw*DS!AZJnS{0-I7WmJ1#p`M}4LGD&`#T@FfVhU<-D5`^z_Jawi z1}ac1<3Y_Vj2h4a>k`z=S7IKnMm@A!Py;z+J&76A&!DdV4bpGSoTH!-o=4sA5vt?Q z?D_wpZp`4pXph;*GiO@JVWPuN?jnsOPV|Mtgugx>q_o)9hT&kMS5W<%1*wAjOV2{< z@e+j!a-5Wq)ucb!MOu$qTR4g9$q$MCPUxs~F;V;((SAQph7ujmkyrHo?;FndsY4$10-!&3DL5Qbn}4 zI);-CWE#=FKTLi~#uFWz$@jKByg1P zM}WCx1!*FShz_4i>ZN>|@;I`UJWqbyxpR&VFykkMI=C$ktay&QBPqT`8G+| zldt13@)TJ}29fKJx2~()mMSxyeiZH}57-ZH#XclNjuIU?u+ta})j1dp)HgYvc^-egr?TGXRC7%*8gjzX%CI-& zuk?k&<%t!YmZoRc_=ACXPM6}uJ6&dFboEDSgVBf+N!=8zcD%tr#21K!n&!!6rI$1E#`>C_@Em_Q>O?}mBgY&AAi=s8b!S&YB}yajJZ^;?QrjBi#_=)s9FYUXQgeLW7Lz7e&;y{MHRMXmfr zycN&c^EXfzPRmW%2epX$58DQNP%ArzdH4cq0vC}V zbD3Xb@Xx3TW^r}hs==sw1!~|L)B+cvc5V@>-Tj!*N@5hW@=eH(*}*T({4i=oCs7wT zgSx<3?1vYy057B3{T;Q%pI|2DGHdnAM=hiPwWB4d_S5s&e|4C{39Y;q>1#HiRaXYC~8HgP!s!d!Eoyi9YQ^Mgw9wWcL`}d& zEg)(?UyuFt{_n62_Mx`+C~5*HP&;uN)$t{(%DA! z>x=5wAGNStOsL^dd%{80i*3CO)u9?Sfhky)Zp}2J(uV&rn-FXmrXEsOuEt z0-T20vF)gd??GMv`=}i{fqK|qOHj}S-?ATEL(TjqYOAt}QWw4j)u9SCp*g4(EJU?$ zKz%>Nu@JYR20V_;)g)09d>b|1ho~J(^ca&WWFbFhAis1ACZi@W7qw+eZ9RsXz((sf z>n{8GUepAhMXmhjsEPj?^=!S5>i@S?Jz+kkFo6>{Q60t?r@pBsB5$Nwj9O_k>ho>Z z-KekbgXq5{=)WbXExwFe@q70CzwP79Fh}oy2?gED8tjQPQCm6RZ@_;zw!Rj% zvMs3gPvh-)67|enL%#gXzfe1t#}lmU1W^5Ep{~CQk6{?I7~kZKORcZ~wZh3b7iZvj z+>T$wGuQ_|LT%|y)UC>;k)DAfYb7qHJ`H=|KGeX6uo$1gt~6tQi3xVyoGndV@Cxce zAEQ>3S(bVxa!>LKEAbW70A1J%ucIc|jk+a0%2Ur!9_oCNwH*EHm9zi7`CuL= zrn%5vF9H{b=-rR=#$8^U9z6cCE78M z+(oo2JN5pzQ+SBzm03c5NcIq|Izsjm9h=D4$RH9V-y}1LUg0N+j+sQeHh~-_PZJ%B zNv&VvZ-7;=wBPv&dqQYSi%1Lk4jE7MC8J{$Sw<$4sicwU&|k!K@~SHKn1~C>O42}H zCOgPdqT?kpn*rPU|3!xX9uM16rnL}T$uLqvUL#*6UndKQ{tiqbqlu0>GTbkv-lA=k zPY}nR`T8^;N9mG+QsjEw+3RPmUg}g?$)CtDDhG?wR z@fzGFx5A4yhw4flw>etZQ0jz3kyTER)VqomSUb6{Y0a!E!xk zb-c0B@!W?v-Ay63zBy$VTXC!|=>L2OJ;l*9)?b+i>5=+}!*2Tl2)?h3g zbfUE_7dOT0<7-^U3x-3k6OOg{OLW!*!;aVH#V>C1m#I}YMZLDx3eRl{dj2ZI!BQs{ zU9~Q_#tAv~K`$P0!%p05jmF~T&ca%^F2V(s|BcerR^qgNK7mLm=&X(f*Ey}MINag| k*?hnIg=A}aa?-f#8SPWcUTW_yt4dBQznRv)H1O(w0B%SHVE_OC 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 \n" "Language-Team: Fundacja Nowoczesna Polska 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 0cbdfc15c3af3831b43244410df8e9afc42186fd..3aec4cb0caa426ec8b27c5935fa50bb4756909ea 100644 GIT binary patch delta 861 zcmXZaPe{{o7{~D^3K^j;=QhpNq{Khlk|;BVMobg}SBDNp5Q3l{#EX##q41+Fi;(W7 z;;1eysOj+NN!V%74nnYq4qe2H;LRZI{qgsO!Rz~dzTfY&=Xti{bTwU^I`562GrJcw zOPSgGOJ;YmjA8tTPcYPEb`fW=9_R5gzQRUa#RL{GiF-JRr$}lW44K`;Eb9Iu^0Bue z^UfCQ>|z9pcpWR)g@-tT(Pp!&_zVfzOXo5w;RdRKuXqP**oi^9P$B);jn7eytT;b~ zJ-^~_1UfjVp*lOk0JcW_2iH&q+`wTRMTTSV-1&yHfW5@GQHA}%9z4Ppj75F>oLP@W zD+iOP0+vu6=1~(Vp+@>0RoGut2Vt`5UOOs&8|UyLzQ!F?ffcXZk?Gn4Y`}5UyIJJ_XA7u&Z`^(b8IFCym}Sj& rS?IxUynqK7$3v{c#w-38MNs$RsDugB`2ebcq0;BNYM}HX_@n+m6$?|- delta 900 zcmXZaPe@cz6vy!+Bf}7*=AU$IDnx0tkx?!ocU=bMHBG?wMK7{LPd`BH?U>+2tCu zPBZ&_+^ie-umMxGW_Pg%kKs#<;~Q+ok64Xg@EmU7dHjbx*imOjX&b={SVY}_k9@3L zXW{?FS9VDPzp)kfF@=eGvpn|VX?%)GeCJ$56462bKY{yrqhb%k4 zH-twW|02-FLFB~I%i1x<{u(Ob2C9KOn8RsgNVeq8SDhQ^5#K>I7H?z!Xx1B?%dj+?DglhB|YND@Qd;w`F zv=R%A>Kjtqwosk#qY6j46<{qYo*d~>#\n" "Language-Team: LANGUAGE \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.
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 0ffa8ad683d546dace9525daf2f6aec4c71cf86a..4560ba61a89118e5597d06128d823bdffcad5655 100644 GIT binary patch delta 913 zcmXZbPblPJ9LMpmXjsO-@!u|kRZB9&NYji1+e%rrk-|w1+qT=bE0=APpTlU|T-EMT zQZ9%%NZOJzmvvE!gM*xQ(oQ7=5iQar(SyuzngL)D5CsEvKbCR{}obc&4_ zDDnIqwU+qCF~);le2%lI!j>@$f1x^%LKSq3-FSmE&!SWlz*ngGuTd`=#!U3E0lzsn zG@zE9VLjeqCDyWS?J$81SwE^16I@>4S5#q3sDk!TJ5ON*FYyb8%FW*4JSyKUYF;{v zbp&3R8zty+_TgLNA=D0bod=j8{*CI)6ROO`W~|0Is?af1zDd+kPP_O!a=NzQ##j8< zvu$qFx|H)2IY#?~9FyInDh_c`K@rpoI#HeIapUh%d8SY=O1kkMNHc5^Rqzh#hz_xc z-=7_Eql6czg;%J`A5aT}&-~~0m_givYF!kSXb@G{sB;39=YxAbu_fGm4hP-Pne$cm`W=5Iwwy0nVcOf5RqRO<4GU zU@U3YKtls+;w-8|Hy*%icmyYL2%n)AT*v*miCIjMwh=F(>P6JXo?{1oK?RDW%ue9x zR9M~7RT{LjQOw~49>uq)V9Qv8zft`vs6ZRogN>xvg9VJ@II900)Itw&C%(ZnmYrWi z3OcfFZ1Whl;X%BN+F=ptVkP8b(|jGrSEyj0P=S7-c3#0#7_T?Gi+Q|`?@{wLF-ZMR zqE0yMqo4`KoVRd{`UBJsemYn20`)(rlL<(<3$Nf|97P3vgqrUK>MCEm`a9&>?SpIo zT&;)poq~?8;*1cF>$C)NUDl3Doaak{22l$PqfX+cYkz{8=Ot>PIoH039EyEJ1^$7$ zqIFF2`?J3kG-2#ebzlmWJdGN77WKX#ci<4}=nANb?xTWDIj2zpp1Sw5u0D_a*=(36 z&7)K9TKE@Tt7#wbdT$p;N;f9Py^ABIVrO&UXU=\n" "Language-Team: LANGUAGE \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.
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" -- 2.20.1