From 11dfcd507e93a7c3c7f1efd1aa26e1ade6460338 Mon Sep 17 00:00:00 2001 From: LAB02 Research Date: Thu, 14 Apr 2022 10:51:49 +0200 Subject: [PATCH] Localization --- .../Resources/Localization/Languages.en.resx | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/src/HASS.Agent/Resources/Localization/Languages.en.resx b/src/HASS.Agent/Resources/Localization/Languages.en.resx index 94294cc..63af091 100644 --- a/src/HASS.Agent/Resources/Localization/Languages.en.resx +++ b/src/HASS.Agent/Resources/Localization/Languages.en.resx @@ -2422,4 +2422,62 @@ The release page will now open instead. GeoLocation + + All + + + test + + + test performance counter + + + test wmi query + + + network card + + + Enter a category and counter first. + + + Test succesfully executed, result value: + +{0} + + + The test failed to execute: + +{0} + +Do you want to open the logs folder? + + + Enter a WMI query first. + + + Query succesfully executed, result value: + +{0} + + + The query failed to execute: + +{0} + +Do you want to open the logs folder? + + + It looks like your scope is malformed. It should probably start like this: + +\\.\ROOT\ + +The scope you entered: + +{0} + +Tip: make sure you haven't switched the scope and query fields around. + +Do you still want to use the current values? + \ No newline at end of file