summaryrefslogtreecommitdiffstats
path: root/modules-available/adduser/lang/en/messages.json
blob: 67bca6f99f5f3e4d870a8ed7e34534d0f34d4d3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "adduser-success": "User successfully added",
    "cannot-delete-1-self": "Cannot delete user with ID 1 or yourself",
    "db-error": "Database error: {{0}}",
    "password-changed": "Password changed",
    "password-mismatch": "Password and password confirmation do not match",
    "roles-updated": "Roles have been updated",
    "user-deleted": "Deleted user {{0}} (ID={{1}})",
    "user-edited": "User data has been updated",
    "user-not-found": "User with ID {{0}} not found"
}