diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-03 19:37:53 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-03 19:37:53 -0500 |
commit | 811254ba93592de2470aee54cd21096d082b45ce (patch) | |
tree | ddb3625ad61560ee38c1c0e2d6905e9e35a3aeb5 /app/Locale/fr_FR/translations.php | |
parent | 967d1a8ed7b61186d4cd305a0fd13366c02220d0 (diff) |
Added RUB - Russian Ruble
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 677eeb0a..d17545ea 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1116,4 +1116,7 @@ return array( 'Estimated Time' => 'Temps estimé', 'Actual Time' => 'Temps actuel', 'Estimated vs actual time' => 'Temps estimé vs actuel', + 'RUB - Russian Ruble' => 'RUB - Rouble russe', + 'Assign the task to the person who does the action when the column is changed' => 'Assigner la tâche à la personne qui fait l\'action lorsque la colonne est changée', + 'Close a task in a specific column' => 'Fermer une tâche dans une colonne specifique', ); |