delete users
This commit is contained in:
@@ -514,4 +514,15 @@ $strZip = 'Komprimert (zip)';
|
||||
// To translate
|
||||
|
||||
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
|
||||
|
||||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
|
||||
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
|
||||
$strDeleting = 'Deleting %s'; //to translate
|
||||
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
|
||||
$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
|
||||
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
|
||||
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
|
||||
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
|
||||
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
|
||||
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
|
||||
?>
|
||||
|
Reference in New Issue
Block a user