X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=0c4d7e0ad706fbda8ed6cde699233f20f10d7b6c;hb=1abe3082f89208f5457129215a4283c4209b05f2;hp=6701a4c34022b03e606bcc611fc9ff9d7c36ac8b;hpb=c6aa77a9e6299cf3103f97274e573cc9938c1215;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 6701a4c3..0c4d7e0a 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -105,6 +105,7 @@ $i18n_key_words = array( 'error.format' => 'Invalid file format.', 'error.user_count' => 'Limit on user count.', 'error.expired' => 'Expiration date reached.', +'error.file_storage' => 'File storage error.', // Warning messages. 'warn.sure' => 'Are you sure?', @@ -127,7 +128,6 @@ $i18n_key_words = array( 'button.send' => 'Send', 'button.send_by_email' => 'Send by e-mail', 'button.create_group' => 'Create group', -'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Export group', 'button.import' => 'Import group', 'button.close' => 'Close', @@ -238,6 +238,11 @@ $i18n_key_words = array( 'label.approved' => 'Approved', 'label.approval' => 'Report approval', 'label.mark_approved' => 'Mark approved', +'label.template' => 'Template', +'label.attachments' => 'Attachments', +'label.files' => 'Files', +'label.image' => 'Image', +'label.download' => 'Download', // Form titles. 'title.error' => 'Error', @@ -269,6 +274,7 @@ $i18n_key_words = array( 'title.send_invoice' => 'Sending Invoice', 'title.charts' => 'Charts', 'title.projects' => 'Projects', +'title.project_files' => 'Project Files', 'title.add_project' => 'Adding Project', 'title.edit_project' => 'Editing Project', 'title.delete_project' => 'Deleting Project', @@ -319,6 +325,12 @@ $i18n_key_words = array( 'title.week_view' => 'Week View', 'title.swap_roles' => 'Swapping Roles', 'title.work_units' => 'Work Units', +'title.templates' => 'Templates', +'title.add_template' => 'Adding Template', +'title.edit_template' => 'Editing Template', +'title.delete_template' => 'Deleting Template', +'title.edit_file' => 'Editing File', +'title.delete_file' => 'Deleting File', // 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. @@ -342,6 +354,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', @@ -414,11 +427,16 @@ $i18n_key_words = array( // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Export', '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 'form.timesheets.active_timesheets' => 'Active Timesheets', 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', + // Templates form. See example at https://timetracker.anuko.com/templates.php +'form.templates.active_templates' => 'Active Templates', +'form.templates.inactive_templates' => 'Inactive Templates', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Invoice number', @@ -550,4 +568,12 @@ $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. +'form.timesheet_view.submit_subject' => 'Timesheet approval request', +'form.timesheet_view.submit_body' => "A new timesheet requires approval.

User: %s.", +'form.timesheet_view.approve_subject' => 'Timesheet approved', +'form.timesheet_view.approve_body' => "Your timesheet %s was approved.

%s", +'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', +'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.

%s", );