diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-06-06 11:07:12 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-06 11:07:12 -0700 |
commit | 2a299d33d1e8e6b1fe31cafbf4b9c0a12d89f99a (patch) | |
tree | 27ba1f56a5deed05ea005498167ae6cf50261500 /app/Locale/ru_RU | |
parent | 653128cdb45a43d8f44c5dc5d53ab0caf53dea84 (diff) |
Add bulk task modification in list view
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index e8dc6188..0915c8a7 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1381,4 +1381,6 @@ return array( 'Unselect All' => 'Снять выделение со всех', 'Apply action' => 'Применить действие', 'Move selected tasks to another column' => 'Переместить выбранные задачи в другую колонку', + // 'Edit tasks in bulk' => '', + // 'Choose the properties that you would to change for the selected tasks.' => '', ); |