X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bac0563d910ee1c055db5e2ad9ec4c6d08846f7f..fc92f9cd36dcaeb96da37c699a61331805d9e2fc:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index fdf72ae6..7fb968f9 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -318,6 +318,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. @@ -553,11 +557,10 @@ $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', -'form.timesheet_view.approve_body' => "Your timesheet %s was approved.", +'form.timesheet_view.approve_body' => "Your timesheet %s was approved.
%s", 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', -'form.timesheet_view.disapprove_subject' => "Your timesheet %s was not approved.", +'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.
%s", );