diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-20 11:34:16 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-20 11:34:16 -0500 |
commit | 83832522867d06241441c04d2b3237200db57224 (patch) | |
tree | 040601fdece9b49d5eefbe43b62d76785dc674b3 /app/Locale/fr_FR/translations.php | |
parent | c8c1242c26a11dc2abc7126829d76430612e7107 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index ac62f397..b346b479 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1141,4 +1141,18 @@ return array( 'Uploaded by %s' => 'Uploadé par %s', 'Filename' => 'Nom du fichier', 'Size' => 'Taille', + 'Column created successfully.' => 'La colonne a été créée avec succès.', + 'Another column with the same name exists in the project' => 'Une autre colonne existe avec le même nom dans le projet', + 'Default filters' => 'Filtres par défaut', + 'Your board doesn\'t have any column!' => 'Votre tableau n\'a aucune colonne', + 'Change column position' => 'Changer la position de la colonne', + 'Switch to the project overview' => 'Aller à l\'aperçu du projet', + 'User filters' => 'Filtres des utilisateurs', + 'Category filters' => 'Filtres des catégories', + 'Upload a file' => 'Uploader un fichier', + 'There is no attachment at the moment.' => 'Il n\'y a aucune pièce-jointe pour le moment.', + 'View file' => 'Voir le fichier', + 'Last activity' => 'Dernières activités', + 'Change subtask position' => 'Changer la position de la sous-tâche', + 'This value must be greater than %d' => 'Cette valeur doit être plus grande que %d', ); |