diff options
author | Valentin Yakovenkov <yakovenkov@niistt.ru> | 2016-07-06 14:34:22 +0300 |
---|---|---|
committer | Valentin Yakovenkov <yakovenkov@niistt.ru> | 2016-07-06 14:34:22 +0300 |
commit | 334f300928b1bf76b8ff00eeb6acd9e22ee8ea84 (patch) | |
tree | 9054a571c5de59c3633b9b31c8e9a9c7d3b34f15 /app/Locale | |
parent | 6ccd8c11faff4a8b5209b45c140d12f94d97449b (diff) |
Add ru_RU translation
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 5b182dbf..fe950172 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1216,5 +1216,5 @@ return array( 'Global tags' => 'Глобальные метка', 'There is no global tag at the moment.' => 'Нет глобальных меток.', 'This field cannot be empty' => 'Это поле не может быть пустым', - // 'Hide tasks in this column in the Dashboard' => '', + 'Hide tasks in this column in the Dashboard' => 'Не показывать задачи из этой колонки в кабинете', ); |