CluPilotCloud/lang/en/users.php

36 lines
946 B
PHP

<?php
return [
'title' => 'Users',
'subtitle' => 'Manage the people who use your cloud.',
'seats_used' => 'seats used',
'invite_email' => 'Email',
'invite_name' => 'Name (optional)',
'invite' => 'Invite',
'role' => 'Role',
'role_owner' => 'Owner',
'role_admin' => 'Administrator',
'role_member' => 'Member',
'role_readonly' => 'Read-only',
'col_person' => 'Person',
'col_status' => 'Status',
'col_actions' => 'Actions',
'status_active' => 'Active',
'status_invited' => 'Invited',
'status_revoked' => 'Removed',
'resend' => 'Resend',
'revoke' => 'Remove',
'invited' => 'Invitation sent.',
'revoked' => 'User removed.',
'resent' => 'Invitation resent.',
'last_owner' => 'The last owner cannot be removed or changed.',
'limit_reached' => 'Your plan seat limit is reached. Please upgrade.',
'duplicate' => 'This email is already invited.',
];