summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-15 13:18:56 +0100
committerSimon Rettberg2018-02-15 13:18:56 +0100
commit5309badac125114399ec2cf39b095e0d9efcd09f (patch)
tree2ca212dc4e9271165e67af834b073c7c8590b4ce /modules-available/rebootcontrol/lang/en
parent[inc/Permission] Add readonly string (diff)
downloadslx-admin-5309badac125114399ec2cf39b095e0d9efcd09f.tar.gz
slx-admin-5309badac125114399ec2cf39b095e0d9efcd09f.tar.xz
slx-admin-5309badac125114399ec2cf39b095e0d9efcd09f.zip
[rebootcontrol] Rewrite permission handling, simplify html/javascript
Diffstat (limited to 'modules-available/rebootcontrol/lang/en')
-rw-r--r--modules-available/rebootcontrol/lang/en/module.json1
-rw-r--r--modules-available/rebootcontrol/lang/en/permissions.json4
-rw-r--r--modules-available/rebootcontrol/lang/en/template-tags.json5
3 files changed, 5 insertions, 5 deletions
diff --git a/modules-available/rebootcontrol/lang/en/module.json b/modules-available/rebootcontrol/lang/en/module.json
index 129140dd..1f325354 100644
--- a/modules-available/rebootcontrol/lang/en/module.json
+++ b/modules-available/rebootcontrol/lang/en/module.json
@@ -1,5 +1,4 @@
{
"module_name": "Reboot Control",
- "notAssigned": "Not assigned",
"page_title": "Reboot Control"
} \ No newline at end of file
diff --git a/modules-available/rebootcontrol/lang/en/permissions.json b/modules-available/rebootcontrol/lang/en/permissions.json
index 077890fb..34badbaf 100644
--- a/modules-available/rebootcontrol/lang/en/permissions.json
+++ b/modules-available/rebootcontrol/lang/en/permissions.json
@@ -1,5 +1,5 @@
{
- "shutdown": "Shutdown Client.",
- "reboot": "Reboot Client.",
+ "action.shutdown": "Shutdown Client.",
+ "action.reboot": "Reboot Client.",
"newkeypair": "Generate new Keypair."
} \ No newline at end of file
diff --git a/modules-available/rebootcontrol/lang/en/template-tags.json b/modules-available/rebootcontrol/lang/en/template-tags.json
index 63a5b4a8..c2346044 100644
--- a/modules-available/rebootcontrol/lang/en/template-tags.json
+++ b/modules-available/rebootcontrol/lang/en/template-tags.json
@@ -1,12 +1,14 @@
{
"lang_authFail": "Authentication failed",
"lang_client": "Client",
+ "lang_confirmNewKeypair": "Really create new key pair?",
"lang_connecting": "Connecting...",
"lang_error": "Not available",
"lang_genNew": "Generate new keypair",
"lang_ip": "IP",
"lang_location": "Location",
"lang_minutes": " Minutes",
+ "lang_newKeypairExplanation": "You can create a new keypair, which will replace the old one. Please note that after doing so, you cannot poweroff or reboot clients that are already running, since they still use the old key. They have to be rebooted manually first.",
"lang_off": "Off",
"lang_on": "On",
"lang_online": "Online",
@@ -27,6 +29,5 @@
"lang_shutdownCheck": "Do you really want to shut down the selected clients?",
"lang_shutdownIn": "Shutdown in: ",
"lang_status": "Status",
- "lang_unselectall": "Unselect all",
- "lang_user": "User"
+ "lang_unselectall": "Unselect all"
} \ No newline at end of file