X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=dd18c560adf92e4425e88be01898022ad457363d;hb=4ebe6fd29283633e5ae7cdb399cc144c38af25fb;hp=0d09af03b06eaac95625d8dc342787fde0dc3f86;hpb=56fd29cc5a2b6a67ed24b19d0d4213a6458a9723;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 0d09af03..dd18c560 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -244,6 +244,8 @@ $i18n_key_words = array( 'label.file' => 'File', 'label.image' => 'Image', 'label.download' => 'Download', +'label.active_users' => 'Active Users', +'label.inactive_users' => 'Inactive Users', // Form titles. 'title.error' => 'Error', @@ -337,6 +339,8 @@ $i18n_key_words = array( 'title.delete_file' => 'Deleting File', 'title.download_file' => 'Downloading File', 'title.work' => 'Work', +'title.active_work' => 'Active Work', // Active work items this group outsources to other groups. +'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups. // 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. @@ -466,8 +470,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Inactive Tasks', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Active Users', -'form.users.inactive_users' => 'Inactive Users', 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Role', 'form.users.manager' => 'Manager',