diff options
Diffstat (limited to 'plugins/TimeMachine/Locale/fr_FR/translations.php')
-rw-r--r-- | plugins/TimeMachine/Locale/fr_FR/translations.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/TimeMachine/Locale/fr_FR/translations.php b/plugins/TimeMachine/Locale/fr_FR/translations.php new file mode 100644 index 00000000..a1a68308 --- /dev/null +++ b/plugins/TimeMachine/Locale/fr_FR/translations.php @@ -0,0 +1,11 @@ +<?php + +return array( + 'Estimated vs actual time / Swimlanes' => 'Temps estimé vs réel / Swimlanes', + 'Estimated vs actual time / Categories' => 'Temps estimé vs réel / Catégories', + 'Spent time / Dates' => 'Temps passées / Dates', + 'Total spent time / Dates' => 'Temps passées total / Dates', + 'Default' => 'Par défaut', + 'Categories' => 'Catégories', +); + |