X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fja.lang.php;h=669fe10c0637ca5ecd4993ca1eb150c35e6d831c;hb=81262ca68a1457e726bfe9224e0834680bf892e1;hp=42c2f109f6bf30698a338c2f4b1272e862cb6d5a;hpb=1c40fb09e97ff643c80e9b96106d891e6fdbde1b;p=timetracker.git diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 42c2f109..669fe10c 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -91,6 +91,8 @@ $i18n_key_words = array( // 'error.record' => 'Select record.', 'error.auth' => '不正確なログインあるいはパスワードが不正確です。', 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します。', +// TODO: translate the following. +// 'error.object_exists' => 'Object with this name already exists.', 'error.project_exists' => 'この名前のプロジェクトは既に存在します。', // TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', @@ -119,6 +121,7 @@ $i18n_key_words = array( 'button.cancel' => 'キャンセル', 'button.submit' => '送信', 'button.add' => '追加', +'button.delete' => '削除', 'button.generate' => '生成', // TODO: translate the following. // 'button.reset_password' => 'Reset password',