Sorting and added new strings

This commit is contained in:
Michael Boelen 2019-08-08 12:38:46 +02:00
parent b9fa5bce14
commit a510c1c136
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -14,19 +14,22 @@ NOTE_EXCEPTIONS_FOUND="Exceptions found"
NOTE_EXCEPTIONS_FOUND_DETAILED="Some exceptional events or information was found" NOTE_EXCEPTIONS_FOUND_DETAILED="Some exceptional events or information was found"
NOTE_PLUGINS_TAKE_TIME="Note: plugins have more extensive tests and may take several minutes to complete" NOTE_PLUGINS_TAKE_TIME="Note: plugins have more extensive tests and may take several minutes to complete"
NOTE_SKIPPED_TESTS_NON_PRIVILEGED="Skipped tests due to non-privileged mode" NOTE_SKIPPED_TESTS_NON_PRIVILEGED="Skipped tests due to non-privileged mode"
SECTION_CUSTOM_TESTS="Custom Tests" SECTION_CUSTOM_TESTS="Custom tests"
SECTION_DATA_UPLOAD="Data upload"
SECTION_INITIALIZING_PROGRAM="Initializing program"
SECTION_MALWARE="Malware" SECTION_MALWARE="Malware"
SECTION_MEMORY_AND_PROCESSES="Memory and Processes" SECTION_MEMORY_AND_PROCESSES="Memory and Processes"
SECTION_SYSTEM_TOOLS="System tools"
STATUS_DISABLED="DISABLED" STATUS_DISABLED="DISABLED"
STATUS_DONE="DONE" STATUS_DONE="DONE"
STATUS_ENABLED="ENABLED" STATUS_ENABLED="ENABLED"
STATUS_ERROR="ERROR" STATUS_ERROR="ERROR"
STATUS_FAILED="FAILED"
STATUS_FOUND="FOUND" STATUS_FOUND="FOUND"
STATUS_YES="YES"
STATUS_NO="NO"
STATUS_OFF="OFF" STATUS_OFF="OFF"
STATUS_OK="OK" STATUS_OK="OK"
STATUS_ON="ON" STATUS_ON="ON"
STATUS_NO="NO"
STATUS_NONE="NONE" STATUS_NONE="NONE"
STATUS_NOT_FOUND="NOT FOUND" STATUS_NOT_FOUND="NOT FOUND"
STATUS_NOT_RUNNING="NOT RUNNING" STATUS_NOT_RUNNING="NOT RUNNING"
@ -36,5 +39,6 @@ STATUS_SUGGESTION="SUGGESTION"
STATUS_UNKNOWN="UNKNOWN" STATUS_UNKNOWN="UNKNOWN"
STATUS_WARNING="WARNING" STATUS_WARNING="WARNING"
STATUS_WEAK="WEAK" STATUS_WEAK="WEAK"
STATUS_YES="YES"
TEXT_YOU_CAN_HELP_LOGFILE="You can help by providing your log file" TEXT_YOU_CAN_HELP_LOGFILE="You can help by providing your log file"
TEXT_UPDATE_AVAILABLE="update available" TEXT_UPDATE_AVAILABLE="update available"