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: MessageIdTypedef=DWORD 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@617: LanguageNames=(English=0x409:MSG00409) andre@617: LanguageNames=(German=0x407:MSG00407) andre@617: andre@617: ;/* THE MESSAGES */ andre@617: andre@617: MessageId=0x1 andre@617: Severity=Informational andre@617: Facility=Application andre@617: SymbolicName=MSG_DEFAULT_INFO andre@617: Language=English andre@617: Test %0 blub andre@617: . andre@617: Language=German andre@617: Schlaand Schlaand %0 blubs andre@617: .