diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 12:47:49 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 12:47:49 -0500 |
commit | 3df63e051fac84cec98c912668722f87d6e8183e (patch) | |
tree | 648a92db37f3295669ae6cc59126fc003235cfa8 /app/Locale/fr_FR/translations.php | |
parent | e0117cb8ed6326e8c77a02ce265c2b5f195e08d8 (diff) |
Add projects to the dashboard and rename some methods
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 42c03288..05756a93 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -561,4 +561,8 @@ return array( 'Github issue comment created' => 'Commentaire créé sur un ticket Github', 'Configure' => 'Configurer', 'Project management' => 'Gestion des projets', + 'My projects' => 'Mes projets', + 'Columns' => 'Colonnes', + 'Task' => 'Tâche', + 'Your are not member of any project.' => 'Vous n\'êtes membre d\'aucun projet.', ); |