summaryrefslogtreecommitdiff
path: root/locales/fr_FR
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-05-03 22:24:03 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-05-03 22:24:03 -0400
commit560a12f0bd6347a335f8ed5201d6d9562d03d4bc (patch)
tree00510d25c1cf5e747573543fa88d44ef003b1c9a /locales/fr_FR
parent9531e439cd99fb7dbcfb039f422f1d1ba414ec30 (diff)
Add Google authentication
Diffstat (limited to 'locales/fr_FR')
-rw-r--r--locales/fr_FR/translations.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php
index 3a38216d..626aa946 100644
--- a/locales/fr_FR/translations.php
+++ b/locales/fr_FR/translations.php
@@ -32,7 +32,7 @@ return array(
'Do you really want to remove this user: "%s"?' => 'Voulez-vous vraiment supprimer cet utilisateur : « %s » ?',
'New user' => 'Ajouter un utilisateur',
'All users' => 'Tous les utilisateurs',
- 'Username' => 'Nom d\'utilisateur',
+ 'Username' => 'Identifiant',
'Password' => 'Mot de passe',
'Default Project' => 'Projet par défaut',
'Administrator' => 'Administrateur',
@@ -293,4 +293,14 @@ return array(
'Description' => 'Description',
'%d comments' => '%d commentaires',
'%d comment' => '%d commentaire',
+ 'Email address invalid' => 'Adresse email invalide',
+ 'Your Google Account is not linked anymore to your profile.' => 'Votre compte Google n\'est plus relié à votre profile.',
+ 'Unable to unlink your Google Account.' => 'Impossible de supprimer votre compte Google.',
+ 'Google authentication failed' => 'Authentification Google échouée',
+ 'Unable to link your Google Account.' => 'Impossible de lier votre compte Google.',
+ 'Your Google Account is linked to your profile successfully.' => 'Votre compte Google est désormais lié à votre profile.',
+ 'Email' => 'Email',
+ 'Link my Google Account' => 'Lier mon compte Google',
+ 'Unlink my Google Account' => 'Ne plus utiliser mon compte Google',
+ 'Login with my Google Account' => 'Se connecter avec mon compte Google',
);