]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ja.lang.php
Added title.templates to translation files.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index 3f0db6e0e0134099a5b4c1296dcc91d1b6e423eb..b53cc6c0af67a493ef7d53f56693212c4e93f23f 100644 (file)
@@ -151,7 +151,6 @@ $i18n_key_words = array(
 'button.send_by_email' => 'Eメールの送信',
 // TODO: translate the following.
 // 'button.create_group' => 'Create group',
-// 'button.create_timesheet' => 'Create timesheet',
 'button.export' => 'チームのエクスポート', // TODO: replace "team" with "group".
 'button.import' => 'チームのインポート', // TODO: replace "team" with "group".
 // TODO: translate the following.
@@ -373,6 +372,7 @@ $i18n_key_words = array(
 // 'title.week_view' => 'Week View',
 // 'title.swap_roles' => 'Swapping Roles',
 // 'title.work_units' => 'Work Units',
+// 'title.templates' => 'Templates',
 
 // 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.
@@ -397,6 +397,7 @@ $i18n_key_words = array(
 // 'dropdown.clients' => 'clients',
 // 'dropdown.select' => '--- select ---',
 // 'dropdown.select_invoice' => '--- select invoice ---',
+// 'dropdown.select_timesheet' => '--- select timesheet ---',
 // 'dropdown.status_active' => 'active',
 // 'dropdown.status_inactive' => 'inactive',
 // 'dropdown.delete' => 'delete',
@@ -473,6 +474,7 @@ $i18n_key_words = array(
 'form.report.export' => '輸出する', // TODO: is this correct?
 // TODO: translate the following.
 // 'form.report.assign_to_invoice' => 'Assign to invoice',
+// 'form.report.assign_to_timesheet' => 'Assign to timesheet',
 
 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
 // TODO: translate the following.
@@ -627,4 +629,13 @@ $i18n_key_words = array(
 // 'role.admin.label' => 'Administrator',
 // 'role.admin.low_case_label' => 'administrator',
 // 'role.admin.description' => 'Site adminsitrator.',
+
+// Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
+// TODO: translate the following.
+// 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
+// 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
+// 'form.timesheet_view.approve_subject' => 'Timesheet approved',
+// 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
+// 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
+// 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
 );