Add Google authentication

This commit is contained in:
Frédéric Guillot
2014-05-03 22:24:03 -04:00
parent 9531e439cd
commit 560a12f0bd
96 changed files with 7751 additions and 11 deletions

View File

@@ -293,4 +293,14 @@ return array(
// 'Description' => '',
// '%d comments' => '',
// '%d comment' => '',
// 'Email address invalid' => '',
// 'Your Google Account is not linked anymore to your profile.' => '',
// 'Unable to unlink your Google Account.' => '',
// 'Google authentication failed' => '',
// 'Unable to link your Google Account.' => '',
// 'Your Google Account is linked to your profile successfully.' => '',
// 'Email' => '',
// 'Link my Google Account' => '',
// 'Unlink my Google Account' => '',
// 'Login with my Google Account' => '',
);

View File

@@ -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',
);

View File

@@ -298,4 +298,14 @@ return array(
// 'Description' => '',
// '%d comments' => '',
// '%d comment' => '',
// 'Email address invalid' => '',
// 'Your Google Account is not linked anymore to your profile.' => '',
// 'Unable to unlink your Google Account.' => '',
// 'Google authentication failed' => '',
// 'Unable to link your Google Account.' => '',
// 'Your Google Account is linked to your profile successfully.' => '',
// 'Email' => '',
// 'Link my Google Account' => '',
// 'Unlink my Google Account' => '',
// 'Login with my Google Account' => '',
);

View File

@@ -294,4 +294,14 @@ return array(
// 'Description' => '',
// '%d comments' => '',
// '%d comment' => '',
// 'Email address invalid' => '',
// 'Your Google Account is not linked anymore to your profile.' => '',
// 'Unable to unlink your Google Account.' => '',
// 'Google authentication failed' => '',
// 'Unable to link your Google Account.' => '',
// 'Your Google Account is linked to your profile successfully.' => '',
// 'Email' => '',
// 'Link my Google Account' => '',
// 'Unlink my Google Account' => '',
// 'Login with my Google Account' => '',
);