Started to work on labels in translation files.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index 9060189..cd789ee 100644 (file)
@@ -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.