Incorporate the permanent user deletion sprinkle

This commit is contained in:
2023-07-25 14:21:42 +01:00
parent 243987382a
commit 50b8e02839
18 changed files with 934 additions and 66 deletions

View File

@@ -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',
];