diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-22 19:20:17 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-22 19:20:17 -0400 |
commit | 92510eefb15fe6c140b295487a1e0830d29e2029 (patch) | |
tree | 5a00665c9058feb2b18487b37629da2dec632ed8 /app/Locale/ja_JP/translations.php | |
parent | 0e5cdfa6abc3e3a95f703bc17549217f61d9a4f8 (diff) |
Improve and translate pull-request
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 6e3c14c8..43834145 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -804,4 +804,8 @@ return array( // 'Unable to remove this budget line.' => '', // 'USD - US Dollar' => '', // 'Remaining' => '', + // 'Destination column' => '', + // 'Move the task to another column when assigned to a user' => '', + // 'Move the task to another column when assignee is cleared' => '', + // 'Source column' => '', ); |