28 lines
1.2 KiB
PHP
28 lines
1.2 KiB
PHP
<?php
|
|
|
|
/*
|
|
* AVSDev UF Tweaks (https://avsdev.uk)
|
|
*
|
|
* @link https://git.avsdev.uk/avsdev/sprinkle-uf-tweaks
|
|
* @license https://git.avsdev.uk/avsdev/sprinkle-uf-tweaks/blob/master/LICENSE.md (LGPL-3.0 License)
|
|
*/
|
|
|
|
return [
|
|
'USER' => [
|
|
'VIEW_DELETED' => 'View deleted users',
|
|
'DELETED_PAGE_DESCRIPTION' => 'A listing of the deleted users for your site. Provides management tools for restoring and permenently deleting users.',
|
|
|
|
'RESTORE_DELETED' => 'Restore user',
|
|
'RESTORE_SUCCESSFUL' => 'Successfully restored user <strong>{{user_name}}</strong>',
|
|
|
|
'PERMANENT_DELETE' => 'Permanetly delete user',
|
|
'PERMANENT_DELETE_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete the user <strong>{{user_name}}</strong>?',
|
|
'PERMANENT_DELETE_YES' => 'Yes, permanently delete user',
|
|
'PERMANENT_DELETION_SUCCESSFUL' => 'User <strong>{{user_name}}</strong> has been permanently deleted.',
|
|
'PERMANENT_DELETE_DISABLED' => 'Permanent deletion of users is currently disabled via the configuration.',
|
|
],
|
|
|
|
'DELETED' => 'Deleted',
|
|
'ICON' => 'Icon',
|
|
'RETURN' => 'Return',
|
|
]; |