summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/lang
diff options
context:
space:
mode:
authorSimon Rettberg2018-04-25 16:46:18 +0200
committerSimon Rettberg2018-04-25 16:46:18 +0200
commit7d4b41dc7e85b4f5f249c61db11ae27d53144c9c (patch)
tree5e36609f07cb851a5bbbecda66c42b0e51f76002 /modules-available/rebootcontrol/lang
parent[locations] Fix machine counting (diff)
downloadslx-admin-7d4b41dc7e85b4f5f249c61db11ae27d53144c9c.tar.gz
slx-admin-7d4b41dc7e85b4f5f249c61db11ae27d53144c9c.tar.xz
slx-admin-7d4b41dc7e85b4f5f249c61db11ae27d53144c9c.zip
[rebootcontrol] Nicer status list; list of all running jobs
Diffstat (limited to 'modules-available/rebootcontrol/lang')
-rw-r--r--modules-available/rebootcontrol/lang/de/template-tags.json6
-rw-r--r--modules-available/rebootcontrol/lang/en/template-tags.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/modules-available/rebootcontrol/lang/de/template-tags.json b/modules-available/rebootcontrol/lang/de/template-tags.json
index eccc8738..c678ef88 100644
--- a/modules-available/rebootcontrol/lang/de/template-tags.json
+++ b/modules-available/rebootcontrol/lang/de/template-tags.json
@@ -1,13 +1,17 @@
{
+ "lang_activeTasks": "Laufende Jobs",
"lang_authFail": "Authentifizierung fehlgeschlagen",
"lang_client": "Client",
+ "lang_clientCount": "# Clients",
"lang_confirmNewKeypair": "Wirklich neues Schl\u00fcsselpaar erzeugen?",
"lang_connecting": "Verbinde...",
"lang_error": "Nicht erreichbar",
"lang_genNew": "Neues Schl\u00fcsselpaar generieren",
"lang_ip": "IP",
+ "lang_kexecRebootCheck": "Schneller Reboot direkt in bwLehrpool",
"lang_location": "Standort",
"lang_minutes": " Minuten",
+ "lang_mode": "Modus",
"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",
@@ -18,6 +22,7 @@
"lang_rebootButton": "Neustarten",
"lang_rebootCheck": "Wollen Sie die ausgew\u00e4hlten Rechner wirklich neustarten?",
"lang_rebootControl": "Reboot Control",
+ "lang_rebootIn": "Neustart in:",
"lang_rebooting": "Neustart...",
"lang_selectall": "Alle ausw\u00e4hlen",
"lang_selected": "Ausgew\u00e4hlt",
@@ -29,5 +34,6 @@
"lang_shutdownCheck": "Wollen Sie die ausgew\u00e4hlten Rechner wirklich herunterfahren?",
"lang_shutdownIn": "Herunterfahren in: ",
"lang_status": "Status",
+ "lang_time": "Zeit",
"lang_unselectall": "Alle abw\u00e4hlen"
} \ 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 c2346044..c64014ff 100644
--- a/modules-available/rebootcontrol/lang/en/template-tags.json
+++ b/modules-available/rebootcontrol/lang/en/template-tags.json
@@ -1,13 +1,17 @@
{
+ "lang_activeTasks": "Active tasks",
"lang_authFail": "Authentication failed",
"lang_client": "Client",
+ "lang_clientCount": "# clients",
"lang_confirmNewKeypair": "Really create new key pair?",
"lang_connecting": "Connecting...",
"lang_error": "Not available",
"lang_genNew": "Generate new keypair",
"lang_ip": "IP",
+ "lang_kexecRebootCheck": "Quick reboot straight to bwLehrpool (kexec)",
"lang_location": "Location",
"lang_minutes": " Minutes",
+ "lang_mode": "Mode",
"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",
@@ -18,6 +22,7 @@
"lang_rebootButton": "Reboot",
"lang_rebootCheck": "Do you really want to reboot the selected clients?",
"lang_rebootControl": "Reboot Control",
+ "lang_rebootIn": "Reboot in:",
"lang_rebooting": "Rebooting...",
"lang_selectall": "Select all",
"lang_selected": "Selected",
@@ -29,5 +34,6 @@
"lang_shutdownCheck": "Do you really want to shut down the selected clients?",
"lang_shutdownIn": "Shutdown in: ",
"lang_status": "Status",
+ "lang_time": "Time",
"lang_unselectall": "Unselect all"
} \ No newline at end of file