Source code of Windows XP (NT5)
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.

127 lines
6.5 KiB

  1. /*:
  2. @*: This file is organized into two main blocks. The first block contains
  3. @*: code (non-string) sections which are specific to languages. Please put
  4. @*: the code sections in the correct language.
  5. @*: The second block is reserved for [Strings] which localizers will be
  6. @*: working with. It is further divided using "#if LANGUAGE ==" for language
  7. @*: specific strings. For strings which are common to all languages
  8. @*: place outside the #ifs.
  9. @*:
  10. @*: This file is first precompiled with LANGUAGE_ID
  11. @*: set to the language (see inf\win4\inf\makefile.inc for details).
  12. @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
  13. @*: will appear.
  14. @*:
  15. @*: Important: To support locstudio, this file contains only ONE [Strings] section.
  16. @*:
  17. @*/
  18. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  19. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  20. #elif LANGUAGE_ID == 0x804
  21. //CHS specific sections
  22. [AdditionalClientFiles]
  23. templates\bootfont.bin,bootfont.bin
  24. #elif LANGUAGE_ID == 0x404
  25. //CHT specific sections
  26. [AdditionalClientFiles]
  27. templates\bootfont.bin,bootfont.bin
  28. #elif LANGUAGE_ID == 0x411
  29. //JPN specific sections
  30. [AdditionalClientFiles]
  31. templates\bootfont.bin,bootfont.bin
  32. #elif LANGUAGE_ID == 0x412
  33. //KOR specific sections
  34. [AdditionalClientFiles]
  35. templates\bootfont.bin,bootfont.bin
  36. #endif
  37. // String section below for localizers
  38. ;
  39. ; Strings
  40. ;
  41. [Strings]
  42. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  43. BINL_SERVICE_DESC = "Provides the ability to install Windows on PXE remote boot-enabled client computers."
  44. RemInst_Help = "Provides the ability to remotely install Windows on remote boot enabled client computers."
  45. srvcd = "Windows Server CD-ROM"
  46. wkscd = "Windows CD-ROM"
  47. #elif LANGUAGE_ID == 0x804
  48. @w!p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Professional on remote boot enabled client computers."
  49. @p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Personal on remote boot enabled client computers."
  50. srvcd = "Windows Whistler Server (Beta 1) CD-ROM"
  51. @w!p:@@:wkscd = "Windows Whistler Professional (Beta 1) CD-ROM"
  52. @p:@@:wkscd = "Windows Whistler Personal (Beta 1) CD-ROM"
  53. @w!p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Professional on PXE remote boot-enabled client computers."
  54. @p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Personal on PXE remote boot-enabled client computers."
  55. #elif LANGUAGE_ID == 0x404
  56. @w!p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Professional on remote boot enabled client computers."
  57. @p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Personal on remote boot enabled client computers."
  58. srvcd = "Windows Whistler Server (Beta 1) CD-ROM"
  59. @w!p:@@:wkscd = "Windows Whistler Professional (Beta 1) CD-ROM"
  60. @p:@@:wkscd = "Windows Whistler Personal (Beta 1) CD-ROM"
  61. @w!p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Professional on PXE remote boot-enabled client computers."
  62. @p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Personal on PXE remote boot-enabled client computers."
  63. #elif LANGUAGE_ID == 0x411
  64. @w!p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Professional on remote boot enabled client computers."
  65. @p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Personal on remote boot enabled client computers."
  66. srvcd = "Windows Whistler Server (Beta 1) CD-ROM"
  67. @w!p:@@:wkscd = "Windows Whistler Professional (Beta 1) CD-ROM"
  68. @p:@@:wkscd = "Windows Whistler Personal (Beta 1) CD-ROM"
  69. @w!p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Professional on PXE remote boot-enabled client computers."
  70. @p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Personal on PXE remote boot-enabled client computers."
  71. #elif LANGUAGE_ID == 0x412
  72. //KOR specific sections
  73. @w!p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Professional on remote boot enabled client computers."
  74. @p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Personal on remote boot enabled client computers."
  75. srvcd = "Windows Whistler Server (Beta 1) CD-ROM"
  76. @w!p:@@:wkscd = "Windows Whistler Professional (Beta 1) CD-ROM"
  77. @p:@@:wkscd = "Windows Whistler Personal (Beta 1) CD-ROM"
  78. @w!p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Professional on PXE remote boot-enabled client computers."
  79. @p:@@:BINL_SERVICE_DESC = "Provides the ability to install Whistler Personal on PXE remote boot-enabled client computers."
  80. #endif
  81. RemInst_Desc = "Remote Installation Services"
  82. RemInstProf_DESC = "Remote Installation Services Setup"
  83. AdminTools_GROUP = "Administrative Tools"
  84. BINL_SERVICE_NAME = "Remote Installation"
  85. TFTPD_SERVICE_NAME = "Trivial FTP Daemon"
  86. TFTPD_SERVICE_DESC = "Implements the Trivial FTP Internet standard, which does not require a user name or password. Part of the Remote Installation Services."
  87. SIS_SERVICE_NAME = "Single Instance Storage"
  88. SIS_SERVICE_DESC = "A File System Filter that manages duplicate copies of files on hard-disk volumes. It copies one instance of the duplicate file into a central directory, and the duplicates are replaced with a link to the central copy in order to improve disk usage. This service can not be stopped. If this service is disabled, all linked files will no longer be accessible. If the central directory is deleted, all linked files will become permanently inaccessible."
  89. GROVEL_SERVICE_NAME = "Single Instance Storage Groveler"
  90. GROVEL_SERVICE_DESC = "Scans the hard-disk volumes on a Remote Installation Services (RIS) server for duplicate copies of files. If found, one instance of the duplicate file is stored in a central directory, and the duplicates are replaced with a link to the central copy in order to improve disk usage. If this service is stopped, files will no longer be automatically linked in this manner, but the existing linked files will still be accessible."
  91. REG_DWORD =0x10001
  92. REG_EXPAND_SZ =0x20000
  93. REG_BINARY =0x00001
  94. REG_SZ =0x00000
  95. REG_MULTI_SZ =0x10000
  96. REG_NONE =0x20001
  97. SERVICE_DISABLED = 4
  98. SERVICE_DEMAND_START = 3
  99. SERVICE_AUTO_START = 2
  100. SERVICE_WIN32_SHARE_PROCESS = 32
  101. SERVICE_FILE_SYSTEM_DRIVER = 2
  102. SERVICE_WIN32_OWN_PROCESS = 16
  103. SERVICE_BOOT_START = 0
  104. SERVICE_ERROR_NORMAL = 1