forked from eusonlito/Password-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-update.php
23 lines (23 loc) · 972 Bytes
/
user-update.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php return [
'admin' => 'Admin',
'apps' => 'Applications',
'certificate' => 'Certificate',
'data' => 'Data',
'email' => 'Email',
'enabled' => 'Enabled',
'error' => [
'admin-own' => 'It is not possible to disable administrator option on your own user',
'certificate-exists' => 'Another user with that same certificate already exists',
'certificate-password-empty' => 'You cannot turn off password access if a certificate is not defined',
'email-exists' => 'There is already another user with that same email',
'enabled-own' => 'It is not possible to deactivate your own user',
'readonly-own' => 'You can not set read-only option for your own user',
],
'name' => 'Name',
'password' => 'Password',
'password_enabled' => 'Enabled Password Auth',
'readonly' => 'Read-only',
'save' => 'Save',
'success' => 'User data has been updated correctly',
'teams' => 'Team',
];