Move locales
This commit is contained in:
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user