Update translations, bump versions.

This commit is contained in:
Jim Miller 2015-08-17 13:31:56 -05:00
parent 1079713432
commit e677dc063d
10 changed files with 20 additions and 34 deletions

View file

@ -42,7 +42,7 @@ class FanFicFareBase(InterfaceActionBase):
description = _('UI plugin to download FanFiction stories from various sites.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (2, 2, 11)
version = (2, 2, 12)
minimum_calibre_version = (1, 48, 0)
#: This field defines the GUI plugin class that contains all the code

View file

@ -13,7 +13,7 @@ msgstr ""
"POT-Creation-Date: 2015-07-27 12:59+Central Daylight Time\n"
"PO-Revision-Date: 2015-07-30 08:46+0000\n"
"Last-Translator: Kovid Goyal <kovid@kovidgoyal.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/calibre-plugins/language/de/)\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"
"Content-Transfer-Encoding: ENCODING\n"

View file

@ -12,7 +12,7 @@ msgstr ""
"POT-Creation-Date: 2015-07-27 12:59+Central Daylight Time\n"
"PO-Revision-Date: 2015-07-30 09:06+0000\n"
"Last-Translator: Jellby <jellby@yahoo.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/calibre-plugins/language/es/)\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"
"Content-Transfer-Encoding: ENCODING\n"

View file

@ -5,14 +5,16 @@
# Xotes <alois.glibert@gmail.com>, 2015
# Franck, 2015
# Ptitprince <leporello1791@gmail.com>, 2014-2015
# Piconcely Yoann <yoanncoolazz@gmail.com>, 2015
# sengian <sengian1@gmail.com>, 2015
# Thibault San <diablodu02@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: calibre-plugins\n"
"POT-Creation-Date: 2015-07-27 12:59+Central Daylight Time\n"
"PO-Revision-Date: 2015-07-30 08:58+0000\n"
"Last-Translator: Ptitprince <leporello1791@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/calibre-plugins/language/fr/)\n"
"PO-Revision-Date: 2015-08-11 08:48+0000\n"
"Last-Translator: Piconcely Yoann <yoanncoolazz@gmail.com>\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"
"Content-Transfer-Encoding: ENCODING\n"
@ -1556,19 +1558,19 @@ msgstr "Pas d'URLs de récit trouvée dans les livres sélectionnés"
#: fff_plugin.py:578
msgid "Can only UnNew books in library"
msgstr ""
msgstr "Seuls les livres dans la bibliothèque peuvent être marqués vu"
#: fff_plugin.py:595
msgid "UnNewing books..."
msgstr ""
msgstr "Anciens livres..."
#: fff_plugin.py:596
msgid "UnNew Books"
msgstr ""
msgstr "Anciens livres..."
#: fff_plugin.py:597
msgid "Books UnNewed"
msgstr ""
msgstr "Livre non vu"
#: fff_plugin.py:636 fff_plugin.py:1541
msgid "Starting auto conversion of %d books."

View file

@ -11,7 +11,7 @@ msgstr ""
"POT-Creation-Date: 2015-07-27 12:59+Central Daylight Time\n"
"PO-Revision-Date: 2015-07-30 08:46+0000\n"
"Last-Translator: Kovid Goyal <kovid@kovidgoyal.net>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/calibre-plugins/language/nl/)\n"
"Language-Team: Dutch (http://www.transifex.com/calibre/calibre-plugins/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"

View file

@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2015-07-27 12:59+Central Daylight Time\n"
"PO-Revision-Date: 2015-07-30 08:46+0000\n"
"Last-Translator: Kovid Goyal <kovid@kovidgoyal.net>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/calibre-plugins/language/pt_BR/)\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/calibre/calibre-plugins/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"

View file

@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2015-07-27 12:59+Central Daylight Time\n"
"PO-Revision-Date: 2015-07-30 08:46+0000\n"
"Last-Translator: Kovid Goyal <kovid@kovidgoyal.net>\n"
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/calibre-plugins/language/uk/)\n"
"Language-Team: Ukrainian (http://www.transifex.com/calibre/calibre-plugins/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"

View file

@ -23,7 +23,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="2.2.11.post2",
version="2.2.12",
description='A tool for downloading fanfiction to eBook formats',
long_description=long_description,

View file

@ -1,6 +1,6 @@
# ffd-retief-hrd fanficfare
application: fanficfare
version: 2-2-11
version: 2-2-12
runtime: python27
api_version: 1
threadsafe: true

View file

@ -46,24 +46,8 @@
</p>
<h3>Changes:</h3>
<ul>
<li>Add chapter limits with URL by giving chapter range.<br>
Examples:<br>
<ul>
<li>https://www.fanfiction.net/s/2565609/1/[4] <i>Chapter 4 only</i></li>
<li>https://www.fanfiction.net/s/2565609/1/[6-10] <i>Chapters 6, 7, 8, 9 &amp; 10 only</i></li>
<li>https://www.fanfiction.net/s/2565609/1/[-10] <i>Chapters 1-10 only</i></li>
<li>https://www.fanfiction.net/s/2565609/1/[150-] <i>Chapters 150 and up only</i></li>
</ul>
The chapter range will be included in the ebook title. Can be changed or disabled in config with title_chapter_range_pattern.
</li>
<li>New base_xenforoforum adapter type. The details are complex enough that I've started a <a href="https://github.com/JimmXinu/FanFicFare/wiki/BaseXenForoForumAdapters">new wiki page</a> for future reference. Please refer to it for more details.</li>
<li>New [base_efiction] and [base_xenforoforum] sections for common settings for eFiction Base and XenForoForum Base adapters respectively.</li>
<li>New site: <a href="https://forums.spacebattles.com/forums/creative-writing.18/">forums.spacebattles.com</a> base_xenforoforum adapter</li>
<li>New site: <a href="https://forums.sufficientvelocity.com/forums/user-fiction.2/">forums.sufficientvelocity.com</a> base_xenforoforum adapter</li>
<li>New site: <a href="http://ninelives.dark-solace.org/">ninelives.dark-solace.org</a> base_efiction adapter</li>
<li>New description_limit feature to explicitly limit the allowable length of the description.</li>
<li>Fixes for http://spikeluver.com</li>
<li>New Russian language site: masseffect2.in -- Thanks to PlushBeaver for adding this.</li>
<li>New site: <a href="https://forum.questionablequesting.com/forums/creative-writing.19/">forum.questionablequesting.com</a> base_xenforoforum adapter</li>
<li>Add minor fix for portkey.org chapter parsing.</li>
</ul>
<p>
Questions? Check out our
@ -73,7 +57,7 @@
If you have any problems with this application, please
report them in
the <a href="http://groups.google.com/group/fanfic-downloader">FanFicFare Google Group</a>. The
<a href="http://2-2-10.fanficfare.appspot.com">previous version
<a href="http://2-2-11.fanficfare.appspot.com">previous version
</a> is also available for you to use if necessary.
</p>
<div id='error'>