Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
792 B

  1. MessageIdTypedef = DWORD
  2. SeverityNames=(
  3. Success=0x0
  4. Informational=0x1
  5. Warning=0x2
  6. Error=0x3
  7. )
  8. FacilityNames=(
  9. System=0x0FF
  10. )
  11. LanguageNames=(English=0x409:MSG00409)
  12. MessageId = 0x0
  13. Severity = Success
  14. Facility = System
  15. SymbolicName = MSG_REGIONALOPTIONS_LANGUAGEINSTALL
  16. Language=English
  17. User Interface Language %1 is installed successfully.
  18. .
  19. MessageId = 0x01
  20. Severity = Success
  21. Facility = System
  22. SymbolicName = MSG_REGIONALOPTIONS_LANGUAGEUNINSTALL
  23. Language=English
  24. User Interface Language %1 is uninstalled successfully.
  25. .
  26. MessageId = 0x02
  27. Severity = Success
  28. Facility = System
  29. SymbolicName = MSG_REGIONALOPTIONSCHANGE_DEFUILANG
  30. Language=English
  31. Default User User Interface Language has been changed to %1.
  32. .