X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=ce0163581ceefc1ba8518a81223e976b4d9ba451;hb=1e79f87da93c796cf1a46d7f36eab5f0fef3db61;hp=85430647b94c652cb715fcba1b2a2be7c6680837;hpb=b262cc9f78e50e6910fefc1744782ddd64bbccda;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 85430647..ce016358 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -399,6 +399,9 @@ $i18n_key_words = array( 'form.users.rate' => 'Rate', 'form.users.default_rate' => 'Default hourly rate', +// Editing User form. See example at https://timetracker.anuko.com/user_edit.php +'form.user_edit.swap_roles' => 'Swap roles', + // Roles form. See example at https://timetracker.anuko.com/roles.php 'form.roles.active_roles' => 'Active Roles', 'form.roles.inactive_roles' => 'Inactive Roles', @@ -430,7 +433,6 @@ $i18n_key_words = array( 'form.groups.hint' => 'Create a new group by creating a new group manager account.
You can also import group 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',