diff common/events.mc @ 617:63a128400bf3

Add message compiler logic and messages file
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 19 Jun 2014 14:43:53 +0200
parents
children bc02ee484067
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/events.mc	Thu Jun 19 14:43:53 2014 +0200
@@ -0,0 +1,30 @@
+; /* 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/