X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a9c7df4765fd6e23b53c7fe1546559a6549d84e9..d27035c60953218e0a75b8561df1de5449622a4e:/WEB-INF/resources/ja.lang.php diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 90601890..2bf52d41 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -111,16 +111,18 @@ $i18n_key_words = array( // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', - - -// TODO: refactoring ongoing down from here. - // Labels for buttons. 'button.login' => 'ログイン', 'button.now' => '現在', 'button.save' => '保存', -'button.delete' => '削除', +// TODO: translate the following. +// 'button.copy' => 'Copy', 'button.cancel' => 'キャンセル', + + + +// TODO: refactoring ongoing down from here. + 'button.submit' => '送信', // TODO: improve translation of all button.add... strings. 'button.add_user' => '新規ユーザーの追加', @@ -164,6 +166,7 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', +'label.delete' => '削除', // Form titles. // TODO: the entire title section is missing here. See the English file.