Work in progress on roles.
[timetracker.git] / WEB-INF / resources / en.lang.php
index 2315da1..43efde7 100644 (file)
@@ -103,12 +103,6 @@ $i18n_key_words = array(
 'button.copy' => 'Copy',
 'button.cancel' => 'Cancel',
 'button.submit' => 'Submit',
-'button.add_user' => 'Add user',
-'button.add_project' => 'Add project',
-'button.add_task' => 'Add task',
-'button.add_client' => 'Add client',
-'button.add_invoice' => 'Add invoice',
-'button.add_option' => 'Add option',
 'button.add' => 'Add',
 'button.generate' => 'Generate',
 'button.reset_password' => 'Reset password',
@@ -396,6 +390,7 @@ $i18n_key_words = array(
  // Roles form. See example at https://timetracker.anuko.com/roles.php
 'form.roles.active_roles' => 'Active Roles',
 'form.roles.inactive_roles' => 'Inactive Roles',
+'form.roles.rights' => 'Rights',
 
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 'form.clients.active_clients' => 'Active Clients',
@@ -451,4 +446,16 @@ $i18n_key_words = array(
 'form.quota.quota' => 'Quota',
 'form.quota.workday_hours' => 'Hours in work day',
 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
+
+// Roles.
+'role.user.label' => 'User',
+'role.user.description' => 'A regular member without management rights.',
+'role.supervisor.label' => 'Supervisor',
+'role.supervisor.description' => 'A person with a small set of management rights.',
+'role.client.label' => 'Client',
+'role.client.description' => 'A client can view its own reports, charts, and invoices.',
+'role.comanager.label' => 'Co-manager',
+'role.comanager.description' => 'A person with an extended set of management functions, who is helping group manager with most of the work.',
+'role.manager.label' => 'Manager',
+'role.manager.description' => 'Group manager. Can do most of things for a group.',
 );