diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-16 10:44:05 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-16 10:44:05 -0400 |
commit | e0a5045ed5f3a4a6a34d252f5251295a27d11418 (patch) | |
tree | fb9affe5aab371e64ceb6403818d6acd99203b97 /locales/fr_FR | |
parent | 395a8a5f2a4976b80432a0d71d51d1bad3d01a83 (diff) |
Add the possiblity to reorder the column position for a board
Diffstat (limited to 'locales/fr_FR')
-rw-r--r-- | locales/fr_FR/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 690ce3fa..3b84029e 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -248,4 +248,8 @@ return array( 'Open a closed task' => 'Ouverture d\'une tâche fermée', 'Closing a task' => 'Fermeture d\'une tâche', 'Assign a color to a specific user' => 'Assigner une couleur à un utilisateur', + 'Column title' => 'Titre de la colonne', + 'Position' => 'Position', + 'Move Up' => 'Déplacer vers le haut', + 'Move Down' => 'Déplacer vers le bas', ); |