summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/lang
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
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')
-rw-r--r--modules-available/rebootcontrol/lang/de/module.json1
-rw-r--r--modules-available/rebootcontrol/lang/de/permissions.json4
-rw-r--r--modules-available/rebootcontrol/lang/de/template-tags.json5
-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
6 files changed, 10 insertions, 10 deletions
diff --git a/modules-available/rebootcontrol/lang/de/module.json b/modules-available/rebootcontrol/lang/de/module.json
index 03196610..1f325354 100644
--- a/modules-available/rebootcontrol/lang/de/module.json
+++ b/modules-available/rebootcontrol/lang/de/module.json
@@ -1,5 +1,4 @@
{
"module_name": "Reboot Control",
- "notAssigned": "Nicht zugewiesen",
"page_title": "Reboot Control"
} \ No newline at end of file
diff --git a/modules-available/rebootcontrol/lang/de/permissions.json b/modules-available/rebootcontrol/lang/de/permissions.json
index 92eeb37e..12ec4c83 100644
--- a/modules-available/rebootcontrol/lang/de/permissions.json
+++ b/modules-available/rebootcontrol/lang/de/permissions.json
@@ -1,5 +1,5 @@
{
- "shutdown": "Client herunterfahren.",
- "reboot": "Client neustarten.",
+ "action.shutdown": "Client herunterfahren.",
+ "action.reboot": "Client neustarten.",
"newkeypair": "Neues Schlüsselpaar generieren."
} \ No newline at end of file
diff --git a/modules-available/rebootcontrol/lang/de/template-tags.json b/modules-available/rebootcontrol/lang/de/template-tags.json
index c5bd1670..eccc8738 100644
--- a/modules-available/rebootcontrol/lang/de/template-tags.json
+++ b/modules-available/rebootcontrol/lang/de/template-tags.json
@@ -1,12 +1,14 @@
{
"lang_authFail": "Authentifizierung fehlgeschlagen",
"lang_client": "Client",
+ "lang_confirmNewKeypair": "Wirklich neues Schl\u00fcsselpaar erzeugen?",
"lang_connecting": "Verbinde...",
"lang_error": "Nicht erreichbar",
"lang_genNew": "Neues Schl\u00fcsselpaar generieren",
"lang_ip": "IP",
"lang_location": "Standort",
"lang_minutes": " Minuten",
+ "lang_newKeypairExplanation": "Sie k\u00f6nnen ein neues Schl\u00fcsselpaar erzeugen lassen. In diesem Fall wird das alte Schl\u00fcsselpaar verworfen, sodass alle zum jetzigen Zeitpunkt bereits gestarteten Rechner nicht mehr aus der Ferne bedient werden k\u00f6nnen, bis diese manuell neugestartet wurden.",
"lang_off": "Aus",
"lang_on": "An",
"lang_online": "Online",
@@ -27,6 +29,5 @@
"lang_shutdownCheck": "Wollen Sie die ausgew\u00e4hlten Rechner wirklich herunterfahren?",
"lang_shutdownIn": "Herunterfahren in: ",
"lang_status": "Status",
- "lang_unselectall": "Alle abw\u00e4hlen",
- "lang_user": "Nutzer"
+ "lang_unselectall": "Alle abw\u00e4hlen"
} \ No newline at end of file
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