X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fja.lang.php;h=2bf52d411ec4b900172c5aa02c6ec2713476f1e6;hb=6807f422718097717a86a9ead3a8bca08343c058;hp=906018901979ef0fcc06ecae79efda81e9bcbb90;hpb=d3e9ab97b6ca91a0238308e2cc51a642d7858d17;p=timetracker.git 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.