diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-16 19:09:25 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-16 19:09:25 -0700 |
commit | 41c2ab0c2451ea00d1236bc31f13ee7c2da97c3a (patch) | |
tree | fa1dda191117d08b4196138248eb5ed97cbdc14b /app/Locale/fr_FR | |
parent | 914b40b4afcfd309eed4044ea93a52ba636e90e7 (diff) |
Add tooltip to subtask icons
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 11f7773a..30d3aa49 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1341,4 +1341,7 @@ return array( 'Create another link' => 'Créer un autre lien', 'BRL - Brazilian Real' => 'BRL - Real brésilien', 'Add a new Kanboard task' => 'Ajouter une nouvelle tâche Kanboard', + 'Subtask not started' => 'Sous-tâche pas encore commencé', + 'Subtask currently in progress' => 'Sous-tâche actuellement en progrès', + 'Subtask completed' => 'Sous-tâche terminée', ); |