diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-22 17:46:58 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-22 17:46:58 -0500 |
commit | e6f7929f7780dc7ab06f6c4fbbbc86cd63115cd2 (patch) | |
tree | e5db35af5887f1e2a93fc93f80d69f0cf38669c5 /app/Locale/ja_JP | |
parent | 0d80102c4837ccd01edfec948b59be97385c6a16 (diff) |
Add new automatic action (Task comment logging), patch #539
Diffstat (limited to 'app/Locale/ja_JP')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 53b10212..e4dee5d2 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -697,4 +697,6 @@ return array( // 'All swimlanes' => '', // 'All colors' => '', // 'All status' => '', + // 'Add a comment logging moving the task between columns' => '', + // 'Moved to column %s' => '', ); |