diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-12 13:34:56 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-12 13:34:56 -0500 |
commit | 991f7426e8ec2a566ad82043b22ce844a5a1cfa1 (patch) | |
tree | a0ff32313ad511ebdd9ea71180c86aa5b0002204 /app/Locale/ja_JP/translations.php | |
parent | a172e3ad8d25e9b77616107ce8a622175ab0d698 (diff) |
Improve error reporting when file upload is not configured properly
Diffstat (limited to 'app/Locale/ja_JP/translations.php')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 75220f84..7ebb84ef 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -282,7 +282,6 @@ return array( 'Unable to create your sub-task.' => 'サブタスクの追加に失敗しました。', 'Sub-task added successfully.' => 'サブタスクを追加しました。', 'Maximum size: ' => '最大: ', - 'Unable to upload the file.' => 'ファイルのアップロードに失敗しました。', 'Display another project' => '別のプロジェクトを表示', 'Created by %s' => '%s が作成', 'Tasks Export' => 'タスクの出力', @@ -1312,4 +1311,5 @@ return array( // 'Do you really want to reopen this project: "%s"?' => '', // 'This project is open' => '', // 'This project is closed' => '', + // 'Unable to upload files, check the permissions of your data folder.' => '', ); |