Add a page to display completed tasks and add the completion date column for tasks

This commit is contained in:
Frédéric Guillot
2014-02-22 13:37:06 -05:00
parent fd28d50597
commit a1923d3d7f
13 changed files with 215 additions and 11 deletions

View File

@@ -166,5 +166,17 @@ return array(
'Backlog' => 'En attente',
'Work in progress' => 'En cours',
'Done' => 'Terminé',
'Application version:' => 'Version de l\'application :'
'Application version:' => 'Version de l\'application :',
'Completed on %B %e, %G at %k:%M %p' => 'Terminé le %e %B %G à %k:%M',
'%B %e, %G at %k:%M %p' => '%e %B %G à %k:%M',
'Date created' => 'Date de création',
'Date completed' => 'Date de clôture',
'Id' => 'Identifiant',
'Show this task' => 'Afficher cette tâche',
'No task' => 'Aucune tâche',
'completed tasks' => 'tâches terminées',
'List of projects' => 'Liste des projets',
'Completed tasks for "%s"' => 'Tâches terminées pour "%s"',
'%d closed tasks' => '%d tâches terminées',
'no task for this project' => 'aucune tâche pour ce projet',
);

View File

@@ -166,5 +166,20 @@ return array(
'Backlog' => 'Log',
'Work in progress' => 'W trakcie',
'Done' => 'Zakończone',
'Application version:' => 'Wersja aplikacji :'
'Application version:' => 'Wersja aplikacji :',
/* Missing translations:
'Completed on %B %e, %G at %k:%M %p' => '',
'%B %e, %G at %k:%M %p' => '',
'Date created' => '',
'Date completed' => '',
'Id' => '',
'Show this task' => '',
'No task' => '',
'completed tasks' => '',
'List of projects' => '',
'Completed tasks for "%s"' => '',
'%d closed tasks' => '',
'no task for this project' => '',*/
);