aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-11 16:50:05 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-11 16:50:05 +0200
commit07dd75bfe94e7a52b698a3783bfd3330d64d0647 (patch)
treefa291dabcf45ecb353ca84b717f8c5fbbb0a74a3 /src
parentBugfix. (diff)
downloadnewspipe-07dd75bfe94e7a52b698a3783bfd3330d64d0647.tar.gz
newspipe-07dd75bfe94e7a52b698a3783bfd3330d64d0647.tar.bz2
newspipe-07dd75bfe94e7a52b698a3783bfd3330d64d0647.zip
Updated translations.
Diffstat (limited to 'src')
-rw-r--r--src/web/templates/about.html2
-rw-r--r--src/web/translations/fr/LC_MESSAGES/messages.mobin16871 -> 16859 bytes
-rw-r--r--src/web/translations/fr/LC_MESSAGES/messages.po16
-rw-r--r--src/web/translations/messages.pot4
4 files changed, 11 insertions, 11 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html
index e4b77b14..e7398b23 100644
--- a/src/web/templates/about.html
+++ b/src/web/templates/about.html
@@ -16,7 +16,7 @@
<div class="well">
<h1>{{ _('Help') }}</h1>
<p>{{ _('If you have any problem, <a href="https://wiki.cedricbonhomme.org/contact">contact</a> the administrator.') }}</p>
- <p>{{ _('The documentation of the RESTful API is <a href="https://jarr.readthedocs.io/en/latest/web-services-v3.html">here</a>.') }}</p>
+ <p>{{ _('The documentation of the API is <a href="https://jarr.readthedocs.io/en/latest/web-services-v3.html">here</a>.') }}</p>
<p>{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}</p>
{{ _('<a class="btn btn-default" href="%(bookmarklet)s" rel="bookmark">Subscribe to this feed using JARR</a>', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}
</div>
diff --git a/src/web/translations/fr/LC_MESSAGES/messages.mo b/src/web/translations/fr/LC_MESSAGES/messages.mo
index 890f0e6d..9b929877 100644
--- a/src/web/translations/fr/LC_MESSAGES/messages.mo
+++ b/src/web/translations/fr/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/src/web/translations/fr/LC_MESSAGES/messages.po b/src/web/translations/fr/LC_MESSAGES/messages.po
index 9f29bcbb..cd333684 100644
--- a/src/web/translations/fr/LC_MESSAGES/messages.po
+++ b/src/web/translations/fr/LC_MESSAGES/messages.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2016-09-07 07:34+0200\n"
-"PO-Revision-Date: 2016-09-08 08:13+0100\n"
-"Last-Translator: Cedric Bonhomme <cedric.bonhomme@list.lu>\n"
+"POT-Creation-Date: 2016-09-11 16:49+0200\n"
+"PO-Revision-Date: 2016-09-11 16:49+0200\n"
+"Last-Translator: Cédric Bonhomme <cedric@cedricbonhomme.org>\n"
"Language-Team: fr <LL@li.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Generated-By: Babel 1.3\n"
-"X-Generator: Poedit 1.6.10\n"
+"X-Generator: Poedit 1.8.7.1\n"
#: ../forms.py:46 ../forms.py:130 ../forms.py:155
#: ../templates/admin/dashboard.html:12
@@ -203,11 +203,11 @@ msgstr ""
#: ../templates/about.html:19
msgid ""
-"The documentation of the RESTful API is <a href=\"https://jarr.readthedocs."
-"io/en/latest/web-services-v3.html\">here</a>."
+"The documentation of the API is <a href=\"https://jarr.readthedocs.io/en/"
+"latest/web-services-v3.html\">here</a>."
msgstr ""
-"La documentation de l'API RESTful est <a href=\"https://jarr.readthedocs.io/"
-"en/latest/web-services-v3.html\">ici</a>."
+"La documentation de l'API est <a href=\"https://jarr.readthedocs.io/en/"
+"latest/web-services-v3.html\">ici</a>."
#: ../templates/about.html:20
msgid ""
diff --git a/src/web/translations/messages.pot b/src/web/translations/messages.pot
index 2a8735b4..e8dc16d0 100644
--- a/src/web/translations/messages.pot
+++ b/src/web/translations/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2016-09-08 08:11+0200\n"
+"POT-Creation-Date: 2016-09-11 16:48+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -191,7 +191,7 @@ msgstr ""
#: ../templates/about.html:19
msgid ""
-"The documentation of the RESTful API is <a "
+"The documentation of the API is <a "
"href=\"https://jarr.readthedocs.io/en/latest/web-"
"services-v3.html\">here</a>."
msgstr ""
bgstack15