Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
616:0172740f5c6e | 617:63a128400bf3 |
---|---|
1 ; /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik | |
2 ; Software engineering by Intevation GmbH | |
3 ; | |
4 ; This file is Free Software under the GNU GPL (v>=2) | |
5 ; and comes with ABSOLUTELY NO WARRANTY! | |
6 ; See LICENSE.txt for details. */ | |
7 | |
8 MessageIdTypedef=DWORD | |
9 | |
10 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS | |
11 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL | |
12 Warning=0x2:STATUS_SEVERITY_WARNING | |
13 Error=0x3:STATUS_SEVERITY_ERROR | |
14 ) | |
15 | |
16 LanguageNames=(English=0x409:MSG00409) | |
17 LanguageNames=(German=0x407:MSG00407) | |
18 | |
19 ;/* THE MESSAGES */ | |
20 | |
21 MessageId=0x1 | |
22 Severity=Informational | |
23 Facility=Application | |
24 SymbolicName=MSG_DEFAULT_INFO | |
25 Language=English | |
26 Test %0 blub | |
27 . | |
28 Language=German | |
29 Schlaand Schlaand %0 blubs | |
30 . |