CluPilotCloud/lang/en/admin_settings.php

39 lines
1.3 KiB
PHP

<?php
return [
'title' => 'Settings',
'subtitle' => 'Your operator account and team management.',
'save' => 'Save',
'account_title' => 'My account',
'name' => 'Name',
'email' => 'Email',
'twofa_hint' => 'Password & two-factor authentication follow in a separate security area.',
'account_saved' => 'Account updated.',
'staff_title' => 'Team & access',
'staff_sub' => 'Invite staff and set their role. Only the Owner can manage the team.',
'role' => 'Role',
'invite' => 'Invite',
'invite_hint' => 'The account is created; invitation/password delivery follows with the email integration.',
'staff_invited' => 'Staff member created.',
'col_person' => 'Person',
'col_actions' => 'Actions',
'you' => 'You',
'revoke' => 'Revoke access',
'role_owner' => 'Owner',
'role_admin' => 'Administrator',
'role_support' => 'Support',
'role_billing' => 'Billing',
'role_read-only' => 'Read-only',
'role_updated' => 'Role updated.',
'staff_revoked' => 'Access revoked.',
'not_self' => 'You cannot change your own role.',
'owner_only' => 'Only an Owner may grant or revoke the Owner role.',
'last_owner' => 'The last Owner cannot be changed or removed.',
'is_customer' => 'This email already belongs to a customer account.',
];