aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-06-01 23:34:03 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-06-01 23:34:03 +0200
commitecb56d246bd099a2d96687233460b7f3ead3e6fd (patch)
tree6a51b6d7f5e9ac0becc910b773d7b19eb9dbf70e
parentDisplay only recent bookmarks when disconnected. (diff)
downloadnewspipe-ecb56d246bd099a2d96687233460b7f3ead3e6fd.tar.gz
newspipe-ecb56d246bd099a2d96687233460b7f3ead3e6fd.tar.bz2
newspipe-ecb56d246bd099a2d96687233460b7f3ead3e6fd.zip
Updated translations.
-rw-r--r--src/web/templates/about.html2
-rw-r--r--src/web/templates/about_more.html10
-rw-r--r--src/web/translations/fr/LC_MESSAGES/messages.mobin20072 -> 20500 bytes
-rw-r--r--src/web/translations/fr/LC_MESSAGES/messages.po59
-rw-r--r--src/web/translations/messages.pot54
5 files changed, 89 insertions, 36 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html
index 70ae0a5f..54deaf11 100644
--- a/src/web/templates/about.html
+++ b/src/web/templates/about.html
@@ -12,7 +12,7 @@
redistribute the <a href="https://github.com/newspipe/newspipe">source code</a>
according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p>
<p>{{ _('Found a bug? Report it <a href="https://github.com/newspipe/newspipe/issues">here</a>.') }}</p>
- <p><a href="{{ url_for('about_more') }}">More information</a> about this instance.</p>
+ <p><a href="{{ url_for('about_more') }}">{{ _('More information') }}</a> {{ _('about this instance.') }}</p>
</div>
<div class="well">
<h1>{{ _('Help') }}</h1>
diff --git a/src/web/templates/about_more.html b/src/web/templates/about_more.html
index dd7088a5..d530861f 100644
--- a/src/web/templates/about_more.html
+++ b/src/web/templates/about_more.html
@@ -2,11 +2,11 @@
{% block content %}
<div class="container">
<ul class="list-group">
- <li class="list-group-item">Newspipe version: <a href="https://github.com/newspipe/newspipe/releases/tag/{{newspipe_version}}">{{newspipe_version}}</a></li>
- <li class="list-group-item">Running on Heroku: {{on_heroku}}</li>
- <li class="list-group-item">Registration: {{registration}}</li>
- <li class="list-group-item">Python version: {{python_version}}</li>
- <li class="list-group-item">Number of users: {{nb_users}}</li>
+ <li class="list-group-item">{{ _('Newspipe version') }}: <a href="https://github.com/newspipe/newspipe/releases/tag/{{newspipe_version}}">{{newspipe_version}}</a></li>
+ <li class="list-group-item">{{ _('Running on Heroku') }}: {{on_heroku}}</li>
+ <li class="list-group-item">{{ _('Registration') }}: {{registration}}</li>
+ <li class="list-group-item">{{ _('Python version') }}: {{python_version}}</li>
+ <li class="list-group-item">{{ _('Number of users') }}: {{nb_users}}</li>
</ul>
</div><!-- /.container -->
{% endblock %}
diff --git a/src/web/translations/fr/LC_MESSAGES/messages.mo b/src/web/translations/fr/LC_MESSAGES/messages.mo
index cb5a82b9..e8498f6e 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 dd684b97..049e1f38 100644
--- a/src/web/translations/fr/LC_MESSAGES/messages.po
+++ b/src/web/translations/fr/LC_MESSAGES/messages.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2017-06-01 15:04+0200\n"
-"PO-Revision-Date: 2017-06-01 15:05+0200\n"
+"POT-Creation-Date: 2017-06-01 23:29+0200\n"
+"PO-Revision-Date: 2017-06-01 23:33+0200\n"
"Last-Translator: Cédric Bonhomme <cedric@cedricbonhomme.org>\n"
"Language-Team: fr <LL@li.org>\n"
"Language: fr\n"
@@ -237,6 +237,14 @@ msgstr ""
"Vous avez trouvé un bug? Signalez-le <a href=\"https://github.com/newspipe/"
"newspipe/issues\">ici</a>."
+#: ../templates/about.html:15
+msgid "More information"
+msgstr "Plus d'informations"
+
+#: ../templates/about.html:15
+msgid "about this instance."
+msgstr "à propos de cette instance."
+
#: ../templates/about.html:18
msgid "Help"
msgstr "Aide"
@@ -270,6 +278,26 @@ msgstr ""
"<a class=\"btn btn-default\" href=\"%(bookmarklet)s\" rel=\"bookmark"
"\">Abonnez-vous à ce flux en utilisant Newspipe</a>"
+#: ../templates/about_more.html:5
+msgid "Newspipe version"
+msgstr "Version de Newspipe"
+
+#: ../templates/about_more.html:6
+msgid "Running on Heroku"
+msgstr "Fonctionne sur Heroku"
+
+#: ../templates/about_more.html:7
+msgid "Registration"
+msgstr "Inscription"
+
+#: ../templates/about_more.html:8
+msgid "Python version"
+msgstr "Version de Python"
+
+#: ../templates/about_more.html:9
+msgid "Number of users"
+msgstr "Nombre d'utilisateurs"
+
#: ../templates/article.html:6 ../templates/article_pub.html:6
msgid "from"
msgstr "de"
@@ -352,7 +380,7 @@ msgid "Delete all in this column"
msgstr "Supprimer tout dans cette colonne"
#: ../templates/edit_bookmark.html:65 ../templates/layout.html:54
-#: ../views/bookmark.py:111
+#: ../views/bookmark.py:115
msgid "Add a new bookmark"
msgstr "Ajouter un nouveau marque-page"
@@ -635,7 +663,7 @@ msgstr "Tableau de bord"
msgid "Logout"
msgstr "Déconnexion"
-#: ../templates/layout.html:117
+#: ../templates/layout.html:117 ../views/bookmark.py:86
msgid "Recent bookmarks"
msgstr "Marque-pages récents"
@@ -871,45 +899,45 @@ msgstr "Erreur lors de l'export des articles."
msgid "Export format not supported."
msgstr "Ce format d'export n'est pas supporté."
-#: ../views/bookmark.py:56
+#: ../views/bookmark.py:57
msgid "Bookmarks"
msgstr "Marque-pages"
-#: ../views/bookmark.py:117
+#: ../views/bookmark.py:121
msgid "Edit bookmark"
msgstr "Modifiez le marque-page"
-#: ../views/bookmark.py:157
+#: ../views/bookmark.py:161
msgid "Bookmark successfully updated."
msgstr "Marque-page mis à jour avec succès."
-#: ../views/bookmark.py:169 ../views/bookmark.py:217
+#: ../views/bookmark.py:173 ../views/bookmark.py:221
msgid "Bookmark successfully created."
msgstr "Marque-page créé avec succès."
-#: ../views/bookmark.py:178
+#: ../views/bookmark.py:182
#, python-format
msgid "Bookmark %(bookmark_name)s successfully deleted."
msgstr "Marque-page %(bookmark_name)s supprimé avec succès."
-#: ../views/bookmark.py:189
+#: ../views/bookmark.py:193
msgid "Bookmarks successfully deleted."
msgstr "Marque-pages supprimés avec succès."
-#: ../views/bookmark.py:200
+#: ../views/bookmark.py:204
msgid "Couldn't add bookmark: url missing."
msgstr "Impossible d'ajouter le marque-page: URL manquante."
-#: ../views/bookmark.py:205
+#: ../views/bookmark.py:209
msgid "Couldn't add bookmark: bookmark already exists."
msgstr "Impossible d'ajouter le marque-page: l'URL existe déjà."
-#: ../views/bookmark.py:227
+#: ../views/bookmark.py:231
#, python-format
msgid "%(nb_bookmarks)s bookmarks successfully imported."
msgstr "%(nb_bookmarks)s marque-pages importés avec succès."
-#: ../views/bookmark.py:230
+#: ../views/bookmark.py:234
msgid "Error when importing bookmarks."
msgstr "Erreur lors de l'import des marque-pages."
@@ -1267,9 +1295,6 @@ msgstr "Interdit."
#~ msgid "(unread) articles"
#~ msgstr "(non lus) articles"
-#~ msgid "Number of articles"
-#~ msgstr "Nombre d'articles"
-
#~ msgid "Logged in successfully."
#~ msgstr "Connecté avec succès."
diff --git a/src/web/translations/messages.pot b/src/web/translations/messages.pot
index 514fa2a0..8ae889c5 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: 2017-06-01 15:04+0200\n"
+"POT-Creation-Date: 2017-06-01 23:29+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"
@@ -224,6 +224,14 @@ msgid ""
"href=\"https://github.com/newspipe/newspipe/issues\">here</a>."
msgstr ""
+#: ../templates/about.html:15
+msgid "More information"
+msgstr ""
+
+#: ../templates/about.html:15
+msgid "about this instance."
+msgstr ""
+
#: ../templates/about.html:18
msgid "Help"
msgstr ""
@@ -252,6 +260,26 @@ msgid ""
"rel=\"bookmark\">Subscribe to this feed using Newspipe</a>"
msgstr ""
+#: ../templates/about_more.html:5
+msgid "Newspipe version"
+msgstr ""
+
+#: ../templates/about_more.html:6
+msgid "Running on Heroku"
+msgstr ""
+
+#: ../templates/about_more.html:7
+msgid "Registration"
+msgstr ""
+
+#: ../templates/about_more.html:8
+msgid "Python version"
+msgstr ""
+
+#: ../templates/about_more.html:9
+msgid "Number of users"
+msgstr ""
+
#: ../templates/article.html:6 ../templates/article_pub.html:6
msgid "from"
msgstr ""
@@ -332,7 +360,7 @@ msgid "Delete all in this column"
msgstr ""
#: ../templates/edit_bookmark.html:65 ../templates/layout.html:54
-#: ../views/bookmark.py:111
+#: ../views/bookmark.py:115
msgid "Add a new bookmark"
msgstr ""
@@ -602,7 +630,7 @@ msgstr ""
msgid "Logout"
msgstr ""
-#: ../templates/layout.html:117
+#: ../templates/layout.html:117 ../views/bookmark.py:86
msgid "Recent bookmarks"
msgstr ""
@@ -837,45 +865,45 @@ msgstr ""
msgid "Export format not supported."
msgstr ""
-#: ../views/bookmark.py:56
+#: ../views/bookmark.py:57
msgid "Bookmarks"
msgstr ""
-#: ../views/bookmark.py:117
+#: ../views/bookmark.py:121
msgid "Edit bookmark"
msgstr ""
-#: ../views/bookmark.py:157
+#: ../views/bookmark.py:161
msgid "Bookmark successfully updated."
msgstr ""
-#: ../views/bookmark.py:169 ../views/bookmark.py:217
+#: ../views/bookmark.py:173 ../views/bookmark.py:221
msgid "Bookmark successfully created."
msgstr ""
-#: ../views/bookmark.py:178
+#: ../views/bookmark.py:182
#, python-format
msgid "Bookmark %(bookmark_name)s successfully deleted."
msgstr ""
-#: ../views/bookmark.py:189
+#: ../views/bookmark.py:193
msgid "Bookmarks successfully deleted."
msgstr ""
-#: ../views/bookmark.py:200
+#: ../views/bookmark.py:204
msgid "Couldn't add bookmark: url missing."
msgstr ""
-#: ../views/bookmark.py:205
+#: ../views/bookmark.py:209
msgid "Couldn't add bookmark: bookmark already exists."
msgstr ""
-#: ../views/bookmark.py:227
+#: ../views/bookmark.py:231
#, python-format
msgid "%(nb_bookmarks)s bookmarks successfully imported."
msgstr ""
-#: ../views/bookmark.py:230
+#: ../views/bookmark.py:234
msgid "Error when importing bookmarks."
msgstr ""
bgstack15