Starting writing the Work plugin.
[timetracker.git] / WEB-INF / resources / en.lang.php
index 0c4d7e0..0d09af0 100644 (file)
@@ -241,6 +241,7 @@ $i18n_key_words = array(
 'label.template' => 'Template',
 'label.attachments' => 'Attachments',
 'label.files' => 'Files',
+'label.file' => 'File',
 'label.image' => 'Image',
 'label.download' => 'Download',
 
@@ -258,6 +259,7 @@ $i18n_key_words = array(
 'title.time' => 'Time',
 'title.edit_time_record' => 'Editing Time Record',
 'title.delete_time_record' => 'Deleting Time Record',
+'title.time_files' => 'Time Record Files',
 'title.expenses' => 'Expenses',
 'title.edit_expense' => 'Editing Expense Item',
 'title.delete_expense' => 'Deleting Expense Item',
@@ -269,7 +271,8 @@ $i18n_key_words = array(
 'title.report' => 'Report',
 'title.send_report' => 'Sending Report',
 'title.timesheets' => 'Timesheets',
-'title.timesheet' => 'Timesheet',  
+'title.timesheet' => 'Timesheet',
+'title.timesheet_files' => 'Timesheet Files',
 'title.invoice' => 'Invoice',
 'title.send_invoice' => 'Sending Invoice',
 'title.charts' => 'Charts',
@@ -309,6 +312,7 @@ $i18n_key_words = array(
 'title.export' => 'Exporting Group Data',
 'title.import' => 'Importing Group Data',
 'title.options' => 'Options',
+'title.display_options' => 'Display Options',
 'title.profile' => 'Profile',
 'title.plugins' => 'Plugins',
 'title.cf_custom_fields' => 'Custom Fields',
@@ -331,6 +335,8 @@ $i18n_key_words = array(
 'title.delete_template' => 'Deleting Template',
 'title.edit_file' => 'Editing File',
 'title.delete_file' => 'Deleting File',
+'title.download_file' => 'Downloading File',
+'title.work' => 'Work',
 
 // 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.
@@ -505,6 +511,7 @@ $i18n_key_words = array(
 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
 'form.group_edit.12_hours' => '12 hours',
 'form.group_edit.24_hours' => '24 hours',
+'form.group_edit.display_options' => 'Display options',
 'form.group_edit.show_holidays' => 'Show holidays',
 'form.group_edit.tracking_mode' => 'Tracking mode',
 'form.group_edit.mode_time' => 'time',
@@ -576,4 +583,7 @@ $i18n_key_words = array(
 '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",
+
+// Display Options form. See example at https://timetracker.anuko.com/display_options.php.
+'form.display_options.note_on_separate_row' => 'Note on separate row',
 );