Sync locales

This commit is contained in:
Frederic Guillot
2015-06-28 10:01:28 -04:00
parent 7b9733f672
commit 6660be939d
19 changed files with 190 additions and 38 deletions

View File

@@ -20,6 +20,15 @@ return array(
'Red' => 'Rouge',
'Orange' => 'Orange',
'Grey' => 'Gris',
'Brown' => 'Marron',
'Deep Orange' => 'Orange foncé',
'Dark Grey' => 'Gris foncé',
'Pink' => 'Rose',
'Teal' => 'Turquoise',
'Cyan'=> 'Bleu intense',
'Lime' => 'Vert citron',
'Light Green' => 'Vert clair',
'Amber' => 'Ambre',
'Save' => 'Enregistrer',
'Login' => 'Connexion',
'Official website:' => 'Site web officiel :',
@@ -31,7 +40,6 @@ return array(
'All users' => 'Tous les utilisateurs',
'Username' => 'Nom d\'utilisateur',
'Password' => 'Mot de passe',
'Default project' => 'Projet par défaut',
'Administrator' => 'Administrateur',
'Sign in' => 'Connexion',
'Users' => 'Utilisateurs',
@@ -407,7 +415,6 @@ return array(
'Username:' => 'Nom d\'utilisateur :',
'Name:' => 'Nom :',
'Email:' => 'Email :',
'Default project:' => 'Projet par défaut :',
'Notifications:' => 'Notifications :',
'Notifications' => 'Notifications',
'Group:' => 'Groupe :',
@@ -951,4 +958,6 @@ return array(
'<30m' => '<30m',
'Stop timer' => 'Stopper le chrono',
'Start timer' => 'Démarrer le chrono',
'Add project member' => 'Ajouter un membre au projet',
'Enable notifications' => 'Activer les notifications',
);