view common/events.mc @ 618:7dfa4555fb89

Include common before ui to make common targets known
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 19 Jun 2014 17:44:27 +0200
parents 63a128400bf3
children bc02ee484067
line wrap: on
line source
; /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
; Software engineering by Intevation GmbH
;
; This file is Free Software under the GNU GPL (v>=2)
; and comes with ABSOLUTELY NO WARRANTY!
; See LICENSE.txt for details. */

MessageIdTypedef=DWORD

SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR
)

LanguageNames=(English=0x409:MSG00409)
LanguageNames=(German=0x407:MSG00407)

;/* THE MESSAGES */

MessageId=0x1
Severity=Informational
Facility=Application
SymbolicName=MSG_DEFAULT_INFO
Language=English
Test %0 blub
.
Language=German
Schlaand Schlaand %0 blubs
.

http://wald.intevation.org/projects/trustbridge/