diff options
Diffstat (limited to 'plugins/Calendar/Locale/fr_FR/translations.php')
-rw-r--r-- | plugins/Calendar/Locale/fr_FR/translations.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Calendar/Locale/fr_FR/translations.php b/plugins/Calendar/Locale/fr_FR/translations.php new file mode 100644 index 00000000..66820ff2 --- /dev/null +++ b/plugins/Calendar/Locale/fr_FR/translations.php @@ -0,0 +1,14 @@ +<?php + +return array( + 'Calendar' => 'Agenda', + 'Calendar settings' => 'Paramètres du calendrier', + 'Project calendar view' => 'Vue en mode projet du calendrier', + 'User calendar view' => 'Vue en mode utilisateur du calendrier', + 'My calendar' => 'Mon agenda', + 'Switch to the list view' => 'Basculer vers la vue en liste', + 'Show subtasks based on the time tracking' => 'Afficher les sous-tâches basé sur le suivi du temps', + 'Show tasks based on the creation date' => 'Afficher les tâches en fonction de la date de création', + 'Show tasks based on the start date' => 'Afficher les tâches en fonction de la date de début', + 'Subtasks time tracking' => 'Suivi du temps par rapport aux sous-tâches', +); |