Improve 'task show' title

This commit is contained in:
Frédéric Guillot
2014-05-09 21:52:14 -04:00
parent 0a5a11a7c9
commit 4b834d1cb9
6 changed files with 41 additions and 25 deletions

View File

@@ -304,4 +304,5 @@ return array(
// 'Unlink my Google Account' => '',
// 'Login with my Google Account' => '',
// 'Project not found.' => '',
// 'Task #%d' => '',
);

View File

@@ -303,5 +303,6 @@ return array(
'Link my Google Account' => 'Lier mon compte Google',
'Unlink my Google Account' => 'Ne plus utiliser mon compte Google',
'Login with my Google Account' => 'Se connecter avec mon compte Google',
'Project not found.' => 'Projet introuvable.'
'Project not found.' => 'Projet introuvable.',
'Task #%d' => 'Tâche n°%d',
);

View File

@@ -309,4 +309,5 @@ return array(
// 'Unlink my Google Account' => '',
// 'Login with my Google Account' => '',
// 'Project not found.' => '',
// 'Task #%d' => '',
);

View File

@@ -305,4 +305,5 @@ return array(
// 'Unlink my Google Account' => '',
// 'Login with my Google Account' => '',
// 'Project not found.' => '',
// 'Task #%d' => '',
);