Using error.object_exists instead of error.project_exists to streamline error messages.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index 7f9ee05..f0c5212 100644 (file)
@@ -63,6 +63,7 @@ $i18n_key_words = array(
 'menu.users' => 'ユーザー',
 // TODO: translate the following.
 // 'menu.groups' => 'Groups',
+// 'menu.subgroups' => 'Subgroups',
 // 'menu.export' => 'Export',
 'menu.clients' => 'クライアント',
 'menu.options' => 'オプション',
@@ -98,8 +99,6 @@ $i18n_key_words = array(
 '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.',
 // 'error.client_exists' => 'Client with this name already exists.',
 // 'error.invoice_exists' => 'Invoice with this number already exists.',
@@ -120,6 +119,9 @@ $i18n_key_words = array(
 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 // 'error.overlap' => 'Time interval overlaps with existing records.',
 // 'error.future_date' => 'Date is in future.',
+// 'error.xml' => 'Error in XML file at line %d: %s.',
+// 'error.cannot_import' => 'Cannot import: %s.',
+// 'error.format' => 'Invalid file format.',
 
 // Labels for buttons.
 'button.login' => 'ログイン',
@@ -168,6 +170,8 @@ $i18n_key_words = array(
 'label.user' => 'ユーザー',
 'label.users' => 'ユーザー',
 // TODO: translate the following.
+// 'label.group' => 'Group',
+// 'label.subgroups' => 'Subgroups',
 // 'label.roles' => 'Roles',
 'label.client' => 'クライアント',
 'label.clients' => 'クライアント',
@@ -262,7 +266,8 @@ $i18n_key_words = array(
 'title.login' => 'ログイン',
 'title.groups' => 'チーム', // TODO: change "teams" to "groups".
 // TODO: translate the following.
-// 'title.create_group' => 'Creating Group',
+// 'title.subgroups' => 'Subgroups',
+// 'title.add_group' => 'Adding Group',
 // 'title.edit_group' => 'Editing Group',
 'title.delete_group' => 'チームの削除',  // TODO: change "team" to "group".
 'title.reset_password' => 'パスワードの初期化',
@@ -324,7 +329,6 @@ $i18n_key_words = array(
 'title.options' => 'オプション',
 'title.profile' => 'プロファイル',
 // TODO: translate the following.
-// 'title.group' => 'Group Settings',
 // 'title.plugins' => 'Plugins',
 // 'title.cf_custom_fields' => 'Custom Fields',
 // 'title.cf_add_custom_field' => 'Adding Custom Field',