diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 17e1de16..e5f8b391 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -33,7 +33,7 @@ except NameError: from calibre.customize import InterfaceActionBase # pulled out from FanFicFareBase for saving in prefs.py -__version__ = (3, 23, 16) +__version__ = (3, 23, 17) ## Apparently the name for this class doesn't matter--it was still ## 'demo' for the first few versions. diff --git a/calibre-plugin/translations/de.po b/calibre-plugin/translations/de.po index 2860a5ce..a77a9572 100644 --- a/calibre-plugin/translations/de.po +++ b/calibre-plugin/translations/de.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: calibre-plugins\n" "POT-Creation-Date: 2020-10-05 10:59-0500\n" -"PO-Revision-Date: 2020-10-05 16:15+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2020-10-08 12:44+0000\n" +"Last-Translator: Ettore Atalan \n" "Language-Team: German (http://www.transifex.com/calibre/calibre-plugins/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1345,7 +1345,7 @@ msgstr "Aktualisiert das Buch-Cover-Image von der Seite oder den Standardeinstel #: dialogs.py:429 msgid "(%s URLs found)" -msgstr "" +msgstr "(%s URLs gefunden)" #: dialogs.py:430 msgid "Story URLs for anthology, one per line:" diff --git a/calibre-plugin/translations/es.po b/calibre-plugin/translations/es.po index 69cd8165..985e30f6 100644 --- a/calibre-plugin/translations/es.po +++ b/calibre-plugin/translations/es.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: calibre-plugins\n" "POT-Creation-Date: 2020-10-05 10:59-0500\n" -"PO-Revision-Date: 2020-10-05 16:15+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2020-10-07 09:04+0000\n" +"Last-Translator: Jellby \n" "Language-Team: Spanish (http://www.transifex.com/calibre/calibre-plugins/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1288,7 +1288,7 @@ msgstr "Las etiquetas que se introduzcan aquí se añadirán automáticamente a msgid "" "Any additional stories you then manually add to the Story URL dialog will " "also have these tags added." -msgstr "" +msgstr "Todas las historias adicionales que se añadan manualmente al diálogo de URL de historia también tendrán estas etiquetas." #: config.py:1676 msgid "" @@ -1301,13 +1301,13 @@ msgstr "Lo más seguro es crear una cuenta de correo electrónico separada qu #: dialogs.py:273 msgid "" "This name will be used with the %s setting to set the title of the new book." -msgstr "" +msgstr "Este nombre se usará con la opción %s para formar el título del nuevo libro." #: dialogs.py:284 msgid "" "These comments about the series will be included in the Comments of the new " "book." -msgstr "" +msgstr "Estos comentarios sobre la serie se incluirán en los comentarios del nuevo libro." #: dialogs.py:298 dialogs.py:876 msgid "Show Download Options" diff --git a/calibre-plugin/translations/fr.po b/calibre-plugin/translations/fr.po index fa04397e..f0923670 100644 --- a/calibre-plugin/translations/fr.po +++ b/calibre-plugin/translations/fr.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: calibre-plugins\n" "POT-Creation-Date: 2020-10-05 10:59-0500\n" -"PO-Revision-Date: 2020-10-05 16:15+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2020-10-06 06:27+0000\n" +"Last-Translator: Ptit Prince \n" "Language-Team: French (http://www.transifex.com/calibre/calibre-plugins/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1290,7 +1290,7 @@ msgstr "Les étiquettes saisies ici seront automatiquement ajoutées aux histoir msgid "" "Any additional stories you then manually add to the Story URL dialog will " "also have these tags added." -msgstr "" +msgstr "Ces étiquettes seront également ajoutées à toute histoire supplémentaire que vous ajouterez manuellement dans la boîte de dialogue URL de l'histoire." #: config.py:1676 msgid "" @@ -1303,13 +1303,13 @@ msgstr "Il est plus sûr de créer une compte courriel séparé que vous util #: dialogs.py:273 msgid "" "This name will be used with the %s setting to set the title of the new book." -msgstr "" +msgstr "Ce nom sera utilisé avec le réglage %s pour définir le titre du nouveau livre." #: dialogs.py:284 msgid "" "These comments about the series will be included in the Comments of the new " "book." -msgstr "" +msgstr "Ces commentaires sur la série seront inclus dans les commentaires du nouveau livre." #: dialogs.py:298 dialogs.py:876 msgid "Show Download Options" diff --git a/fanficfare/cli.py b/fanficfare/cli.py index 3cc0492e..1d38ea9b 100644 --- a/fanficfare/cli.py +++ b/fanficfare/cli.py @@ -40,7 +40,7 @@ else: # > 3.0 def pickle_load(f): return pickle.load(f,encoding="bytes") -version="3.23.16" +version="3.23.17" os.environ['CURRENT_VERSION_ID']=version global_cache = 'global_cache' diff --git a/setup.py b/setup.py index 3c3e37e2..335422e2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name=package_name, # Versions should comply with PEP440. - version="3.23.16", + version="3.23.17", description='A tool for downloading fanfiction to eBook formats', long_description=long_description,