mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
41 lines
1,012 B
MonkeyC
41 lines
1,012 B
MonkeyC
MessageIdTypedef=ULONG
|
|
|
|
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
|
|
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
|
|
Warning=0x2:STATUS_SEVERITY_WARNING
|
|
Error=0x3:STATUS_SEVERITY_ERROR)
|
|
|
|
FacilityNames=(System=0x0:FACILITY_SYSTEM Application=0xFFF)
|
|
|
|
LanguageNames=(English=0x409:MSG00409
|
|
Polish=0x415:MSG00415
|
|
Romanian=0x418:MSG00418)
|
|
|
|
MessageId=1
|
|
Severity=Informational
|
|
Facility=Application
|
|
SymbolicName=MSG_TESTS_STARTED
|
|
Language=English
|
|
ReactOS Automatic Testing Utility is started.
|
|
.
|
|
Language=Polish
|
|
Uruchomiono narzędzie automatycznych testów systemu ReactOS.
|
|
.
|
|
Language=Romanian
|
|
Utilitarul de testare automată ReactOS a fost pornit.
|
|
.
|
|
|
|
MessageId=2
|
|
Severity=Success
|
|
Facility=Application
|
|
SymbolicName=MSG_TESTS_SUCCESSFUL
|
|
Language=English
|
|
ReactOS Automatic Testing Utility is successful.
|
|
.
|
|
Language=Polish
|
|
Narzędzie automatycznych testów systemu ReactOS pomyślnie zakończyło działanie.
|
|
.
|
|
Language=Romanian
|
|
Utilitarul de testare automată ReactOS a avut succes.
|
|
.
|
|
|