diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-11 20:46:14 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-11 20:46:14 -0500 |
commit | 2c512f93acf6ce3e83e4600c199371ee5eb4f3a6 (patch) | |
tree | ed0c308dc6e8268899e78dca50f093131e8f5896 /app/Locale/fr_FR/translations.php | |
parent | 59ee6f9fee1c8a8245d859c8788d6819223e3d20 (diff) |
Improve pull-request
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 7b8c0a4a..7fc5e842 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -685,4 +685,7 @@ return array( 'Help on Bitbucket webhooks' => 'Aide sur les webhooks Bitbucket', 'Start' => 'Début', 'End' => 'Fin', + 'Task age in days' => 'Age de la tâche en jours', + 'Days in this column' => 'Jours dans cette colonne', + '%dd' => '%dj', ); |