X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fja.lang.php;h=cd789eedc6585aad7d49233c303b896ca6d80646;hb=e185de998d8ed94cef7b3e2b63cc63d5c64ce6cb;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..cd789eed 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -111,38 +111,38 @@ $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' => 'キャンセル', 'button.submit' => '送信', -// TODO: improve translation of all button.add... strings. -'button.add_user' => '新規ユーザーの追加', -'button.add_project' => '新規プロジェクトの追加', // TODO: translate the following. +// 'button.add_user' => 'Add user', +// 'button.add_project' => 'Add project', // 'button.add_task' => 'Add task', -'button.add_client' => '新規クライアントの追加', -// TODO: translate the following. +// 'button.add_client' => 'Add client', // 'button.add_invoice' => 'Add invoice', // 'button.add_option' => 'Add option', 'button.add' => '追加', 'button.generate' => '生成', -// Note to translators: button.reset_password needs an improved translation. -'button.reset_password' => '進む', +// TODO: translate the following. +// 'button.reset_password' => 'Reset password', 'button.send' => '送信', 'button.send_by_email' => 'Eメールの送信', -'button.save_as_new' => '名前を付けて保存', -// TODO: improve translation of button.create_team -'button.create_team' => '新規チームの作成', +// TODO: translate the following. +// 'button.create_team' => 'Create team', 'button.export' => 'チームのエクスポート', 'button.import' => 'チームのインポート', -'button.apply' => '適用', +// TODO: translate the following. +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', + + + +// TODO: refactoring ongoing down from here. // labels for controls on various forms // TODO: translate label.team_name @@ -164,6 +164,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.