diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-12-26 17:49:09 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-12-26 17:49:09 -0800 |
commit | d696a969e1566f753fc554673ad57c40e3a7bdb9 (patch) | |
tree | 9990f3f7361d24739a3aa9675f68e16366ccd121 /app | |
parent | 663b9c08a1c4fa4775f186a2fbe49b4716fd1fd7 (diff) |
Update French translations
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/da_DK/translations.php | 3 | ||||
-rw-r--r-- | app/Locale/fr_FR/translations.php | 6 | ||||
-rw-r--r-- | app/Locale/pt_BR/translations.php | 2 | ||||
-rw-r--r-- | app/Locale/ru_RU/translations.php | 6 |
4 files changed, 10 insertions, 7 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 86238ca5..53a32c1c 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1367,6 +1367,9 @@ return array( // 'Time Spent' => '', // 'External Link' => '', // 'This feature enables the iCal feed, RSS feed and the public board view.' => '', + // 'Stop the timer of all subtasks when moving a task to another column' => '', + // 'Subtask Title' => '', + // 'Add a subtask and activate the timer when moving a task to another column' => '', // 'days' => '', // 'minutes' => '', // 'seconds' => '', diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 92f1c0e5..39f46cca 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1370,7 +1370,7 @@ return array( 'Stop the timer of all subtasks when moving a task to another column' => 'Arrêter le minuteur de toutes les sous-tâches lorsque la tâche est déplaçée dans une autre colonne', 'Subtask Title' => 'Titre de la sous-tâche', 'Add a subtask and activate the timer when moving a task to another column' => 'Ajouter une sous-tâche et activer le minuteur lorsque la tâche est déplaçé dans une autre colonne', - // 'days' => '', - // 'minutes' => '', - // 'seconds' => '', + 'days' => 'jours', + 'minutes' => 'minutes', + 'seconds' => 'secondes', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 1030f997..ad417cce 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1373,4 +1373,4 @@ return array( // 'days' => '', // 'minutes' => '', // 'seconds' => '', -);
\ No newline at end of file +); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index bc1e769f..22af0d86 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1343,9 +1343,6 @@ return array( 'Subtask added successfully.' => 'Подзадача успешно добавлена.', '%d subtasks added successfully.' => '%d подзадач(а) успешно добавлено.', 'Enter one subtask by line.' => 'Записывайте по одной подзадаче на строку.', - 'days' => 'дней', - 'minutes' => 'минут', - 'seconds' => 'секунд', // 'Predefined Contents' => '', // 'Predefined contents' => '', // 'Predefined Task Description' => '', @@ -1373,4 +1370,7 @@ return array( // 'Stop the timer of all subtasks when moving a task to another column' => '', // 'Subtask Title' => '', // 'Add a subtask and activate the timer when moving a task to another column' => '', + 'days' => 'дней', + 'minutes' => 'минут', + 'seconds' => 'секунд', ); |