diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-06-25 10:07:06 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-06-25 10:07:06 -0300 |
commit | e5e355d06890b324df2ded707ca491f9539dd171 (patch) | |
tree | ec176a2a9eab58d9f0b7b661378f80442ca6a9b3 /app/Locales/fr_FR/translations.php | |
parent | 60cc58c940537e299cee388d8b1d8c56e27e2d80 (diff) |
Merge pull-request #140 (several small fixes)
Diffstat (limited to 'app/Locales/fr_FR/translations.php')
-rw-r--r-- | app/Locales/fr_FR/translations.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 2cf1d8d6..37189680 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -365,7 +365,6 @@ return array( 'The time must be a numeric value' => 'Le temps doit-être une valeur numérique', 'Todo' => 'À faire', 'In progress' => 'En cours', - 'Done' => 'Terminé', 'Sub-task removed successfully.' => 'Sous-tâche supprimée avec succès.', 'Unable to remove this sub-task.' => 'Impossible de supprimer cette sous-tâche.', 'Sub-task updated successfully.' => 'Sous-tâche mise à jour avec succès.', |