summaryrefslogtreecommitdiff
path: root/locales/fr_FR/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-05-09 21:52:14 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-05-09 21:52:14 -0400
commit4b834d1cb98c074de254751fa2416a38cbb0cbca (patch)
treec4b5ce293c891aecd8c62fd3547d5712cf3b7a16 /locales/fr_FR/translations.php
parent0a5a11a7c99fe216aa0a707354616411c554370d (diff)
Improve 'task show' title
Diffstat (limited to 'locales/fr_FR/translations.php')
-rw-r--r--locales/fr_FR/translations.php3
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',
);