aboutsummaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-07 07:38:53 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-07 07:38:53 +0200
commitd4f9a4122ad26c8dfbf27c4568d91f2fb54146fe (patch)
tree6324b9a8ab07fae5d143cb8fcfdc0709b27b6013 /src/web
parentDisplay login message as information. (diff)
downloadnewspipe-d4f9a4122ad26c8dfbf27c4568d91f2fb54146fe.tar.gz
newspipe-d4f9a4122ad26c8dfbf27c4568d91f2fb54146fe.tar.bz2
newspipe-d4f9a4122ad26c8dfbf27c4568d91f2fb54146fe.zip
Updated translations.
Diffstat (limited to 'src/web')
-rw-r--r--src/web/translations/fr/LC_MESSAGES/messages.mobin16775 -> 16887 bytes
-rw-r--r--src/web/translations/fr/LC_MESSAGES/messages.po14
-rw-r--r--src/web/translations/messages.pot12
3 files changed, 17 insertions, 9 deletions
diff --git a/src/web/translations/fr/LC_MESSAGES/messages.mo b/src/web/translations/fr/LC_MESSAGES/messages.mo
index 760c6127..653f3365 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 4c60fcf2..a1c0243d 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: 2016-08-29 10:26+0200\n"
-"PO-Revision-Date: 2016-08-29 10:27+0100\n"
+"POT-Creation-Date: 2016-09-07 07:34+0200\n"
+"PO-Revision-Date: 2016-09-07 07:35+0100\n"
"Last-Translator: Cedric Bonhomme <cedric.bonhomme@list.lu>\n"
"Language-Team: fr <LL@li.org>\n"
"Language: fr\n"
@@ -837,16 +837,20 @@ msgstr ""
"La récupération manuelle de nouvelles est disponible uniquement pour "
"l'administrateur, sur la plate-forme Heroku."
-#: ../views/session_mgmt.py:82
+#: ../views/session_mgmt.py:28
+msgid "Please log in to access this page."
+msgstr "S'il vous plaît connectez vous pour accéder à cette page."
+
+#: ../views/session_mgmt.py:90
msgid "Self-registration is disabled."
msgstr "L'auto-enregistrement est désactivé."
-#: ../views/session_mgmt.py:97
+#: ../views/session_mgmt.py:105
#, python-format
msgid "Problem while sending activation email: %(error)s"
msgstr "Problème lors de l'envoi d'email d'activation: %(error)s"
-#: ../views/session_mgmt.py:101
+#: ../views/session_mgmt.py:109
msgid "Your account has been created. Check your mail to confirm it."
msgstr "Votre compte a été créé. Vérifiez votre courrier pour le confirmer."
diff --git a/src/web/translations/messages.pot b/src/web/translations/messages.pot
index d96b92a1..1aeec48f 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-08-29 10:26+0200\n"
+"POT-Creation-Date: 2016-09-07 07:35+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"
@@ -807,16 +807,20 @@ msgid ""
" Heroku platform."
msgstr ""
-#: ../views/session_mgmt.py:82
+#: ../views/session_mgmt.py:28
+msgid "Please log in to access this page."
+msgstr ""
+
+#: ../views/session_mgmt.py:90
msgid "Self-registration is disabled."
msgstr ""
-#: ../views/session_mgmt.py:97
+#: ../views/session_mgmt.py:105
#, python-format
msgid "Problem while sending activation email: %(error)s"
msgstr ""
-#: ../views/session_mgmt.py:101
+#: ../views/session_mgmt.py:109
msgid "Your account has been created. Check your mail to confirm it."
msgstr ""
bgstack15