diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-30 16:46:39 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-30 16:46:39 -0700 |
commit | 48b40ec7bff777ca9c4c7ec2f91c8e803baab57b (patch) | |
tree | 7681c558f97daf8f6425315a4ba6ee8dc817e36d /app/Locale/ja_JP | |
parent | 0a3f2a6a32677e1c5a12a140d2a3a865cb71a2ac (diff) |
Add section for predefined contents
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 5eac5986..86c4800b 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1343,4 +1343,6 @@ return array( 'Subtask added successfully.' => 'サブタスクを追加しました', '%d subtasks added successfully.' => '%d 件のサブタスクを追加しました', 'Enter one subtask by line.' => '1行に1件のサブタスクを入力', + // 'Predefined Contents' => '', + // 'Predefined contents' => '', ); |