From 07dd75bfe94e7a52b698a3783bfd3330d64d0647 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 11 Sep 2016 16:50:05 +0200 Subject: Updated translations. --- src/web/templates/about.html | 2 +- src/web/translations/fr/LC_MESSAGES/messages.mo | Bin 16871 -> 16859 bytes src/web/translations/fr/LC_MESSAGES/messages.po | 16 ++++++++-------- src/web/translations/messages.pot | 4 ++-- 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 @@

{{ _('Help') }}

{{ _('If you have any problem, contact the administrator.') }}

-

{{ _('The documentation of the RESTful API is here.') }}

+

{{ _('The documentation of the API is here.') }}

{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}

{{ _('Subscribe to this feed using JARR', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}
diff --git a/src/web/translations/fr/LC_MESSAGES/messages.mo b/src/web/translations/fr/LC_MESSAGES/messages.mo index 890f0e6d..9b929877 100644 Binary files a/src/web/translations/fr/LC_MESSAGES/messages.mo and b/src/web/translations/fr/LC_MESSAGES/messages.mo 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 \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 \n" "Language-Team: fr \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 here." +"The documentation of the API is here." msgstr "" -"La documentation de l'API RESTful est ici." +"La documentation de l'API est ici." #: ../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 \n" "Language-Team: LANGUAGE \n" @@ -191,7 +191,7 @@ msgstr "" #: ../templates/about.html:19 msgid "" -"The documentation of the RESTful API is here." msgstr "" -- cgit