summaryrefslogtreecommitdiff
path: root/app/Locale/ru_RU/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-17 11:03:33 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-17 11:03:33 -0500
commitd45fa6a33b8ce5258e4eab4c894765f885c16518 (patch)
treeb9ef59892e83c4439f5a6024b8ab40160980c3b0 /app/Locale/ru_RU/translations.php
parent3c5762691827fae90d81ed05eee163da90140784 (diff)
Add dropdown menu on each board column title to close all tasks
Diffstat (limited to 'app/Locale/ru_RU/translations.php')
-rw-r--r--app/Locale/ru_RU/translations.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index 14ca841f..88740c3e 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -1098,4 +1098,8 @@ return array(
// 'Creation' => '',
// 'Expiration' => '',
// 'Password reset history' => '',
+ // 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '',
+ // 'Do you really want to close all tasks of this column?' => '',
+ // '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '',
+ // 'Close all tasks of this column' => '',
);