diff options
author | Frédéric Guillot <fred@kanboard.net> | 2016-07-06 22:59:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-06 22:59:09 -0400 |
commit | 8856e57163dbdc069f9438b28706f8eec68bbcdc (patch) | |
tree | 26d57e94b2c97225a8f3eec1d2c1ce1cc6989df1 | |
parent | 2dec307ccf435765c1097a45a63c8ae61f661c0c (diff) | |
parent | 334f300928b1bf76b8ff00eeb6acd9e22ee8ea84 (diff) |
Merge pull request #2449
-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' => 'Не показывать задачи из этой колонки в кабинете', ); |