diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-17 11:03:33 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-17 11:03:33 -0500 |
commit | d45fa6a33b8ce5258e4eab4c894765f885c16518 (patch) | |
tree | b9ef59892e83c4439f5a6024b8ab40160980c3b0 /app/Locale/ja_JP/translations.php | |
parent | 3c5762691827fae90d81ed05eee163da90140784 (diff) |
Add dropdown menu on each board column title to close all tasks
Diffstat (limited to 'app/Locale/ja_JP/translations.php')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 22783e1e..43e23428 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/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' => '', ); |