summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2015-12-07 17:41:42 +0100
committerSimon Rettberg2015-12-07 17:41:42 +0100
commitd2202c4b1b365ad6d318352950ee3331846c6a11 (patch)
treecc801702fbcd91385139d554ccb625ef7e30a34e /lang/en
parent[statistics] More tweaks, add detailed memory information, show system manufa... (diff)
downloadslx-admin-d2202c4b1b365ad6d318352950ee3331846c6a11.tar.gz
slx-admin-d2202c4b1b365ad6d318352950ee3331846c6a11.tar.xz
slx-admin-d2202c4b1b365ad6d318352950ee3331846c6a11.zip
[statistics] Show PC status (on/off/inuse)
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/templates/statistics/clientlist.json5
-rw-r--r--lang/en/templates/statistics/machine-main.json4
2 files changed, 8 insertions, 1 deletions
diff --git a/lang/en/templates/statistics/clientlist.json b/lang/en/templates/statistics/clientlist.json
index 09ea04fd..ae692154 100644
--- a/lang/en/templates/statistics/clientlist.json
+++ b/lang/en/templates/statistics/clientlist.json
@@ -4,8 +4,11 @@
"lang_cpuModel": "CPU",
"lang_gbRam": "RAM",
"lang_kvmSupport": "64\u2009Bit guests",
- "lang_lastBoot": "Last boot",
+ "lang_lastSeen": "Last seen",
"lang_machine": "Machine",
+ "lang_machineIdle": "Machine is powered on and is not used",
+ "lang_machineOccupied": "Machine is powered on and in use",
+ "lang_machineOff": "Machine is powered down, or is not running bwLehrpool",
"lang_realCores": "Cores",
"lang_tmpGb": "HDD temp"
} \ No newline at end of file
diff --git a/lang/en/templates/statistics/machine-main.json b/lang/en/templates/statistics/machine-main.json
index 40ea72f8..ff1e481f 100644
--- a/lang/en/templates/statistics/machine-main.json
+++ b/lang/en/templates/statistics/machine-main.json
@@ -9,6 +9,9 @@
"lang_lastBoot": "Last boot",
"lang_lastSeen": "Last activity",
"lang_macAddr": "MAC address",
+ "lang_machineIdle": "Powered on, unused",
+ "lang_machineOccupied": "Powered on, in use",
+ "lang_machineOff": "bwLehrpool not running",
"lang_machineSummary": "Summary",
"lang_maximumAbbrev": "max.",
"lang_model": "Model",
@@ -16,6 +19,7 @@
"lang_ramSlots": "Memory slots",
"lang_sockets": "Sockets",
"lang_tempPart": "Temp. partition",
+ "lang_usageState": "State",
"lang_uuid": "UUID",
"lang_virtualCores": "Virtual cores"
} \ No newline at end of file