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.

1115 lines
61 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 && LANGUAGE_ID != 0xc04
  19. // This section is for non-FE (chs,cht,jpn,kor,chh) builds. So english, german, ...
  20. ;[AddReg]
  21. ;HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\LanguagePack","COMPLEXSCRIPTS",0x00010001,0
  22. [AddReg]
  23. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\LanguagePack","HEBREW",0x00010001,0
  24. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Aharoni Bold (TrueType)",,ahronbd.ttf
  25. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","David Regular (TrueType)",,david.ttf
  26. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","David Bold (TrueType)",,davidbd.ttf
  27. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","David Transparent (TrueType)",,davidtr.ttf
  28. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","FrankRuehl (TrueType)",,frank.ttf
  29. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Levenim MT (TrueType)",,lvnm.ttf
  30. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Levenim MT Bold (TrueType)",,lvnmbd.ttf
  31. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Miriam (TrueType)",,mriam.ttf
  32. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Miriam Transparent (TrueType)",,mriamtr.ttf
  33. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Miriam Fixed (TrueType)",,mriamc.ttf
  34. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Fixed Miriam Transparent (TrueType)",,mriamfx.ttf
  35. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Narkisim (TrueType)",,nrkis.ttf
  36. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Rod (TrueType)",,rod.ttf
  37. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Rod Transparent (TrueType)",,rodtr.ttf
  38. #elif LANGUAGE_ID == 0x804
  39. //CHS specific sections
  40. [AddReg]
  41. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\LanguagePack","COMPLEXSCRIPTS",0x00010001,0
  42. [AddReg]
  43. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.Facename",0x00000002,"%SIMSUN%"
  44. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.Height",0x00010003,0x9
  45. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.CharSet",0x00010003,0x86
  46. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%SIMSUN%",0x00010003,0x0086
  47. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%NSIMSUN%",0x00010003,0x8086
  48. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%NSIMSUN%",0x00010003,0xA086
  49. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%SIMSUN%",0x00010003,0x2086
  50. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink","FontLinkControl",0x00010003,0x00004000
  51. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink","FontLinkDefaultChar",0x00010003,0x00003000
  52. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Tahoma",0x00010002,"SIMSUN.TTC,SimSun"
  53. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Microsoft Sans Serif",0x00010002,"SIMSUN.TTC,SimSun"
  54. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","CollectUnicodeProcessNames",0x00010003,1
  55. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WINWORD",0x00000002,"0x00000040"
  56. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","PP4",0x00000002,"0x00000020"
  57. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","_RUNASW_",0x00000002,"0x00000010"
  58. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WW",0x00000002,"0x00000008"
  59. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WINOLDAP",0x00000002,"0x00000004"
  60. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","INSTMAIN",0x00000002,"0x00000004"
  61. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","MAIN123W",0x00000002,"0x00000002"
  62. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","AMIPRO",0x00000002,"0x00000001"
  63. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","PM4J",0x00000002,"0x00000001"
  64. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","FLW2",0x00000002,"0x00000080"
  65. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont","936",0x00000002,"%NSIMSUN%"
  66. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont","0",0x00000002,"Lucida Console"
  67. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\Nls","00000804"
  68. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\Nls","00000409"
  69. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen","ModeFontPairs",0x00000003,\
  70. @*:@@:@i: 06,00,00,00,01,00,00,00,50,00,15,00,80,02,5E,01,\
  71. @*:@@:@i: 08,00,10,00,01,00,00,00,50,00,19,00,D0,02,90,01,\
  72. @*:@@:@i: 08,00,10,00,01,00,00,00,50,00,1C,00,D0,02,90,01,\
  73. @*:@@:@i: 08,00,0E,00,01,00,00,00,50,00,2B,00,80,02,5E,01,\
  74. @*:@@:@i: 08,00,08,00,01,00,00,00,50,00,32,00,D0,02,90,01,\
  75. @*:@@:@i: 08,00,08,00,02,00,00,00,50,00,19,00,80,02,E0,01,\
  76. @*:@@:@i: 08,00,13,00
  77. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","932"
  78. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","936"
  79. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","949"
  80. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","950"
  81. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","PreloadFontFile",0x00000002,"simsun"
  82. HKLM,"Software\Microsoft\Windows\CurrentVersion\IntlRun","femgrate.exe",,"femgrate.exe -s"
  83. [DelRegFirst]
  84. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones"
  85. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink"
  86. [DelReg]
  87. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\KanjiServer"
  88. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\TrueType Bitmap support section"
  89. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","eudcedit.inf"
  90. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","Eudcedit"
  91. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\eudcedit"
  92. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\eudcedit.exe"
  93. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","feime.inf"
  94. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","FEIME"
  95. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\FEIME"
  96. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","IME96A"
  97. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\IME96A"
  98. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","chrmpalt.inf"
  99. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","CharMapAlt"
  100. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CharMapAlt"
  101. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","fetools.inf"
  102. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","imegen"
  103. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\imegen"
  104. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","codeconv"
  105. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\codeconv"
  106. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%HeiTi%"
  107. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%KaiTi%"
  108. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%FonSongTi%"
  109. @@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen"
  110. #elif LANGUAGE_ID == 0x404
  111. //CHT specific sections
  112. [AddReg]
  113. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\LanguagePack","COMPLEXSCRIPTS",0x00010001,0
  114. [AddReg]
  115. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.Facename",0x00000002,"%PMINGLIU%"
  116. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.Height",0x00010003,0x9
  117. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.CharSet",0x00010003,0x88
  118. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%MINGLIU%",0x00010001,0x8088
  119. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%PMINGLIU%",0x00010001,0x0088
  120. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MINGLIU%",0x00010001,0xA088
  121. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%PMINGLIU%",0x00010001,0x2088
  122. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink","FontLinkControl",0x00010003,0x00004000
  123. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink","FontLinkDefaultChar",0x00010003,0x00003000
  124. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Tahoma",0x00010002,"MINGLIU.TTC,PMingLiU"
  125. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Microsoft Sans Serif",0x00010002,"MINGLIU.TTC,PMingLiU"
  126. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","CollectUnicodeProcessNames",0x00010003,1
  127. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WINWORD",0x00000002,"0x00000040"
  128. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","PP4",0x00000002,"0x00000020"
  129. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","_RUNASW_",0x00000002,"0x00000010"
  130. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WW",0x00000002,"0x00000008"
  131. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WINOLDAP",0x00000002,"0x00000004"
  132. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","INSTMAIN",0x00000002,"0x00000004"
  133. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","MAIN123W",0x00000002,"0x00000002"
  134. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","AMIPRO",0x00000002,"0x00000001"
  135. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","PM4J",0x00000002,"0x00000001"
  136. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","FLW2",0x00000002,"0x00000080"
  137. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont","950",0x00000002,"%MINGLIU%"
  138. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont","0",0x00000002,"Lucida Console"
  139. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\Nls","00000404"
  140. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\Nls","00000409"
  141. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen","ModeFontPairs",0x00000003,\
  142. @*:@@:@i: 06,00,00,00,01,00,00,00,50,00,15,00,80,02,5E,01,\
  143. @*:@@:@i: 08,00,10,00,01,00,00,00,50,00,19,00,D0,02,90,01,\
  144. @*:@@:@i: 08,00,10,00,01,00,00,00,50,00,1C,00,D0,02,90,01,\
  145. @*:@@:@i: 08,00,0E,00,01,00,00,00,50,00,2B,00,80,02,5E,01,\
  146. @*:@@:@i: 08,00,08,00,01,00,00,00,50,00,32,00,D0,02,90,01,\
  147. @*:@@:@i: 08,00,08,00,02,00,00,00,50,00,19,00,80,02,E0,01,\
  148. @*:@@:@i: 08,00,13,00
  149. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","932"
  150. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","936"
  151. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","949"
  152. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","950"
  153. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","PreloadFontFile",0x00000002,"mingliu"
  154. HKLM,"Software\Microsoft\Windows\CurrentVersion\IntlRun","femgrate.exe",,"femgrate.exe -s"
  155. @*:
  156. @*: bug 416646
  157. @*:
  158. HKLM,"SOFTWARE\Microsoft\OleAut\UserEra\1028\era0","Name0",0x00030001,52,00,2d,00
  159. HKLM,"SOFTWARE\Microsoft\OleAut\UserEra\1028\era0","Name1",0x00030001,11,6c,0b,57,4d,52
  160. HKLM,"SOFTWARE\Microsoft\OleAut\UserEra\1028\era0","Name2",0x00030001,2d,4e,ef,83,11,6c,0b,57,4d,52
  161. HKLM,"SOFTWARE\Microsoft\OleAut\UserEra\1028\era0","ante" ,0x00010003,0x00000001
  162. HKLM,"SOFTWARE\Microsoft\OleAut\UserEra\1028\era0","Start",0x00010003,0x00000778
  163. HKLM,"SOFTWARE\Microsoft\OleAut\UserEra\1028\era1","Name0",0x00030001,52,00
  164. HKLM,"SOFTWARE\Microsoft\OleAut\UserEra\1028\era1","Name1",0x00030001,11,6c,0b,57
  165. HKLM,"SOFTWARE\Microsoft\OleAut\UserEra\1028\era1","Name2",0x00030001,2d,4e,ef,83,11,6c,0b,57
  166. HKLM,"SOFTWARE\Microsoft\OleAut\UserEra\1028\era1","Start",0x00010003,0x00000778
  167. [DelRegFirst]
  168. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones"
  169. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink"
  170. [DelReg]
  171. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\KanjiServer"
  172. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\TrueType Bitmap support section"
  173. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","eudcedit.inf"
  174. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","Eudcedit"
  175. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\eudcedit"
  176. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\eudcedit.exe"
  177. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","feime.inf"
  178. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","FEIME"
  179. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\FEIME"
  180. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","QuickIME"
  181. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\QuickIME"
  182. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","IME96A"
  183. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\IME96A"
  184. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","chrmpalt.inf"
  185. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","CharMapAlt"
  186. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CharMapAlt"
  187. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","fetools.inf"
  188. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","uimetool"
  189. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\uimetool"
  190. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","lctool"
  191. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\lctool"
  192. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","codeconv"
  193. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\codeconv"
  194. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","cblocks.inf"
  195. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","cblocks"
  196. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\cblocks"
  197. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%KaiU"
  198. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%@KaiU"
  199. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%@MINGLIU%1"
  200. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%@MINGLIU%2"
  201. @@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen"
  202. #elif LANGUAGE_ID == 0xc04
  203. //CHH specific sections
  204. [AddReg]
  205. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\LanguagePack","COMPLEXSCRIPTS",0x00010001,0
  206. [AddReg]
  207. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.Facename",0x00000002,"%PMINGLIU%"
  208. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.Height",0x00010003,0x9
  209. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.CharSet",0x00010003,0x88
  210. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%MINGLIU%",0x00010001,0x8088
  211. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%PMINGLIU%",0x00010001,0x0088
  212. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MINGLIU%",0x00010001,0xA088
  213. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%PMINGLIU%",0x00010001,0x2088
  214. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink","FontLinkControl",0x00010003,0x00004000
  215. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink","FontLinkDefaultChar",0x00010003,0x00003000
  216. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Tahoma",0x00010002,"MINGLIU.TTC,PMingLiU"
  217. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Microsoft Sans Serif",0x00010002,"MINGLIU.TTC,PMingLiU"
  218. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","CollectUnicodeProcessNames",0x00010003,1
  219. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WINWORD",0x00000002,"0x00000040"
  220. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","PP4",0x00000002,"0x00000020"
  221. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","_RUNASW_",0x00000002,"0x00000010"
  222. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WW",0x00000002,"0x00000008"
  223. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WINOLDAP",0x00000002,"0x00000004"
  224. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","INSTMAIN",0x00000002,"0x00000004"
  225. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","MAIN123W",0x00000002,"0x00000002"
  226. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","AMIPRO",0x00000002,"0x00000001"
  227. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","PM4J",0x00000002,"0x00000001"
  228. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","FLW2",0x00000002,"0x00000080"
  229. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont","950",0x00000002,"%MINGLIU%"
  230. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont","0",0x00000002,"Lucida Console"
  231. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\Nls","00000404"
  232. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\Nls","00000409"
  233. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen","ModeFontPairs",0x00000003,\
  234. @*:@@:@i: 06,00,00,00,01,00,00,00,50,00,15,00,80,02,5E,01,\
  235. @*:@@:@i: 08,00,10,00,01,00,00,00,50,00,19,00,D0,02,90,01,\
  236. @*:@@:@i: 08,00,10,00,01,00,00,00,50,00,1C,00,D0,02,90,01,\
  237. @*:@@:@i: 08,00,0E,00,01,00,00,00,50,00,2B,00,80,02,5E,01,\
  238. @*:@@:@i: 08,00,08,00,01,00,00,00,50,00,32,00,D0,02,90,01,\
  239. @*:@@:@i: 08,00,08,00,02,00,00,00,50,00,19,00,80,02,E0,01,\
  240. @*:@@:@i: 08,00,13,00
  241. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","932"
  242. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","936"
  243. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","949"
  244. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","950"
  245. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","PreloadFontFile",0x00000002,"mingliu"
  246. HKLM,"Software\Microsoft\Windows\CurrentVersion\IntlRun","femgrate.exe",,"femgrate.exe -s"
  247. [DelRegFirst]
  248. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones"
  249. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink"
  250. [DelReg]
  251. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\KanjiServer"
  252. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\TrueType Bitmap support section"
  253. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","eudcedit.inf"
  254. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","Eudcedit"
  255. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\eudcedit"
  256. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\eudcedit.exe"
  257. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","feime.inf"
  258. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","FEIME"
  259. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\FEIME"
  260. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","QuickIME"
  261. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\QuickIME"
  262. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","IME96A"
  263. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\IME96A"
  264. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","chrmpalt.inf"
  265. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","CharMapAlt"
  266. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CharMapAlt"
  267. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","fetools.inf"
  268. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","uimetool"
  269. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\uimetool"
  270. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","lctool"
  271. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\lctool"
  272. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","codeconv"
  273. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\codeconv"
  274. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","cblocks.inf"
  275. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","cblocks"
  276. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\cblocks"
  277. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%KaiU"
  278. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%@KaiU"
  279. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%@MINGLIU%1"
  280. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%@MINGLIU%2"
  281. @@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen"
  282. #elif LANGUAGE_ID == 0x411
  283. //JPN specific sections
  284. [AddReg]
  285. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\LanguagePack","COMPLEXSCRIPTS",0x00010001,0
  286. [AddReg]
  287. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","%STD_MINCHO%",0x00000002,"%MS_MINCHO%"
  288. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","@%STD_MINCHO%",0x00000002,"@%MS_MINCHO%"
  289. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","%STD_GOTHIC%",0x00000002,"%MS_GOTHIC%"
  290. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","@%STD_GOTHIC%",0x00000002,"@%MS_GOTHIC%"
  291. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","%GOTHIC_DB%",0x00000002,"%MS_GOTHIC%"
  292. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","%GOTHIC_SB%",0x00000002,"%MS_GOTHIC%"
  293. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","%COURIER_SB%",0x00000002,"Courier"
  294. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","%TIMES_NEW_ROMAN_SB%",0x00000002,"Times New Roman"
  295. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","%ARIAL_SB%",0x00000002,"Arial"
  296. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","@MS Shell Dlg",0x00000000,"@%MS_SHELL_DLG%"
  297. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.Facename",0x00000000,"MS UI Gothic"
  298. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.Height",0x00010001,0x9
  299. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","GUIFont.CharSet",0x00010001,0x80
  300. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%MS_MINCHO%",0x00010003,0xC080
  301. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%MS_PMINCHO%",0x00010003,0x4080
  302. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%MS_GOTHIC%",0x00010003,0x8080
  303. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","%MS_PGOTHIC%",0x00010003,0x0080
  304. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MS_MINCHO%",0x00010003,0xE080
  305. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MS_PMINCHO%",0x00010003,0x6080
  306. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MS_GOTHIC%",0x00010003,0xA080
  307. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MS_PGOTHIC%",0x00010003,0x2080
  308. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink","FontLinkControl",0x00010003,0x0
  309. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink","FontLinkDefaultChar",0x00010003,0x30fb
  310. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Lucida Sans Unicode",0x00010002,"MSGOTHIC.TTC,MS UI Gothic"
  311. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","MS PGothic",0x00010002,"L_10646.TTF"
  312. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Tahoma",0x00010002,"MSGOTHIC.TTC,MS UI Gothic"
  313. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","MS UI Gothic",0x00010002,"L_10646.TTF"
  314. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","CollectUnicodeProcessNames",0x00010003,1
  315. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","DIRECTOR",0x00000002,"0x00000400"
  316. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","BCW",0x00000002,"0x00000200"
  317. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","FLW2",0x00000002,"0x00000080"
  318. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WINWORD",0x00000002,"0x00000040"
  319. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","PP4",0x00000002,"0x00000020"
  320. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","_RUNASW_",0x00000002,"0x00000010"
  321. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WW",0x00000002,"0x00000008"
  322. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","WINOLDAP",0x00000002,"0x00000004"
  323. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","INSTMAIN",0x00000002,"0x00000004"
  324. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","MAIN123W",0x00000002,"0x00000002"
  325. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","AMIPRO",0x00000002,"0x00000001"
  326. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","PM4J",0x00000002,"0x00000001"
  327. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\Compatibility2","JXW",0x00000002,"0x00001000"
  328. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOW\WowFax\SupportedFaxDrivers",DriverNames,0x00010000,\
  329. "WINFAX","E-FAX","MAXFAXP","Quick Link II Fax","Quick Link Gold","Procomm Plus",\
  330. "%JPN_FAX_1%","%JPN_FAX_2%","%JPN_FAX_3%","%JPN_FAX_4%","%JPN_FAX_5%","%JPN_FAX_6%"
  331. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\msime95.ini","",0x00000002,"USR:Software\Microsoft\Ime\msime95"
  332. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont","932",0x00000002,"*%MS_GOTHIC%"
  333. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont","0",0x00000002,"Lucida Console"
  334. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\Nls","00000411"
  335. @*:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\Nls","00000409"
  336. @*:@@:@i!n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen","ModeFontPairs",0x00000003,\
  337. @*:@@:@i!n: 06,00,00,00,01,00,00,00,50,00,15,00,80,02,5E,01,\
  338. @*:@@:@i!n: 08,00,10,00,01,00,00,00,50,00,19,00,D0,02,90,01,\
  339. @*:@@:@i!n: 08,00,10,00,01,00,00,00,50,00,1C,00,D0,02,90,01,\
  340. @*:@@:@i!n: 08,00,0E,00,01,00,00,00,50,00,2B,00,80,02,5E,01,\
  341. @*:@@:@i!n: 08,00,08,00,01,00,00,00,50,00,32,00,D0,02,90,01,\
  342. @*:@@:@i!n: 08,00,08,00,02,00,00,00,50,00,19,00,80,02,E0,01,\
  343. @*:@@:@i!n: 08,00,13,00
  344. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","932"
  345. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","936"
  346. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","949"
  347. @*:@@:@i:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen\CodePage","950"
  348. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","PreloadFontFile",0x00000002,"msgothic"
  349. HKLM,"Software\Microsoft\Windows\CurrentVersion\IntlRun","femgrate.exe",,"femgrate.exe -s"
  350. @*:
  351. @*: IMJP8.1
  352. @*:
  353. @*: 32bit only
  354. @@:@@!m:HKLM,"Software\Microsoft\Windows\CurrentVersion\IntlRun","IMJPINST.EXE",, "%10%\IME\IMJP8_1\IMJPINST.EXE /PRELOAD"
  355. @@:@@!m:HKLM,"Software\Microsoft\IMEJP\8.1\directories",DictionaryPath,0x00000002,"%WinDir%\IME\IMJP8_1\Dicts"
  356. @@:@@!m:HKLM,"Software\Microsoft\IMEJP\8.1\directories",ModulePath,0x00000002 ,"%WinDir%\IME\IMJP8_1"
  357. @@:@@!m:HKLM,"Software\Microsoft\IMEJP\8.1\directories",UsrDictPath,0x00000002 ,"%WinDir%\IME\IMJP8_1\UsrDicts"
  358. @@:@@!m:HKLM,"Software\Microsoft\IMEJP\8.1\directories",IMEPadPath,0x00000002 ,"%WinDir%\IME\IMJP8_1\Applets"
  359. @*: 32bit on 64bit
  360. @@:@m:HKLM,"Software\Microsoft\Windows\CurrentVersion\IntlRun","IMJPINST.EXE(x86)",, "%10%\IME (x86)\IMJP8_1\IMJPINST.EXE /WOW /PRELOAD"
  361. @@:@m:HKLM,"SOFTWARE\Wow6432Node\Microsoft\IMEJP\8.1\directories",DictionaryPath,0x00000002, "%WinDir%\IME (x86)\IMJP8_1\Dicts"
  362. @@:@m:HKLM,"SOFTWARE\Wow6432Node\Microsoft\IMEJP\8.1\directories",ModulePath,0x00000002 , "%WinDir%\IME (x86)\IMJP8_1"
  363. @@:@m:HKLM,"SOFTWARE\Wow6432Node\Microsoft\IMEJP\8.1\directories",UsrDictPath,0x00000002 , "%WinDir%\IME (x86)\IMJP8_1\UsrDicts"
  364. @@:@m:HKLM,"SOFTWARE\Wow6432Node\Microsoft\IMEJP\8.1\directories",IMEPadPath,0x00000002 , "%WinDir%\IME (x86)\IMJP8_1\Applets"
  365. @*: 64bit on 64bit
  366. @@:@m:HKLM,"Software\Microsoft\Windows\CurrentVersion\IntlRun","IMJPINST.EXE",, "%10%\IME\IMJP8_1\IMJPINST.EXE /PRELOAD"
  367. @@:@m:HKLM,"Software\Microsoft\IMEJP\8.1\directories",DictionaryPath,0x00000002,"%WinDir%\IME\IMJP8_1\Dicts"
  368. @@:@m:HKLM,"Software\Microsoft\IMEJP\8.1\directories",ModulePath,0x00000002 ,"%WinDir%\IME\IMJP8_1"
  369. @@:@m:HKLM,"Software\Microsoft\IMEJP\8.1\directories",UsrDictPath,0x00000002 ,"%WinDir%\IME\IMJP8_1\UsrDicts"
  370. @@:@m:HKLM,"Software\Microsoft\IMEJP\8.1\directories",IMEPadPath,0x00000002 ,"%WinDir%\IME\IMJP8_1\Applets"
  371. @*: Cicero TIP Enabled flag
  372. HKLM,"SOFTWARE\Microsoft\CTF\TIP\{B3209488-CB34-4017-8E13-10CFCA2519FE}\LanguageProfile\0x00000411\{75E61AD7-8D9E-4436-A0BE-2098C0DDA2C1}","Enable",0x00010003,1
  373. HKLM,"SOFTWARE\Microsoft\CTF\TIP\{B3209488-CB34-4017-8E13-10CFCA2519FE}\LanguageProfile\0x00000411\{DAF93FA4-C39D-4AD8-BE61-16A1DFA3A1DA}","Enable",0x00010003,1
  374. @@:@m:HKLM,"SOFTWARE\Wow6432Node\Microsoft\CTF\TIP\{B3209488-CB34-4017-8E13-10CFCA2519FE}\LanguageProfile\0x00000411\{75E61AD7-8D9E-4436-A0BE-2098C0DDA2C1}","Enable",0x00010003,1
  375. @@:@m:HKLM,"SOFTWARE\Wow6432Node\Microsoft\CTF\TIP\{B3209488-CB34-4017-8E13-10CFCA2519FE}\LanguageProfile\0x00000411\{DAF93FA4-C39D-4AD8-BE61-16A1DFA3A1DA}","Enable",0x00010003,1
  376. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","wave"
  377. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","midi"
  378. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","aux"
  379. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","wave1"
  380. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","wave2"
  381. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","midi1"
  382. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","midi2"
  383. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","midi3"
  384. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","midi4"
  385. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","aux1"
  386. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","aux2"
  387. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","mixer"
  388. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","mixer1"
  389. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","KERNEL"
  390. @@:@n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","KERNEL1"
  391. [AddRegUpg]
  392. [DelRegFirst]
  393. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones"
  394. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink"
  395. [DelReg]
  396. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\KanjiServer"
  397. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\TrueType Bitmap support section"
  398. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","eudcedit.inf"
  399. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","Eudcedit"
  400. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\eudcedit"
  401. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\eudcedit.exe"
  402. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BaseWinOptions","chrmpalt.inf"
  403. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","CharMapAlt"
  404. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CharMapAlt"
  405. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Parclass"
  406. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Font Drivers","User font Driver"
  407. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MS_GOTHIC%1"
  408. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MS_GOTHIC%2"
  409. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MS_MINCHO%1"
  410. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","@%MS_MINCHO%2"
  411. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","@%MS_PMINCHO%"
  412. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","@%MS_PGOTHIC%"
  413. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","%MS_PGOTHIC%"
  414. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%OLD_GOTHIC%"
  415. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","Jpn98FixPitch"
  416. @@:@i!n:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\FullScreen"
  417. #endif
  418. // String section below for localizers
  419. [Strings]
  420. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412 && LANGUAGE_ID != 0xc04
  421. BOOT_DESC_KEYBOARD_TYP="������ ������� �� 101 �� 102 �����, ��������� ��� ���������"
  422. BOOT_DESC_LANGUAGE_DLL="������ (��������)"
  423. BOOT_DESC_MOUSE_DRV="Microsoft �� IBM PS/2"
  424. BOOT_DESC_NETWORK_DRV="����� ��� ������ ������ (LAN)"
  425. BOOT_DESC_SYSTEM_DRV="����� MS-DOS �� PC-DOS"
  426. FIXEDFON_FON="vgafix.fon"
  427. FontMapper_DEFAULT=0
  428. FONTS_FON="vgasys.fon"
  429. MS_SHELL_DLG="Microsoft Sans Serif"
  430. NARRATOR_EXE_PATH=""
  431. OEMFONT_FON="vgaoem.fon"
  432. #elif LANGUAGE_ID == 0x804
  433. BOOT_DESC_KEYBOARD_TYP="Enhanced 101 or 102 key US and Non US keyboards"
  434. BOOT_DESC_LANGUAGE_DLL="English (American)"
  435. BOOT_DESC_MOUSE_DRV="Microsoft, or IBM PS/2"
  436. BOOT_DESC_NETWORK_DRV="LAN Support"
  437. BOOT_DESC_SYSTEM_DRV="MS-DOS or PC-DOS System"
  438. FIXEDFON_FON="svgafix.fon"
  439. FontMapper_DEFAULT=0x0086
  440. FONTS_FON="svgasys.fon"
  441. MS_SHELL_DLG="Microsoft Sans Serif"
  442. NARRATOR_EXE_PATH=""
  443. OEMFONT_FON="vga936.fon"
  444. @*:Append
  445. @*:
  446. @*: CHS specific placeholder
  447. @*:
  448. SIMSUN="SIMSUN"
  449. NSIMSUN="NSIMSUN"
  450. HeiTi="HeiTi"
  451. KaiTi="KaiTi"
  452. FonSongTi="FonSongTi"
  453. #elif LANGUAGE_ID == 0x404 || LANGUAGE_ID == 0xc04
  454. BOOT_DESC_KEYBOARD_TYP="Enhanced 101 or 102 key US and Non US keyboards"
  455. BOOT_DESC_LANGUAGE_DLL="English (American)"
  456. BOOT_DESC_MOUSE_DRV="Microsoft, or IBM PS/2"
  457. BOOT_DESC_NETWORK_DRV="LAN Support"
  458. BOOT_DESC_SYSTEM_DRV="MS-DOS or PC-DOS System"
  459. FIXEDFON_FON="cvgafix.fon"
  460. FontMapper_DEFAULT=0x0088
  461. FONTS_FON="cvgasys.fon"
  462. MS_SHELL_DLG="Microsoft Sans Serif"
  463. NARRATOR_EXE_PATH=""
  464. OEMFONT_FON="vga950.fon"
  465. @*:Append
  466. @*:
  467. @*: CHT specific placeholder
  468. @*:
  469. MINGLIU="MINGLIU"
  470. PMINGLIU="PMINGLIU"
  471. KaiU="KaiU"
  472. #elif LANGUAGE_ID == 0x411
  473. @@:@@!n:BOOT_DESC_KEYBOARD_TYP="Enhanced 101 or 102 key US and Non US keyboards"
  474. @@:@@!n:BOOT_DESC_LANGUAGE_DLL="English (American)"
  475. @@:@@!n:BOOT_DESC_MOUSE_DRV="Microsoft, or IBM PS/2"
  476. @@:@@!n:BOOT_DESC_NETWORK_DRV="LAN Support"
  477. @@:@@!n:BOOT_DESC_SYSTEM_DRV="MS-DOS or PC-DOS System"
  478. FIXEDFON_FON="jvgafix.fon"
  479. FontMapper_DEFAULT=0x0080
  480. FONTS_FON="jvgasys.fon"
  481. MS_SHELL_DLG="MS UI Gothic"
  482. NARRATOR_EXE_PATH=""
  483. OEMFONT_FON="vga932.fon"
  484. @*:Append
  485. STD_MINCHO="STD_MINCHO"
  486. MS_MINCHO="MS_MINCHO"
  487. MS_PMINCHO="MS_PMINCHO"
  488. STD_GOTHIC="STD_GOTHIC"
  489. MS_GOTHIC="MS_GOTHIC"
  490. MS_PGOTHIC="MS_PGOTHIC"
  491. GOTHIC_DB="GOTHIC_DB"
  492. GOTHIC_SB="GOTHIC_SB"
  493. COURIER_SB="COURIER_SB"
  494. TIMES_NEW_ROMAN_SB="TIMES_NEW_ROMAN_SB"
  495. ARIAL_SB="ARIAL_SB"
  496. JPN_FAX_1="EASYFAX"
  497. JPN_FAX_2="MYFAX"
  498. JPN_FAX_3="STARFAX"
  499. JPN_FAX_4="JPN_FAX_4"
  500. JPN_FAX_5="JPN_FAX_5"
  501. JPN_FAX_6="JPN_FAX_6"
  502. OLD_GOTHIC="OLD_GOTHIC"
  503. @@:@n:BOOT_DESC_KEYBOARD_TYP = ""
  504. @@:@n:BOOT_DESC_LANGUAGE_DLL = ""
  505. @@:@n:BOOT_DESC_MOUSE_DRV = "NEC PC98 BUSMOUSE"
  506. @@:@n:BOOT_DESC_NETWORK_DRV = "Microsoft LAN Manager"
  507. @@:@n:BOOT_DESC_SYSTEM_DRV = ""
  508. #elif LANGUAGE_ID == 0x412
  509. BOOT_DESC_KEYBOARD_TYP="Enhanced 101 or 102 key US and Non US keyboards"
  510. BOOT_DESC_LANGUAGE_DLL="English (American)"
  511. BOOT_DESC_MOUSE_DRV="Microsoft, or IBM PS/2"
  512. BOOT_DESC_NETWORK_DRV="LAN Support"
  513. BOOT_DESC_SYSTEM_DRV="MS-DOS or PC-DOS System"
  514. FIXEDFON_FON="hvgafix.fon"
  515. FontMapper_DEFAULT=0x0081
  516. FONTS_FON="hvgasys.fon"
  517. MS_SHELL_DLG="Microsoft Sans Serif"
  518. NARRATOR_EXE_PATH=""
  519. OEMFONT_FON="vga949.fon"
  520. @*:Append
  521. @*:
  522. @*: KOR specific placeholder
  523. @*:
  524. GULIM="GULIM"
  525. GULIMCHE="GULIMCHE"
  526. #endif
  527. @*:;begin_all
  528. APP_MGMT="����� �����"
  529. DEFRAG_SNAPIN="���� �����"
  530. DEFRAG_PROVIDER="Microsoft Corp., Executive Software International"
  531. DEFRAG_NTFS_CLASS="������ NTFS �� ���� �����"
  532. DEFRAG_FAT_CLASS="������ FAT �� ���� �����"
  533. BOOT_DESC_DISPLAY_DRV="VGA"
  534. BRIEFCASE="Briefcase"
  535. DEFAULT_PROFILES_DIR="%SystemDrive%\Documents and Settings"
  536. DESC_IE="Internet Explorer"
  537. DESC_JAVA="Microsoft Virtual Machine"
  538. DESKCPL_ADAPTER_PAGE="����� ��� ����� ������ �����"
  539. DESKCPL_MONITOR_PAGE="����� ��� ����� ���"
  540. DESKCPL_PANNING_PAGE="����� ��� ����� ������ �������"
  541. DIRECT3D_HAL_DESC="Microsoft Direct3D Hardware acceleration through Direct3D HAL"
  542. DIRECT3D_RAMP_EMULATION_DESC="������ ����� ���� Microsoft Direct3D Mono(Ramp)�"
  543. DIRECT3D_RGB_EMULATION_DESC="������ ����� ���� Microsoft Direct3D RGB"
  544. DISK_COPY_EXTENSION="����� ������ ����"
  545. DISK_QUOTA_UI="���� ����� ������ ����"
  546. DS_SECURITY_PAGE="���� ����� �� ������ ������"
  547. EMBEDDING_PBRUSH="����� ����� ���,����� ����� ���,pbrush.exe,�����"
  548. EMBEDDING_SOUNDREC="����,����,sndrec32.exe,�����"
  549. ENCRYPTION_CONTEXT_MENU="����� ���� �����"
  550. EXPLORER_TIPS_0="�� ���� ���� ���� ���� ����� ������, �������� ���� ���� �����. ���� ��� �� ���� ����� ��� ��� �� ����."
  551. EXPLORER_TIPS_1="������ ����� ������ ����� ������ �� ����� �� ����� ��� ���."
  552. EXPLORER_TIPS_10="�������� ������ �� ���� ������� ��� ��� �� ���� ��-��� ����� ������� �����."
  553. EXPLORER_TIPS_11="�������� ����� �� �� ������� ������� ��-�����; ���� ����� ����� ����� ����� ��� ����� �� ���� ��� ����� ������� ����� ��� ��� �� ������ ���� �� �� �������."
  554. EXPLORER_TIPS_12="��� ����� �� ���� �����, �������� ����� ������ �� ����� ����� �������."
  555. EXPLORER_TIPS_13="�������� ����� �� ���� ����� ������ ��-��� ����� ��� ����� �������."
  556. EXPLORER_TIPS_14="��� ����� �� ���� ������, ����� ����� ����� ����� ��� ����� �� ����� ������ ����� ��� ��� �� ��������."
  557. EXPLORER_TIPS_15="��� ����� ���� ����� �� ����� ������, ���� �� ��� CTRL ���� ��� ����� �� �� ����."
  558. EXPLORER_TIPS_16="��� ����� �� ���� ����, ����� ����� ����� ����� ��� ����� �� ����� ������ ����� ��� ��� �� ��������."
  559. EXPLORER_TIPS_17="����� ������� ������ ������ ��� ������� �� ���� ����� ����."
  560. EXPLORER_TIPS_18="�������� ������ ������ ���� ��� ����� ��� ����� ������ ������ ���� ��� ������."
  561. EXPLORER_TIPS_19="�� ��� �����, �������� ������ �� ����� �����. ���� ��� ������ �� ��� ���� ���� �����."
  562. EXPLORER_TIPS_2="��� ������ ������ ������ �����, �������� ����� �� ��� ������� �� ���� ����."
  563. EXPLORER_TIPS_20="��� ����� ���� �������, �������� ����� ������ �� ���� ���."
  564. EXPLORER_TIPS_21="��� ����� �� ���� ��� ��� ��� ������, ���� �� ���� ���� ������� �� ����� ������ ������."
  565. EXPLORER_TIPS_22="�������� ����� ������� �������� ���� ��-��� ����� �� ����, ����� �� ������� ����� ��� ����� �� �����."
  566. EXPLORER_TIPS_23="��� ������ ���� ���� ����� ���� �������� ������ �������, ��� �� ����, ���� �� ������� ����� ��� ��� �� ���� ������."
  567. EXPLORER_TIPS_24="�������� ������ ������� ���� ��� MS-DOS ���� Windows NT. ����� MS-DOS, ��� �� ��� MS-DOS ��� ����� �����, ��� �� ����� ����� ��� ��� �� ���. ��� ����� ������� ������ ���� �� ENTER ��� ������ �� ����� �� ����. ���� ��� ���� ������ �� ����� ������ ���."
  568. EXPLORER_TIPS_25="��� ����� �� ���� ��� ����� �����, ����� ����� ����� ����� ��� ����� �� ��� ����� ����� ��� ��� �� ��������."
  569. EXPLORER_TIPS_26="�� �� ���� ���� �� ����� ��� �����, �������� ����� �� ��� ��� ����� ������ ����."
  570. EXPLORER_TIPS_27="���� ����� �����, �������� ����� �� BACKSPACE ��� ����� ����� ������ ��� ��� �����."
  571. EXPLORER_TIPS_28="��� ���� ����� ������ �����, �������� ����� ���� ��-��� ����� �� ������ ������. ��� ����� ����� ���� ����, ��� �� ����� ������ ��� �����."
  572. EXPLORER_TIPS_29="��� ����� ���� ����� ����� ������ �����, ��� ���� ������ ������ ����� ��� ���� �� ����� ��� ����� �� �����."
  573. EXPLORER_TIPS_3="�������� ������ ����� ����� ����� ������ �����. ��� ��� ����� �� ����!"
  574. EXPLORER_TIPS_30="������� �������� ��� ����� �������� ������� ���� ����� ������ ����� ������� ������. ���� ��� �� ALT ��� ���� ������� ��� �����."
  575. EXPLORER_TIPS_31="�������� ���� ����� ��� ������ �� ����� ������ ����� ���� ���� �� �������� �����."
  576. EXPLORER_TIPS_32="��� ������� ���, ��� �� ��� ������� ������ ������. ��� �� ����, ���� �� �������, ���� �� ������ ����� ��� ��� �� ����."
  577. EXPLORER_TIPS_33="��� ����� ��� ����, ��� ����� �� �� �������."
  578. EXPLORER_TIPS_34="�������� ����� ��� �� ���� ���� ����, �� ����� ����� ��� ����� ��� ���� ���� �� ����� ����."
  579. EXPLORER_TIPS_35="�������� ������ �� ������� ������ �������� ��� ����� Windows NT ��-��� ����� ���� �������� �� ������ �����."
  580. EXPLORER_TIPS_36="�� �� ������ ���� �����, �������� ������ ������� ������ ��� ����� ������ �� ����� ������ �� �� ����� ����� ���. ��� �� ����, ���� �� �������, ���� �� ��� ����� ����� ��� ��� �� �����."
  581. EXPLORER_TIPS_37="������� ���� Windows NT, ���� ������ �������� ����� �� ����� �� ������� ���� ���� ������� �� ���� �����."
  582. EXPLORER_TIPS_38="��� ����� ���� ������ ������ ���� ����� ����, ����� ������� ��� ���� ��-��� ����� �� ���� ������� ���� ����� ����� ����� ��� ����� ������ ��� ���� ������ �����."
  583. EXPLORER_TIPS_39="����� ���� ����� ������ ��� ����� ���� ���� �� ������ ������ ������ �����. ����� Windows NT, ��� ������� ���� ����� ����� �� ����� ������ ������� �����, ��� �� �������� ����� ��� ��� �� �������� ����."
  584. EXPLORER_TIPS_4="�������� ������ ����� ���� ������ ��� ����� ������. ���� ����� ������ �������!"
  585. EXPLORER_TIPS_40="��� ����� ����, ����� ��� ����� ����� �������. ��� ������ �� ��� �� ��� ����� ����� �� ������ �������� ������."
  586. EXPLORER_TIPS_41="��� ���� ���� ����� ���� ����� ����, ��� �� ����� ����� �� ����� ���� ����� �����."
  587. EXPLORER_TIPS_42="�������� ������ ������ ����� ������ ����� ��� ����� ������ ������� ����� ���."
  588. EXPLORER_TIPS_43="�������� ������ ����� �� Windows NT ������ ����. �� ���� ����� ���!"
  589. EXPLORER_TIPS_44="�� ��� ����� ����� ���� ����� ���� ������ ������, �������� ����� ����� �� ������ �������� ���� ������� ������� ����� �������."
  590. EXPLORER_TIPS_45="�� ����� ��� ����� ������ ������ ������ ����, �������� ����� ������ �� ��� ����� ���� ������ ������ ��� ����� ������ ������ ������ ���."
  591. EXPLORER_TIPS_46="����� �����, �������� ����� �� ������ ��� ��-��� ���� ������ CTRL+ALT+DEL ������ �� ���� ����� �����."
  592. EXPLORER_TIPS_47="�������� ���� �� �������� ������� ��� ��-��� ���� ������ CTRL+ALT+DEL ������ �� ���� ���� �������."
  593. EXPLORER_TIPS_48="����� �����, �������� ����� �� ������ ��� ��� ���� ���� �� ����� ��-��� ���� ������ CTRL+ALT+DEL ������ �� ���� ��� ���� �����."
  594. EXPLORER_TIPS_49="�������� ����� ����� ��� ��� ����� ���� �� ������ ��� ��� ����� ������ ������ ������ ������ ������. ����� ��� ���� ���� �� ����� �����, ��� ���� ����� �� ����� �� ����� ������ ��� ����."
  595. EXPLORER_TIPS_5="�������� ����� ������� ���� ����� ����� ��� ���� ��� ����� ����� �� ������ ������."
  596. EXPLORER_TIPS_6="��� ������ ���� �������, ���� �� ���� ��� �� ��� �����."
  597. EXPLORER_TIPS_7="�� ��� ������ �� ���� ����� ���� ���� ����, �������� ���� ���� ����� �� ���� ����� ��-��� ����� �� ����� ����� ��� ����� �� �����."
  598. EXPLORER_TIPS_8="�������� ������ ����� Windows NT ��� ����� �� �� ������ ����� ���."
  599. EXPLORER_TIPS_9="�������� ����� ����� ����� ������� ���� ����� ������ ��� ����."
  600. FOLDER_REDIRECTION_EDITOR="���� ����� ���� �� ������"
  601. FONTS="Fonts"
  602. GAMES="������"
  603. CONFIGURE_PROGRAMS="���� ���� ������� ������� ����"
  604. roman = "Roman (All res)"
  605. script = "Script (All res)"
  606. modern = "Modern (All res)"
  607. small_fonts = "Small Fonts (VGA res)"
  608. arial = "Arial (TrueType)"
  609. arial_bold = "Arial Bold (TrueType)"
  610. arial_bold_italic = "Arial Bold Italic (TrueType)"
  611. arial_italic = "Arial Italic (TrueType)"
  612. courier_new = "Courier New (TrueType)"
  613. courier_new_bold = "Courier New Bold (TrueType)"
  614. courier_new_bold_italic = "Courier New Bold Italic (TrueType)"
  615. courier_new_italic = "Courier New Italic (TrueType)"
  616. lucida_console = "Lucida Console (TrueType)"
  617. lucida_sans_unicode = "Lucida Sans Unicode (TrueType)"
  618. microsoft_sans_serif = "Microsoft Sans Serif (TrueType)"
  619. times_new_roman = "Times New Roman (TrueType)"
  620. times_new_roman_bold = "Times New Roman Bold (TrueType)"
  621. times_new_roman_bold_italic = "Times New Roman Bold Italic (TrueType)"
  622. times_new_roman_italic = "Times New Roman Italic (TrueType)"
  623. wingdings = "WingDings (TrueType)"
  624. symbol = "Symbol (TrueType)"
  625. symbol_vga_res = "Symbol 8,10,12,14,18,24 (VGA res)"
  626. verdana = "Verdana (TrueType)"
  627. verdana_bold = "Verdana Bold (TrueType)"
  628. verdana_italic = "Verdana Italic (TrueType)"
  629. verdana_bold_italic = "Verdana Bold Italic (TrueType)"
  630. ariel_black = "Arial Black (TrueType)"
  631. comic_sans = "Comic Sans MS (TrueType)"
  632. comic_sans_bold = "Comic Sans MS Bold (TrueType)"
  633. impact = "Impact (TrueType)"
  634. georgia = "Georgia (TrueType)"
  635. georgia_bold = "Georgia Bold (TrueType)"
  636. georgia_bold_italic = "Georgia Bold Italic (TrueType)"
  637. georgia_italic = "Georgia Italic (TrueType)"
  638. franklin_gothic_book = "Franklin Gothic Book (TrueType)"
  639. franklin_gothic_book_italic = "Franklin Gothic Book Italic (TrueType)"
  640. franklin_gothic_medium = "Franklin Gothic Medium (TrueType)"
  641. franklin_gothic_medium_italic = "Franklin Gothic Medium Italic (TrueType)"
  642. pala = "Palatino Linotype (TrueType)"
  643. pala_bold = "Palatino Linotype Bold (TrueType)"
  644. pala_bold_italic = "Palatino Linotype Bold Italic (TrueType)"
  645. pala_italic = "Palatino Linotype Italic (TrueType)"
  646. trebuc = "Trebuchet MS (TrueType)"
  647. trebuc_bold = "Trebuchet MS Bold (TrueType)"
  648. trebuc_bold_italic = "Trebuchet MS Bold Italic (TrueType)"
  649. trebuc_italic = "Trebuchet MS Italic (TrueType)"
  650. tahoma_bold = "Tahoma Bold (TrueType)"
  651. webdings = "Webdings (TrueType)"
  652. estrangelo = "Estrangelo Edessa (TrueType)"
  653. gautami = "Gautami (TrueType)"
  654. latha = "Latha (TrueType)"
  655. mangal = "Mangal (TrueType)"
  656. mvboli = "Mv Boli (TrueType)"
  657. raavi = "Raavi (TrueType)"
  658. shruti = "Shruti (TrueType)"
  659. tunga = "Tunga (TrueType)"
  660. sylfaen = "Sylfaen (TrueType)"
  661. wst_czec = "WST_Czec (All res)"
  662. wst_engl = "WST_Engl (All res)"
  663. wst_fren = "WST_Fren (All res)"
  664. wst_germ = "WST_Germ (All res)"
  665. wst_ital = "WST_Ital (All res)"
  666. wst_span = "WST_Span (All res)"
  667. wst_swed = "WST_Swed (All res)"
  668. roman_plotter = "Roman (Plotter)"
  669. script_plotter = "Script (Plotter)"
  670. modern_plotter = "Modern (Plotter)"
  671. ms_console = "MS Console (TrueType)"
  672. micross_reg = "Microsoft Sans Serif Regular (TrueType)"
  673. LMSIE4 = "Internet Explorer"
  674. ICC_PROFILE="������ ICC"
  675. ICM_MONITOR_MANAGEMENT="����� �� ICM"
  676. ICM_PRINTER_MANAGEMENT="����� ����� ICM"
  677. ICM_SCANNER_MANAGEMENT="����� ���� ICM"
  678. MAGNIFIER_NAME = "������ �����"
  679. MODEM_CONNECTION_FOR_DIRECTPLAY="����� ���� ���� DirectPlay"
  680. MS_DOS_EMULATION_FONT="Lucida Console"
  681. MULTIMEDIA_FILE_PROPERTY_SHEET="����� �������� �� ���� ���������"
  682. NARRATOR_NAME = "Narrator"
  683. NTFS_SECURITY_PAGE="���� ����� �� NTFS"
  684. OLE_DOCFILE_PROPERTY_PAGE="���� �������� �� ���� ���� OLE"
  685. OSK_NAME = "��� ����� �� ����"
  686. PLUSPACK_CPL_EXTENSION="����� ��� ����� �� PlusPack"
  687. PRINTERS_SECURITY_PAGE="���� ����� �� ������"
  688. ProgramFx86 = "Program Files (x86)"
  689. SCRIPT_EXT_JS="���� Script �� JavaScript"
  690. SCRIPT_EXT_VBS="���� Script �� VBScript"
  691. SH_EXT_FILE_COMPRESSION="������ ����� ������ �����"
  692. SH_EXT_HYPERTERM="HyperTerminal Icon Ext"
  693. SH_EXT_MS_WIN_NET_OBJ="������ ����� ��������� ��� �� Microsoft Windows"
  694. SH_EXT_SHARING="������ ����� ������"
  695. SH_EXT_SHIM_LAYER_XP="�� ������"
  696. SharedTools = "Microsoft Shared"
  697. SHELL_SCRAP_DATAHANDLER="Shell Scrap DataHandler"
  698. TextConverter = "Microsoft Shared\TextConv"
  699. WEB_PRINTER_SHELL_EXTENSION="����� ����� �� ����� ���"
  700. WINSOCK_IPX_CONNECTION_FOR_DIRECTPLAY="����� IPX �� WinSock ���� DirectPlay"
  701. WINSOCK_TCP_CONNECTION_FOR_DIRECTPLAY="����� TCP �� WinSock ���� DirectPlay"
  702. GMT_MINUS_12_A_DESC = "(GMT-12:00) �� ������ ��������� ������"
  703. GMT_MINUS_12_A_DAYLIGHT = "���� ��� �� ������"
  704. GMT_MINUS_12_A_STANDARD = "���� ���� �� ������"
  705. GMT_MINUS_11_A_DESC = "(GMT-11:00) ��� ������, �����"
  706. GMT_MINUS_11_A_DAYLIGHT = "���� ��� �����"
  707. GMT_MINUS_11_A_STANDARD = "���� ���� �����"
  708. GMT_MINUS_10_A_DESC = "(GMT-10:00) �����"
  709. GMT_MINUS_10_A_DAYLIGHT = "���� ��� �����"
  710. GMT_MINUS_10_A_STANDARD = "���� ���� �����"
  711. GMT_MINUS_09_A_DESC = "(GMT-09:00) �����"
  712. GMT_MINUS_09_A_DAYLIGHT = "���� ��� �����"
  713. GMT_MINUS_09_A_STANDARD = "���� ���� �����"
  714. GMT_MINUS_08_A_DESC = "(GMT-08:00) ���� ���� ������ (���''� �����); �������"
  715. GMT_MINUS_08_A_DAYLIGHT = "���� ��� ���� ������"
  716. GMT_MINUS_08_A_STANDARD = "���� ���� ���� ������"
  717. GMT_MINUS_07_A_DESC = "(GMT-07:00) ���� ���� ����� (���''� �����)"
  718. GMT_MINUS_07_A_DAYLIGHT = "���� ��� ���� �����"
  719. GMT_MINUS_07_A_STANDARD = "���� ���� ���� �����"
  720. GMT_MINUS_07_B_DESC = "(GMT-07:00) �'�������, �� ���, ��������"
  721. GMT_MINUS_07_B_DAYLIGHT = "���� ��� ���� ������ 2"
  722. GMT_MINUS_07_B_STANDARD = "���� ���� ���� ������ 2"
  723. GMT_MINUS_07_C_DESC = "(GMT-07:00) �������"
  724. GMT_MINUS_07_C_DAYLIGHT = "���� ��� ���� ����� ������ �����"
  725. GMT_MINUS_07_C_STANDARD = "���� ���� ���� ����� ������ �����"
  726. GMT_MINUS_06_A_DESC = "(GMT-06:00) ���� ���� (���''� �����)"
  727. GMT_MINUS_06_A_DAYLIGHT = "���� ��� ����"
  728. GMT_MINUS_06_A_STANDARD = "���� ���� ����"
  729. GMT_MINUS_06_B_DESC = "(GMT-06:00) ����'���"
  730. GMT_MINUS_06_B_DAYLIGHT = "���� ��� ���� ����"
  731. GMT_MINUS_06_B_STANDARD = "���� ���� ���� ����"
  732. GMT_MINUS_06_C_DESC = "(GMT-06:00) ������������, ������ ����, �������"
  733. GMT_MINUS_06_C_DAYLIGHT = "���� ��� ������"
  734. GMT_MINUS_06_C_STANDARD = "���� ���� ������"
  735. GMT_MINUS_06_D_DESC = "(GMT-06:00) ���� ������"
  736. GMT_MINUS_06_D_DAYLIGHT = "���� ��� ���� ������"
  737. GMT_MINUS_06_D_STANDARD = "���� ���� ���� ������"
  738. GMT_MINUS_05_A_DESC = "(GMT-05:00) ���� ���� ������ (���''� �����)"
  739. GMT_MINUS_05_A_DAYLIGHT = "���� ��� ���� ������"
  740. GMT_MINUS_05_A_STANDARD = "���� ���� ���� ������"
  741. GMT_MINUS_05_B_DESC = "(GMT-05:00) �������� (����)"
  742. GMT_MINUS_05_B_DAYLIGHT = "���� ��� ���� ���''�"
  743. GMT_MINUS_05_B_STANDARD = "���� ���� ���� ���''�"
  744. GMT_MINUS_05_C_DESC = "(GMT-05:00) ������, ����, ����"
  745. GMT_MINUS_05_C_DAYLIGHT = "���� ��� ���' ���� �. ������"
  746. GMT_MINUS_05_C_STANDARD = "���� ���� ���' ���� �. ������"
  747. GMT_MINUS_04_A_DESC = "(GMT-04:00) ���� ��������� ������� (����)"
  748. GMT_MINUS_04_A_DAYLIGHT = "���� ��� ��������� �������"
  749. GMT_MINUS_04_A_STANDARD = "���� ���� ��������� �������"
  750. GMT_MINUS_04_B_DESC = "(GMT-04:00) ������, �� ���"
  751. GMT_MINUS_04_B_DAYLIGHT = "���� ��� ���� ���� ������"
  752. GMT_MINUS_04_B_STANDARD = "���� ���� ���� ���� ������"
  753. GMT_MINUS_04_C_DESC = "(GMT-04:00) �������"
  754. GMT_MINUS_04_C_DAYLIGHT = "���� ��� �. ������ ����' ����"
  755. GMT_MINUS_04_C_STANDARD = "���� ���� �. ������ ����' ����"
  756. GMT_MINUS_0330_A_DESC = "(GMT-03:30) �����������"
  757. GMT_MINUS_0330_A_DAYLIGHT = "���� ��� �����������"
  758. GMT_MINUS_0330_A_STANDARD = "���� ���� �����������"
  759. GMT_MINUS_03_A_DESC = "(GMT-03:00) �������"
  760. GMT_MINUS_03_A_DAYLIGHT = "���� ��� ���� ������ �������"
  761. GMT_MINUS_03_A_STANDARD = "���� ���� ���� ������ �������"
  762. GMT_MINUS_03_B_DESC = "(GMT-03:00) ������ �����, �'���'����"
  763. GMT_MINUS_03_B_DAYLIGHT = "���� ��� ���� ���� ������"
  764. GMT_MINUS_03_B_STANDARD = "���� ���� ���� ���� ������"
  765. GMT_MINUS_03_C_DESC = "(GMT-03:00) �������"
  766. GMT_MINUS_03_C_DAYLIGHT = "���� ��� �������"
  767. GMT_MINUS_03_C_STANDARD = "���� ���� �������"
  768. GMT_MINUS_02_A_DESC = "(GMT-02:00) ���� ����' �������"
  769. GMT_MINUS_02_A_DAYLIGHT = "���� ��� ���� ����' �������"
  770. GMT_MINUS_02_A_STANDARD = "���� ���� ���� ����' �������"
  771. GMT_MINUS_01_A_DESC = "(GMT-01:00) ����� ��������"
  772. GMT_MINUS_01_A_DAYLIGHT = "���� ��� ����� ��������"
  773. GMT_MINUS_01_A_STANDARD = "���� ���� ����� ��������"
  774. GMT_MINUS_01_B_DESC = "(GMT-01:00) ��� ���� ����"
  775. GMT_MINUS_01_B_DAYLIGHT = "���� ��� ���� ����"
  776. GMT_MINUS_01_B_STANDARD = "���� ���� ���� ����"
  777. GMT_PLUS_00_A_DESC = "(GMT) ���� ������': �����, ��������, ������, ������"
  778. GMT_PLUS_00_A_DAYLIGHT = "���� ��� GMT"
  779. GMT_PLUS_00_A_STANDARD = "���� ���� GMT"
  780. GMT_PLUS_00_B_DESC = "(GMT) �������, ��������"
  781. GMT_PLUS_00_B_DAYLIGHT = "���� ��� ������'"
  782. GMT_PLUS_00_B_STANDARD = "���� ���� ������'"
  783. GMT_PLUS_01_A_DESC = "(GMT+01:00) �����, ��������, ������, ��������, ����"
  784. GMT_PLUS_01_A_DAYLIGHT = "���� ��� ���� ������"
  785. GMT_PLUS_01_A_STANDARD = "���� ���� ���� ������"
  786. GMT_PLUS_01_B_DESC = "(GMT+01:00) ������, ������, ����, �����"
  787. GMT_PLUS_01_B_DAYLIGHT = "���� ��� ���� ������"
  788. GMT_PLUS_01_B_STANDARD = "���� ���� ���� ������"
  789. GMT_PLUS_01_C_DESC = "(GMT+01:00) �����, �������, �����, ����"
  790. GMT_PLUS_01_C_DAYLIGHT = "���� ��� �����"
  791. GMT_PLUS_01_C_STANDARD = "���� ���� �����"
  792. GMT_PLUS_01_D_DESC = "(GMT+01:00) �������, �����, ���, ����, ��������, ����"
  793. GMT_PLUS_01_D_DAYLIGHT = "���� ��� ���� ������"
  794. GMT_PLUS_01_D_STANDARD = "���� ���� ���� ������"
  795. GMT_PLUS_01_E_DESC = "(GMT+01:00) ���� ���� ������"
  796. GMT_PLUS_01_E_DAYLIGHT = "���� ��� ���� ���� ������"
  797. GMT_PLUS_01_E_STANDARD = "���� ���� ���� ���� ������"
  798. GMT_PLUS_02_A_DESC = "(GMT+02:00) ������"
  799. GMT_PLUS_02_A_DAYLIGHT = "���� ��� ���� ������"
  800. GMT_PLUS_02_A_STANDARD = "���� ���� ���� ������"
  801. GMT_PLUS_02_B_DESC = "(GMT+02:00) ����"
  802. GMT_PLUS_02_B_DAYLIGHT = "���� ��� �����"
  803. GMT_PLUS_02_B_STANDARD = "���� ���� �����"
  804. GMT_PLUS_02_C_DESC = "(GMT+02:00) �������, ����, ����, �����, �����, �����"
  805. GMT_PLUS_02_C_DAYLIGHT = "���� ��� FLE"
  806. GMT_PLUS_02_C_STANDARD = "���� ���� FLE"
  807. GMT_PLUS_02_D_DESC = "(GMT+02:00) �����, ��������, �����"
  808. GMT_PLUS_02_D_DAYLIGHT = "���� ��� GTB"
  809. GMT_PLUS_02_D_STANDARD = "���� ���� GTB"
  810. GMT_PLUS_02_E_DESC = "(GMT+02:00) �������"
  811. GMT_PLUS_02_E_DAYLIGHT = "���� ��� �������"
  812. GMT_PLUS_02_E_STANDARD = "���� ���� �������"
  813. GMT_PLUS_02_F_DESC = "(GMT+02:00) �����, �������"
  814. GMT_PLUS_02_F_DAYLIGHT = "���� ��� ���� ������"
  815. GMT_PLUS_02_F_STANDARD = "���� ���� ���� ������"
  816. GMT_PLUS_03_A_DESC = "(GMT+03:00) �������, ��. ��������, ���������"
  817. GMT_PLUS_03_A_DAYLIGHT = "���� ��� �����"
  818. GMT_PLUS_03_A_STANDARD = "���� ���� �����"
  819. GMT_PLUS_03_B_DESC = "(GMT+03:00) �����, ����"
  820. GMT_PLUS_03_B_DAYLIGHT = "���� ��� ������ ���"
  821. GMT_PLUS_03_B_STANDARD = "���� ���� ������ ���"
  822. GMT_PLUS_03_C_DESC = "(GMT+03:00) �������"
  823. GMT_PLUS_03_C_DAYLIGHT = "���� ��� ���� ������"
  824. GMT_PLUS_03_C_STANDARD = "���� ���� ���� ������"
  825. GMT_PLUS_03_D_DESC = "(GMT+03:00) ����"
  826. GMT_PLUS_03_D_DAYLIGHT = "���� ��� ������ ���"
  827. GMT_PLUS_03_D_STANDARD = "���� ���� ������ ���"
  828. GMT_PLUS_0330_A_DESC = "(GMT+03:30) ����"
  829. GMT_PLUS_0330_A_DAYLIGHT = "���� ��� �����"
  830. GMT_PLUS_0330_A_STANDARD = "���� ���� �����"
  831. GMT_PLUS_04_A_DESC = "(GMT+04:00) ��� ����, �����"
  832. GMT_PLUS_04_A_DAYLIGHT = "���� ��� ����� ���"
  833. GMT_PLUS_04_A_STANDARD = "���� ���� ����� ���"
  834. GMT_PLUS_04_B_DESC = "(GMT+04:00) ����, �������, ������"
  835. GMT_PLUS_04_B_DAYLIGHT = "���� ��� �����"
  836. GMT_PLUS_04_B_STANDARD = "���� ���� �����"
  837. GMT_PLUS_0430_A_DESC = "(GMT+04:30) �����"
  838. GMT_PLUS_0430_A_DAYLIGHT = "���� ��� ��������"
  839. GMT_PLUS_0430_A_STANDARD = "���� ���� ��������"
  840. GMT_PLUS_05_A_DESC = "(GMT+05:00) ����������"
  841. GMT_PLUS_05_A_DAYLIGHT = "���� ��� ����������"
  842. GMT_PLUS_05_A_STANDARD = "���� ���� ����������"
  843. GMT_PLUS_05_B_DESC = "(GMT+05:00) ���������, ����'�, �����"
  844. GMT_PLUS_05_B_DAYLIGHT = "���� ��� ���� ����"
  845. GMT_PLUS_05_B_STANDARD = "���� ���� ���� ����"
  846. GMT_PLUS_0530_A_DESC = "(GMT+05:30) �'���, �������, ������, ��� ����"
  847. GMT_PLUS_0530_A_DAYLIGHT = "���� ��� ����"
  848. GMT_PLUS_0530_A_STANDARD = "���� ���� ����"
  849. GMT_PLUS_0545_A_DESC = "(GMT+05:45) ������"
  850. GMT_PLUS_0545_A_DAYLIGHT = "���� ��� ����"
  851. GMT_PLUS_0545_A_STANDARD = "���� ���� ����"
  852. GMT_PLUS_06_A_DESC = "(GMT+06:00) �����, ���"
  853. GMT_PLUS_06_A_DAYLIGHT = "���� ��� ���� ����"
  854. GMT_PLUS_06_A_STANDARD = "���� ���� ���� ����"
  855. GMT_PLUS_06_B_DESC = "(GMT+06:00) ��� �'������������"
  856. GMT_PLUS_06_B_DAYLIGHT = "���� ��� ��� ����"
  857. GMT_PLUS_06_B_STANDARD = "���� ���� ��� ����"
  858. GMT_PLUS_06_C_DESC = "(GMT+06:00) �����, �����������"
  859. GMT_PLUS_06_C_DAYLIGHT = "���� ��� ���� ���� ����"
  860. GMT_PLUS_06_C_STANDARD = "���� ���� ���� ���� ����"
  861. GMT_PLUS_0630_A_DESC = "(GMT+06:30) �����"
  862. GMT_PLUS_0630_A_DAYLIGHT = "���� ��� ������"
  863. GMT_PLUS_0630_A_STANDARD = "���� ���� ������"
  864. GMT_PLUS_07_A_DESC = "(GMT+07:00) ������, �����, �'����"
  865. GMT_PLUS_07_A_DAYLIGHT = "���� ��� ���� ���� ����"
  866. GMT_PLUS_07_A_STANDARD = "���� ���� ���� ���� ����"
  867. GMT_PLUS_07_B_DESC = "(GMT+07:00) ���������"
  868. GMT_PLUS_07_B_DAYLIGHT = "���� ��� ���� ����"
  869. GMT_PLUS_07_B_STANDARD = "���� ���� ���� ����"
  870. GMT_PLUS_08_A_DESC = "(GMT+08:00) ����'���, �'�����, ���� ����, �������"
  871. GMT_PLUS_08_A_DAYLIGHT = "���� ��� ���"
  872. GMT_PLUS_08_A_STANDARD = "���� ���� ���"
  873. GMT_PLUS_08_B_DESC = "(GMT+08:00) ����� ������, �������"
  874. GMT_PLUS_08_B_DAYLIGHT = "���� ��� �� ��� ��� �����"
  875. GMT_PLUS_08_B_STANDARD = "���� ���� �� ��� ��� �����"
  876. GMT_PLUS_08_C_DESC = "(GMT+08:00) �����"
  877. GMT_PLUS_08_C_DAYLIGHT = "���� ��� �����"
  878. GMT_PLUS_08_C_STANDARD = "���� ���� �����"
  879. GMT_PLUS_08_D_DESC = "(GMT+08:00) ���'"
  880. GMT_PLUS_08_D_DAYLIGHT = "���� ��� ���� ��������"
  881. GMT_PLUS_08_D_STANDARD = "���� ���� ���� ��������"
  882. GMT_PLUS_08_E_DESC = "(GMT+08:00) �������, ����� ����"
  883. GMT_PLUS_08_E_DAYLIGHT = "���� ��� ���� ���� ����"
  884. GMT_PLUS_08_E_STANDARD = "���� ���� ���� ���� ����"
  885. GMT_PLUS_09_A_DESC = "(GMT+09:00) �����"
  886. GMT_PLUS_09_A_DAYLIGHT = "���� ��� ������"
  887. GMT_PLUS_09_A_STANDARD = "���� ���� ������"
  888. GMT_PLUS_09_B_DESC = "(GMT+09:00) �����, �����, �����"
  889. GMT_PLUS_09_B_DAYLIGHT = "���� ��� �����"
  890. GMT_PLUS_09_B_STANDARD = "���� ���� �����"
  891. GMT_PLUS_09_C_DESC = "(GMT+09:00) �����"
  892. GMT_PLUS_09_C_DAYLIGHT = "���� ��� �����"
  893. GMT_PLUS_09_C_STANDARD = "���� ���� �����"
  894. GMT_PLUS_0930_A_DESC = "(GMT+09:30) �������"
  895. GMT_PLUS_0930_A_DAYLIGHT = "���� ��� ���� ��������"
  896. GMT_PLUS_0930_A_STANDARD = "���� ���� ���� ��������"
  897. GMT_PLUS_0930_B_DESC = "(GMT+09:30) ������"
  898. GMT_PLUS_0930_B_DAYLIGHT = "���� ��� ���� ��������"
  899. GMT_PLUS_0930_B_STANDARD = "���� ���� ���� ��������"
  900. GMT_PLUS_10_A_DESC = "(GMT+10:00) �����, ������, �����"
  901. GMT_PLUS_10_A_DAYLIGHT = "���� ��� ���� ��������"
  902. GMT_PLUS_10_A_STANDARD = "���� ���� ���� ��������"
  903. GMT_PLUS_10_B_DESC = "(GMT+10:00) ��������"
  904. GMT_PLUS_10_B_DAYLIGHT = "���� ��� ���� ��������"
  905. GMT_PLUS_10_B_STANDARD = "���� ���� ���� ��������"
  906. GMT_PLUS_10_C_DESC = "(GMT+10:00) ������"
  907. GMT_PLUS_10_C_DAYLIGHT = "���� ��� ������"
  908. GMT_PLUS_10_C_STANDARD = "���� ���� ������"
  909. GMT_PLUS_10_D_DESC = "(GMT+10:00) ����������"
  910. GMT_PLUS_10_D_DAYLIGHT = "���� ��� ����������"
  911. GMT_PLUS_10_D_STANDARD = "���� ���� ����������"
  912. GMT_PLUS_10_E_DESC = "(GMT+10:00) ����, ���� ������"
  913. GMT_PLUS_10_E_DAYLIGHT = "���� ��� ���� ��������� ����"
  914. GMT_PLUS_10_E_STANDARD = "���� ���� ���� ��������� ����"
  915. GMT_PLUS_11_A_DESC = "(GMT+11:00) �����, ��� ����, ������� �����"
  916. GMT_PLUS_11_A_DAYLIGHT = "���� ��� ���� ��������� ����"
  917. GMT_PLUS_11_A_STANDARD = "���� ���� ���� ��������� ����"
  918. GMT_PLUS_12_A_DESC = "(GMT+12:00) ���'�, ���'���, ��� ����"
  919. GMT_PLUS_12_A_DAYLIGHT = "���� ��� ���'�"
  920. GMT_PLUS_12_A_STANDARD = "���� ���� ���'�"
  921. GMT_PLUS_12_B_DESC = "(GMT+12:00) ������, ���������"
  922. GMT_PLUS_12_B_DAYLIGHT = "���� ��� ��� �����"
  923. GMT_PLUS_12_B_STANDARD = "���� ���� ��� �����"
  924. GMT_PLUS_13_A_DESC = "(GMT+13:00) ���������"
  925. GMT_PLUS_13_A_DAYLIGHT = "���� ��� �����"
  926. GMT_PLUS_13_A_STANDARD = "���� ���� �����"
  927. PROV0_URL = "http://www.tunes.com/tunes-cgi2/tunes/disc_info/203/"
  928. PROV0_NAME = "Tunes.com"
  929. PROV0_HOME = "http://www.tunes.com/tunes-cgi2/tunes/home_page_aff/1/203"
  930. PROV0_UPLOAD = "http://www.tunes.com/tunes-cgi2/tunes/put_disc_info/203/"
  931. PROV1_URL = "http://mscd.musicblvd.com/cgi-bin/twcd/0_1100_"
  932. PROV1_NAME = "���� �������"
  933. PROV1_HOME = "http://www.musicblvd.com/mscd"
  934. @*:;end_all
  935. @*:; Following four strings must be localized for SBCS language. For DBCS language, please do not localize.
  936. @*:;begin_all
  937. DESCA_SERIAL = "Serial Connection For DirectPlay"
  938. DESCA_MODEM = "Modem Connection For DirectPlay"
  939. DESCA_TCP = "Internet TCP/IP Connection For DirectPlay"
  940. DESCA_IPX = "IPX Connection For DirectPlay"
  941. @*:;end_all
  942. @*:; Following four strings must be localized for DBCS language. For SBCS language, please do not localize.
  943. @*:;begin_all
  944. DESCW_SERIAL = "����� ���� ���� DirectPlay"
  945. DESCW_MODEM = "����� ���� ���� DirectPlay"
  946. DESCW_TCP = "����� Internet TCP/IP ���� DirectPlay"
  947. DESCW_IPX = "����� IPX ���� DirectPlay"
  948. @*:;end_all