diff options
author | Christian Hofmaier | 2018-01-09 17:38:21 +0100 |
---|---|---|
committer | Christian Hofmaier | 2018-01-09 17:38:21 +0100 |
commit | 4c9aba92942c4b9341c46a50aeaa31bea24a8b60 (patch) | |
tree | 5f0fa5b714a475a7c0ab7b8a900d24114a63ea7d /modules-available/rebootcontrol/lang/de/permissions.json | |
parent | [exams] reworked permission system from "click and you get error" to "button ... (diff) | |
download | slx-admin-4c9aba92942c4b9341c46a50aeaa31bea24a8b60.tar.gz slx-admin-4c9aba92942c4b9341c46a50aeaa31bea24a8b60.tar.xz slx-admin-4c9aba92942c4b9341c46a50aeaa31bea24a8b60.zip |
[exams] implemented permission system
Diffstat (limited to 'modules-available/rebootcontrol/lang/de/permissions.json')
-rw-r--r-- | modules-available/rebootcontrol/lang/de/permissions.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules-available/rebootcontrol/lang/de/permissions.json b/modules-available/rebootcontrol/lang/de/permissions.json new file mode 100644 index 00000000..92eeb37e --- /dev/null +++ b/modules-available/rebootcontrol/lang/de/permissions.json @@ -0,0 +1,5 @@ +{ + "shutdown": "Client herunterfahren.", + "reboot": "Client neustarten.", + "newkeypair": "Neues Schlüsselpaar generieren." +}
\ No newline at end of file |