diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-22 13:37:06 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-22 13:37:06 -0500 |
commit | a1923d3d7f9276e859d6fd6bee339f0ea00f6544 (patch) | |
tree | 84caca943de5d0e016455ea2f6896d0b697fdf05 /locales | |
parent | fd28d50597d4f255ba9514e0fc03c8cb67c86f22 (diff) |
Add a page to display completed tasks and add the completion date column for tasks
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 14 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 17 |
2 files changed, 29 insertions, 2 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 4249632a..245825ad 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -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', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index ae3df97e..32e9e3c8 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -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' => '',*/ ); |