diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-06-06 14:00:25 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-06 14:00:25 -0700 |
commit | 07a0a816b11403e25562d11f494f16f03857f14e (patch) | |
tree | 6e03bf8d8f469033cbef519a4e97d2897bef9cf5 /app/Locale/ru_RU | |
parent | 5064fcd33098e7252690af8a0770f83aadefa059 (diff) |
Reword project settings label
Diffstat (limited to 'app/Locale/ru_RU')
-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 8c4ce4ed..8f8c43ba 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1022,7 +1022,6 @@ return array( 'Edit description' => 'Изменение описания', 'New internal link' => 'Новая внутренняя ссылка', 'Display list of keyboard shortcuts' => 'Показать список клавиатурных сокращений', - 'Menu' => 'Меню', 'Set start date' => 'Установить дату начала', 'Avatar' => 'Аватар', 'Upload my avatar image' => 'Загрузить моё изображение для аватара', @@ -1383,4 +1382,5 @@ 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' => '', ); |