X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=db04f8181201016827e9af7158f07efd5c478495;hb=fe8af9a04f7170a0623915f31610c6c4c3df4058;hp=18d87eecf10a08d418d95832167d5f554cd7ad0a;hpb=53c471451a8cb9e0fefd6d5907220bafdd77b53e;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 18d87eec..db04f818 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -237,6 +237,7 @@ $i18n_key_words = array( 'label.approved' => 'Approved', 'label.approval' => 'Report approval', 'label.mark_approved' => 'Mark approved', +'label.template' => 'Template', // Form titles. 'title.error' => 'Error', @@ -318,6 +319,10 @@ $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', // 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. @@ -420,6 +425,10 @@ $i18n_key_words = array( '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', @@ -553,7 +562,6 @@ $i18n_key_words = array( 'role.admin.description' => 'Site adminsitrator.', // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php. -// TODO: improve wording, then fill in other translation files. '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',