diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-16 22:27:23 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-16 22:27:23 -0500 |
commit | 706ced08dfb7871219a6140077cf20626e71baec (patch) | |
tree | 22359bfc56cf8e00db15b590bd9c6dbbb3da8cad /app/Locale/fr_FR/translations.php | |
parent | e393b387fbdda057e80d782cd49a2c387161b4db (diff) |
Improve validation message
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 6bd6ae54..dea558cd 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1301,7 +1301,7 @@ return array( 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Malheureusement, nous ne pouvons pas réinitialiser votre mot de passe. Avez-vous saisi un nom d\'utilisateur valide ? Avez-vous une adresse e-mail dans votre profil ?', 'TRL - Turkish Lira' => 'TRL - Livre turque', 'The project email is optional and could be used by several plugins.' => 'L\'adresse email d\'un projet est optionnel et pourrait être utilisé par plusieurs extensions.', - 'The email project must be unique across all projects' => 'L\'adresse email d\'un projet doit être unique pour tous les projets', + 'The project email must be unique across all projects' => 'L\'adresse email d\'un projet doit être unique pour tous les projets', 'The email configuration has been disabled by the administrator.' => 'La configuration des emails a été désactivée par l\'administrateur.', 'Close this project' => 'Fermer ce projet', 'Open this project' => 'Ouvrir ce projet', |