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
path: root/db
diff options
context:
space:
mode:
authorSimon Biewald <simon@fam-biewald.de>2020-11-14 23:24:06 +0300
committerSimon Biewald <simon@fam-biewald.de>2020-11-14 23:34:34 +0300
commit7ec3b5b0d5fb8f4c91d97ae683a1d96f214b50b1 (patch)
tree59f75fd74d7b421f4aceba3f9b6f3a858be4c80d /db
parent777da3a4eb4a097ecaa865db049e951bb854d708 (diff)
Add more status strings (en and de)
Signed-off-by: Simon Biewald <simon@fam-biewald.de>
Diffstat (limited to 'db')
-rw-r--r--db/languages/de3
-rw-r--r--db/languages/en3
2 files changed, 6 insertions, 0 deletions
diff --git a/db/languages/de b/db/languages/de
index b0e7195f..cd71d5f0 100644
--- a/db/languages/de
+++ b/db/languages/de
@@ -63,15 +63,18 @@ SECTION_USB_DEVICES="USB Geräte"
SECTION_USERS_GROUPS_AND_AUTHENTICATION="Benutzer, Gruppen und Authentifizierung"
SECTION_VIRTUALIZATION="Virtualisierung"
SECTION_WEBSERVER="Software: Webserver"
+STATUS_ACTIVE="AKTIV"
STATUS_DISABLED="DEAKTIVIERT"
STATUS_DONE="FERTIG"
STATUS_ENABLED="AKTIVIERT"
STATUS_ERROR="FEHLER"
STATUS_FAILED="FEHLERHAFT"
STATUS_FOUND="GEFUNDEN"
+STATUS_INSTALLED="INSTALLIERT"
STATUS_NO="NEIN"
STATUS_NONE="NICHTS"
STATUS_NOT_CONFIGURED="NICHT KONFIGURIERT"
+STATUS_NOT_ENABLED="NICHT AKTIVIERT"
STATUS_NOT_FOUND="NICHT GEFUNDEN"
STATUS_NOT_RUNNING="LÄUFT NICHT"
STATUS_OFF="AUS"
diff --git a/db/languages/en b/db/languages/en
index 7ab20590..b5cbef6a 100644
--- a/db/languages/en
+++ b/db/languages/en
@@ -63,15 +63,18 @@ SECTION_USB_DEVICES="USB Devices"
SECTION_USERS_GROUPS_AND_AUTHENTICATION="Users, Groups and Authentication"
SECTION_VIRTUALIZATION="Virtualization"
SECTION_WEBSERVER="Software: webserver"
+STATUS_ACTIVE="ACTIVE"
STATUS_DISABLED="DISABLED"
STATUS_DONE="DONE"
STATUS_ENABLED="ENABLED"
STATUS_ERROR="ERROR"
STATUS_FAILED="FAILED"
STATUS_FOUND="FOUND"
+STATUS_INSTALLED="INSTALLED"
STATUS_NO="NO"
STATUS_NONE="NONE"
STATUS_NOT_CONFIGURED="NOT CONFIGURED"
+STATUS_NOT_ENABLED="NOT ENABLED"
STATUS_NOT_FOUND="NOT FOUND"
STATUS_NOT_RUNNING="NOT RUNNING"
STATUS_OFF="OFF"