X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=b4fdb8a734bc0c26601f61afb9f5f6e80247c052;hb=40e7c879cbbc4f00227c039f1a86d48f81e10101;hp=ce65dc622b0221859a9797add053f8c533805139;hpb=dc00748e76b054fb1163f7a3835b686a752fbf8a;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index ce65dc62..b4fdb8a7 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -44,8 +44,9 @@ $i18n_key_words = array( 'menu.logout' => 'Logout', 'menu.forum' => 'Forum', 'menu.help' => 'Help', -'menu.create_team' => 'Create Team', +'menu.create_group' => 'Create Group', 'menu.profile' => 'Profile', +'menu.group' => 'Group', 'menu.time' => 'Time', 'menu.expenses' => 'Expenses', 'menu.reports' => 'Reports', @@ -69,6 +70,7 @@ $i18n_key_words = array( 'error.access_denied' => 'Access denied.', 'error.sys' => 'System error.', 'error.db' => 'Database error.', +'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Incorrect "{0}" data.', 'error.empty' => 'Field "{0}" is empty.', 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".', @@ -267,6 +269,7 @@ $i18n_key_words = array( 'title.import' => 'Importing Team Data', 'title.options' => 'Options', 'title.profile' => 'Profile', +'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'Custom Fields', 'title.cf_add_custom_field' => 'Adding Custom Field', 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -427,6 +430,7 @@ $i18n_key_words = array( 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +'form.profile.swap_roles' => 'Swap roles', 'form.profile.12_hours' => '12 hours', 'form.profile.24_hours' => '24 hours', 'form.profile.show_holidays' => 'Show holidays', @@ -460,6 +464,7 @@ $i18n_key_words = array( 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. +'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.