Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-08-08 13:38:46 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-08-08 13:38:46 +0300
commita510c1c13645e3b7cf0b3a06e042f1306ab69108 (patch)
tree4400f0414454232a2a775de716d51052c5ed7ed3 /db/languages
parentb9fa5bce14613b49eb03574474a7c9e6bcd9bffc (diff)
Sorting and added new strings
Diffstat (limited to 'db/languages')
-rw-r--r--db/languages/en10
1 files changed, 7 insertions, 3 deletions
diff --git a/db/languages/en b/db/languages/en
index fbd62435..34e7f63e 100644
--- a/db/languages/en
+++ b/db/languages/en
@@ -14,19 +14,22 @@ NOTE_EXCEPTIONS_FOUND="Exceptions 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_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_MEMORY_AND_PROCESSES="Memory and Processes"
+SECTION_SYSTEM_TOOLS="System tools"
STATUS_DISABLED="DISABLED"
STATUS_DONE="DONE"
STATUS_ENABLED="ENABLED"
STATUS_ERROR="ERROR"
+STATUS_FAILED="FAILED"
STATUS_FOUND="FOUND"
-STATUS_YES="YES"
-STATUS_NO="NO"
STATUS_OFF="OFF"
STATUS_OK="OK"
STATUS_ON="ON"
+STATUS_NO="NO"
STATUS_NONE="NONE"
STATUS_NOT_FOUND="NOT FOUND"
STATUS_NOT_RUNNING="NOT RUNNING"
@@ -36,5 +39,6 @@ STATUS_SUGGESTION="SUGGESTION"
STATUS_UNKNOWN="UNKNOWN"
STATUS_WARNING="WARNING"
STATUS_WEAK="WEAK"
+STATUS_YES="YES"
TEXT_YOU_CAN_HELP_LOGFILE="You can help by providing your log file"
TEXT_UPDATE_AVAILABLE="update available"