X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=ce0163581ceefc1ba8518a81223e976b4d9ba451;hb=1e79f87da93c796cf1a46d7f36eab5f0fef3db61;hp=b3893a5e54c5a50e710e16e93b4109b62beb9a6d;hpb=3129f6204498630940977123a34a1315d9fffbb7;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index b3893a5e..ce016358 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -279,7 +279,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'Editing Option', 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. 'title.locking' => 'Locking', 'title.week_view' => 'Week View', 'title.swap_roles' => 'Swapping Roles', @@ -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', @@ -415,22 +418,21 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Client to delete', 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php -'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +'form.export.hint' => 'You can export all group data into an xml file. It could be useful if you are migrating data to your own server.', 'form.export.compression' => 'Compression', 'form.export.compression_none' => 'none', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -'form.import.hint' => 'Import team data from an xml file.', +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +'form.import.hint' => 'Import group data from an xml file.', 'form.import.file' => 'Select file', 'form.import.success' => 'Import completed successfully.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'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).', +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). +'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', @@ -449,6 +451,9 @@ $i18n_key_words = array( 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'Plugins', +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php +'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', + // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'From', 'form.mail.to' => 'To',