Added option to allow and disallow client

This commit is contained in:
Juan Gilsanz Polo 2024-03-09 20:33:14 +01:00
parent 806e74ca9f
commit 5fdeaa80b7
3 changed files with 75 additions and 2 deletions

View file

@ -784,5 +784,12 @@
"blockThisClientOnly": "Block for this client only",
"unblockThisClientOnly": "Unblock for this client only",
"domainBlockedThisClient": "{domain} blocked for this client",
"domainUnblockedThisClient": "{domain} unblocked for this client"
"domainUnblockedThisClient": "{domain} unblocked for this client",
"disallowThisClient": "Disallow this client",
"allowThisClient": "Allow this client",
"clientAllowedSuccessfully": "Client allowed successfully",
"clientDisallowedSuccessfully": "Client disallowed successfully",
"changesNotSaved": "Changes could not be saved",
"allowingClient": "Allowing client...",
"disallowingClient": "Disallowing client..."
}