[CMAKE]
[reactos.git] / base / applications / rapps / rappsmsg.mc
1 MessageIdTypedef=ULONG
2
3 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
4 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
5 Warning=0x2:STATUS_SEVERITY_WARNING
6 Error=0x3:STATUS_SEVERITY_ERROR)
7
8 FacilityNames=(System=0x0:FACILITY_SYSTEM Application=0xFFF)
9
10 LanguageNames=(English=0x409:MSG00409)
11
12 MessageId=1
13 Severity=Success
14 Facility=Application
15 SymbolicName=MSG_SUCCESS_INSTALL
16 Language=English
17 Installation of the program "%1" is called.
18 .
19
20 MessageId=2
21 Severity=Success
22 Facility=Application
23 SymbolicName=MSG_SUCCESS_REMOVE
24 Language=English
25 Removal of the program "%1" is called.
26 .
27