summaryrefslogtreecommitdiffstats
path: root/modules-available/adduser/lang/en/messages.json
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-23 15:26:17 +0100
committerSimon Rettberg2018-02-23 15:26:17 +0100
commitf73a41753d2608187a0c85a28e419b8ea839d671 (patch)
tree9840537659ccec54ae4535ce7b1f3cd07b6835b5 /modules-available/adduser/lang/en/messages.json
parent[locations] Fix location list: Filter invalid location ids (diff)
downloadslx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.tar.gz
slx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.tar.xz
slx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.zip
[adduser] Extend module to simple user manager (add/edit/remove)
TODO: Assign roles
Diffstat (limited to 'modules-available/adduser/lang/en/messages.json')
-rw-r--r--modules-available/adduser/lang/en/messages.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules-available/adduser/lang/en/messages.json b/modules-available/adduser/lang/en/messages.json
index 3a402278..69af3227 100644
--- a/modules-available/adduser/lang/en/messages.json
+++ b/modules-available/adduser/lang/en/messages.json
@@ -1,5 +1,8 @@
{
+ "adduser-success": "User successfully added",
+ "db-error": "Database error: {{0}}",
+ "password-changed": "Password changed",
"password-mismatch": "Password and password confirmation do not match",
- "adduser-disabled": "Insufficient privileges to add more users",
- "adduser-success": "User successfully added"
+ "user-edited": "User data has been updated",
+ "user-not-found": "User with ID {{0}} not found"
} \ No newline at end of file