diff options
author | Udo Walter | 2017-12-07 18:48:00 +0100 |
---|---|---|
committer | Udo Walter | 2017-12-07 18:48:00 +0100 |
commit | a1920b7f3f416e76863690d24de7282917698c09 (patch) | |
tree | 688a9d1ac013985a0bcf09765fa4ce68d0dc1c48 /modules-available/dozmod/lang/en | |
parent | [dozmod] reworked permission system from "click and you get error" to "button... (diff) | |
download | slx-admin-a1920b7f3f416e76863690d24de7282917698c09.tar.gz slx-admin-a1920b7f3f416e76863690d24de7282917698c09.tar.xz slx-admin-a1920b7f3f416e76863690d24de7282917698c09.zip |
[permissionmanager] added support for localized permission descriptions;
moved add/delete buttons to the right; items in the user and locations
table can now be selected by clicking anywhere in the table row;
Diffstat (limited to 'modules-available/dozmod/lang/en')
-rw-r--r-- | modules-available/dozmod/lang/en/permissions.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules-available/dozmod/lang/en/permissions.json b/modules-available/dozmod/lang/en/permissions.json new file mode 100644 index 00000000..923a8461 --- /dev/null +++ b/modules-available/dozmod/lang/en/permissions.json @@ -0,0 +1,14 @@ +{ + "images.delete": "Delete images marked for deletion.", + "mail.save": "Save SMTP configuration for sending mails.", + "mail.testmail": "Send a testmail.", + "runtimeconfig.save": "Save limits and defaults of a runtime configuration.", + "templates.save": "Save email templates.", + "templates.reset": "Reset email templates.", + "users.setmail": "Enable/Disable Email Notification.", + "users.setlogin": "Enable/Disable Login.", + "users.setsu": "Set User to superuser.", + "users.orglogin": "Enalbe/Disable Login for Users from certain organisations.", + "log.showuser": "Show User Data in Log.", + "log.showtarget": "Show Target Data in Log." +}
\ No newline at end of file |