11 lines
248 B
PHP
11 lines
248 B
PHP
<?php
|
|
|
|
$txt_str['UserManager'] = [
|
|
'titleList' => 'User manager',
|
|
|
|
'passwordEmailSentSuccess' => 'Password reset email was sent',
|
|
'passwordEmailSentError' => 'Failed to send e-mail',
|
|
|
|
'updateFigureSuccess' => 'User was updated',
|
|
];
|