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.

744 lines
23 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. // This section is for non-FE (chs,cht,kor,jpn) builds. So english, german, ....
  19. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  20. [nls]
  21. ;
  22. ; These values are used by setupldr when starting text setup
  23. ; and by text setup to initialize nls values in the registry.
  24. ;
  25. ; For the codepage and UnicodeCasetable entries, the values are
  26. ; <filename>,<identifier> pairs. Setupldr uses the first <filename>
  27. ; as the file to load for use during text setup.
  28. ;
  29. AnsiCodepage = c_1252.nls,1252
  30. OemCodepage = c_850.nls,850,c_437.nls,437
  31. MacCodepage = c_10000.nls,10000
  32. UnicodeCasetable = l_intl.nls,040C
  33. OemHalFont = vga850.fon
  34. DefaultLayout = 0000040C
  35. [Keyboard]
  36. STANDARD = "Clavier XT, AT, ou �tendu (83-104 touches)",files.i8042,i8042prt
  37. kbdhid = "Clavier USB",files.kbdhid,kbdhid
  38. @i:USB = "Clavier USB",files.kbdhid,kbdhid
  39. [Files.BackupOnUpgrade]
  40. [Files.BackupOnOverwrite]
  41. #elif LANGUAGE_ID == 0x804
  42. //CHS specific sections
  43. @*: Lines marked with @w: are for workstation only
  44. @*: Lines marked with @s: are for server only
  45. @*: Lines marked with @@: are for both
  46. [nls]
  47. ;
  48. ; These values are used by setupldr when starting text setup
  49. ; and by text setup to initialize nls values in the registry.
  50. ;
  51. ; For the codepage and UnicodeCasetable entries, the values are
  52. ; <filename>,<identifier> pairs. Setupldr uses the first <filename>
  53. ; as the file to load for use during text setup.
  54. ;
  55. AnsiCodepage = c_936.nls,936
  56. OemCodepage = c_936.nls,936
  57. MacCodepage = c_10008.nls,10008
  58. UnicodeCasetable = l_intl.nls,0804
  59. OemHalFont = vgaoem.fon
  60. DefaultLayout = 00000804
  61. [Keyboard]
  62. STANDARD = "XT, AT����ǿ�ͼ��� (83-104 ��)",files.i8042,i8042prt
  63. kbdhid = "USB Keyboard",files.kbdhid,kbdhid
  64. @i:USB = "USB Keyboard",files.kbdhid,kbdhid
  65. [Files.BackupOnUpgrade]
  66. [Files.BackupOnOverwrite]
  67. [FontListE]
  68. "���� & ������ (TrueType)" = SIMSUN.TTC
  69. "���� (TrueType)" = SIMHEI.TTF
  70. "���� (TrueType)" = SIMKAI.TTF
  71. "������ (TrueType)" = SIMFANG.TTF
  72. ["Keyboard Layout"]
  73. 00000804 = "��ʽ����(����)"
  74. [Files.KeyboardLayout]
  75. 00000804 = KBDUS.DLL,2
  76. [Files.DeleteOnUpgrade]
  77. @@:eudcedit.exe , 2
  78. @@:eudcedit.cnt , 2
  79. @@:eudcedit.hlp , 2
  80. @@:winclock.exe , 5
  81. @@:cime.cpl , 2
  82. @@:fetools.inf , 20
  83. @i:@@:fsvga.sys , 4
  84. [FileFlags]
  85. app936.fon = 16
  86. s8514fix.fon = 16
  87. s8514oem.fon = 16
  88. s8514sys.fon = 16
  89. svgafix.fon = 16
  90. svgasys.fon = 16
  91. vga936.fon = 16
  92. xjis.nls = 16
  93. ksc.nls = 16
  94. prc.nls = 16
  95. prcp.nls = 16
  96. big5.nls = 16
  97. bopomofo.nls = 16
  98. c_10008.nls = 16
  99. [SystemPartitionFiles]
  100. @i:@@:bootfont.bin,"\"
  101. #elif LANGUAGE_ID == 0x404
  102. //CHT specific sections
  103. @*: Lines marked with @w: are for workstation only
  104. @*: Lines marked with @s: are for server only
  105. @*: Lines marked with @@: are for both
  106. [nls]
  107. ;
  108. ; These values are used by setupldr when starting text setup
  109. ; and by text setup to initialize nls values in the registry.
  110. ;
  111. ; For the codepage and UnicodeCasetable entries, the values are
  112. ; <filename>,<identifier> pairs. Setupldr uses the first <filename>
  113. ; as the file to load for use during text setup.
  114. ;
  115. AnsiCodepage = c_950.nls,950
  116. OemCodepage = c_950.nls,950
  117. MacCodepage = c_10002.nls,10002
  118. UnicodeCasetable = l_intl.nls,0404
  119. OemHalFont = vgaoem.fon
  120. DefaultLayout = 00000404
  121. [Keyboard]
  122. STANDARD = "XT, AT, �μW�j�����L (83-104 ��)",files.i8042,i8042prt
  123. kbdhid = "USB Keyboard",files.kbdhid,kbdhid
  124. @i:USB = "USB Keyboard",files.kbdhid,kbdhid
  125. [Files.BackupOnUpgrade]
  126. [Files.BackupOnOverwrite]
  127. [FontListE]
  128. "��� (TrueType)" = KAIU.TTF
  129. "�ө��� & �s�ө��� (TrueType)" = MINGLIU.TTC
  130. ["Keyboard Layout"]
  131. 00000404 = "�������L (����)"
  132. [Files.KeyboardLayout]
  133. 00000404 = KBDUS.DLL,2
  134. [Files.DeleteOnUpgrade]
  135. @@:lctool.exe , 2
  136. @@:lctool.cnt , 2
  137. @@:lctool.hlp , 2
  138. @@:uimetool.exe , 2
  139. @@:uimetool.cnt , 2
  140. @@:uimetool.hlp , 2
  141. @@:eudcedit.exe , 2
  142. @@:eudcedit.cnt , 2
  143. @@:eudcedit.hlp , 2
  144. @@:cblocks.exe , 2
  145. @@:cblocks.cnt , 2
  146. @@:cblocks.hlp , 2
  147. @@:chtuconv.exe , 2
  148. @@:chtuconv.hlp , 2
  149. @@:imedp.dll , 2
  150. @@:fsvga.dll , 2
  151. @@:foncache.dll , 2
  152. @@:eudcsrv.dll , 2
  153. @@:userfont.dll , 2
  154. @@:mingliu.ttf , 5
  155. @@:mingliu.fot , 5
  156. @@:ming12.fon , 5
  157. @@:mingli24.fon , 5
  158. @@:mingli16.fon , 5
  159. @@:mingli20.fon , 5
  160. @@:ming15.fon , 5
  161. @@:winclock.exe , 5
  162. @@:cime.cpl , 2
  163. @@:cblocks.inf , 20
  164. @@:fetools.inf , 20
  165. @i:@@:fsvga.sys , 4
  166. [FileFlags]
  167. app950.fon = 16
  168. c8514fix.fon = 16
  169. c8514oem.fon = 16
  170. c8514sys.fon = 16
  171. cvgafix.fon = 16
  172. cvgasys.fon = 16
  173. vga950.fon = 16
  174. xjis.nls = 16
  175. ksc.nls = 16
  176. prc.nls = 16
  177. prcp.nls = 16
  178. big5.nls = 16
  179. bopomofo.nls = 16
  180. c_10002.nls = 16
  181. [SystemPartitionFiles]
  182. @i:@@:bootfont.bin,"\"
  183. #elif LANGUAGE_ID == 0x411
  184. //JPN specific sections
  185. @*: Lines marked with @w: are for workstation only
  186. @*: Lines marked with @s: are for server only
  187. @*: Lines marked with @@: are for both
  188. [nls]
  189. ;
  190. ; These values are used by setupldr when starting text setup
  191. ; and by text setup to initialize nls values in the registry.
  192. ;
  193. ; For the codepage and UnicodeCasetable entries, the values are
  194. ; <filename>,<identifier> pairs. Setupldr uses the first <filename>
  195. ; as the file to load for use during text setup.
  196. ;
  197. AnsiCodepage = c_932.nls,932
  198. OemCodepage = c_932.nls,932
  199. MacCodepage = c_10001.nls,10001
  200. UnicodeCasetable = l_intl.nls,0411
  201. OemHalFont = vgaoem.fon
  202. @@!n:DefaultLayout = E0010411
  203. @n:DefaultLayout = E0010411,KBDNEC.DLL
  204. [Keyboard]
  205. @@:PCAT_106KEY = "106 Japanese Keyboard (Including USB)" ,files.kbd106,i8042prt, KBD106.DLL, 7, 2, PCAT_106KEY
  206. @@:STANDARD = "101 English Keyboard (Including USB)" ,files.kbd101,i8042prt,KBD101.DLL, 7, 0, PCAT_101KEY
  207. @@:LAYOUT98 = "NEC 98 Layout USB Keyboard",files.LAYOUT98,i8042prt,KBDNEC.DLL, 7, 2, LAYOUT98
  208. @*:@@!n:AX_105KEY = "AX ���{�� �L�[�{�[�h" ,files.kbdax2,i8042prt, KBDAX2.DLL, 7, 1, AX_105KEY
  209. @*:@@!n:IBM_002_106KEY = "IBM-5576 002/003 �L�[�{�[�h" ,files.kbdibm02,i8042prt,KBDIBM02.DLL, 7, 3, IBM_002_106KEY
  210. kbdhid = "USB Keyboard",files.kbdhid,kbdhid
  211. @i:USB = "USB Keyboard",files.kbdhid,kbdhid
  212. [Files.BackupOnUpgrade]
  213. [Files.BackupOnOverwrite]
  214. [FontListE]
  215. "�l�r �S�V�b�N & �l�r �o�S�V�b�N & MS UI Gothic (TrueType)" = MSGOTHIC.TTC
  216. "�l�r ���� & �l�r �o���� (TrueType)" = MSMINCHO.TTC
  217. ["Keyboard Layout"]
  218. 00000411 = "���{��"
  219. E0010411 = "���{�� (MS-IME2002)"
  220. [Files.KeyboardLayout]
  221. 00000411 = KBDJPN.DLL,2
  222. E0010411 = KBDJPN.DLL,2
  223. [files.kbd101]
  224. kbd101.dll,2
  225. i8042prt.sys,4
  226. [files.kbd106]
  227. kbd106.dll,2
  228. i8042prt.sys,4
  229. [files.kbdax2]
  230. kbdax2.dll,2
  231. i8042prt.sys,4
  232. [files.kbdibm02]
  233. kbdibm02.dll,2
  234. i8042prt.sys,4
  235. [files.LAYOUT98]
  236. kbdnec.dll,2
  237. i8042prt.sys,4
  238. [Files.DeleteOnUpgrade]
  239. ; from NT 3.1
  240. @@:imesel.cpl , 2
  241. @@:gaijiedt.exe , 2
  242. @@:gaijiedt.hlp , 2
  243. @@:fsvga.dll , 2
  244. @@:foncache.dll , 2
  245. @@:eudcsrv.dll , 2
  246. @@:userfont.dll , 2
  247. @@:j13fix.fon , 5
  248. @@:j13oem.fon , 5
  249. @@:j13sys.fon , 5
  250. @@:j18fix.fon , 5
  251. @@:j18oem.fon , 5
  252. @@:j18sys.fon , 5
  253. @@:j22fix.fon , 5
  254. @@:j22oem.fon , 5
  255. @@:j22sys.fon , 5
  256. @@:j27fix.fon , 5
  257. @@:j27oem.fon , 5
  258. @@:j27sys.fon , 5
  259. @@:msgothic.ttf , 5
  260. @@:msgothic.fot , 5
  261. @@:msmincho.ttf , 5
  262. @@:msmincho.fot , 5
  263. ; from NT 3.51
  264. @@:eudcedit.exe , 2
  265. @@:eudcedit.hlp , 2
  266. @@:eudcedit.cnt , 2
  267. @@:imedp.dll , 2
  268. ; from NT 4.0
  269. @@:vgasysj.fon , 22
  270. @@:vgafixj.fon , 22
  271. @@:8514sysj.fon , 22
  272. @@:8514fixj.fon , 22
  273. @@:8514oemj.fon , 22
  274. @@:parps55.sys , 4
  275. @@:parcpl.cpl , 2
  276. @i:@@:oak611.sys , 4
  277. @i:@@:oak611.dll , 2
  278. @i:@@:neckbrep.sys , 4
  279. @i:@@:usbkbdwm.sys , 4
  280. @i:@@:fsvga.sys , 4
  281. [HardwareIdsDatabase]
  282. *PNP0320 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
  283. [FileFlags]
  284. app932.fon = 16
  285. j8514fix.fon = 16
  286. j8514oem.fon = 16
  287. j8514sys.fon = 16
  288. jsmalle.fon = 16
  289. jsmallf.fon = 16
  290. jvgafix.fon = 16
  291. jvgasys.fon = 16
  292. vga932.fon = 16
  293. xjis.nls = 16
  294. ksc.nls = 16
  295. prc.nls = 16
  296. prcp.nls = 16
  297. big5.nls = 16
  298. bopomofo.nls = 16
  299. c_10001.nls = 16
  300. ; IMJP8.1 WOW64 and Native64
  301. @m:imjpch.dic = 16
  302. @m:imjpln.dic = 16
  303. @m:imjpnm.dic = 16
  304. @m:imjpsb.dic = 16
  305. @m:imjpst.dic = 16
  306. @m:imjptk.dic = 16
  307. @m:imjpzp.dic = 16
  308. @m:imjpgn.grm = 16
  309. [SystemPartitionFiles]
  310. @i:@@:bootfont.bin,"\"
  311. [HiveInfs.Upgrade]
  312. AddReg = hivesft.inf,AddRegUpg
  313. #elif LANGUAGE_ID == 0x412
  314. //KOR specific sections
  315. @*: Lines marked with @w: are for workstation only
  316. @*: Lines marked with @s: are for server only
  317. @*: Lines marked with @@: are for both
  318. [nls]
  319. ;
  320. ; These values are used by setupldr when starting text setup
  321. ; and by text setup to initialize nls values in the registry.
  322. ;
  323. ; For the codepage and UnicodeCasetable entries, the values are
  324. ; <filename>,<identifier> pairs. Setupldr uses the first <filename>
  325. ; as the file to load for use during text setup.
  326. ;
  327. AnsiCodepage = c_949.nls,949
  328. OemCodepage = c_949.nls,949
  329. MacCodepage = c_10003.nls,10003
  330. UnicodeCasetable = l_intl.nls,0412
  331. OemHalFont = vgaoem.fon
  332. DefaultLayout = E0010412
  333. [Keyboard]
  334. STANDARD = "101 ����/MS Natural Keyboard(���� 1)", files.kbd101a,i8042prt,KBD101A.DLL, 8, 3, PCAT_101AKEY
  335. "101B TYPE" = "101 ����/MS Natural Keyboard(���� 2)", files.kbd101b,i8042prt,KBD101B.DLL, 8, 4, PCAT_101BKEY
  336. "101C TYPE" = "101 ����/MS Natural Keyboard(���� 3)", files.kbd101c,i8042prt,KBD101C.DLL, 8, 5, PCAT_101CKEY
  337. "103 TYPE" = "KSC 103 ����/MS Natural Keyboard" , files.kbd103 ,i8042prt,KBD103.DLL, 8, 6, PCAT_103KEY
  338. kbdhid = "USB Keyboard",files.kbdhid,kbdhid
  339. @i:USB = "USB Keyboard",files.kbdhid,kbdhid
  340. [Files.BackupOnUpgrade]
  341. config.nt , 2 , config.bak
  342. [FontListE]
  343. "���� & ����ü & ���� & ����ü (TrueType)" = GULIM.TTC
  344. "���� & ����ü & �ü� & �ü�ü (TrueType)" = BATANG.TTC
  345. ["Keyboard Layout"]
  346. 00000412 = "�ѱ���"
  347. E0010412 = "�ѱ� �Է±� (IME 2000)"
  348. [Files.KeyboardLayout]
  349. 00000412 = KBDKOR.DLL,2
  350. E0010412 = KBDKOR.DLL,2
  351. [files.kbd101a]
  352. kbd101a.dll,2
  353. i8042prt.sys,4
  354. [files.kbd101b]
  355. kbd101b.dll,2
  356. i8042prt.sys,4
  357. [files.kbd101c]
  358. kbd101c.dll,2
  359. i8042prt.sys,4
  360. [files.kbd103]
  361. kbd103.dll,2
  362. i8042prt.sys,4
  363. [Files.DeleteOnUpgrade]
  364. @@:eudcedit.exe , 2
  365. @@:eudcedit.hlp , 2
  366. @@:eudcedit.cnt , 2
  367. @@:fsvga.dll , 2
  368. @@:foncache.dll , 2
  369. @@:eudcsrv.dll , 2
  370. @@:userfont.dll , 2
  371. @@:gulim.ttf , 5
  372. @@:gulim.fot , 5
  373. @@:batang.ttf , 5
  374. @@:batang.fot , 5
  375. @@:dotum.ttf , 5
  376. @@:dotum.fot , 5
  377. @@:gungsuh.ttf , 5
  378. @@:gungsuh.fot , 5
  379. @@:msime95k.ime , 2
  380. @i:@@:fsvga.sys , 4
  381. [FileFlags]
  382. app949.fon = 16
  383. h8514fix.fon = 16
  384. h8514oem.fon = 16
  385. h8514sys.fon = 16
  386. hvgafix.fon = 16
  387. hvgasys.fon = 16
  388. vga949.fon = 16
  389. xjis.nls = 16
  390. ksc.nls = 16
  391. prc.nls = 16
  392. prcp.nls = 16
  393. big5.nls = 16
  394. bopomofo.nls = 16
  395. c_10003.nls = 16
  396. c_1361.nls = 16
  397. [SystemPartitionFiles]
  398. @i:@@:bootfont.bin,"\"
  399. #endif
  400. ;
  401. ; This section provides information about hard disk drivers.
  402. ;
  403. ; The left hand side is a name in the \Driver directory in the NT
  404. ; \Driver object namespace.
  405. ;
  406. ; Value #0 is a format string used in creating the descriptive name
  407. ; of the disk.
  408. ;
  409. [DiskDriverMap]
  410. abiosdsk = "le disque Micro Channel de %1!u! Mo"
  411. atdisk = "le disque IDE/ESDI de %1!u! Mo"
  412. disk = "le disque %2!u! de %1!u! Mo ayant l'ID %3!u! du bus %4!u! sur %5"
  413. [ScsiClass]
  414. cdrom = "CD-ROM SCSI"
  415. floppy = "Disquette SCSI"
  416. disk = "Disque SCSI"
  417. ramdisk = "Pilote de disque RAM"
  418. [FileSystems]
  419. fat = "Syst�me de fichiers FAT"
  420. ntfs = "Syst�me de fichiers Windows NT (NTFS)"
  421. ksecdd = "Fournisseur de s�curit� du noyau"
  422. [FloppyDrivers]
  423. floppy = "Disquette standard"
  424. fat = "Syst�me de fichiers FAT"
  425. [SystemPartitionFiles]
  426. @i:@@:Bootfont.bin,"\"
  427. [CdRomDrivers]
  428. cdfs = "Syst�me de fichiers CD-ROM"
  429. [MouseDrivers]
  430. mouclass = "Pilote de la classe de la souris"
  431. mouhid = "Pilote de filtre de la souris HID"
  432. ;
  433. ; Font list
  434. ;
  435. ; Setup will create an entry in the [Fonts] section of win.ini
  436. ; for each of the following fonts. (Fonts copied during GUI setup
  437. ; have entries in [FontList] in a gui inf file -- see eng_ansi.txt.)
  438. ; Note that the [fonts] section of win.ini is shadowed into
  439. ; HEKY_LOCAL_MACHINE\software\Microsoft\Windows NT\CurrentVersion\Fonts.
  440. ;
  441. [FontListE]
  442. "Courier 10,12,15 (VGA res)" = COURE.FON
  443. "MS Sans Serif 8,10,12,14,18,24 (VGA res)" = SSERIFE.FON
  444. "MS Serif 8,10,12,14,18,24 (VGA res)" = SERIFE.FON
  445. "Tahoma (TrueType)" = TAHOMA.TTF
  446. "Microsoft Sans Serif Regular (TrueType)" = MICROSS.TTF
  447. @*:
  448. @*: If add a keyboard layout dll description here make sure
  449. @*: that you add the layout dll file name in [CmdConsFiles]
  450. @*: section in dosnet.inf also, so that when command console
  451. @*: is installed on the harddisk that particular layout file
  452. @*: can be copied
  453. @*:
  454. ["Keyboard Layout"]
  455. 0000041C = "Albanais"
  456. 00000407 = "Allemand"
  457. 00010407 = "Allemand (IBM)"
  458. 00000807 = "Allemand - Suisse"
  459. 00001009 = "Anglais - Canada, Multilingue"
  460. 00000809 = "Anglais - R.U."
  461. 00000409 = "Anglais - E.U."
  462. 00010409 = "Anglais - E.U., Dvorak"
  463. 00040409 = "Anglais - E.U., Dvorak main droite"
  464. 00030409 = "Anglais - E.U., Dvorak main gauche"
  465. 00020409 = "Anglais - E.U., International"
  466. 00000423 = "Bi�lorusse"
  467. 00000416 = "Br�silien (ABNT)"
  468. 00000402 = "Bulgare"
  469. 00010402 = "Bulgare - latin"
  470. 0000041a = "Croate"
  471. 00000406 = "Danois"
  472. 0000040A = "Espagnol"
  473. 0000080A = "Espagnol - Am�rique Latine"
  474. 0001040A = "Espagnol - Variation"
  475. 00000425 = "Estonien"
  476. 0000040B = "Finnois"
  477. 0000040C = "Fran�ais"
  478. 0000080C = "Fran�ais - Belgique"
  479. 00000C0C = "Fran�ais - Canada"
  480. 00010C0C = "Fran�ais - Canada, Multilingue"
  481. 0000100C = "Fran�ais - Suisse"
  482. 00000408 = "Grec"
  483. 00050408 = "Grec latin"
  484. 00010408 = "Grec (220)"
  485. 00030408 = "Grec (220) latin"
  486. 00020408 = "Grec (319)"
  487. 00040408 = "Grec (319) latin"
  488. 0000040E = "Hongrois"
  489. 0001040E = "Hongrois 101 touches"
  490. 00001809 = "Irlandais"
  491. 0000040F = "Islandais"
  492. 00000410 = "Italien"
  493. 00010410 = "Italien (142)"
  494. 00000426 = "Letton"
  495. 00010426 = "Letton (QWERTY)"
  496. 00000427 = "Lituanien"
  497. 00000413 = "N�erlandais"
  498. 00000813 = "N�erlandais - Belgique"
  499. 00000414 = "Norv�gien"
  500. 00000415 = "Polonais (programmeurs)"
  501. 00010415 = "Polonais (214)"
  502. 00000816 = "Portugais"
  503. 00000418 = "Roumain"
  504. 00000419 = "Russe"
  505. 00010419 = "Russe (machine � �crire)"
  506. 00000C1A = "Serbe cyrillique"
  507. 00010C1A = "Serbe Latin"
  508. 0000041B = "Slovaque"
  509. 0001041B = "Slovaque (QWERTY)"
  510. 00000424 = "SlovSne"
  511. 0000041D = "Su�dois"
  512. 00000405 = "Tch�que"
  513. 00010405 = "Tch�que - latin"
  514. 0001041F = "Turc F"
  515. 0000041F = "Turc Q"
  516. 00000422 = "Ukrainien"
  517. [DiskDrivers]
  518. dmboot = "Prise en charge des volumes dynamiques (dmboot)"
  519. i2omgmt = "Pilote de prise en charge E/S Intelligent"
  520. [InputDevicesSupport]
  521. usbehci = "Contr�leur h�te am�lior�",files.usbehci,usbehci
  522. usbohci = "Contr�leur h�te ouvert",files.usbohci,usbohci
  523. usbuhci = "Contr�leur h�te universel",files.usbuhci,usbuhci
  524. usbhub = "Pilote de concentrateur USB g�n�rique",files.usbhub,usbhub
  525. hidusb = "Analyseur d'interface utilisateur",files.hidusb,hidusb
  526. serial = "Pilote de port s�rie",files.none,serial
  527. serenum = "�num�rateur de port s�rie",files.none,serenum
  528. usbstor = "Pilote de classe de stockage USB",files.usbstor,usbstor
  529. usbccgp = "Pilote parent g�n�rique USB",files.usbccgp,usbccgp
  530. [SCSI]
  531. @i:sparrow = "Carte SCSI Adaptec AHA-151X/AHA-152X/AIC-6X60"
  532. @i:aha154x = "Carte h�te SCSI Adaptec AHA-154X/AHA-164X"
  533. aic78xx = "Contr�leur SCSI Adaptec AHA-294X/AHA-394X/AIC-78XX"
  534. aic78u2 = "Contr�leur SCSI Adaptec AHA-294XU2/AIC-7890"
  535. adpu160m = "Carte SCSI Adaptec AIC-789X/AHA-3960 Ultra160 PCI"
  536. afcnt = "Contr�leur Fibre optique Agilent HHBA-510x PCI"
  537. dpti2o = "Contr�leur RAID SCSI Adaptec 2000S/3000S Ultra160"
  538. afc9xxx = "Contr�leur Fibre optique Adaptec AFC-9210G PCI 64-bit/66MHz 2Gbit"
  539. @i:asc3550 = "Carte h�te SCSI Advansys 3550 Ultra Wide"
  540. @i:asc3350p = "Carte h�te SCSI Advansys ABP460 PCMCIA"
  541. @i:abp480n5 = "Carte h�te SCSI Advansys ABP480 CardBus"
  542. @i:asc = "Carte h�te SCSI Advansys"
  543. @i:amsint = "Contr�leur SCSI PCI AMD/Carte Ethernet"
  544. mraid35x = "Contr�leur RAID AMI MegaRaid"
  545. @i:cpqarray = "Batterie de disques Compaq"
  546. cpqfcalm = "Contr�leur h�te Compaq Fibre Channel"
  547. cpqarry2 = "Contr�leur Compaq Smart Array"
  548. cpqcissm = "Compaq Smart Array 5300 Controller"
  549. lp6nds35 = "Cartes h�te Emulex LP6000 Fibre Channel"
  550. @i:cd20xrnt = "Lecteur CD-ROM PCMCIA IBM portable"
  551. @i:ipsraidn = "Carte IBM ServeRAID"
  552. nfrd960 = "Carte IBM ServeRAID"
  553. @i:i2omp = "Contr�leur E/S Intelligent"
  554. atapi = "CD-ROM IDE (ATAPI 1.2)/Contr�leur IDE PCI"
  555. cbidf2k = "Pilote de miniport CardBus/PCMCIA IDE"
  556. @i:ini910u = "Carte h�te SCSI Initio Ultra"
  557. dac2w2k = "Contr�leur RAID Mylex EXR2000,3000/AR160,170,352"
  558. dac960nt = "Contr�leur RAID Mylex DAC960/Digital SWXCR-Ex"
  559. @i:ultra = "Contr�leur IDE Promise Technology Inc. Ultra IDE"
  560. ql1240 = "Carte h�te SCSI QLogic ISP 1240"
  561. ql10wnt = "Carte h�te SCSI PCI QLogic"
  562. ql1080 = "Qlogic QLA1080, 64 bits PCI LVD SCSI HBA"
  563. ql1280 = "Qlogic QLA1280, 64 bits PCI LVD SCSI HBA"
  564. ql12160 = "QLogic QLA12160, 64 bits PCI DUAL 160M SCSI HBA"
  565. ql2100 = "Carte QLogic QLA2000/QLA2100 PCI Fibre Channel"
  566. ql2200 = "Carte QLogic QLA2200 PCI Fibre Channel"
  567. sym_hi = "Carte h�te SCSI LSI Logic C896 PCI"
  568. sym_u3 = "Carte h�te SCSI LSI Logic C1010 PCI"
  569. @i:symc810 = "Carte h�te SCSI LSI Logic C8100 PCI"
  570. symc8xx = "Carte h�te SCSI LSI Logic C8xx PCI"
  571. symmpi = "Carte h�te Fibre Channel LSI Logic PCI"
  572. hpn = "Contr�leur RAID Hewlett Packard NetRAID-4M"
  573. perc2 = "Contr�leur RAID Dell PERC 2/3"
  574. perc2gat = "Contr�leur RAID Dell PERC 2/3 (Gatling)"
  575. [BootBusExtenders]
  576. pci = "Pilote de bus PCI",files.pci,pci
  577. acpi = "Pilote de bus Plug-and-Play ACPI",files.acpi,acpi
  578. isapnp = "Pilote de bus Plug-and-Play ISA",files.isapnp,isapnp
  579. acpiec = "Pilote de contr�leur int�gr� ACPI",files.none,acpiec
  580. ohci1394 = "Pilote de port conforme OHCI bus IEEE 1394",files.ohci1394,ohci1394
  581. [BusExtenders]
  582. pcmcia = "Prise en charge PCMCIA",files.pcmcia,pcmcia
  583. pciide = "Pilote de bus IDE PCI",files.pciide,pciide
  584. intelide = "Pilote de bus IDE Intel",files.intelide,intelide
  585. viaide = "Pilote de bus IDE VIA",files.viaide,viaide
  586. cmdide = "Pilote de bus IDE CMD",files.cmdide,cmdide
  587. toside = "Pilote de bus IDE Toshiba",files.toside,toside
  588. aliide = "Pilote de bus IDE ALI",files.aliide,aliide
  589. mountmgr = "Gestionnaire de point de montage",files.none,mountmgr
  590. ftdisk = "Gestionnaire de volume",files.none,ftdisk
  591. partmgr = "Gestionnaire de partition",files.none,partmgr
  592. fdc = "Prise en charge de lecteur de disquettes",files.none,fdc
  593. dmload = "Prise en charge des volumes dynamiques (dmload)",files.none,dmload
  594. dmio = "Prise en charge des volumes dynamiques (dmio)",files.none,dmio
  595. sbp2port = "Pilote de port de stockage SBP2 IEEE 1394", files.sbp2port,sbp2port
  596. @i:lbrtfdc = "Pilote de lecteur de disquettes TOSHIBA (Libretto type A)",files.lbrtfdc,lbrtfdc
  597. [Computer]
  598. @i:acpiapic_mp = "PC multiprocesseur ACPI",files.none
  599. @i:acpiapic_up = "PC monoprocesseur ACPI",files.none
  600. @i:acpipic_up = "PC ACPI (Advanced Configuration and Power Interface)",files.none
  601. @i:syspro_mp = "Compaq SystemPro multiprocesseur ou compatible � 100 %",files.none
  602. @i:mps_up = "PC monoprocesseur MPS",files.none
  603. @i:mps_mp = "PC multiprocesseur MPS",files.none
  604. @i:e_isa_up = "PC standard",files.none
  605. @i:486c_up = "PC standard avec C-Step i486",files.none
  606. @m:acpipic_up = "ACPI UniProcessor ia64",files.none
  607. @m:acpipic_mp = "ACPI Multiprocessor ia64",files.none
  608. [Display]
  609. @i:forcevga = "VGA standard (640x480, 16 couleurs)",files.none
  610. @i:vga = "D�tection automatique",files.none
  611. @@!i:vga = "Compatible VGA",files.none
  612. @i:sglfb = "Cobalt",files.sglfb
  613. [Mouse]
  614. @i:msps2 = "Souris du port souris Microsoft (y compris BallPoint)",files.i8042,i8042prt
  615. @i:lgps2 = "Souris du port souris Logitech",files.i8042,i8042prt
  616. @i:msinp = "Souris bus InPort Microsoft",files.inport,inport
  617. @i:msbpser = "Souris s�rie Microsoft BallPoint",files.sermouse,sermouse
  618. @i:lgser = "Souris s�rie Logitech",files.sermouse,sermouse
  619. @@:none = "Aucune souris ou autre p�riph�rique de pointage",files.none,""
  620. @@:mouhid = "Souris USB",files.mouhid,mouhid
  621. @@:msser = "Souris s�rie Microsoft",files.sermouse,sermouse
  622. @@:ps2 = "Souris du port souris",files.i8042,i8042prt
  623. @@:sermouse = "Souris s�rie",files.sermouse,sermouse
  624. @i:USB = "Souris USB",files.mouhid,mouhid
  625. @*: COMPAT: we purposely put two strings section in txtsetup.sif
  626. @*: The problem is that setupapi only reads strings from the first
  627. @*: strings section it encounters. Since older versions of the OS
  628. @*: accidentally had multiple Strings sections in the past, we make
  629. @*: Whistler have multiple strings sections so that older applications
  630. @*: (like win2k risetup) can read this file without requiring any change
  631. @*: The only string that risetup specifically cares about is whatever
  632. @*: LoadIdentifier points at, so you can probably safely add new strings
  633. @*: to this section.
  634. @*:
  635. @*:
  636. @*: The first strings section comes another one of the files that
  637. @*: builds txtsetup.sif
  638. // String section below for localizers
  639. [Strings]
  640. @@!m:@w!p:wks_id = "Microsoft Windows XP Professionnel"
  641. @m:@w!p:wks_id = "Microsoft Windows XP �dition 64 Bits"
  642. @@:@p:wks_id = "Microsoft Windows XP �dition familiale"
  643. @@:@s!e!b:srv_id = "Microsoft Windows 2002 Server"
  644. @@:@e!d:srv_id = "Microsoft Windows 2002 Advanced Server"
  645. @@:@d:srv_id = "Microsoft Windows 2002 Datacenter Server"
  646. @@:@b:srv_id = "Microsoft Windows 2002 Blade Server"
  647. @@!m:@w!p:wks_id_vga = "Microsoft Windows XP Professionnel [mode VGA]"
  648. @m:@w!p:wks_id_vga = "Microsoft Windows XP �dition 64 Bits [mode VGA]"
  649. @@:@p:wks_id_vga = "Microsoft Windows XP �dition familiale [mode VGA]"
  650. @@:@s!e!b:srv_id_vga = "Microsoft Windows 2002 Server [mode VGA]"
  651. @@:@e!d:srv_id_vga = "Microsoft Windows 2002 Advanced Server [mode VGA]"
  652. @@:@d:srv_id_vga = "Microsoft Windows 2002 Datacenter Server [mode VGA]"
  653. @@:@b:srv_id_vga = "Microsoft Windows 2002 Blade Server [mode VGA]"
  654. cancel_id = "Annuler l'installation de Windows XP"
  655. 9x_id = "Microsoft Windows"