X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fja.lang.php;h=bf87c4a7003cbc3486a6ec8363468f9a5fda77a8;hb=67ff88b9d0f11b6f63c06823828df337063a7d6f;hp=0d7224cedd79b9066a725d69af0b1a6c5a4b952b;hpb=273d933d53fcd1a1c4e77e8ff1fcc3f05a82c0db;p=timetracker.git diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 0d7224ce..bf87c4a7 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -54,8 +54,6 @@ $i18n_key_words = array( 'menu.reports' => 'レポート', // TODO: translate the following. // 'menu.charts' => 'Charts', - -// TODO: refactoring ongoing down from here. 'menu.projects' => 'プロジェクト', // TODO: translate the following. // 'menu.tasks' => 'Tasks', @@ -75,6 +73,7 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. +// TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there. // TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', @@ -82,13 +81,19 @@ $i18n_key_words = array( 'error.field' => '不正確な"{0}"データ', 'error.empty' => '"{0}"のフィールドが空白です', 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います', -'error.interval' => '不正確な間隔', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', 'error.project' => 'プロジェクトの選択', // TODO: translate the following. // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', + + + +// TODO: refactoring ongoing down from here. + 'error.auth' => '不正確なログインあるいはパスワードが不正確です', 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します', 'error.project_exists' => 'この名前のプロジェクトは既に存在します',