summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/lang
diff options
context:
space:
mode:
authorChristian Hofmaier2018-01-09 17:38:21 +0100
committerChristian Hofmaier2018-01-09 17:38:21 +0100
commit4c9aba92942c4b9341c46a50aeaa31bea24a8b60 (patch)
tree5f0fa5b714a475a7c0ab7b8a900d24114a63ea7d /modules-available/rebootcontrol/lang
parent[exams] reworked permission system from "click and you get error" to "button ... (diff)
downloadslx-admin-4c9aba92942c4b9341c46a50aeaa31bea24a8b60.tar.gz
slx-admin-4c9aba92942c4b9341c46a50aeaa31bea24a8b60.tar.xz
slx-admin-4c9aba92942c4b9341c46a50aeaa31bea24a8b60.zip
[exams] implemented permission system
Diffstat (limited to 'modules-available/rebootcontrol/lang')
-rw-r--r--modules-available/rebootcontrol/lang/de/permissions.json5
-rw-r--r--modules-available/rebootcontrol/lang/en/permissions.json5
2 files changed, 10 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
diff --git a/modules-available/rebootcontrol/lang/en/permissions.json b/modules-available/rebootcontrol/lang/en/permissions.json
new file mode 100644
index 00000000..077890fb
--- /dev/null
+++ b/modules-available/rebootcontrol/lang/en/permissions.json
@@ -0,0 +1,5 @@
+{
+ "shutdown": "Shutdown Client.",
+ "reboot": "Reboot Client.",
+ "newkeypair": "Generate new Keypair."
+} \ No newline at end of file