summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor IT <ratrex@mail.ru>2018-06-27 20:05:29 +0300
committerFrédéric Guillot <fred@kanboard.net>2018-06-27 10:05:29 -0700
commit8cee04101d351fb5321f225963d589883761d214 (patch)
treef3da78f650e9915fc25ea8601d4d809c17031b1a
parent1106247b0a9de0267034d8c5efbdfcde82a03d01 (diff)
Improve Russian translation
-rw-r--r--app/Locale/ru_RU/translations.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index de2d37d2..a887f7a6 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -56,8 +56,8 @@ return array(
'Inactive' => 'Неактивен',
'Active' => 'Активен',
'Unable to update this board.' => 'Не удалось обновить эту доску.',
- 'Disable' => 'Выключить проект',
- 'Enable' => 'Включить проект',
+ 'Disable' => 'Отключить',
+ 'Enable' => 'Включить',
'New project' => 'Новый проект',
'Do you really want to remove this project: "%s"?' => 'Вы точно хотите удалить проект: "%s"?',
'Remove project' => 'Удалить проект',
@@ -1381,6 +1381,6 @@ return array(
'Move selected tasks to another column' => 'Переместить выбранные задачи в другую колонку',
'Edit tasks in bulk' => 'Пакетное редактирование задач',
'Choose the properties that you would like to change for the selected tasks.' => 'Выберите свойства, которые вы хотите изменить для выбранных задач',
- 'Configure this project' => 'Настроить текущий проект',
+ 'Configure this project' => 'Настроить этот проект',
'Start now' => 'Начать сейчас',
);