diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-23 20:34:55 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-23 20:34:55 -0500 |
commit | 50051e776f9183471570f2688d0a85f92b309a3c (patch) | |
tree | 128a58e224b712aee068453e7695b1911455ca42 /locales/fr_FR/translations.php | |
parent | 229859445515b9f8e379a2037f177cbd277094d7 (diff) |
Display an error message when there is no column for a project
Diffstat (limited to 'locales/fr_FR/translations.php')
-rw-r--r-- | locales/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 7d021fcc..4e38e052 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -180,4 +180,5 @@ return array( '%d closed tasks' => '%d tâches terminées', 'no task for this project' => 'aucune tâche pour ce projet', 'Public link' => 'Accès public', + 'There is no column in your project!' => 'Il n\'y a aucune colonne dans votre projet !', ); |