diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-20 22:03:03 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-20 22:03:03 -0400 |
commit | b7092d5e2d5cf58400a9fa1fd52d28ad9021794e (patch) | |
tree | b7bdcaf06e671a66f566d5119271b6a8dd6caffe /app/Locale/fr_FR/translations.php | |
parent | 04a12dd10283e502aeb42902386bdaadb79989e4 (diff) |
Update locales
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index f79949ed..153c4476 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1029,4 +1029,17 @@ return array( 'Moving or resizing a task will change the start and due date of the task.' => 'Déplacer ou redimensionner une tâche va changer la date de début et la date de fin de la tâche.', 'There is no task in your project.' => 'Il n\'y a aucun tâche dans votre projet.', 'Gantt chart' => 'Diagramme de Gantt', + 'People who are project managers' => 'Personnes qui sont gestionnaire de projet', + 'People who are project members' => 'Personnes qui sont membre de projet', + 'NOK - Norwegian Krone' => 'NOK - Couronne norvégienne', + 'Show this column' => 'Montrer cette colonne', + 'Hide this column' => 'Cacher cette colonne', + 'open file' => 'ouvrir un fichier', + 'End date' => 'Date de fin', + 'Users overview' => 'Vue d\'ensemble des utilisateurs', + 'Managers' => 'Gérants', + 'Members' => 'Membres', + 'Shared project' => 'Projet partagé', + 'Project managers' => 'Gestionnaires de projet', + 'Project members' => 'Membres de projet', ); |