X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=WEB-INF%2Fresources%2Fja.lang.php;h=a12b0f95b8f27443b5c13ba7656c80b441ade1a9;hb=e2b992aea6edc4a734ddb751103101e2450f3b20;hp=48e7b609cc9f580429152bf853fa44aa4400947b;hpb=664fe935d85316a57f2285dba5ecd42c66f4982e;p=timetracker.git diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 48e7b609..a12b0f95 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -95,14 +95,15 @@ $i18n_key_words = array( 'error.mail_send' => 'メールの送信中のエラー', // Note to translators: check the meaning of error.no_email. The error should say that there is no email address for user with a login provided. 'error.no_email' => 'このログインと関連されたメールがありません', -// Note to translators: the strings below are missing and must be translated. -// 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.', -// 'error.goto_uncompleted' => 'go to uncompleted entry.', +// TODO: translate the following. +// 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', +// 'error.goto_uncompleted' => 'Go to uncompleted entry.', +// 'error.overlap' => 'Time interval overlaps with existing records.', +// 'error.future_date' => 'Date is in future.', -// labels for various buttons +// Labels for buttons. 'button.login' => 'ログイン', 'button.now' => '現在', -// 'button.set' => '設定', 'button.save' => '保存', 'button.delete' => '削除', 'button.cancel' => 'キャンセル',