A bit of cleanup.
[timetracker.git] / WEB-INF / resources / en.lang.php
index 622f838..298a575 100644 (file)
@@ -113,14 +113,14 @@ $i18n_key_words = array(
 'button.reset_password' => 'Reset password',
 'button.send' => 'Send',
 'button.send_by_email' => 'Send by e-mail',
-'button.create_team' => 'Create team',
-'button.export' => 'Export team',
-'button.import' => 'Import team',
+'button.create_group' => 'Create group',
+'button.export' => 'Export group',
+'button.import' => 'Import group',
 'button.close' => 'Close',
 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Team name',
+'label.group_name' => 'Group name',
 'label.address' => 'Address',
 'label.currency' => 'Currency',
 'label.manager_name' => 'Manager name',
@@ -214,10 +214,10 @@ $i18n_key_words = array(
 
 // Form titles.
 'title.login' => 'Login',
-'title.teams' => 'Teams',
-'title.create_team' => 'Creating Team',
-'title.edit_team' => 'Editing Team',
-'title.delete_team' => 'Deleting Team',
+'title.groups' => 'Groups',
+'title.create_group' => 'Creating Group',
+'title.edit_group' => 'Editing Group',
+'title.delete_group' => 'Deleting Group',
 'title.reset_password' => 'Resetting Password',
 'title.change_password' => 'Changing Password',
 'title.time' => 'Time',
@@ -265,8 +265,8 @@ $i18n_key_words = array(
 'title.edit_notification' => 'Editing Notification',
 'title.delete_notification' => 'Deleting Notification',
 'title.monthly_quotas' => 'Monthly Quotas',
-'title.export' => 'Exporting Team Data',
-'title.import' => 'Importing Team Data',
+'title.export' => 'Exporting Group Data',
+'title.import' => 'Importing Group Data',
 'title.options' => 'Options',
 'title.profile' => 'Profile',
 'title.group' => 'Group Settings',
@@ -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',
@@ -415,19 +415,19 @@ $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.<br>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.<br>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',