diff options
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', ); |