diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-08 09:46:12 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-08 09:46:12 -0400 |
commit | 03179a1269cd27aad99becceab6b0aacc30e0f2a (patch) | |
tree | 25b888e2081069dc8667cf3d7fdb954aca6eebe4 /app/Locale/fr_FR | |
parent | 1a1e5e3d933a8d7fff1e6cc15504378b9e09397f (diff) |
Change button label for tasks/projects upload form
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index b816e93b..374c581c 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1166,4 +1166,5 @@ return array( 'Closed tasks assigned to "%s"' => 'Tâches fermées assignées à « %s »', 'Assign automatically a color based on a priority' => 'Assigner automatiquement une couleur par rapport à une priorité', 'Overdue tasks for the project(s) "%s"' => 'Tâches en retard pour le projet(s) « %s »', + 'Upload files' => 'Uploader les fichiers', ); |