Incorporate the permanent user deletion sprinkle
This commit is contained in:
@@ -8,5 +8,21 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'ICON' => 'Icon',
|
||||
'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',
|
||||
];
|
||||
Reference in New Issue
Block a user