diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-29 20:34:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-29 20:34:49 -0400 |
commit | f0a09a075bef59c735b850bc73a4b8400adb31b4 (patch) | |
tree | 032f7d68bea0cb748703f05d08a6c454013cb2db | |
parent | aee11eb5de5d583ffedb050c3756add3c4e32cc7 (diff) | |
parent | abfc69616d0277767b63236aaec2f0e0004a723f (diff) |
Merge pull-request #1297
-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 368e6917..ec784933 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -608,7 +608,7 @@ return array( 'Time Tracking' => 'Feuille de temps', 'You already have one subtask in progress' => 'Vous avez déjà une sous-tâche en progrès', 'Which parts of the project do you want to duplicate?' => 'Quelles parties du projet voulez-vous dupliquer ?', - 'Disallow login form' => 'Interdir le formulaire d\'authentification', + 'Disallow login form' => 'Interdire le formulaire d\'authentification', 'Bitbucket commit received' => 'Commit reçu via Bitbucket', 'Bitbucket webhooks' => 'Webhook Bitbucket', 'Help on Bitbucket webhooks' => 'Aide sur les webhooks Bitbucket', |