summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Batogov <johnbat26@gmail.com>2016-03-26 21:06:54 +0300
committerEugene Batogov <johnbat26@gmail.com>2016-03-26 21:11:12 +0300
commit6834d2fbbee065be62d07293d6e4394fa56f3e0a (patch)
treeca9440de1dacdcd4f308d865343c6e0721aee6ee
parente71f37238c82f01cd02d6d7343b42328d9603d14 (diff)
Update russian translations
-rw-r--r--app/Locale/ru_RU/translations.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index 782b31ec..67e1a29e 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -1135,18 +1135,18 @@ return array(
'There is no action at the moment.' => 'Действия на данный момент отсутствуют',
'Import actions from another project' => 'Импорт действий из другого проекта',
'There is no available project.' => 'Нет доступного проекта',
- // 'Local File' => '',
- // 'Configuration' => '',
- // 'PHP version:' => '',
- // 'PHP SAPI:' => '',
- // 'OS version:' => '',
- // 'Database version:' => '',
- // 'Browser:' => '',
- // 'Task view' => '',
- // 'Edit task' => '',
- // 'Edit description' => '',
- // 'New internal link' => '',
- // 'Display list of keyboard shortcuts' => '',
- // 'Menu' => '',
- // 'Set start date' => '',
+ 'Local File' => 'Локальный файл',
+ 'Configuration' => 'Конфигурация',
+ 'PHP version:' => 'Версия PHP:',
+ 'PHP SAPI:' => 'PHP SAPI:',
+ 'OS version:' => 'Версия ОС:',
+ 'Database version:' => 'Версия БД:',
+ 'Browser:' => 'Браузер:',
+ 'Task view' => 'Просмотр задачи',
+ 'Edit task' => 'Изменение задачи',
+ 'Edit description' => 'Изменение описания',
+ 'New internal link' => 'Новая внутренняя ссылка',
+ 'Display list of keyboard shortcuts' => 'Показать список клавиатурных сокращений',
+ 'Menu' => 'Меню',
+ 'Set start date' => 'Установить дату начала',
);