Move locales

This commit is contained in:
Frederic Guillot
2017-04-01 14:46:16 -04:00
parent ada7a33402
commit f2cebb42a6
26 changed files with 337 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
<?php
return array();
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',
);