819 lines
24 KiB
Plaintext
819 lines
24 KiB
Plaintext
/*:
|
||
@*: This file is organized into two main blocks. The first block contains
|
||
@*: code (non-string) sections which are specific to languages. Please put
|
||
@*: the code sections in the correct language.
|
||
@*: The second block is reserved for [Strings] which localizers will be
|
||
@*: working with. It is further divided using "#if LANGUAGE ==" for language
|
||
@*: specific strings. For strings which are common to all languages
|
||
@*: place outside the #ifs.
|
||
@*:
|
||
@*: This file is first precompiled with LANGUAGE_ID
|
||
@*: set to the language (see inf\win4\inf\makefile.inc for details).
|
||
@*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
|
||
@*: will appear.
|
||
@*:
|
||
@*: Important: To support locstudio, this file contains only ONE [Strings] section.
|
||
@*:
|
||
@*/
|
||
|
||
// This section is for non-FE (chs,cht,kor,jpn) builds. So english, german, ....
|
||
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
|
||
[nls]
|
||
;
|
||
; These values are used by setupldr when starting text setup
|
||
; and by text setup to initialize nls values in the registry.
|
||
;
|
||
; For the codepage and UnicodeCasetable entries, the values are
|
||
; <filename>,<identifier> pairs. Setupldr uses the first <filename>
|
||
; as the file to load for use during text setup.
|
||
;
|
||
AnsiCodepage = c_1255.nls,1255
|
||
OemCodepage = c_862.nls,862,c_850.nls,850
|
||
MacCodepage = c_10005.nls,10005
|
||
UnicodeCasetable = l_intl.nls,040D
|
||
OemHalFont = vgaoem.fon
|
||
DefaultLayout = 00000409
|
||
|
||
[Keyboard]
|
||
STANDARD = "XT, AT, or Enhanced Keyboard (83-104 keys)",files.i8042,i8042prt
|
||
kbdhid = "USB Keyboard",files.kbdhid,kbdhid
|
||
@i:USB = "USB Keyboard",files.kbdhid,kbdhid
|
||
|
||
[Files.BackupOnUpgrade]
|
||
|
||
[Files.BackupOnOverwrite]
|
||
|
||
#elif LANGUAGE_ID == 0x804
|
||
//CHS specific sections
|
||
@*: Lines marked with @w: are for workstation only
|
||
@*: Lines marked with @s: are for server only
|
||
@*: Lines marked with @@: are for both
|
||
|
||
|
||
[nls]
|
||
;
|
||
; These values are used by setupldr when starting text setup
|
||
; and by text setup to initialize nls values in the registry.
|
||
;
|
||
; For the codepage and UnicodeCasetable entries, the values are
|
||
; <filename>,<identifier> pairs. Setupldr uses the first <filename>
|
||
; as the file to load for use during text setup.
|
||
;
|
||
AnsiCodepage = c_936.nls,936
|
||
OemCodepage = c_936.nls,936
|
||
MacCodepage = c_10008.nls,10008
|
||
UnicodeCasetable = l_intl.nls,0804
|
||
OemHalFont = vgaoem.fon
|
||
DefaultLayout = 00000804
|
||
|
||
[Keyboard]
|
||
STANDARD = "XT, AT<41><54><EFBFBD><EFBFBD>ǿ<EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD> (83-104 <20><>)",files.i8042,i8042prt
|
||
kbdhid = "USB Keyboard",files.kbdhid,kbdhid
|
||
@i:USB = "USB Keyboard",files.kbdhid,kbdhid
|
||
|
||
[Files.BackupOnUpgrade]
|
||
|
||
[Files.BackupOnOverwrite]
|
||
|
||
[FontListE]
|
||
"<22><><EFBFBD><EFBFBD> & <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (TrueType)" = SIMSUN.TTC
|
||
"<22><><EFBFBD><EFBFBD> (TrueType)" = SIMHEI.TTF
|
||
"<22><><EFBFBD><EFBFBD> (TrueType)" = SIMKAI.TTF
|
||
"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (TrueType)" = SIMFANG.TTF
|
||
|
||
["Keyboard Layout"]
|
||
00000804 = "<22><>ʽ<EFBFBD><CABD><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD>)"
|
||
|
||
[Files.KeyboardLayout]
|
||
00000804 = KBDUS.DLL,2
|
||
|
||
[Files.DeleteOnUpgrade]
|
||
@@:eudcedit.exe , 2
|
||
@@:eudcedit.cnt , 2
|
||
@@:eudcedit.hlp , 2
|
||
@@:winclock.exe , 5
|
||
@@:cime.cpl , 2
|
||
@@:fetools.inf , 20
|
||
@i:@@:fsvga.sys , 4
|
||
|
||
[FileFlags]
|
||
app936.fon = 16
|
||
s8514fix.fon = 16
|
||
s8514oem.fon = 16
|
||
s8514sys.fon = 16
|
||
svgafix.fon = 16
|
||
svgasys.fon = 16
|
||
vga936.fon = 16
|
||
xjis.nls = 16
|
||
ksc.nls = 16
|
||
prc.nls = 16
|
||
prcp.nls = 16
|
||
big5.nls = 16
|
||
bopomofo.nls = 16
|
||
c_10008.nls = 16
|
||
|
||
[SystemPartitionFiles]
|
||
@i:@@:bootfont.bin,"\"
|
||
|
||
#elif LANGUAGE_ID == 0x404
|
||
//CHT specific sections
|
||
@*: Lines marked with @w: are for workstation only
|
||
@*: Lines marked with @s: are for server only
|
||
@*: Lines marked with @@: are for both
|
||
|
||
[nls]
|
||
;
|
||
; These values are used by setupldr when starting text setup
|
||
; and by text setup to initialize nls values in the registry.
|
||
;
|
||
; For the codepage and UnicodeCasetable entries, the values are
|
||
; <filename>,<identifier> pairs. Setupldr uses the first <filename>
|
||
; as the file to load for use during text setup.
|
||
;
|
||
AnsiCodepage = c_950.nls,950
|
||
OemCodepage = c_950.nls,950
|
||
MacCodepage = c_10002.nls,10002
|
||
UnicodeCasetable = l_intl.nls,0404
|
||
OemHalFont = vgaoem.fon
|
||
DefaultLayout = 00000404
|
||
|
||
[Keyboard]
|
||
STANDARD = "XT, AT, <20>μW<CEBC>j<EFBFBD><6A><EFBFBD><EFBFBD><EFBFBD>L (83-104 <20><>)",files.i8042,i8042prt
|
||
kbdhid = "USB Keyboard",files.kbdhid,kbdhid
|
||
@i:USB = "USB Keyboard",files.kbdhid,kbdhid
|
||
|
||
[Files.BackupOnUpgrade]
|
||
|
||
[Files.BackupOnOverwrite]
|
||
|
||
[FontListE]
|
||
"<22>з<EFBFBD><D0B7><EFBFBD> (TrueType)" = KAIU.TTF
|
||
"<22>ө<EFBFBD><D3A9><EFBFBD> & <20>s<EFBFBD>ө<EFBFBD><D3A9><EFBFBD> (TrueType)" = MINGLIU.TTC
|
||
|
||
["Keyboard Layout"]
|
||
00000404 = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>L (<28><><EFBFBD><EFBFBD>)"
|
||
|
||
[Files.KeyboardLayout]
|
||
00000404 = KBDUS.DLL,2
|
||
|
||
[Files.DeleteOnUpgrade]
|
||
@@:lctool.exe , 2
|
||
@@:lctool.cnt , 2
|
||
@@:lctool.hlp , 2
|
||
@@:uimetool.exe , 2
|
||
@@:uimetool.cnt , 2
|
||
@@:uimetool.hlp , 2
|
||
@@:eudcedit.exe , 2
|
||
@@:eudcedit.cnt , 2
|
||
@@:eudcedit.hlp , 2
|
||
@@:cblocks.exe , 2
|
||
@@:cblocks.cnt , 2
|
||
@@:cblocks.hlp , 2
|
||
@@:chtuconv.exe , 2
|
||
@@:chtuconv.hlp , 2
|
||
@@:imedp.dll , 2
|
||
@@:fsvga.dll , 2
|
||
@@:foncache.dll , 2
|
||
@@:eudcsrv.dll , 2
|
||
@@:userfont.dll , 2
|
||
@@:mingliu.ttf , 5
|
||
@@:mingliu.fot , 5
|
||
@@:ming12.fon , 5
|
||
@@:mingli24.fon , 5
|
||
@@:mingli16.fon , 5
|
||
@@:mingli20.fon , 5
|
||
@@:ming15.fon , 5
|
||
@@:winclock.exe , 5
|
||
@@:cime.cpl , 2
|
||
@@:cblocks.inf , 20
|
||
@@:fetools.inf , 20
|
||
@i:@@:fsvga.sys , 4
|
||
|
||
|
||
[FileFlags]
|
||
app950.fon = 16
|
||
c8514fix.fon = 16
|
||
c8514oem.fon = 16
|
||
c8514sys.fon = 16
|
||
cvgafix.fon = 16
|
||
cvgasys.fon = 16
|
||
vga950.fon = 16
|
||
xjis.nls = 16
|
||
ksc.nls = 16
|
||
prc.nls = 16
|
||
prcp.nls = 16
|
||
big5.nls = 16
|
||
bopomofo.nls = 16
|
||
c_10002.nls = 16
|
||
|
||
[SystemPartitionFiles]
|
||
@i:@@:bootfont.bin,"\"
|
||
|
||
|
||
#elif LANGUAGE_ID == 0x411
|
||
//JPN specific sections
|
||
@*: Lines marked with @w: are for workstation only
|
||
@*: Lines marked with @s: are for server only
|
||
@*: Lines marked with @@: are for both
|
||
|
||
[nls]
|
||
;
|
||
; These values are used by setupldr when starting text setup
|
||
; and by text setup to initialize nls values in the registry.
|
||
;
|
||
; For the codepage and UnicodeCasetable entries, the values are
|
||
; <filename>,<identifier> pairs. Setupldr uses the first <filename>
|
||
; as the file to load for use during text setup.
|
||
;
|
||
AnsiCodepage = c_932.nls,932
|
||
OemCodepage = c_932.nls,932
|
||
MacCodepage = c_10001.nls,10001
|
||
UnicodeCasetable = l_intl.nls,0411
|
||
OemHalFont = vgaoem.fon
|
||
@@!n:DefaultLayout = E0010411
|
||
@n:DefaultLayout = E0010411,KBDNEC.DLL
|
||
|
||
[Keyboard]
|
||
@@:PCAT_106KEY = "106 Japanese Keyboard (Including USB)" ,files.kbd106,i8042prt, KBD106.DLL, 7, 2, PCAT_106KEY
|
||
@@:STANDARD = "101 English Keyboard (Including USB)" ,files.kbd101,i8042prt,KBD101.DLL, 7, 0, PCAT_101KEY
|
||
@@:LAYOUT98 = "NEC 98 Layout USB Keyboard",files.LAYOUT98,i8042prt,KBDNEC.DLL, 7, 2, LAYOUT98
|
||
@*:@@!n:AX_105KEY = "AX <20><><EFBFBD>{<7B><> <20>L<EFBFBD>[<5B>{<7B>[<5B>h" ,files.kbdax2,i8042prt, KBDAX2.DLL, 7, 1, AX_105KEY
|
||
@*:@@!n:IBM_002_106KEY = "IBM-5576 002/003 <20>L<EFBFBD>[<5B>{<7B>[<5B>h" ,files.kbdibm02,i8042prt,KBDIBM02.DLL, 7, 3, IBM_002_106KEY
|
||
kbdhid = "USB Keyboard",files.kbdhid,kbdhid
|
||
@i:USB = "USB Keyboard",files.kbdhid,kbdhid
|
||
|
||
[Files.BackupOnUpgrade]
|
||
|
||
[Files.BackupOnOverwrite]
|
||
|
||
[FontListE]
|
||
"<22>l<EFBFBD>r <20>S<EFBFBD>V<EFBFBD>b<EFBFBD>N & <20>l<EFBFBD>r <20>o<EFBFBD>S<EFBFBD>V<EFBFBD>b<EFBFBD>N & MS UI Gothic (TrueType)" = MSGOTHIC.TTC
|
||
"<22>l<EFBFBD>r <20><><EFBFBD><EFBFBD> & <20>l<EFBFBD>r <20>o<EFBFBD><6F><EFBFBD><EFBFBD> (TrueType)" = MSMINCHO.TTC
|
||
|
||
["Keyboard Layout"]
|
||
00000411 = "<22><><EFBFBD>{<7B><>"
|
||
E0010411 = "<22><><EFBFBD>{<7B><> (MS-IME2002)"
|
||
|
||
[Files.KeyboardLayout]
|
||
00000411 = KBDJPN.DLL,2
|
||
E0010411 = KBDJPN.DLL,2
|
||
|
||
[files.kbd101]
|
||
kbd101.dll,2
|
||
i8042prt.sys,4
|
||
|
||
[files.kbd106]
|
||
kbd106.dll,2
|
||
i8042prt.sys,4
|
||
|
||
[files.kbdax2]
|
||
kbdax2.dll,2
|
||
i8042prt.sys,4
|
||
|
||
[files.kbdibm02]
|
||
kbdibm02.dll,2
|
||
i8042prt.sys,4
|
||
|
||
[files.LAYOUT98]
|
||
kbdnec.dll,2
|
||
i8042prt.sys,4
|
||
|
||
[Files.DeleteOnUpgrade]
|
||
; from NT 3.1
|
||
@@:imesel.cpl , 2
|
||
@@:gaijiedt.exe , 2
|
||
@@:gaijiedt.hlp , 2
|
||
@@:fsvga.dll , 2
|
||
@@:foncache.dll , 2
|
||
@@:eudcsrv.dll , 2
|
||
@@:userfont.dll , 2
|
||
@@:j13fix.fon , 5
|
||
@@:j13oem.fon , 5
|
||
@@:j13sys.fon , 5
|
||
@@:j18fix.fon , 5
|
||
@@:j18oem.fon , 5
|
||
@@:j18sys.fon , 5
|
||
@@:j22fix.fon , 5
|
||
@@:j22oem.fon , 5
|
||
@@:j22sys.fon , 5
|
||
@@:j27fix.fon , 5
|
||
@@:j27oem.fon , 5
|
||
@@:j27sys.fon , 5
|
||
@@:msgothic.ttf , 5
|
||
@@:msgothic.fot , 5
|
||
@@:msmincho.ttf , 5
|
||
@@:msmincho.fot , 5
|
||
; from NT 3.51
|
||
@@:eudcedit.exe , 2
|
||
@@:eudcedit.hlp , 2
|
||
@@:eudcedit.cnt , 2
|
||
@@:imedp.dll , 2
|
||
; from NT 4.0
|
||
@@:vgasysj.fon , 22
|
||
@@:vgafixj.fon , 22
|
||
@@:8514sysj.fon , 22
|
||
@@:8514fixj.fon , 22
|
||
@@:8514oemj.fon , 22
|
||
@@:parps55.sys , 4
|
||
@@:parcpl.cpl , 2
|
||
@i:@@:oak611.sys , 4
|
||
@i:@@:oak611.dll , 2
|
||
@i:@@:neckbrep.sys , 4
|
||
@i:@@:usbkbdwm.sys , 4
|
||
|
||
@i:@@:fsvga.sys , 4
|
||
|
||
[HardwareIdsDatabase]
|
||
*PNP0320 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
||
|
||
[FileFlags]
|
||
app932.fon = 16
|
||
j8514fix.fon = 16
|
||
j8514oem.fon = 16
|
||
j8514sys.fon = 16
|
||
jsmalle.fon = 16
|
||
jsmallf.fon = 16
|
||
jvgafix.fon = 16
|
||
jvgasys.fon = 16
|
||
vga932.fon = 16
|
||
xjis.nls = 16
|
||
ksc.nls = 16
|
||
prc.nls = 16
|
||
prcp.nls = 16
|
||
big5.nls = 16
|
||
bopomofo.nls = 16
|
||
c_10001.nls = 16
|
||
|
||
; IMJP8.1 WOW64 and Native64
|
||
@m:imjpch.dic = 16
|
||
@m:imjpln.dic = 16
|
||
@m:imjpnm.dic = 16
|
||
@m:imjpsb.dic = 16
|
||
@m:imjpst.dic = 16
|
||
@m:imjptk.dic = 16
|
||
@m:imjpzp.dic = 16
|
||
@m:imjpgn.grm = 16
|
||
|
||
[SystemPartitionFiles]
|
||
@i:@@:bootfont.bin,"\"
|
||
|
||
[HiveInfs.Upgrade]
|
||
AddReg = hivesft.inf,AddRegUpg
|
||
|
||
#elif LANGUAGE_ID == 0x412
|
||
//KOR specific sections
|
||
@*: Lines marked with @w: are for workstation only
|
||
@*: Lines marked with @s: are for server only
|
||
@*: Lines marked with @@: are for both
|
||
|
||
[nls]
|
||
;
|
||
; These values are used by setupldr when starting text setup
|
||
; and by text setup to initialize nls values in the registry.
|
||
;
|
||
; For the codepage and UnicodeCasetable entries, the values are
|
||
; <filename>,<identifier> pairs. Setupldr uses the first <filename>
|
||
; as the file to load for use during text setup.
|
||
;
|
||
AnsiCodepage = c_949.nls,949
|
||
OemCodepage = c_949.nls,949
|
||
MacCodepage = c_10003.nls,10003
|
||
UnicodeCasetable = l_intl.nls,0412
|
||
OemHalFont = vgaoem.fon
|
||
DefaultLayout = E0010412
|
||
|
||
[Keyboard]
|
||
STANDARD = "101 Ű<><C5B0><EFBFBD><EFBFBD>/MS Natural Keyboard(<28><><EFBFBD><EFBFBD> 1)", files.kbd101a,i8042prt,KBD101A.DLL, 8, 3, PCAT_101AKEY
|
||
"101B TYPE" = "101 Ű<><C5B0><EFBFBD><EFBFBD>/MS Natural Keyboard(<28><><EFBFBD><EFBFBD> 2)", files.kbd101b,i8042prt,KBD101B.DLL, 8, 4, PCAT_101BKEY
|
||
"101C TYPE" = "101 Ű<><C5B0><EFBFBD><EFBFBD>/MS Natural Keyboard(<28><><EFBFBD><EFBFBD> 3)", files.kbd101c,i8042prt,KBD101C.DLL, 8, 5, PCAT_101CKEY
|
||
"103 TYPE" = "KSC 103 Ű<><C5B0><EFBFBD><EFBFBD>/MS Natural Keyboard" , files.kbd103 ,i8042prt,KBD103.DLL, 8, 6, PCAT_103KEY
|
||
kbdhid = "USB Keyboard",files.kbdhid,kbdhid
|
||
@i:USB = "USB Keyboard",files.kbdhid,kbdhid
|
||
|
||
[Files.BackupOnUpgrade]
|
||
config.nt , 2 , config.bak
|
||
|
||
|
||
[FontListE]
|
||
"<22><><EFBFBD><EFBFBD> & <20><><EFBFBD><EFBFBD>ü & <20><><EFBFBD><EFBFBD> & <20><><EFBFBD><EFBFBD>ü (TrueType)" = GULIM.TTC
|
||
"<22><><EFBFBD><EFBFBD> & <20><><EFBFBD><EFBFBD>ü & <20>ü<EFBFBD> & <20>ü<EFBFBD>ü (TrueType)" = BATANG.TTC
|
||
|
||
|
||
["Keyboard Layout"]
|
||
00000412 = "<22>ѱ<EFBFBD><D1B1><EFBFBD>"
|
||
E0010412 = "<22>ѱ<EFBFBD> <20>Է±<D4B7> (IME 2000)"
|
||
|
||
[Files.KeyboardLayout]
|
||
00000412 = KBDKOR.DLL,2
|
||
E0010412 = KBDKOR.DLL,2
|
||
|
||
[files.kbd101a]
|
||
kbd101a.dll,2
|
||
i8042prt.sys,4
|
||
|
||
[files.kbd101b]
|
||
kbd101b.dll,2
|
||
i8042prt.sys,4
|
||
|
||
[files.kbd101c]
|
||
kbd101c.dll,2
|
||
i8042prt.sys,4
|
||
|
||
[files.kbd103]
|
||
kbd103.dll,2
|
||
i8042prt.sys,4
|
||
|
||
[Files.DeleteOnUpgrade]
|
||
@@:eudcedit.exe , 2
|
||
@@:eudcedit.hlp , 2
|
||
@@:eudcedit.cnt , 2
|
||
@@:fsvga.dll , 2
|
||
@@:foncache.dll , 2
|
||
@@:eudcsrv.dll , 2
|
||
@@:userfont.dll , 2
|
||
@@:gulim.ttf , 5
|
||
@@:gulim.fot , 5
|
||
@@:batang.ttf , 5
|
||
@@:batang.fot , 5
|
||
@@:dotum.ttf , 5
|
||
@@:dotum.fot , 5
|
||
@@:gungsuh.ttf , 5
|
||
@@:gungsuh.fot , 5
|
||
@@:msime95k.ime , 2
|
||
|
||
@i:@@:fsvga.sys , 4
|
||
|
||
[FileFlags]
|
||
app949.fon = 16
|
||
h8514fix.fon = 16
|
||
h8514oem.fon = 16
|
||
h8514sys.fon = 16
|
||
hvgafix.fon = 16
|
||
hvgasys.fon = 16
|
||
vga949.fon = 16
|
||
xjis.nls = 16
|
||
ksc.nls = 16
|
||
prc.nls = 16
|
||
prcp.nls = 16
|
||
big5.nls = 16
|
||
bopomofo.nls = 16
|
||
c_10003.nls = 16
|
||
c_1361.nls = 16
|
||
|
||
[SystemPartitionFiles]
|
||
@i:@@:bootfont.bin,"\"
|
||
|
||
|
||
#endif
|
||
|
||
;
|
||
; This section provides information about hard disk drivers.
|
||
;
|
||
; The left hand side is a name in the \Driver directory in the NT
|
||
; \Driver object namespace.
|
||
;
|
||
; Value #0 is a format string used in creating the descriptive name
|
||
; of the disk.
|
||
;
|
||
[DiskDriverMap]
|
||
abiosdsk = "%1!u! MB Micro Channel Disk"
|
||
atdisk = "%1!u! MB IDE/ESDI Disk"
|
||
disk = "%1!u! MB Disk %2!u! at Id %3!u! on bus %4!u! on %5"
|
||
|
||
[ScsiClass]
|
||
cdrom = "SCSI CD-ROM"
|
||
floppy = "SCSI Floppy Disk"
|
||
disk = "SCSI Disk"
|
||
ramdisk = "RAM Disk Driver"
|
||
|
||
[FileSystems]
|
||
fat = "FAT File System"
|
||
ntfs = "Windows NT File System (NTFS)"
|
||
ksecdd = "Kernel Security Provider"
|
||
|
||
[FloppyDrivers]
|
||
floppy = "Standard Floppy Disk"
|
||
fat = "FAT File System"
|
||
|
||
[CdRomDrivers]
|
||
cdfs = "CD-ROM File System"
|
||
|
||
[MouseDrivers]
|
||
mouclass = "Mouse Class Driver"
|
||
mouhid = "HID Mouse Filter Driver"
|
||
|
||
;
|
||
; Font list
|
||
;
|
||
; Setup will create an entry in the [Fonts] section of win.ini
|
||
; for each of the following fonts. (Fonts copied during GUI setup
|
||
; have entries in [FontList] in a gui inf file -- see eng_ansi.txt.)
|
||
; Note that the [fonts] section of win.ini is shadowed into
|
||
; HEKY_LOCAL_MACHINE\software\Microsoft\Windows NT\CurrentVersion\Fonts.
|
||
;
|
||
[FontListE]
|
||
"Courier 10,12,15 (VGA res)" = COURE.FON
|
||
"MS Sans Serif 8,10,12,14,18,24 (VGA res)" = SSERIFE.FON
|
||
"MS Serif 8,10,12,14,18,24 (VGA res)" = SERIFE.FON
|
||
"Tahoma (TrueType)" = TAHOMA.TTF
|
||
"Microsoft Sans Serif (TrueType)" = MICROSS.TTF
|
||
|
||
@*:
|
||
@*: If add a keyboard layout dll description here make sure
|
||
@*: that you add the layout dll file name in [CmdConsFiles]
|
||
@*: section in dosnet.inf also, so that when command console
|
||
@*: is installed on the harddisk that particular layout file
|
||
@*: can be copied
|
||
@*:
|
||
["Keyboard Layout"]
|
||
0000041C = "Albanian"
|
||
00000423 = "Belarusian"
|
||
00000813 = "Belgian Dutch"
|
||
0000080C = "Belgian French"
|
||
00000416 = "Brazilian (ABNT)"
|
||
00000402 = "Bulgarian"
|
||
00010402 = "Bulgarian Latin"
|
||
00001009 = "Canadian English (Multilingual)"
|
||
00000C0C = "Canadian French"
|
||
00010C0C = "Canadian French (Multilingual)"
|
||
0000041a = "Croatian"
|
||
00000405 = "Czech"
|
||
00010405 = "Czech (QWERTY)"
|
||
00000406 = "Danish"
|
||
00000413 = "Dutch"
|
||
00000425 = "Estonian"
|
||
0000040B = "Finnish"
|
||
0000040C = "French"
|
||
00000407 = "German"
|
||
00010407 = "German (IBM)"
|
||
00000408 = "Greek"
|
||
00050408 = "Greek Latin"
|
||
00010408 = "Greek (220)"
|
||
00030408 = "Greek (220) Latin"
|
||
00020408 = "Greek (319)"
|
||
00040408 = "Greek (319) Latin"
|
||
0000040E = "Hungarian"
|
||
0001040E = "Hungarian 101-key"
|
||
0000040F = "Icelandic"
|
||
00001809 = "Irish"
|
||
00000410 = "Italian"
|
||
00010410 = "Italian (142)"
|
||
0000080A = "Latin American"
|
||
00000426 = "Latvian"
|
||
00010426 = "Latvian (QWERTY)"
|
||
00000427 = "Lithuanian"
|
||
00000414 = "Norwegian"
|
||
00000415 = "Polish (Programmers)"
|
||
00010415 = "Polish (214)"
|
||
00000816 = "Portuguese"
|
||
00000418 = "Romanian"
|
||
00000419 = "Russian"
|
||
00010419 = "Russian (Typewriter)"
|
||
00000C1A = "Serbian Cyrillic"
|
||
00010C1A = "Serbian Latin"
|
||
0000041B = "Slovak"
|
||
0001041B = "Slovak (QWERTY)"
|
||
00000424 = "Slovenian"
|
||
0000040A = "Spanish"
|
||
0001040A = "Spanish variation"
|
||
0000041D = "Swedish"
|
||
0000100C = "Swiss French"
|
||
00000807 = "Swiss German"
|
||
0001041F = "Turkish F"
|
||
0000041F = "Turkish Q"
|
||
00000422 = "Ukrainian"
|
||
00000809 = "United Kingdom"
|
||
00000409 = "US"
|
||
00010409 = "US-Dvorak"
|
||
00030409 = "US-Dvorak for left hand"
|
||
00040409 = "US-Dvorak for right hand"
|
||
00020409 = "US-International"
|
||
|
||
[DiskDrivers]
|
||
dmboot = "Dynamic Volume Support (dmboot)"
|
||
i2omgmt = "Intelligent I/O Support Driver"
|
||
|
||
[InputDevicesSupport]
|
||
usbehci = "Enhanced Host Controller",files.usbehci,usbehci
|
||
usbohci = "Open Host Controller",files.usbohci,usbohci
|
||
usbuhci = "Universal Host Controller",files.usbuhci,usbuhci
|
||
usbhub = "Generic USB Hub Driver",files.usbhub,usbhub
|
||
hidusb = "Human Interface Parser",files.hidusb,hidusb
|
||
serial = "Serial Port Driver",files.none,serial
|
||
serenum = "Serial Port Enumerator",files.none,serenum
|
||
usbstor = "USB Storage Class Driver",files.usbstor,usbstor
|
||
usbccgp = "USB Generic Parent Driver",files.usbccgp,usbccgp
|
||
|
||
[SCSI]
|
||
@i:sparrow = "Adaptec AHA-151X/AHA-152X/AIC-6X60 SCSI Adapter"
|
||
@i:aha154x = "Adaptec AHA-154X/AHA-164X SCSI Host Adapter"
|
||
aic78xx = "Adaptec AHA-294X/AHA-394X/AIC-78XX SCSI Controller"
|
||
aic78u2 = "Adaptec AHA-294XU2/AIC-7890 SCSI Controller"
|
||
adpu160m = "Adaptec AIC-789X/AHA-3960 Ultra160 PCI SCSI Card"
|
||
afcnt = "Agilent HHBA-510x PCI Fibre Channel Controller"
|
||
dpti2o = "Adaptec 2000S/3000S Ultra160 SCSI RAID Controller"
|
||
afc9xxx = "Adaptec AFC-9210G PCI 64-bit/66MHz Fibre Channel 2Gbit Controller"
|
||
@i:asc3550 = "Advansys 3550 Ultra Wide SCSI Host Adapter"
|
||
@i:asc3350p = "Advansys ABP460 PCMCIA SCSI Host Adapter"
|
||
@i:abp480n5 = "Advansys ABP480 CardBus SCSI Host Adapter"
|
||
@i:asc = "Advansys SCSI Host Adapter"
|
||
@i:amsint = "AMD PCI SCSI Controller/Ethernet Adapter"
|
||
mraid35x = "AMI MegaRaid RAID Controller"
|
||
@i:cpqarray = "Compaq Drive Array"
|
||
cpqfcalm = "Compaq Fibre Channel Host Controller"
|
||
cpqarry2 = "Compaq Smart Array Controller"
|
||
cpqcissm = "Compaq Smart Array 5300 Controller"
|
||
lp6nds35 = "Emulex LP6000 Fibre Channel Host Adapters"
|
||
@i:cd20xrnt = "IBM Portable PCMCIA CD-ROM Drive"
|
||
@i:ipsraidn = "IBM ServeRAID Adapter"
|
||
nfrd960 = "IBM ServeRAID Adapter"
|
||
@i:i2omp = "Intelligent I/O Controller"
|
||
atapi = "IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller"
|
||
cbidf2k = "CardBus/PCMCIA IDE Miniport Driver"
|
||
@i:ini910u = "Initio Ultra SCSI Host Adapter"
|
||
dac2w2k = "Mylex EXR2000,3000/AR160,170,352 Raid Controllers"
|
||
dac960nt = "Mylex DAC960/Digital SWXCR-Ex Raid Controller"
|
||
@i:ultra = "Promise Technology Inc. Ultra IDE Controller"
|
||
ql1240 = "QLogic ISP 1240 SCSI Host Adapter"
|
||
ql10wnt = "QLogic PCI SCSI Host Adapter"
|
||
ql1080 = "Qlogic QLA1080, 64 bit PCI LVD SCSI HBA"
|
||
ql1280 = "Qlogic QLA1280, 64 bit PCI LVD SCSI HBA"
|
||
ql12160 = "QLogic QLA12160, 64 bit PCI DUAL 160M SCSI HBA"
|
||
ql2100 = "QLogic QLA2000/QLA2100 PCI Fibre Channel Adapter"
|
||
ql2200 = "QLogic QLA2200 PCI Fibre Channel Adapter"
|
||
sym_hi = "LSI Logic C896 PCI SCSI Host Adapter"
|
||
sym_u3 = "LSI Logic C1010 PCI SCSI Host Adapter"
|
||
@i:symc810 = "LSI Logic C8100 PCI SCSI Host Adapter"
|
||
symc8xx = "LSI Logic C8xx PCI SCSI Host Adapter"
|
||
symmpi = "LSI Logic PCI Fibre Channel Host Adapter"
|
||
hpn = "Hewlett Packard NetRAID-4M RAID Controller"
|
||
perc2 = "Dell PERC 2/3 RAID Controller"
|
||
perc2gat = "Dell PERC 2/3 RAID Controller (Gatling)"
|
||
|
||
[BootBusExtenders]
|
||
pci = "PCI Bus Driver",files.pci,pci
|
||
acpi = "ACPI Plug & Play Bus Driver",files.acpi,acpi
|
||
isapnp = "ISA Plug & Play Bus Driver",files.isapnp,isapnp
|
||
acpiec = "ACPI Embedded Controller Driver",files.none,acpiec
|
||
ohci1394 = "IEEE 1394 Bus OHCI Compliant Port Driver",files.ohci1394,ohci1394
|
||
|
||
[BusExtenders]
|
||
pcmcia = "PCMCIA Support",files.pcmcia,pcmcia
|
||
pciide = "PCI IDE Bus Driver",files.pciide,pciide
|
||
intelide = "Intel IDE BUS Driver",files.intelide,intelide
|
||
viaide = "VIA IDE Bus Driver",files.viaide,viaide
|
||
cmdide = "CMD IDE Bus Driver",files.cmdide,cmdide
|
||
toside = "Toshiba IDE Bus Driver",files.toside,toside
|
||
aliide = "ALI IDE Bus Driver",files.aliide,aliide
|
||
mountmgr = "Mount Point Manager",files.none,mountmgr
|
||
ftdisk = "Volume Manager",files.none,ftdisk
|
||
partmgr = "Partition Manager",files.none,partmgr
|
||
fdc = "Floppy Drive Support",files.none,fdc
|
||
dmload = "Dynamic Volume Support (dmload)",files.none,dmload
|
||
dmio = "Dynamic Volume Support (dmio)",files.none,dmio
|
||
sbp2port = "IEEE 1394 SBP2 Storage Port Driver", files.sbp2port,sbp2port
|
||
@i:lbrtfdc = "TOSHIBA Floppy Driver (Libretto Type A)",files.lbrtfdc,lbrtfdc
|
||
|
||
[Computer]
|
||
@i:acpiapic_mp = "ACPI Multiprocessor PC",files.none
|
||
@i:acpiapic_up = "ACPI Uniprocessor PC",files.none
|
||
@i:acpipic_up = "Advanced Configuration and Power Interface (ACPI) PC",files.none
|
||
@i:syspro_mp = "Compaq SystemPro Multiprocessor or 100% Compatible",files.none
|
||
@i:mps_up = "MPS Uniprocessor PC",files.none
|
||
@i:mps_mp = "MPS Multiprocessor PC",files.none
|
||
@i:e_isa_up = "Standard PC",files.none
|
||
@i:486c_up = "Standard PC with C-Step i486",files.none
|
||
|
||
@m:acpipic_up = "ACPI UniProcessor ia64",files.none
|
||
@m:acpipic_mp = "ACPI Multiprocessor ia64",files.none
|
||
|
||
[Display]
|
||
@i:forcevga = "Standard VGA (640x480, 16 colors)",files.none
|
||
@i:vga = "Auto Detect",files.none
|
||
@@!i:vga = "VGA Compatible",files.none
|
||
@i:sglfb = "Cobalt",files.sglfb
|
||
|
||
[Mouse]
|
||
@i:msps2 = "Microsoft Mouse Port Mouse (includes BallPoint)",files.i8042,i8042prt
|
||
@i:lgps2 = "Logitech Mouse Port Mouse",files.i8042,i8042prt
|
||
@i:msinp = "Microsoft InPort Bus Mouse",files.inport,inport
|
||
@i:msbpser = "Microsoft BallPoint Serial Mouse",files.sermouse,sermouse
|
||
@i:lgser = "Logitech Serial Mouse",files.sermouse,sermouse
|
||
@@:none = "No Mouse or Other Pointing Device",files.none,""
|
||
@@:mouhid = "USB Mouse",files.mouhid,mouhid
|
||
@@:msser = "Microsoft Serial Mouse",files.sermouse,sermouse
|
||
@@:ps2 = "Mouse Port Mouse",files.i8042,i8042prt
|
||
@@:sermouse = "Serial Mouse",files.sermouse,sermouse
|
||
@i:USB = "USB Mouse",files.mouhid,mouhid
|
||
|
||
@*: COMPAT: we purposely put two strings section in txtsetup.sif
|
||
@*: The problem is that setupapi only reads strings from the first
|
||
@*: strings section it encounters. Since older versions of the OS
|
||
@*: accidentally had multiple Strings sections in the past, we make
|
||
@*: Whistler have multiple strings sections so that older applications
|
||
@*: (like win2k risetup) can read this file without requiring any change
|
||
@*: The only string that risetup specifically cares about is whatever
|
||
@*: LoadIdentifier points at, so you can probably safely add new strings
|
||
@*: to this section.
|
||
@*:
|
||
@*:
|
||
@*: The first strings section comes another one of the files that
|
||
@*: builds txtsetup.sif
|
||
|
||
|
||
|
||
[Files.KeyboardLayout]
|
||
00000401 = KBDA1.DLL,2
|
||
00010401 = KBDA2.DLL,2
|
||
00020401 = KBDA3.DLL,2
|
||
0000040D = KBDHEB.DLL,2
|
||
0000041E = KBDTH0.DLL,2
|
||
0001041E = KBDTH1.DLL,2
|
||
0002041E = KBDTH2.DLL,2
|
||
0003041E = KBDTH3.DLL,2
|
||
00000801 = KBDA1.DLL,2
|
||
00010801 = KBDA2.DLL,2
|
||
00020801 = KBDA3.DLL,2
|
||
00000C01 = KBDA1.DLL,2
|
||
00010C01 = KBDA2.DLL,2
|
||
00020C01 = KBDA3.DLL,2
|
||
00001001 = KBDA3.DLL,2
|
||
00011001 = KBDA2.DLL,2
|
||
00021001 = KBDA1.DLL,2
|
||
00001401 = KBDA3.DLL,2
|
||
00011401 = KBDA2.DLL,2
|
||
00021401 = KBDA1.DLL,2
|
||
00001801 = KBDA3.DLL,2
|
||
00011801 = KBDA2.DLL,2
|
||
00021801 = KBDA1.DLL,2
|
||
00001C01 = KBDA3.DLL,2
|
||
00011C01 = KBDA2.DLL,2
|
||
00021C01 = KBDA1.DLL,2
|
||
00002001 = KBDA1.DLL,2
|
||
00012001 = KBDA2.DLL,2
|
||
00022001 = KBDA3.DLL,2
|
||
00002401 = KBDA1.DLL,2
|
||
00012401 = KBDA2.DLL,2
|
||
00022401 = KBDA3.DLL,2
|
||
00002801 = KBDA1.DLL,2
|
||
00012801 = KBDA2.DLL,2
|
||
00022801 = KBDA3.DLL,2
|
||
00002C01 = KBDA1.DLL,2
|
||
00012C01 = KBDA2.DLL,2
|
||
00022C01 = KBDA3.DLL,2
|
||
00003001 = KBDA1.DLL,2
|
||
00013001 = KBDA2.DLL,2
|
||
00023001 = KBDA3.DLL,2
|
||
00003401 = KBDA1.DLL,2
|
||
00013401 = KBDA2.DLL,2
|
||
00023401 = KBDA3.DLL,2
|
||
00003801 = KBDA1.DLL,2
|
||
00013801 = KBDA2.DLL,2
|
||
00023801 = KBDA3.DLL,2
|
||
00003C01 = KBDA1.DLL,2
|
||
00013C01 = KBDA2.DLL,2
|
||
00023C01 = KBDA3.DLL,2
|
||
00004001 = KBDA1.DLL,2
|
||
00014001 = KBDA2.DLL,2
|
||
00024001 = KBDA3.DLL,2
|
||
|
||
["Keyboard Layout"]
|
||
00001401 = "Algeria"
|
||
00003c01 = "Bahrain"
|
||
00000c01 = "Egypt"
|
||
0000040d = "Hebrew"
|
||
00000801 = "Iraq"
|
||
00002c01 = "Jordan"
|
||
00003401 = "Kuwait"
|
||
00003001 = "Lebanon"
|
||
00001001 = "Libya"
|
||
00001801 = "Morocco"
|
||
00002001 = "Oman"
|
||
00004001 = "Qatar"
|
||
00000401 = "Saudi Arabia"
|
||
00002801 = "Syria"
|
||
0000041e = "Thai"
|
||
00001c01 = "Tunisia"
|
||
00003801 = "UAE"
|
||
00002401 = "Yemen"
|
||
|
||
|
||
// String section below for localizers
|
||
[Strings]
|
||
@@!m:@w!p:wks_id = "Microsoft Windows XP Professional"
|
||
@m:@w!p:wks_id = "Microsoft Windows XP 64-Bit Edition"
|
||
@@:@p:wks_id = "Microsoft Windows XP Home Edition"
|
||
@@:@s!e!b:srv_id = "Microsoft Windows 2002 Server"
|
||
@@:@e!d:srv_id = "Microsoft Windows 2002 Advanced Server"
|
||
@@:@d:srv_id = "Microsoft Windows 2002 Datacenter Server"
|
||
@@:@b:srv_id = "Microsoft Windows 2002 Blade Server"
|
||
@@!m:@w!p:wks_id_vga = "Microsoft Windows XP Professional [VGA mode]"
|
||
@m:@w!p:wks_id_vga = "Microsoft Windows XP 64-Bit Edition [VGA mode]"
|
||
@@:@p:wks_id_vga = "Microsoft Windows XP Home Edition [VGA mode]"
|
||
@@:@s!e!b:srv_id_vga = "Microsoft Windows 2002 Server [VGA mode]"
|
||
@@:@e!d:srv_id_vga = "Microsoft Windows 2002 Advanced Server [VGA mode]"
|
||
@@:@d:srv_id_vga = "Microsoft Windows 2002 Datacenter Server [VGA mode]"
|
||
@@:@b:srv_id_vga = "Microsoft Windows 2002 Blade Server [VGA mode]"
|
||
cancel_id = "Cancel Windows XP Setup"
|
||
9x_id = "Microsoft Windows"
|