diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-05-09 21:52:14 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-05-09 21:52:14 -0400 |
commit | 4b834d1cb98c074de254751fa2416a38cbb0cbca (patch) | |
tree | c4b5ce293c891aecd8c62fd3547d5712cf3b7a16 /locales/fr_FR | |
parent | 0a5a11a7c99fe216aa0a707354616411c554370d (diff) |
Improve 'task show' title
Diffstat (limited to 'locales/fr_FR')
-rw-r--r-- | locales/fr_FR/translations.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index cf676440..0db18901 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -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', ); |