X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fen.lang.php;h=43efde70ae18e4fafe65261dd9312c57a09ec830;hb=dacd62b3065d38ddbec624d5b7d7306f0b61dd3a;hp=eae3bb69db370e285053539712f60b8bff478e19;hpb=4c32352c1c34231ff49937b751c491c4a0880328;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index eae3bb69..43efde70 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -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.', );