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.

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