diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-25 15:15:59 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-25 15:15:59 -0400 |
commit | 60a45dbb685eb3b810dcced4820afe9d1f1ffe2d (patch) | |
tree | 0e098f3730730b017907eaa55494543244e027fe /app/Locales/fr_FR/translations.php | |
parent | f9753e91d288c4d87d6a83ffe994d312eae5a3fd (diff) |
Improve file upload
Diffstat (limited to 'app/Locales/fr_FR/translations.php')
-rw-r--r-- | app/Locales/fr_FR/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 56acbed5..bc9b555f 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -369,4 +369,6 @@ return array( 'Unable to update your sub-task.' => 'Impossible de mettre à jour votre sous-tâche.', 'Unable to create your sub-task.' => 'Impossible de créer votre sous-tâche.', 'Sub-task added successfully.' => 'Sous-tâche ajouté avec succès.', + 'Maximum size: ' => 'Taille maximum : ', + 'Unable to upload the file.' => 'Impossible de transférer le fichier.', ); |