andre@617: ; /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik andre@617: ; Software engineering by Intevation GmbH andre@617: ; andre@617: ; This file is Free Software under the GNU GPL (v>=2) andre@617: ; and comes with ABSOLUTELY NO WARRANTY! andre@617: ; See LICENSE.txt for details. */ andre@617: andre@617: andre@617: SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS andre@617: Informational=0x1:STATUS_SEVERITY_INFORMATIONAL andre@617: Warning=0x2:STATUS_SEVERITY_WARNING andre@617: Error=0x3:STATUS_SEVERITY_ERROR andre@617: ) andre@617: andre@620: FacilityNames=(System=0x0:FACILITY_SYSTEM andre@620: Runtime=0x2:FACILITY_RUNTIME andre@620: Stubs=0x3:FACILITY_STUBS andre@620: Io=0x4:FACILITY_IO_ERROR_CODE andre@620: ) andre@620: andre@617: LanguageNames=(English=0x409:MSG00409) andre@617: LanguageNames=(German=0x407:MSG00407) andre@617: andre@620: MessageIdTypedef=WORD andre@617: andre@617: MessageId=0x1 andre@620: SymbolicName=EVENT_CAT_TB andre@620: Language=English andre@620: Trustbridge andre@620: . andre@620: Language=German andre@620: Trustbridge andre@620: . andre@620: andre@620: MessageId=0x2 andre@620: SymbolicName=EVENT_CAT_CINST andre@620: Language=English andre@622: Certificate Installer andre@620: . andre@620: Language=German andre@620: Zertifikatsinstaller andre@620: . andre@620: andre@620: andre@620: MessageId=0x3 andre@620: SymbolicName=EVENT_CAT_NSS andre@620: Language=English andre@620: NSS andre@620: . andre@620: Language=German andre@620: NSS andre@620: . andre@620: ;/* THE MESSAGES */ andre@620: andre@620: MessageIdTypedef=DWORD andre@620: andre@620: MessageId=0x100 andre@617: Severity=Informational andre@620: Facility=Runtime andre@617: SymbolicName=MSG_DEFAULT_INFO andre@617: Language=English andre@622: %1 andre@617: . andre@617: Language=German andre@622: %1 andre@617: . andre@620: andre@620: MessageId=0x101 andre@620: Severity=Error andre@620: Facility=Runtime andre@620: SymbolicName=MSG_DEFAULT_ERROR andre@620: Language=English andre@622: %1 andre@620: . andre@620: Language=German andre@622: %1 andre@620: . andre@623: andre@623: ;/* Keep the following two lines in line with the linux counterparts in andre@623: ; logging.c */ andre@623: MessageId=0x102 andre@623: Severity=Informational andre@623: Facility=Runtime andre@623: SymbolicName=MSG_CERT_INSTALL andre@623: Language=English andre@623: Installation of root certificate: %1%n andre@623: Sha256 thumbprint:<%2>%n andre@623: Certificate store: "%3" andre@623: . andre@623: Language=German andre@623: Installation des Wurzelzertifikats: %1%n andre@623: Sha256 Fingerabdruck:<%2>%n andre@623: Zertifikatsspeicher: "%3" andre@623: . andre@623: andre@623: MessageId=0x103 andre@623: Severity=Informational andre@623: Facility=Runtime andre@623: SymbolicName=MSG_CERT_REMOVE andre@623: Language=English andre@623: Removal of root certificate: %1%n andre@623: Sha256 thumbprint:<%2>%n andre@623: Certificate store: "%3" andre@623: . andre@623: Language=German andre@623: Entfernung des Wurzelzertifikats: %1%n andre@623: Sha256 Fingerabdruck:<%2>%n andre@623: Zertifikatsspeicher: "%3" andre@623: .