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.

308 lines
18 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. //#include "afxres.h"
  10. #include "windows.h"
  11. #include <ntverp.h>
  12. #define VER_FILETYPE VFT_APP
  13. #define VER_FILESUBTYPE VFT2_UNKNOWN
  14. #define VER_INTERNALNAME_STR "Muisetup"
  15. #define VER_FILEDESCRIPTION_STR "Multilingual File Installation"
  16. #include "common.ver"
  17. /////////////////////////////////////////////////////////////////////////////
  18. #undef APSTUDIO_READONLY_SYMBOLS
  19. /////////////////////////////////////////////////////////////////////////////
  20. // English (U.S.) resources
  21. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  22. #ifdef _WIN32
  23. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  24. #pragma code_page(1252)
  25. #endif //_WIN32
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // ICON
  29. //
  30. MUI_ICON ICON DISCARDABLE "mui.ico"
  31. //
  32. //
  33. /////////////////////////////////////////////////////////////////////////////
  34. //
  35. // Dialog
  36. //
  37. IDD_DIALOG_MAIN DIALOGEX 30, 20, 254, 255
  38. STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_3DLOOK | DS_CENTER | DS_CONTEXTHELP |
  39. WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  40. CAPTION "Windows Multilingual User Interface Pack"
  41. FONT 8, "MS Shell Dlg"
  42. BEGIN
  43. GROUPBOX "Install languages for menus and dialogs",IDC_STATIC,5,4,
  44. 241,129
  45. LTEXT "&Select the languages you want to install on the system. Clear the checkboxes to remove languages.",
  46. IDC_STATIC,11,15,230,17
  47. CONTROL "",IDC_LIST1,"SysListView32",LVS_REPORT |
  48. LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | WS_BORDER |
  49. WS_TABSTOP,11,39,230,87,WS_EX_CLIENTEDGE
  50. GROUPBOX "Default user settings",IDC_STATIC,6,140,241,80
  51. LTEXT "S&elect a language for the default user and new user accounts.",
  52. IDC_STATIC,11,152,230,11
  53. COMBOBOX IDC_DEF_UI_LANG_COMBO,11,166,230,120,CBS_DROPDOWNLIST |
  54. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  55. CONTROL "&Match the language for non-Unicode programs with the default user language.",
  56. IDC_CHECK_LOCALE,"Button",BS_AUTOCHECKBOX | BS_MULTILINE |
  57. WS_TABSTOP,11,184,230,17
  58. CONTROL "M&atch the default shell UI font with the default user language.",
  59. IDC_CHECK_UIFONT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,204,
  60. 230,10
  61. DEFPUSHBUTTON "OK",IDOK,135,228,53,14
  62. PUSHBUTTON "Cancel",IDCANCEL,193,228,53,14
  63. END
  64. IDD_DIALOG_INSTALL_PROGRESS DIALOG DISCARDABLE 0, 0, 304, 58
  65. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  66. CAPTION "Installing Multilingual Files"
  67. FONT 8, "MS Shell Dlg"
  68. BEGIN
  69. CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
  70. 22,17,258,9
  71. LTEXT "",IDC_STATUS,22,29,258,16,NOT WS_GROUP
  72. END
  73. IDD_DIALOG_PROGRESS_LG DIALOG DISCARDABLE 0, 0, 304, 58
  74. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  75. CAPTION "Installing Language Group Files"
  76. FONT 8, "MS Shell Dlg"
  77. BEGIN
  78. LTEXT "Installing Language Group .......",IDC_STATUS,22,17,258,9,NOT WS_GROUP
  79. END
  80. IDD_WELCOME DIALOGEX 30, 20, 254, 255
  81. STYLE DS_CENTER | DS_3DLOOK | DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION | WS_SYSMENU
  82. CAPTION "Windows Multilingual User Interface Pack"
  83. FONT 8, "MS Shell Dlg"
  84. BEGIN
  85. LTEXT "Welcome to Windows Multilingual User Interface Pack Installation.",
  86. IDC_WELCOME_LINE,12,12,226,10,SS_NOPREFIX
  87. LTEXT "Before installing this package, we recommend that you close all other applications.",
  88. IDC_STATIC,12,26,226,25,SS_NOPREFIX
  89. LTEXT "Please read the following license agreement, Press the PAGE DOWN key to see the rest of the agreement. To continue with Setup, you must accept the agreement.",
  90. IDC_STATIC,12,46,226,25,SS_NOPREFIX
  91. EDITTEXT IDC_EDIT_LICENSE,12,76,226,109,ES_MULTILINE|ES_READONLY|WS_VSCROLL,WS_EX_CLIENTEDGE
  92. AUTOCHECKBOX "&Accept the License Agreement",
  93. IDC_CHECK_LICENSE,12,192,226,10
  94. PUSHBUTTON "&Read Me",IDC_README,66,216,50,14
  95. PUSHBUTTON "&Continue",IDOK,126,216,50,14,WS_DISABLED
  96. PUSHBUTTON "Cancel",IDCANCEL,186,216,50,14
  97. END
  98. #ifdef APSTUDIO_INVOKED
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // TEXTINCLUDE
  102. //
  103. 1 TEXTINCLUDE DISCARDABLE
  104. BEGIN
  105. "resource.h\0"
  106. END
  107. 2 TEXTINCLUDE DISCARDABLE
  108. BEGIN
  109. "#include ""afxres.h""\r\n"
  110. "\0"
  111. END
  112. 3 TEXTINCLUDE DISCARDABLE
  113. BEGIN
  114. "\r\n"
  115. "\0"
  116. END
  117. #endif // APSTUDIO_INVOKED
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // DESIGNINFO
  121. //
  122. #ifdef APSTUDIO_INVOKED
  123. GUIDELINES DESIGNINFO DISCARDABLE
  124. BEGIN
  125. 102, DIALOG
  126. BEGIN
  127. RIGHTMARGIN, 253
  128. BOTTOMMARGIN, 237
  129. END
  130. 105, DIALOG
  131. BEGIN
  132. LEFTMARGIN, 7
  133. RIGHTMARGIN, 297
  134. TOPMARGIN, 7
  135. BOTTOMMARGIN, 51
  136. END
  137. END
  138. #endif // APSTUDIO_INVOKED
  139. /////////////////////////////////////////////////////////////////////////////
  140. //
  141. // String Table
  142. //
  143. STRINGTABLE DISCARDABLE
  144. BEGIN
  145. IDS_NO_MUI_FILE "The file MUI.INF cannot be found."
  146. IDS_ERROR_T "Installation Error"
  147. IDS_WRONG_VERSION "The Windows Multilingual User Interface Pack can only be installed on English Windows 2003 Server family.\r\nThe build versions have to match. "
  148. IDS_SUCCESS "Installation completed successfully."
  149. IDS_COMPLETE_T "Installation Complete"
  150. IDS_SUCCESS_UNINSTALL "Uninstallation completed successfully."
  151. IDS_COMPLETE_T_UNINSTALL "Uninstallation Complete"
  152. IDS_MUISETUP_SUCCESS "Multilingual File Installation was completed successfully."
  153. IDS_MUISETUP_UNINSTALL_SUCCESS "Multilingual files were successfully uninstalled."
  154. IDS_ERROR "One or more errors occurred during installation.\r\nPlease see %1\\MUISETUP.LOG for more information."
  155. IDS_OUT_OF_MEMORY "MUISetup is out of memory. Please close some applications and try again."
  156. IDS_OUT_OF_MEMORY_L "LOG: MUISetup is out of memory. The error code is 0x%2!x!."
  157. IDS_NO_LANG_L "LOG: No languages found in MUI.INF"
  158. IDS_INVALID_DEFAULT "The default user language you have selected\r\nis not valid. Please select a new one."
  159. IDS_DEFAULT_T "Invalid Default Setting"
  160. IDS_NO_SUPPORT_T "Language Support Not Installed"
  161. IDS_NO_SUPPORT "Language support for %1 is not installed.\r\nMenus and dialogs will become unreadable when you switch to this language.\r\nPlease install the appropriate Language Group files from the Regional Options control panel."
  162. IDS_DIRECTORY_L "LOG: Error reading directory list."
  163. IDS_COPY_L "LOG: Error copying files."
  164. IDS_REGISTRY_L "LOG: Error updating registry."
  165. IDS_WRONG_IMAGE "Wrong image file."
  166. IDS_ADMIN "Administrator privileges are required to install Multilingual files."
  167. END
  168. STRINGTABLE DISCARDABLE
  169. BEGIN
  170. IDS_COMMAND_LOG "LOG: Command line: MUISetup.exe %1"
  171. IDS_DELETE_L "LOG: Error deleting files."
  172. IDS_WAS_NOT_INSTALLED_L "LOG: %1 is not installed."
  173. IDS_IS_INSTALLED_L "LOG: %1 is not installed, because it is already installed. "
  174. IDS_NOT_LISTED_L "LOG: %1 is not installed, because it is not listed in MUI.INF. Please check if it is a valid UI language ID."
  175. IDS_WAS_NOT_UNINSTALLED_L "LOG: %1 was not uninstalled.% "
  176. IDS_IS_NOT_INSTALLED_L "LOG: Multilingual files for ""%1"" is not uninstalled, because it is not installed. "
  177. IDS_LANG_INSTALLED "LOG: Multilingual files for ""%1"" is installed successfully."
  178. IDS_LANG_UNINSTALLED "LOG: Multilingual files for ""%1"" is uninstalled successfully."
  179. IDS_ADMIN_L "LOG: Administrator privileges are required to install Multilingual files."
  180. IDS_NO_SUPPORT_L "LOG: Language is not supported.\r\nInstall the appropriate Language Group files from the Regional Options control panel."
  181. IDS_DEFAULT_L "ERROR: %1 was not set as the default. It is not installed.\r\nNo default UI language change."
  182. IDS_SUCCESS_L "LOG: Installation completed successfully."
  183. IDS_LOG_HEAD "\r\n\r\n************************************************************\r\nMultilingual File Installation Log \r\n************************************************************\r\n"
  184. IDS_NO_READ_L "ERROR: Unable to read MUI.INF - rc == %1!d! Path to MUI.INF is %2."
  185. IDS_HANDLE_L "ERROR: GetModuleHandle failed."
  186. IDS_PROCADD_L "ERROR: GetProcAddress failed."
  187. IDS_COPYFILE_L "ERROR: CopyFile has failed: %1"
  188. IDS_MAKEDIR_L "ERROR: MakeDir has failed: %1"
  189. IDS_NOT_QUALIFIED_L "LOG: %1 was not installed, because it cannot be installed on this platform\n"
  190. IDS_COMP_MISSING_NAME_L "ERROR: Unable to read component name in MUI.INF.\n"
  191. IDS_COMP_MISSING_DIR_L "ERROR: MUI files for component %1 were not installed because of missing component directory.\n"
  192. IDS_COMP_MISSING_INF_L "ERROR: MUI files for component %1 were not installed because of missing component INF filename.\n"
  193. IDS_COMP_MISSING_INF_FILE_L "ERROR: MUI files for component %1 were not installed because setup was not able to read %2.\n"
  194. IDS_COMP_COPY_FILES_ERROR_L "ERROR: MUI files for component %1 were not installed because the copy operation failed. The error code is 0x%2!x!."
  195. IDS_COMP_INSTALL_ERROR_L "ERROR: MUI files for component %1 were not installed successfully. The error code is 0x%2!x!."
  196. IDS_LOAD_ADVPACK_L "ERROR: Failure in loading advpack.dll. Unable to install MUI files for components."
  197. IDS_LOAD_ADVPACK_API_L "ERROR: Failure in loading advpack.dll API %1. Unable to install MUI files for components."
  198. IDS_LOAD_USERENV_L "ERROR: Failure in loading userenv.dll. Unable to install MUI files for components."
  199. IDS_LOAD_SXS_L "ERROR: Failure in loading sxs.dll. Unable to install MUI files for components."
  200. IDS_LANG_IN_ANOTHER_CD_L "ERROR: %1 was not installed, because the support for this language is located in %2 %3. Please insert that CD and rerun MUISetup."
  201. IDS_LG_NOT_INSTALL_L "ERROR: Unable to install Language Group files for one or more selected menus and dialogs languages..Please quit Regional and Language Options if it is running.\n"
  202. IDS_ERROR_INSTALL_LANGMSI "ERROR: MSI installation for Language %1 failed. MSI package is %2. The error returned by Windows Installer is %3!d!.\n"
  203. IDS_ERROR_UNINSTALL_LANGMSI "ERROR: MSI uninstallation for Language %1 failed. MUI Product ID is %2. The error returned by Windows Installer is %3!d!.\n"
  204. IDS_SUCCESS_INSTALL_LANG "Selected MUI languages are successfully installed.\n"
  205. IDS_SUCCESS_UNINSTALL_LANG "Selected MUI languages are successfully uninstalled.\n"
  206. IDS_ERROR_INSTALL_LANG "Problems were encountered installing one or more MUI languages. Please refer to the setup installation logs for more details.\n"
  207. IDS_ERROR_UNINSTALL_LANG "Problems were encountered uninstalling one or more MUI languages. Please refer to the setup installation logs for more details.\n"
  208. END
  209. STRINGTABLE DISCARDABLE
  210. BEGIN
  211. IDS_MAIN_TITLE "Windows Multilingual User Interface Pack"
  212. IDS_INSTALL_TITLE "Installing Multilingual Files"
  213. IDS_PROG_TITLE_2 "Installing Language Group Files"
  214. IDS_PROG_TITLE_3 "Windows Multilingual User Interface Pack Setup Help"
  215. IDS_ALREADY_RUNNING "Windows Multilingual User Interface Pack Setup is already running"
  216. IDS_APP "MUISETUP"
  217. IDS_MUI_CHS "Chinese (Simplified)"
  218. IDS_MUI_CHT "Chinese (Traditional)"
  219. IDS_REBOOT_STRING "You must restart the computer for the new settings to take effect.\n\nTo change the UI language for the current user, please use the Regional\nand Language Options from control panel after restarting.\n\nDo you want to restart the computer now?"
  220. IDS_MUST_REBOOT_STRING1 "You have uninstalled current UI language. You must restart the computer.\n\nDo you want to restart the computer now?"
  221. IDS_MUST_REBOOT_STRING2 "You have uninstalled default UI language. You must restart the computer.\n\nDo you want to restart the computer now?"
  222. IDS_NO_CHECK_L "LOG: No version check forced by MUI.INF."
  223. IDS_CREATEDIR_L "LOG: Error creating directory %1"
  224. IDS_INSTALLING "Installing %1"
  225. IDS_UNINSTALLING "Uninstalling %1"
  226. IDS_SETTING "User default being set to %1"
  227. IDS_HELP_T "Multilingual File Installation Help"
  228. IDS_HELP "muisetup [/h] [/i langid(s)] [/u langid(s)] [/d langid]\n\n/h(elp) or /?:Display help window.\n\n/i(nstall) langid(s):Install one or more languages.\n\n/u(ninstall) langid(s):Uninstall one or more languages.\n\n/d(efault) langid:Set the user default language.\n\n/r: No reboot message.\n\n/s: No Installation Complete message.\n\nFor the /i, /u, and /d options, langids should be entered in\n4-digit hexdecimal values. For example: 0407 (German); 0411 (Japanese)."
  229. IDS_INSTALLLANGGROUP "Detecting installed Language Group(s)"
  230. IDS_CHECK_LANG_GROUP "Windows Multilingual User Interface Pack Setup is checking %1"
  231. IDS_ERROR_FILE_CREATE "ERROR: Unable to create temporary file %1"
  232. IDS_ERROR_LAUNCH_INTLCPL "Unable to run Regional Options control panel applet using command ""%1"""
  233. IDS_ERROR_NT5_ONLY "Windows multilingual user interface pack setup can only be run on Windows Server 2003 family."
  234. IDS_CHANGE_UI_LANG "Apply this UI language to the default user and all new user accounts?\n\nThe default user UI language will be effective at the logon screen and applied to all new user accounts immediately.\nOther system services may require a reboot for the changes to take effect."
  235. IDS_CHANGE_UI_NEED_RBOOT "The %1 UI will be used at the logon screen and applied to all new user accounts immediately.\nOther system services may require a reboot for the changes to take effect.\n\nTo change the UI language for the current user, please use the Regional and Language Options from control panel.\n\nDo you want to restart the computer now?"
  236. IDS_CHANGE_UI_NEED_RBOOT_SYSTEM_LCID "The %1 UI will be used at the logon screen and applied to all new user accounts immediately.\nOther system services may require a reboot for the changes to take effect.\n\nTo change the UI language for the current user, please use the Regional and Language Options from control panel.\n\nDo you want to restart the computer now?"
  237. IDS_DEFAULT_USER_ERROR "Windows was unable to change UI Language for default and any new users of this machine."
  238. IDS_ERROR_INSTALL_COMP_UI "Setup was unable to install Multilingual Files for the %1 component."
  239. IDS_ERROR_UNINSTALL_COMP_UI "Setup was unable to uninstall Multilingual Files for the %1 component."
  240. IDS_ERROR_SETUP_COMP_UI "Setup was unable to register Multilingual Files for the %1 component."
  241. IDS_INSTALLING_COMP_MUI "Installing %1 Multilingual Files for the Windows components"
  242. IDS_REMOVING_COMP_MUI "Uninstalling %1 Multilingual Files for the Windows components"
  243. IDS_LG_NOT_INSTALL "Unable to install Language Group files for one or more selected menus and dialogs languages.\n\nPlease quit Regional and Language Options if it is running.\n"
  244. IDS_CHANGE_CDROM "Windows Multilingual User Interface Pack CD"
  245. IDS_CHANGE_CDROM2 "Please insert %1 %2!d! into the CD-ROM drive"
  246. IDS_CHANGE_CDROM3 "ERROR: Windows MultiLingual User Interface Pack media is no longer available. Unable to locate file %1."
  247. IDS_IS_TSCLIENT "Windows Multilingual User Interface Pack Setup cannot be run from a client of Terminal Server. \n\n Please run MUISETUP.EXE from the Terminal Server console."
  248. IDS_WRONG_NTAS "Windows Multilingual User Interface Pack cannot be installed on this platform."
  249. IDS_ERROR_DISKSPACE "Insufficient Disk Space"
  250. IDS_DISKSPACE_NOTENOUGH "Installation requires %1!ld! Kbytes in you system drive, but there are only %2!ld! Kbytes available.\n\n"
  251. IDS_HELPFILE "muisetup.hlp"
  252. IDS_UNINSTALL_TITLE "Uninstalling Multilingual Files"
  253. IDS_ERROR_NO_LANG_ARG "No language ID is specified in %1 switch."
  254. IDS_SET_UILANG_CURRENT "LOG: The default UI language for the current user has been changed to ""%1!04X!"" successfully."
  255. IDS_ERROR_SET_UILANG_CURRENT "ERROR: Setup was unable to change the default UI language to ""%1!04X!"" for the current user."
  256. IDS_SET_UILANG_ALLUSERS "LOG: The default UI language for all users has been changed to ""%1!04X!"" successfully."
  257. IDS_ERROR_SET_UILANG_ALLUSERS "ERROR: Setup was unable to change the default UI language to ""%1!04X!"" for all users."
  258. IDS_NO_MUI_LANG "LOG: No MUI language is installed in this computer."
  259. IDS_MOFCOMPILE_L "LOG: Error mofcompiling."
  260. IDS_MOFCOMPILE_LANG_L "LOG: Error mofcompiling localized MOFS for language: %1. Please see %systemroot%\system32\wbem\logs\mofcomp.log for details."
  261. IDS_CANCEL_INSTALLATION "Setup was canceled or encountered unexpected errors, do you want to continue current MUI installation?"
  262. IDS_NTOS_SETUP_MSI_ERROR "MUISetup is launched during NT operating system upgrade. Windows installer service is not available. Attemping to uninstall manually."
  263. IDS_MUI_OLD_SETUP "Warning: MUI for this language is not installed using Windows Installer, attempt to uninstall manually."
  264. END
  265. #endif // English (U.S.) resources
  266. /////////////////////////////////////////////////////////////////////////////
  267. #ifndef APSTUDIO_INVOKED
  268. /////////////////////////////////////////////////////////////////////////////
  269. //
  270. // Generated from the TEXTINCLUDE 3 resource.
  271. //
  272. /////////////////////////////////////////////////////////////////////////////
  273. #endif // not APSTUDIO_INVOKED