diff options
author | Simon Rettberg | 2020-09-21 11:30:14 +0200 |
---|---|---|
committer | Simon Rettberg | 2020-09-21 11:30:14 +0200 |
commit | e12a02856e49ce3f18bc49080dd442bed06e868e (patch) | |
tree | 145a91681a770dbfa7a77bc052e39f108c5da7b1 /modules-available/statistics/lang/de | |
parent | [Module] Add phpdoc (diff) | |
download | slx-admin-e12a02856e49ce3f18bc49080dd442bed06e868e.tar.gz slx-admin-e12a02856e49ce3f18bc49080dd442bed06e868e.tar.xz slx-admin-e12a02856e49ce3f18bc49080dd442bed06e868e.zip |
[statistics] Show if current runmode is different from configured one
This isn't accounting for fake runmodes like "remoteaccess" or "exams",
which aren't stored in the database, but actually, this might be
beneficial, as you want to actually see if the clients are in this mode.
Diffstat (limited to 'modules-available/statistics/lang/de')
-rw-r--r-- | modules-available/statistics/lang/de/template-tags.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/statistics/lang/de/template-tags.json b/modules-available/statistics/lang/de/template-tags.json index b2d2afa3..d152390f 100644 --- a/modules-available/statistics/lang/de/template-tags.json +++ b/modules-available/statistics/lang/de/template-tags.json @@ -7,8 +7,11 @@ "lang_biosUpdate": "BIOS Update", "lang_biosUpdateLink": "Zur Herstellerseite", "lang_biosVersion": "BIOS-Version", + "lang_bootedWithoutAnyRunmode": "Ohne besonderen Betriebsmodus gestartet", + "lang_clientInDifferentRunmode": "Aktueller Betriebsmodus", "lang_clientList": "Liste ausgew\u00e4hlter Rechner", "lang_configVars": "Konfigurationsvariablen", + "lang_configuredRunMode": "Konfigurierter Betriebsmodus", "lang_cores": "Kerne", "lang_cpuCores": "CPU-Kerne", "lang_cpuModel": "CPU", |