diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-28 10:01:28 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-28 10:01:28 -0400 |
commit | 6660be939d1452b8b2ac996837b55e8756598646 (patch) | |
tree | 5e010497ab1b317fb22e370cd2c668b28bd9c3ba /app/Locale/fr_FR | |
parent | 7b9733f67208a97fbf05d34ea449126794f781df (diff) |
Sync locales
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 8d5ed670..c96fecb9 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -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', ); |