summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics
diff options
context:
space:
mode:
authorSimon Rettberg2023-04-24 14:05:22 +0200
committerSimon Rettberg2023-04-24 14:05:22 +0200
commit4ef630060e458c38cda45489e5a40caa9470e974 (patch)
tree7539e9eabc82dc587dfa69c00dad5265c5d6616f /modules-available/statistics
parent[statistics] Remove anydev filter (diff)
downloadslx-admin-4ef630060e458c38cda45489e5a40caa9470e974.tar.gz
slx-admin-4ef630060e458c38cda45489e5a40caa9470e974.tar.xz
slx-admin-4ef630060e458c38cda45489e5a40caa9470e974.zip
[statistics] Fix lang: Old and new were swapped
Diffstat (limited to 'modules-available/statistics')
-rw-r--r--modules-available/statistics/lang/de/template-tags.json4
-rw-r--r--modules-available/statistics/lang/en/template-tags.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/statistics/lang/de/template-tags.json b/modules-available/statistics/lang/de/template-tags.json
index 4e0441e8..46ac0fa3 100644
--- a/modules-available/statistics/lang/de/template-tags.json
+++ b/modules-available/statistics/lang/de/template-tags.json
@@ -112,8 +112,8 @@
"lang_replace": "Ersetzen",
"lang_replaceInstructions": "Hier k\u00f6nnen Sie Metadaten automatisch \u00fcbertragen, wenn in einem Raum die Rechner ausgetauscht wurden. Dies setzt voraus, dass alle neuen Rechner die gleiche IP Adresse erhalten haben wie der Rechner, der zuvor am entsprechenden Platz stand, und die neuen Rechner alle einmal gestartet wurden. In der Liste unten sehen Sie alle Rechnerpaare, auf die folgendes zutrifft: 1) Die IP-Adressen sind identisch 2) Der letzte Boot des einen Rechners liegt vor dem ersten Boot des anderen Rechners. W\u00e4hlen Sie alle Rechnerpaare aus, f\u00fcr die eine Ersetzung stattfinden soll. Bei der Ersetzung werden alle Logeintr\u00e4ge, Sitzungslogs, Position im Raumplan und evtl. spezielle Betriebsmodi vom alten Rechner auf den neuen \u00dcbertragen.",
"lang_replaceMachinesHeading": "Rechner ersetzen",
- "lang_replaceNew": "Alter Rechner",
- "lang_replaceOld": "Neuer Rechner",
+ "lang_replaceNew": "Neuer Rechner",
+ "lang_replaceOld": "Alter Rechner",
"lang_resetClearIp": "IP-Adresse zur\u00fccksetzen",
"lang_roomplan": "Raumplan",
"lang_runMode": "Betriebsmodus",
diff --git a/modules-available/statistics/lang/en/template-tags.json b/modules-available/statistics/lang/en/template-tags.json
index 9d01f7be..fefb9bc3 100644
--- a/modules-available/statistics/lang/en/template-tags.json
+++ b/modules-available/statistics/lang/en/template-tags.json
@@ -112,8 +112,8 @@
"lang_replace": "Replace",
"lang_replaceInstructions": "If some PCs\/clients have been physically replaced, you can re-assign log entries, session data, position information etc. from the old machine to the new one. This requires that the new machine gets assigned the same IP address as the old one and, if the room planner is used -- that it is placed in the same spot as the old one. The list below shows all machine pairs where 1) the last boot of one machine lies before the first boot of the other one 2) both machines had the same IP address last time they booted. The replacement action will reassign all log events, room plan location and special run mode from the old machine to the new machine.",
"lang_replaceMachinesHeading": "Replace machines",
- "lang_replaceNew": "Old machine",
- "lang_replaceOld": "New machine",
+ "lang_replaceNew": "New machine",
+ "lang_replaceOld": "Old machine",
"lang_resetClearIp": "Reset IP address",
"lang_roomplan": "Location",
"lang_runMode": "Mode of operation",