Some more recycling.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index 83f604e..9639096 100644 (file)
@@ -57,7 +57,7 @@ $i18n_key_words = array(
 'menu.projects' => 'プロジェクト',
 // TODO: translate the following.
 // 'menu.tasks' => 'Tasks',
-// 'menu.users' => 'Users',
+'menu.users' => 'ユーザー',
 'menu.teams' => 'チーム',
 // TODO: translate the following.
 // 'menu.export' => 'Export',
@@ -167,8 +167,7 @@ $i18n_key_words = array(
 // 'label.client' => 'Client',
 // 'label.clients' => 'Clients',
 'label.option' => 'オプション',
-// TODO: translate the following.
-// 'label.invoice' => 'Invoice',
+'label.invoice' => '送り状',
 'label.project' => 'プロジェクト',
 'label.projects' => 'プロジェクト',
 // TODO: translate the following.
@@ -196,8 +195,9 @@ $i18n_key_words = array(
 'label.delete' => '削除',
 // TODO: translate the following.
 // 'label.configure' => 'Configure',
-// 'label.select_all' => 'Select all',
-// 'label.select_none' => 'Deselect all',
+'label.select_all' => 'すべて選択',
+'label.select_none' => 'すべて解除',
+// TODO: translate the following.
 // 'label.day_view' => 'Day view',
 // 'label.week_view' => 'Week view',
 // 'label.id' => 'ID',
@@ -275,7 +275,8 @@ $i18n_key_words = array(
 // 'title.reports' => 'Reports',
 // 'title.report' => 'Report',
 // 'title.send_report' => 'Sending Report',
-// 'title.invoice' => 'Invoice',
+'title.invoice' => '送り状',
+// TODO: translate the following.
 // 'title.send_invoice' => 'Sending Invoice',
 // 'title.charts' => 'Charts',
 'title.projects' => 'プロジェクト',
@@ -287,7 +288,8 @@ $i18n_key_words = array(
 // 'title.add_task' => 'Adding Task',
 // 'title.edit_task' => 'Editing Task',
 // 'title.delete_task' => 'Deleting Task',
-// 'title.users' => 'Users',
+'title.users' => 'ユーザー',
+// TODO: translate the following.
 // 'title.add_user' => 'Adding User',
 // 'title.edit_user' => 'Editing User',
 // 'title.delete_user' => 'Deleting User',
@@ -295,8 +297,8 @@ $i18n_key_words = array(
 'title.add_client' => 'クライアントの追加',
 'title.edit_client' => 'クライアントの編集',
 'title.delete_client' => 'クライアントの削除',
+'title.invoices' => '送り状',
 // TODO: translate the following.
-// 'title.invoices' => 'Invoices',
 // 'title.add_invoice' => 'Adding Invoice',
 // 'title.view_invoice' => 'Viewing Invoice',
 // 'title.delete_invoice' => 'Deleting Invoice',
@@ -325,22 +327,21 @@ $i18n_key_words = array(
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.
-// TODO: translate the following.
-// 'dropdown.all' => '--- all ---',
-// 'dropdown.no' => '--- no ---',
-// 'dropdown.current_day' => 'today',
-// 'dropdown.previous_day' => 'yesterday',
-// 'dropdown.selected_day' => 'day',
-// 'dropdown.current_week' => 'this week',
-// 'dropdown.previous_week' => 'previous week',
-// 'dropdown.selected_week' => 'week',
-// 'dropdown.current_month' => 'this month',
-// 'dropdown.previous_month' => 'previous month',
-// 'dropdown.selected_month' => 'month',
-// 'dropdown.current_year' => 'this year',
-// 'dropdown.previous_year' => 'previous year',
-// 'dropdown.selected_year' => 'year',
-// 'dropdown.all_time' => 'all time',
+'dropdown.all' => '--- すべて ---',
+'dropdown.no' => '--- いいえ ---',
+'dropdown.current_day' => '今日',
+'dropdown.previous_day' => '昨日',
+'dropdown.selected_day' => '日',
+'dropdown.current_week' => '今週',
+'dropdown.previous_week' => '先週',
+'dropdown.selected_week' => '週',
+'dropdown.current_month' => '今月',
+'dropdown.previous_month' => '先月',
+'dropdown.selected_month' => '月',
+'dropdown.current_year' => '今年',
+'dropdown.previous_year' => '昨年',
+'dropdown.selected_year' => '年',
+'dropdown.all_time' => 'すべての時間',
 'dropdown.projects' => 'プロジェクト',
 // TODO: translate the following.
 // 'dropdown.tasks' => 'tasks',
@@ -440,12 +441,49 @@ $i18n_key_words = array(
 // 'form.tasks.active_tasks' => 'Active Tasks',
 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
+// Users form. See example at https://timetracker.anuko.com/users.php
+// TODO: translate the following.
+// 'form.users.active_users' => 'Active Users',
+// 'form.users.inactive_users' => 'Inactive Users',
+// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
+// 'form.users.role' => 'Role',
+// 'form.users.manager' => 'Manager',
+// 'form.users.comanager' => 'Co-manager',
+// 'form.users.rate' => 'Rate',
+// 'form.users.default_rate' => 'Default hourly rate',
+
+// Clients form. See example at https://timetracker.anuko.com/clients.php
+// TODO: translate the following.
+// 'form.clients.active_clients' => 'Active Clients',
+// 'form.clients.inactive_clients' => 'Inactive Clients',
+
+// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
+// TODO: translate the following.
+// 'form.client.client_to_delete' => 'Client to delete',
+// 'form.client.client_entries' => 'Client entries',
+
+// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
+// TODO: translate the following.
+// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.',
+// 'form.export.compression' => 'Compression',
+// 'form.export.compression_none' => 'none',
+// 'form.export.compression_bzip' => 'bzip',
+
+// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
+// TODO: translate the following.
+// 'form.import.hint' => 'Import team data from an xml file.',
+// 'form.import.file' => 'Select file',
+// 'form.import.success' => 'Import completed successfully.',
+
+// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
+// TODO: translate the following.
+// 'form.teams.hint' =>  'Create a new team by creating a new team manager account.<br>You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
+
 
 
 // TODO: refactoring ongoing down from here.
 
 // administrator form
-"form.admin.title" => '管理者',
 "form.admin.duty_text" => '新規チームの管理者のアカウントを生成して新規チームを作成します。<br>あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。',
 
 "form.admin.profile.title" => 'チーム',
@@ -528,22 +566,4 @@ $i18n_key_words = array(
 "forward.tocsvfile" => 'csvファイルにエクスポート',
 "forward.toxmlfile" => 'xmlファイルにエクスポート',
 "forward.geninvoice" => '送り状の作成',
-
-"controls.project_bind" => '--- すべて ---',
-"controls.all" => '--- すべて ---',
-"controls.notbind" => '--- いいえ ---',
-"controls.per_tm" => '今月',
-"controls.per_lm" => '先月',
-"controls.per_tw" => '今週',
-"controls.per_lw" => '先週',
-"controls.per_td" => '今日',
-"controls.per_at" => 'すべての時間',
-"controls.per_ty" => '今年',
-
-"label.inv_str" => '送り状',
-"label.set_empl" => 'ユーザーの選択',
-"label.sel_all" => 'すべて選択',
-"label.sel_none" => 'すべて解除',
-"label.disable" => '使用中止',
-"label.enable" => '使用可能',
 );