openclassify/addons/default/anomaly/users-module/resources/lang/en/error.php
2024-08-18 18:40:44 +03:00

10 lines
375 B
PHP

<?php
return [
'reset_password' => 'Your password could not be reset.',
'activate_user' => 'Your account could not be activated.',
'modify_admins' => 'You are not authorized to create or edit admin users.',
'impersonate_admins' => 'Admin users can not be impersonated.',
'reset_admins' => 'Admin password resets are not allowed.',
];