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.

108 lines
2.9 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 1999, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// changelangmsg.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// This f ile defines the messages for the Server project
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 08/06/2000 Original version.
  16. ;//
  17. ;///////////////////////////////////////////////////////////////////////////////
  18. ;
  19. ;// please choose one of these severity names as part of your messages
  20. ;
  21. SeverityNames =
  22. (
  23. Success = 0x0:SA_SEVERITY_SUCCESS
  24. Informational = 0x1:SA_SEVERITY_INFORMATIONAL
  25. Warning = 0x2:SA_SEVERITY_WARNING
  26. Error = 0x3:SA_SEVERITY_ERROR
  27. )
  28. ;
  29. ;// The Facility Name identifies the Alert ID range to be used by
  30. ;// the specific component. For each new message you add choose the
  31. ;// facility name corresponding to your component. If none of these
  32. ;// correspond to your component add a new facility name with a new
  33. ;// value and name
  34. FacilityNames =
  35. (
  36. Facility_ChangeLanguage = 0x0001:SA_FACILITY_CHANGELANGUAGE
  37. )
  38. ;///////////////////////////////////////////////////////////////////////////////
  39. ;//
  40. ;//
  41. ;//
  42. ;///////////////////////////////////////////////////////////////////////////////
  43. MessageId = 1
  44. Severity = Informational
  45. Facility = Facility_ChangeLanguage
  46. SymbolicName = SA_LINK_TEXT
  47. Language = English
  48. Language
  49. .
  50. MessageId = 2
  51. Severity = Informational
  52. Facility = Facility_ChangeLanguage
  53. SymbolicName = SA_LINK_TEXT_INFO
  54. Language = English
  55. Change the language used by the server.
  56. .
  57. MessageId = 3
  58. Severity = Informational
  59. Facility = Facility_ChangeLanguage
  60. SymbolicName = SA_TASKTITLE_TEXT
  61. Language = English
  62. Set Language
  63. .
  64. MessageId = 4
  65. Severity = Informational
  66. Facility = Facility_ChangeLanguage
  67. SymbolicName = SA_SELECTLANGUAGE_LEFT_TEXT
  68. Language = English
  69. Select the language to use:
  70. .
  71. MessageId = 5
  72. Severity = Informational
  73. Facility = Facility_ChangeLanguage
  74. SymbolicName = SA_LANG_SET_FAILED_ERRORMESSAGE
  75. Language = English
  76. Unable to set the language.
  77. .
  78. MessageId = 6
  79. Severity = Informational
  80. Facility = Facility_ChangeLanguage
  81. SymbolicName = SA_LANG_CHANGE_INPROGRESS
  82. Language = English
  83. Restarting
  84. .
  85. MessageId = 7
  86. Severity = Informational
  87. Facility = Facility_ChangeLanguage
  88. SymbolicName = SA_LANG_CHANGE_INPROGRESS_DSCP
  89. Language = English
  90. The server is preparing to use the new language and is unavailable. Please wait.
  91. .
  92. ;///////////////////////////////////////////////////////////////////////////////
  93. ;// HELP STRINGS
  94. ;///////////////////////////////////////////////////////////////////////////////
  95. MessageId = 400
  96. Severity = Informational
  97. Facility = Facility_ChangeLanguage
  98. SymbolicName = SA_HELP_CHANGE_LANG
  99. Language = English
  100. Set Language
  101. .