]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/en.lang.php
Fixed menu display for client role.
[timetracker.git] / WEB-INF / resources / en.lang.php
index f65f9323886a5bb006394caf10bfe2f89b18db23..0534e60b0222731db3aa81fef7c2efdc8dac8d56 100644 (file)
@@ -131,6 +131,8 @@ $i18n_key_words = array(
 'button.import' => 'Import group',
 'button.close' => 'Close',
 'button.stop' => 'Stop',
+'button.approve' => 'Approve',
+'button.disapprove' => 'Disapprove',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 'label.group_name' => 'Group name',
@@ -526,7 +528,7 @@ $i18n_key_words = array(
 'role.user.description' => 'A regular member without management rights.',
 'role.client.label' => 'Client',
 'role.client.low_case_label' => 'client',
-'role.client.description' => 'A client can view its own reports, charts, and invoices.',
+'role.client.description' => 'A client can view its own data.',
 'role.supervisor.label' => 'Supervisor',
 'role.supervisor.low_case_label' => 'supervisor',
 'role.supervisor.description' => 'A person with a small set of management rights.',