A bit more progress on renaming.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index d3c778f..c5e731d 100644 (file)
@@ -134,16 +134,16 @@ $i18n_key_words = array(
 'button.send' => '送信',
 'button.send_by_email' => 'Eメールの送信',
 // TODO: translate the following.
-// 'button.create_team' => 'Create team',
-'button.export' => 'チームのエクスポート',
-'button.import' => 'チームのインポート',
+// 'button.create_group' => 'Create group',
+'button.export' => 'チームのエクスポート', // TODO: replace "team" with "group".
+'button.import' => 'チームのインポート', // TODO: replace "team" with "group".
 // TODO: translate the following.
 // 'button.close' => 'Close',
 // 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => '通貨',
 // TODO: translate the following.
@@ -254,11 +254,11 @@ $i18n_key_words = array(
 
 // Form titles.
 'title.login' => 'ログイン',
-'title.teams' => 'チーム',
+'title.groups' => 'チーム', // TODO: change "teams" to "groups".
 // TODO: translate the following.
-// 'title.create_team' => 'Creating Team',
-// 'title.edit_team' => 'Editing Team',
-'title.delete_team' => 'チームの削除',
+// 'title.create_group' => 'Creating Group',
+// 'title.edit_group' => 'Editing Group',
+'title.delete_group' => 'チームの削除',  // TODO: change "team" to "group".
 'title.reset_password' => 'パスワードの初期化',
 // TODO: translate the following.
 // 'title.change_password' => 'Changing Password',
@@ -313,8 +313,8 @@ $i18n_key_words = array(
 // 'title.edit_notification' => 'Editing Notification',
 // 'title.delete_notification' => 'Deleting Notification',
 // 'title.monthly_quotas' => 'Monthly Quotas',
-// 'title.export' => 'Exporting Team Data',
-// 'title.import' => 'Importing Team Data',
+// 'title.export' => 'Exporting Group Data',
+// 'title.import' => 'Importing Group Data',
 'title.options' => 'オプション',
 'title.profile' => 'プロファイル',
 // TODO: translate the following.