home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / SYSTEM / PWIN97 / PRECOPY2.CAB / locale.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-02-25  |  18.8 KB  |  385 lines

  1. ; LOCALE.INF
  2. ;
  3. ; This is the Setup information file for international
  4. ; things.  Includes codepage, language, and grabber fonts.
  5. ; This setup also includes any NLS information.
  6. ;
  7. ; Copyright 1993, Microsoft Corporation
  8.  
  9. [version]
  10. LayoutFile=layout.inf
  11. signature="$CHICAGO$"
  12. SetupClass=BASE
  13. Provider=%Msft%
  14.  
  15. ;***********************************************
  16. ;NLS Stuff first
  17. ;***********************************************
  18.  
  19. [DestinationDirs]
  20. CodePage936     =25,Fonts   ;BUGBUG should replace w/ LDID for FONTS folder
  21. CodePage936_Del =11         ;LDID_SYS
  22. CopyDOSIntl             =13                     ;Command directory
  23. NLS_COPY_FILES  =11         ;System Directory
  24. NLS_ADDREG              =11                     ;Shared directory
  25.  
  26.  
  27. [BaseWinOptions]
  28. NLSAPI
  29. NLS_UTILS
  30.  
  31. [NLSAPI]
  32. CopyFiles = NLS_COPY_FILES, NLS_ADDREG
  33. Ini2Reg   = INI_TO_REG
  34. AddReg    = nls.reg
  35.  
  36. [NLS_ADDREG]
  37. addreg.exe
  38.  
  39. [NLS_COPY_FILES]
  40. cp_1252.nls
  41. cp_437.nls
  42. cp_850.nls
  43. cp_936.nls
  44. locale.nls
  45. unicode.nls
  46. INTL.CPL
  47.  
  48.  
  49.  
  50. ;***********************************************
  51. ; * This will display the CUSTOMIZE in setup
  52. ;***********************************************
  53.  
  54. [Modules]
  55. Locale=*
  56.  
  57. [Locale]
  58. ClassDesc=%LOCALE%
  59. ListOptions=LocaleList
  60. DefaultOption=%Default_Locale%
  61. IconIndex=0
  62. DefaultDLL=SETUPX.DLL, P_SetDefaultOption
  63.  
  64.  
  65. [LocaleList]
  66. L0804
  67.                                      
  68.  
  69. [L0804]
  70. OptionDesc=%00000804%
  71. CopyFiles=CodePage936
  72. DelFiles=CodePage936_Del
  73. UpdateInis=CodePage936_Ini
  74. AddReg=SysLocale_0804, RegCP936
  75.  
  76. ; File Update References
  77. ; Where to find the source files
  78. ; CopyFiles References
  79.  
  80.  
  81. [CodePage936]
  82. dosapp.fon
  83.  
  84. [CodePage936_Del]
  85. dosapp.fon
  86. ; Delete this since it's now copied to the Fonts Folder
  87.  
  88.  
  89. [CodePage936_Ini]
  90. system.ini,386Enh,,"woafont=dosapp.fon"
  91. ;system.ini,boot,,"oemfonts.fon=vgaoem.fon"
  92. system.cb,intl,,"ACP=936"
  93. system.cb,intl,,"OEMCP=936"
  94. System.cb,intl,,"SystemLocale=00000804"
  95.  
  96.  
  97. ;*********************************************************************
  98. ;** The following RegCPXXX files make registry entries that tell    **
  99. ;** the system what OEM code page and what ANSI code page the user  **
  100. ;** will be using                                                   **
  101. ;*********************************************************************
  102.  
  103.  
  104. [RegCP936]
  105. HKLM, system\currentcontrolset\control\Nls\Codepage,ACP,,"936"
  106. HKLM, system\currentcontrolset\control\Nls\Codepage,OEMCP,,"936"
  107.  
  108.  
  109. ;***********************************************
  110. ;These are all of the NLS registy entries
  111. ;***********************************************
  112.  
  113.  
  114. [SysLocale_0804]
  115. HKCU, "Control Panel\International",Locale,,00000804
  116. HKLM, system\currentcontrolset\control\Nls\Locale,,,00000804
  117. HKCU,"Control Panel\desktop\ResourceLocale",,,00000804
  118.  
  119.  
  120. [INI_TO_REG]
  121.  
  122. ;******************************************************
  123. ;* These registry entries will be filled in using the *
  124. ;* user's current Win.INI [Intl] settings, or if they *
  125. ;* do not exist, they will be filled in after setup   *
  126. ;* has begin to run Chicago                           *
  127. ;* These entries are also compatible with NT          *
  128. ;******************************************************
  129.  
  130. win.ini, intl, iCurrDigits, HKCU, "Control Panel\International"
  131. win.ini, intl, iCurrency, HKCU, "Control Panel\International"
  132. win.ini, intl, iDate, HKCU, "Control Panel\International"
  133. win.ini, intl, iDigits, HKCU, "Control Panel\International"
  134. win.ini, intl, iLZero, HKCU, "Control Panel\International"
  135. win.ini, intl, iMeasure, HKCU, "Control Panel\International"
  136. win.ini, intl, iNegCurr, HKCU, "Control Panel\International"
  137. win.ini, intl, iTime, HKCU, "Control Panel\International"
  138. win.ini, intl, iTLZero, HKCU, "Control Panel\International"
  139. win.ini, intl, s1159, HKCU, "Control Panel\International"
  140. win.ini, intl, s2359, HKCU, "Control Panel\International"
  141. win.ini, intl, sCurrency, HKCU, "Control Panel\International"
  142. win.ini, intl, sDate, HKCU, "Control Panel\International"
  143. win.ini, intl, sDecimal, HKCU, "Control Panel\International"
  144. win.ini, intl, sList, HKCU, "Control Panel\International"
  145. win.ini, intl, sLongDate, HKCU, "Control Panel\International"
  146. win.ini, intl, sShortDate, HKCU, "Control Panel\International"
  147. win.ini, intl, sThousand, HKCU, "Control Panel\International"
  148. win.ini, intl, sTime, HKCU, "Control Panel\International"
  149.  
  150. [nls.reg]
  151.  
  152. ;******************************************************
  153. ;* These registry entries will be filled in using the *
  154. ;* user's current Win.INI [Intl] settings, or if they *
  155. ;* do not exist, they will be filled in after setup   *
  156. ;* has begin to run Chicago                           *
  157. ;* These entries are also compatible with NT          *
  158. ;******************************************************
  159.  
  160. HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,NLSREG,,"addreg.exe"
  161. HKLM, system\currentcontrolset\control\Nls\AddLocales,,,
  162.  
  163. HKLM, system\currentcontrolset\control\Nls\Codepage,1251,,""
  164. HKLM, system\currentcontrolset\control\Nls\Codepage,1252,,cp_1252.nls
  165. HKLM, system\currentcontrolset\control\Nls\Codepage,1253,,""
  166. HKLM, system\currentcontrolset\control\Nls\Codepage,1254,,""
  167. HKLM, system\currentcontrolset\control\Nls\Codepage,1257,,""
  168. HKLM, system\currentcontrolset\control\Nls\Codepage,1361,,""
  169.  
  170. HKLM, system\currentcontrolset\control\Nls\Codepage,437,,cp_437.nls
  171. HKLM, system\currentcontrolset\control\Nls\Codepage,737,,""
  172. HKLM, system\currentcontrolset\control\Nls\Codepage,775,,""
  173. HKLM, system\currentcontrolset\control\Nls\Codepage,850,,cp_850.nls
  174. HKLM, system\currentcontrolset\control\Nls\Codepage,852,,""
  175. HKLM, system\currentcontrolset\control\Nls\Codepage,857,,""
  176. HKLM, system\currentcontrolset\control\Nls\Codepage,862,,""
  177. HKLM, system\currentcontrolset\control\Nls\Codepage,864,,""
  178. HKLM, system\currentcontrolset\control\Nls\Codepage,866,,""
  179. HKLM, system\currentcontrolset\control\Nls\Codepage,874,,""
  180.  
  181. HKLM, system\currentcontrolset\control\Nls\Codepage,932,,""
  182. HKLM, system\currentcontrolset\control\Nls\Codepage,936,,"cp_936.nls"
  183. HKLM, system\currentcontrolset\control\Nls\Codepage,949,,""
  184. HKLM, system\currentcontrolset\control\Nls\Codepage,950,,""
  185.  
  186. HKLM, system\currentcontrolset\control\Nls\Locale,0000042D,,%0000042D%
  187. HKLM, system\currentcontrolset\control\Nls\Locale,00000403,,%00000403%
  188. HKLM, system\currentcontrolset\control\Nls\Locale,00000406,,%00000406%
  189. HKLM, system\currentcontrolset\control\Nls\Locale,00000413,,%00000413%
  190. HKLM, system\currentcontrolset\control\Nls\Locale,00000813,,%00000813%
  191. HKLM, system\currentcontrolset\control\Nls\Locale,00000409,,%00000409%
  192. HKLM, system\currentcontrolset\control\Nls\Locale,00000809,,%00000809%
  193. HKLM, system\currentcontrolset\control\Nls\Locale,00000C09,,%00000C09%
  194. HKLM, system\currentcontrolset\control\Nls\Locale,00001009,,%00001009%
  195. HKLM, system\currentcontrolset\control\Nls\Locale,00001409,,%00001409%
  196. HKLM, system\currentcontrolset\control\Nls\Locale,00001809,,%00001809%
  197. HKLM, system\currentcontrolset\control\Nls\Locale,0000040B,,%0000040B%
  198. HKLM, system\currentcontrolset\control\Nls\Locale,0000040C,,%0000040C%
  199. HKLM, system\currentcontrolset\control\Nls\Locale,0000080C,,%0000080C%
  200. HKLM, system\currentcontrolset\control\Nls\Locale,00000C0C,,%00000C0C%
  201. HKLM, system\currentcontrolset\control\Nls\Locale,0000100C,,%0000100C%
  202. HKLM, system\currentcontrolset\control\Nls\Locale,00000407,,%00000407%
  203. HKLM, system\currentcontrolset\control\Nls\Locale,00000807,,%00000807%
  204. HKLM, system\currentcontrolset\control\Nls\Locale,00000C07,,%00000C07%
  205. HKLM, system\currentcontrolset\control\Nls\Locale,0000040F,,%0000040F%
  206. HKLM, system\currentcontrolset\control\Nls\Locale,00000410,,%00000410%
  207. HKLM, system\currentcontrolset\control\Nls\Locale,00000810,,%00000810%
  208. HKLM, system\currentcontrolset\control\Nls\Locale,00000414,,%00000414%
  209. HKLM, system\currentcontrolset\control\Nls\Locale,00000814,,%00000814%
  210. HKLM, system\currentcontrolset\control\Nls\Locale,00000416,,%00000416%
  211. HKLM, system\currentcontrolset\control\Nls\Locale,00000816,,%00000816%
  212. HKLM, system\currentcontrolset\control\Nls\Locale,0000040A,,%0000040A%
  213. HKLM, system\currentcontrolset\control\Nls\Locale,0000080A,,%0000080A%
  214. HKLM, system\currentcontrolset\control\Nls\Locale,00000C0A,,%00000C0A%
  215. HKLM, system\currentcontrolset\control\Nls\Locale,0000041D,,%0000041D%
  216. HKLM, system\currentcontrolset\control\Nls\Locale,00000436,,%00000436%
  217. HKLM, system\currentcontrolset\control\Nls\Locale,00001C09,,%00001C09%
  218. HKLM, system\currentcontrolset\control\Nls\Locale,0000140C,,%0000140C%
  219. HKLM, system\currentcontrolset\control\Nls\Locale,00001007,,%00001007%
  220. HKLM, system\currentcontrolset\control\Nls\Locale,00001407,,%00001407%
  221. HKLM, system\currentcontrolset\control\Nls\Locale,00000421,,%00000421%
  222. HKLM, system\currentcontrolset\control\Nls\Locale,00000404,,%00000404%
  223. HKLM, system\currentcontrolset\control\Nls\Locale,00000804,,%00000804%
  224.  
  225. ;**********************************************************************
  226. ;* Palette Indices for the map in the Regional Settings Control Panel *
  227. ;**********************************************************************
  228. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,Default,,"255,254"
  229. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001801,,"0,1"
  230. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001401,,"*2,3"
  231. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001C01,,"2,3"
  232. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001001,,"4,5"
  233. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000C01,,"6,7"
  234. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000436,,"10,11"
  235. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001C09,,"*10,11"
  236. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000409,,"12,13"
  237. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001009,,"*14,15"
  238. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000C0C,,"14,15"
  239. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000080A,,"16,17"
  240. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000416,,"18,19"
  241. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000C09,,"20,21"
  242. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001409,,"22,23"
  243. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000C04,,"24,25"
  244. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000804,,"*24,25"
  245. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001004,,"24,25"
  246. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000404,,"24,25"
  247. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000411,,"26,27"
  248. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000412,,"28,29"
  249. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000421,,"30,31"
  250. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000041E,,"32,33"
  251. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00003C01,,"34,35"
  252. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00002C01,,"34,35"
  253. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00003401,,"34,35"
  254. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00004001,,"34,35"
  255. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000401,,"*34,35"
  256. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00003801,,"34,35"
  257. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000040D,,"34,35"
  258. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00002001,,"*36,37"
  259. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00002401,,"36,37"
  260. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000801,,"38,39"
  261. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00003001,,"38,39"
  262. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00002801,,"38,39"
  263. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000041F,,"*38,39"
  264. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000429,,"40,41"
  265. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000419,,"42,43"
  266. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000816,,"44,45"
  267. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000042D,,"46,47"
  268. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000403,,"46,47"
  269. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000C0A,,"*46,47"
  270. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000040A,,"46,47"
  271. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000080C,,"48,49"
  272. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000140C,,"48,49"
  273. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000040C,,"*48,49"
  274. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000100C,,"48,49"
  275. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000410,,"*50,51"
  276. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000810,,"50,51"
  277. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000813,,"52,53"
  278. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000413,,"52,53"
  279. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000C07,,"52,53"
  280. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001407,,"52,53"
  281. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001007,,"52,53"
  282. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000407,,"*52,53"
  283. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000807,,"52,53"
  284. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000809,,"*54,55"
  285. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001809,,"54,55"
  286. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000408,,"56,57"
  287. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000040F,,"58,59"
  288. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000422,,"60,61"
  289. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000041C,,"62,63"
  290. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000402,,"62,63"
  291. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000041A,,"62,63"
  292. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000040E,,"62,63"
  293. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000418,,"*62,63"
  294. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000424,,"62,63"
  295. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000405,,"64,65"
  296. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000415,,"*64,65"
  297. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000041B,,"64,65"
  298. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000423,,"*66,67"
  299. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000425,,"66,67"
  300. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000426,,"66,67"
  301. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000427,,"66,67"
  302. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000414,,"68,69"
  303. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000814,,"*68,69"
  304. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000041D,,"70,71"
  305. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000040B,,"72,73"
  306. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00000406,,"74,75"
  307. ;put it back South America
  308. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000100A,,"*250,132"
  309. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000140A,,"*250,137"
  310. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00002409,,"*250,139"
  311. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00001C0A,,"*250,142"
  312. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00002009,,"*250,140"
  313. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000180A,,"*250,138"
  314. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000200A,,"*250,163"
  315. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000240A,,"*250,164"
  316. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000280A,,"*250,166"    ;Peru
  317. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000300A,,"*250,165"    ;Ecuador
  318. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000340A,,"*250,168"    ;Chile
  319. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00003C0A,,"*250,169"    ;Paraguay
  320. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,00002C0A,,"*250,170"    ;Argentia
  321. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Nls\LocaleMapIDs,0000380A,,"*250,171"    ;Uruguay
  322.  
  323.  
  324. ; EUDC code ranges
  325. HKLM, system\currentcontrolset\control\Nls\CodePage\EUDCCodeRange,CP00932,,"f040-f9fc"
  326. HKLM, system\currentcontrolset\control\Nls\CodePage\EUDCCodeRange,CP00936,,"aaa1-affe, f8a1-fefe"
  327. HKLM, system\currentcontrolset\control\Nls\CodePage\EUDCCodeRange,CP00949,,"c9a1-c9fe,fea1-fefe"
  328. HKLM, system\currentcontrolset\control\Nls\CodePage\EUDCCodeRange,CP00950,,"fa40-fefe,8e40-a0fe,8140-8dfe,c6a1-c8fe"
  329. HKLM, system\currentcontrolset\control\Nls\CodePage\EUDCCodeRange,932,,"f040-f9fc"
  330. HKLM, system\currentcontrolset\control\Nls\CodePage\EUDCCodeRange,936,,"aaa1-affe, f8a1-fefe"
  331. HKLM, system\currentcontrolset\control\Nls\CodePage\EUDCCodeRange,949,,"c9a1-c9fe,fea1-fefe"
  332. HKLM, system\currentcontrolset\control\Nls\CodePage\EUDCCodeRange,950,,"fa40-fefe,8e40-a0fe,8140-8dfe,c6a1-c8fe"
  333.  
  334. ; User-visible strings
  335.  
  336. [Strings]
  337. Msft = "Microsoft"
  338. MS_Disk1 = "Microsoft Chicago Windows ┤┼┼╠ #1"
  339. LOCALE = "╟°╙≥╔Φ╓├"
  340. ;* These lines should only be modified by the person who is responsible
  341. ;* for shipping a piticular version of Chicago.
  342.  
  343. Default_Locale=L0804
  344.  
  345. 00000404 = "╖▒╠σ╓╨╬─(╠¿═σ)"
  346. 00000804 = "╝≥╠σ╓╨╬─(╓╨╣·)"
  347. 0000042D = "░═╩┐┐╦╙∩"
  348. 00000403 = "╝╙╠⌐┬í╙∩"
  349. 00000406 = "╡ñ┬≤╙∩"
  350. 00000413 = "║╔└╝╙∩(▒Ω╫╝)"
  351. 00000813 = "▒╚└√╩▒╙∩(╖≡└╝├ó)"
  352. 00000409 = "╙ó╙∩(├└╣·)"
  353. 00000809 = "╙ó╙∩(╙ó╣·)"
  354. 00000C09 = "╙ó╙∩(░─┤≤└√╤╟)"
  355. 00001009 = "╙ó╙∩(╝╙─├┤≤)"
  356. 00001409 = "╙ó╙∩(╨┬╬≈└╝)"
  357. 00001809 = "╙ó╙∩(░«╢√└╝)"
  358. 0000040B = "╖╥└╝╙∩"
  359. 0000040C = "╖¿╙∩(▒Ω╫╝)"
  360. 0000080C = "╖¿╙∩(▒╚└√╩▒)"
  361. 00000C0C = "╖¿╙∩(╝╙─├┤≤)"
  362. 0000100C = "╖¿╙∩(╚≡╩┐)"
  363. 00000407 = "╡┬╙∩(▒Ω╫╝)"
  364. 00000807 = "╡┬╙∩(╚≡╩┐)"
  365. 00000C07 = "╡┬╙∩(░─┤≤└√╤╟)"
  366. 0000040F = "▒∙╡║╙∩"
  367. ;00000421="╙í╢╚─ß╬≈╤╟╙∩"
  368. 00000410 = "╥Γ┤≤└√╙∩(▒Ω╫╝)"
  369. 00000810 = "╥Γ┤≤└√╙∩(╚≡╩┐╙∩)"
  370. 00000414 = "┼▓═■╙∩(▓«┐╦├╖╢√)"
  371. 00000814 = "┼▓═■╙∩(─ß┼╡╦╣┐╦)"
  372. 00000416 = "╞╧╠╤╤└╙∩(░═╬≈)"
  373. 00000816 = "╞╧╠╤╤└╙∩(▒Ω╫╝)"
  374. 0000040A = "╬≈░α╤└╙∩(┤½═│)"
  375. 0000080A = "╬≈░α╤└╙∩(─½╬≈╕τ)"
  376. 00000C0A = "╬≈░α╤└╙∩(╧╓┤·)"
  377. 0000041D = "╚≡╡Σ╙∩"
  378. ;New locales added as of 6/30/94
  379. 00000436 = "─╧╖╟║╔└╝╙∩"
  380. 00001C09 = "╙ó╙∩(─╧╖╟)"
  381. 0000140C = "╖¿╙∩(┬¼╔¡▒ñ)"
  382. 00001007 = "╡┬╙∩(┬¼╔¡▒ñ)"
  383. 00001407 = "╡┬╙∩(┴╨╓º╢╪╩┐╡╟)"
  384. 00000421 = "╙í╢╚─ß╬≈╤╟╙∩"
  385.