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.

290 lines
9.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. [DestinationDirs]
  23. ImegenCopyFilesSys = 24,%PROGRAMF%\%ACCESSOR% ; LDID_SHARED
  24. ImegenCopyFilesHelp = 18 ; LDID_HELP
  25. [Optional Components]
  26. Imegen
  27. [Imegen]
  28. OptionDesc = %Imegen_DESC%
  29. Tip = %Imegen_TIP%
  30. IconIndex = 70
  31. Parent = AccessTop
  32. CopyFiles = ImegenCopyFilesSys, ImegenCopyFilesHelp
  33. ProfileItems = ImegenUninstallItems, ImegenUninstallCommonItems
  34. Uninstall = ImegenUninstall
  35. Modes = 0,1,2,3
  36. SizeApproximation = 174046
  37. [ImegenUninstall]
  38. DelFiles = ImegenCopyFilesSys, ImegenCopyFilesHelp
  39. ProfileItems = ImegenUninstallItems, ImegenUninstallCommonItems
  40. [ImegenInstallItems]
  41. Name = %Imegen_DESC%
  42. CmdLine = 24, %PROGRAMF%\%ACCESSOR%, imegen.exe
  43. SubDir = %Access_GROUP%
  44. WorkingDir = 24, %PROGRAMF%\%ACCESSOR%
  45. InfoTip = %Imegen_Infotip%
  46. [ImegenUninstallItems]
  47. Name = %Imegen_DESC%,0x00000003
  48. Subdir = %Access_GROUP%
  49. [ImegenUninstallCommonItems]
  50. Name = %Imegen_DESC%,0x00000002
  51. Subdir = %Access_GROUP%
  52. [ImegenCopyFilesSys]
  53. Imegen.exe
  54. [ImegenCopyFilesHelp]
  55. Imegen.chm
  56. #elif LANGUAGE_ID == 0x404
  57. //CHT specific sections
  58. [DestinationDirs]
  59. UimetoolCopyFilesSys = 24,%PROGRAMF%\%ACCESSOR% ; LDID_SHARED
  60. UimetoolCopyFilesHelp = 18 ; LDID_HELP
  61. LctoolCopyFilesSys = 24,%PROGRAMF%\%ACCESSOR% ; LDID_SHARED
  62. LctoolCopyFilesHelp = 18 ; LDID_HELP
  63. [Optional Components]
  64. Uimetool
  65. Lctool
  66. [Uimetool]
  67. OptionDesc = %Uimetool_DESC%
  68. Tip = %Uimetool_TIP%
  69. IconIndex = 69
  70. Parent = AccessTop
  71. CopyFiles = UimetoolCopyFilesSys, UimetoolCopyFilesHelp
  72. ProfileItems = UimetoolUninstallItems, UimetoolInstallItems
  73. Uninstall = UimetoolUninstall
  74. Modes = 0,1,2,3
  75. SizeApproximation = 117160
  76. [UimetoolUninstall]
  77. DelFiles = UimetoolCopyFilesSys, UimetoolCopyFilesHelp
  78. ProfileItems = UimetoolUninstallItems, UimetoolUninstallCommonItems
  79. [UimetoolInstallItems]
  80. Name = %Uimetool_DESC%
  81. CmdLine = 24, %PROGRAMF%\%ACCESSOR%, uimetool.exe
  82. SubDir = %Access_GROUP%
  83. WorkingDir = 24, %PROGRAMF%\%ACCESSOR%
  84. InfoTip = %Uimetool_Infotip%
  85. [UimetoolUninstallItems]
  86. Name = %Uimetool_DESC%,0x00000003
  87. Subdir = %Access_GROUP%
  88. [UimetoolUninstallCommonItems]
  89. Name = %Uimetool_DESC%,0x00000002
  90. Subdir = %Access_GROUP%
  91. [UimetoolCopyFilesSys]
  92. Uimetool.exe
  93. [UimetoolCopyFilesHelp]
  94. uimetool.chm
  95. [LcTool]
  96. OptionDesc = %LcTool_DESC%
  97. Tip = %LcTool_TIP%
  98. IconIndex = 68 ;Windows mini-icon for dialogs
  99. Parent = AccessTop
  100. CopyFiles = LcToolCopyFilesSys, LcToolCopyFilesHelp
  101. ProfileItems = LcToolUninstallItems, LcToolInstallItems
  102. Uninstall = LcToolUninstall
  103. Modes = 0,1,2,3
  104. SizeApproximation = 77372
  105. [LcToolUninstall]
  106. DelFiles = LcToolCopyFilesSys, LcToolCopyFilesHelp
  107. ProfileItems = LcToolUninstallItems, LcToolUninstallCommonItems
  108. [LcToolInstallItems]
  109. Name = %LcTool_DESC%
  110. CmdLine = 24, %PROGRAMF%\%ACCESSOR%, LcTool.exe
  111. SubDir = %Access_GROUP%
  112. WorkingDir = 24, %PROGRAMF%\%ACCESSOR%
  113. InfoTip = %LcTool_Infotip%
  114. [LcToolUninstallItems]
  115. Name = %LcTool_DESC%,0x00000003
  116. Subdir = %Access_GROUP%
  117. [LcToolUninstallCommonItems]
  118. Name = %LcTool_DESC%,0x00000002
  119. Subdir = %Access_GROUP%
  120. [LctoolCopyFilesSys]
  121. Lctool.exe
  122. [LctoolCopyFilesHelp]
  123. lctool.chm
  124. #elif LANGUAGE_ID == 0x411
  125. //JPN specific sections
  126. #elif LANGUAGE_ID == 0x412
  127. //KOR specific sections
  128. #endif
  129. // String section below for localizers
  130. [Strings]
  131. #if LANGUAGE_ID == 0x804
  132. Imegen_TIP = "Imegen_TIP"
  133. Imegen_InfoTIP = "Imegen_InfoTIP"
  134. Imegen_Desc = "Imegen_Desc"
  135. PROGRAMF = "Program Files"
  136. ACCESSOR = "Windows NT\Accessories"
  137. #elif LANGUAGE_ID == 0x404
  138. Uimetool_TIP = "Uimetool_TIP"
  139. Uimetool_InfoTIP = "Uimetool_InfoTIP"
  140. Uimetool_Desc = "Uimetool_Desc"
  141. Lctool_TIP = "Lctool_TIP"
  142. Lctool_InfoTIP = "Lctool_InfoTIP"
  143. Lctool_Desc = "Lctool_Desc"
  144. @*:;begin_sld_ShellMSPaint
  145. PROGRAMF = "Program Files"
  146. ACCESSOR = "Windows NT\Accessories"
  147. @*:;end_sld_ShellMSPaint
  148. #endif
  149. @*:;begin_sld_ShellMSPaint
  150. KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  151. KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  152. KEY_CURRENT = "Software\Microsoft\Windows\CurrentVersion"
  153. Access_GROUP = "Accessories"
  154. AccessTop_DESC = "Accessories"
  155. SystemTools_GROUP = "Accessories\System Tools"
  156. AccessTop_TIP = "Includes Windows accessories and enhancements for your computer."
  157. AccessUtil_Desc = "Accessories and Utilities"
  158. AccessUtil_TIP = "Includes Windows Accessories and Utilities for your computer."
  159. Calc_DESC = "Calculator"
  160. Calc_TIP = "Enables you to perform calculations."
  161. Calc_Infotip = "Performs basic arithmetic tasks with an on-screen calculator."
  162. CharMap_DESC = "Character Map"
  163. CharMap_TIP = "Enables you to insert symbols and characters into documents."
  164. CharMap_Infotip = "Selects special characters and copies them to your document."
  165. ClipBook_DESC = "Clipboard Viewer"
  166. ClipBook_TIP = "Enables you to view or store information in a clipbook."
  167. ClipBook_Infotip = "Use Clipboard Viewer to view, save, and share text that you have cut and/or copied from documents."
  168. CLIPBOARD_CLIP = "Clipboard Clip"
  169. Deskpaper_DESC = "Desktop Wallpaper"
  170. Deskpaper_TIP = "Includes background images and pictures for your Windows desktop."
  171. Blueday = "Blue Monday.bmp"
  172. Blulac16 = "Blue Lace 16.bmp"
  173. Blumon16 = "Blue Monday 16.bmp"
  174. Bubbles = "Soap Bubbles.bmp"
  175. Coffee16 = "Coffee Bean 16.bmp"
  176. Coffeebn = "Coffee Bean.bmp"
  177. Feather = "FeatherTexture.bmp"
  178. Fidlhead = "Fiddle Head.bmp"
  179. Furry16 = "Furry Dog 16.bmp"
  180. Furrydog = "Furry Dog.bmp"
  181. Geometrx = "Geometrix.bmp"
  182. Gonefish = "Gone Fishing.bmp"
  183. Grnstone = "Greenstone.bmp"
  184. Hazy16 = "Hazy Autumn 16.bmp"
  185. Hikingbt = "Hiking Boot.bmp"
  186. Leaves16 = "Leaf Fossils 16.bmp"
  187. Lether16 = "Leather 16.bmp"
  188. Mpltrail = "Maple Trails.bmp"
  189. Pglyph16 = "Petroglyph 16.bmp"
  190. Pool = "Swimming Pool.bmp"
  191. Prairie = "Prairie Wind.bmp"
  192. Rhody = "Rhododendron.bmp"
  193. Rvrsumid = "River Sumida.bmp"
  194. Santafe = "Santa Fe Stucco.bmp"
  195. Seaside = "Seaside.bmp"
  196. Seside16 = "Seaside 16.bmp"
  197. Snakeskn = "Snakeskin.bmp"
  198. Solstice = "Solstice.bmp"
  199. Upstrm16 = "Upstream 16.bmp"
  200. Zapotec = "Zapotec.bmp"
  201. Zaptec16 = "Zapotec 16.bmp"
  202. MousePoint_DESC = "Mouse Pointers"
  203. MousePoint_TIP = "A variety of easy-to-see pointer sizes for your mouse."
  204. MP_REG_SCHEMES = "Software\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes"
  205. Cursors = "Cursors"
  206. WindowsDefault = "Windows Default"
  207. WindowsAnimated = "Windows Animated"
  208. 3DWhite = "3D-White"
  209. Hands1 = "Hands 1"
  210. Hands2 = "Hands 2"
  211. Dinosaur = "Dinosaur"
  212. OldFashioned = "Old Fashioned"
  213. Conductor = "Conductor"
  214. Magnified = "Magnified"
  215. Variations = "Variations"
  216. 3DBronze = "3D-Bronze"
  217. Paint_DESC = "Paint"
  218. Paint_TIP = "Enables you to create, modify, or view pictures."
  219. Paint_Infotip = "Creates and edits drawings, and displays and edits scanned photos."
  220. PaintbrushPicture = "Paintbrush Picture"
  221. Edit = "Edit"
  222. BitmapImage = "Bitmap Image"
  223. HotKey_Edit = "&Edit"
  224. HotKey_Open = "&Open"
  225. QuickView_DESC = "Quick View"
  226. QuickView_TIP = "Enables you to preview a document without opening it."
  227. ScreenSave_DESC= "Screen Savers"
  228. ScreenSave_TIP = "Display moving images when your computer is idle to prevent damage to your screen."
  229. SSOpenGL_DESC = "OpenGL Screen Savers"
  230. SSOpenGL_TIP = "3 dimensional screen savers."
  231. SSStandard_DESC= "Standard Screen Savers"
  232. SSStandard_TIP = "Basic screen savers."
  233. Templates_DESC = "Document Templates"
  234. Templates_TIP = "Allows you to easily create new documents for your most common programs."
  235. Templates_Dir = "Templates"
  236. @*:;end_sld_ShellMSPaint