X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=43efde70ae18e4fafe65261dd9312c57a09ec830;hb=dacd62b3065d38ddbec624d5b7d7306f0b61dd3a;hp=eec4c0982b137178b8fb6bea49bca595476ec936;hpb=1525dcb2eb2094c83ac9762675d957c285762434;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index eec4c098..43efde70 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -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', @@ -140,6 +134,7 @@ $i18n_key_words = array( 'label.end_date' => 'End date', 'label.user' => 'User', 'label.users' => 'Users', +'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', 'label.option' => 'Option', @@ -392,6 +387,11 @@ $i18n_key_words = array( 'form.users.rate' => 'Rate', 'form.users.default_rate' => 'Default hourly rate', + // 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', 'form.clients.inactive_clients' => 'Inactive Clients', @@ -446,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.', );