summaryrefslogtreecommitdiffstats
path: root/i18n/fr.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-05-19 10:34:08 -0300
committerChristopher Speller <crspeller@gmail.com>2016-05-19 09:34:08 -0400
commit98fa24f216576ca49aaca5c647a95fb4e98f717d (patch)
tree7f127863930a25a5eab5f32b72770c0ad30a809f /i18n/fr.json
parent5ea7d9bbef2cf9da229e66bd05af776479e76f56 (diff)
downloadchat-98fa24f216576ca49aaca5c647a95fb4e98f717d.tar.gz
chat-98fa24f216576ca49aaca5c647a95fb4e98f717d.tar.bz2
chat-98fa24f216576ca49aaca5c647a95fb4e98f717d.zip
daily translations 20160518 (#3050)
Diffstat (limited to 'i18n/fr.json')
-rw-r--r--i18n/fr.json34
1 files changed, 21 insertions, 13 deletions
diff --git a/i18n/fr.json b/i18n/fr.json
index 501d1ca21..da0e5dfa2 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -1204,18 +1204,6 @@
"translation": "Votre adresse électronique a été modifiée pour {{.TeamDisplayName}}"
},
{
- "id": "api.templates.username_change_body.info",
- "translation": "Votre nom d'utilisateur pour {{.TeamDisplayName}} a été modifiée en {{.NewUsername}}.<br>Si vous n'êtes pas à l'origine de cette action, veuillez contacter votre administrateur système."
- },
- {
- "id": "api.templates.username_change_body.title",
- "translation": "Vous avez mis à jour votre nom d'utilisateur."
- },
- {
- "id": "api.templates.username_change_subject",
- "translation": "Votre nom d'utilisateur a été modifiée pour {{.TeamDisplayName}}"
- },
- {
"id": "api.templates.email_change_verify_body.button",
"translation": "Vérifier votre adresse électronique"
},
@@ -1364,6 +1352,18 @@
"translation": "[MATTERMOST] Changes to your account for Mattermost 3.0 Upgrade"
},
{
+ "id": "api.templates.username_change_body.info",
+ "translation": "Your username for {{.TeamDisplayName}} has been changed to {{.NewUsername}}.<br>If you did not make this change, please contact the system administrator."
+ },
+ {
+ "id": "api.templates.username_change_body.title",
+ "translation": "You updated your username"
+ },
+ {
+ "id": "api.templates.username_change_subject",
+ "translation": "Your username has changed for {{.TeamDisplayName}}"
+ },
+ {
"id": "api.templates.verify_body.button",
"translation": "Vérifier l'adresse électronique"
},
@@ -1653,7 +1653,7 @@
},
{
"id": "api.user.send_email_change_username_and_forget.error",
- "translation": "Impossible d'envoyer le courriel de changement de nom d'utilisateur err=%v"
+ "translation": "Failed to send username change notification email successfully err=%v"
},
{
"id": "api.user.send_email_change_verify_email_and_forget.error",
@@ -3528,6 +3528,10 @@
"translation": "Un compte avec cette adresse électronique existe déjà."
},
{
+ "id": "store.sql_user.save.email_exists.ldap_app_error",
+ "translation": "This account does not use LDAP authentication. Please sign in using email and password."
+ },
+ {
"id": "store.sql_user.save.existing.app_error",
"translation": "La mise à jour doit être appelée pour un utilisateur existant."
},
@@ -3544,6 +3548,10 @@
"translation": "Un compte avec ce nom d'utilisateur existe déjà."
},
{
+ "id": "store.sql_user.save.username_exists.ldap_app_error",
+ "translation": "An account with that username already exists. Please contact your Administrator."
+ },
+ {
"id": "store.sql_user.update.app_error",
"translation": "Nous n'avons pas pu mettre à jour le compte"
},