diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-07 17:38:18 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-07 17:38:18 -0500 |
commit | 29cc13f786fddda95b05a755d4e8fb9a614ef539 (patch) | |
tree | bb3eccc22775dff582dcab470c1ef047c0a7e6a3 /app/Locale/fr_FR/translations.php | |
parent | 36bbd04c5220c2d2aab852cd5ed1b8e0ddfaffbc (diff) |
Add toggle/expend links on the dashboard
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index f02ced4f..dd02cd7f 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -710,4 +710,9 @@ 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 ?', + 'Change dashboard view' => 'Changer la vue du tableau de bord', + 'Show/hide activities' => 'Afficher/cacher les activités', + 'Show/hide projects' => 'Afficher/cacher les projets', + 'Show/hide subtasks' => 'Afficher/cacher les sous-tâches', + 'Show/hide tasks' => 'Afficher/cacher les tâches', ); |