745 lines
23 KiB
Plaintext
745 lines
23 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_1253.nls,1253
|
||
OemCodepage = c_737.nls,737,c_437.nls,437
|
||
MacCodepage = c_10006.nls,10006
|
||
UnicodeCasetable = l_intl.nls,0408
|
||
OemHalFont = vga737.fon
|
||
DefaultLayout = 00000409
|
||
|
||
[Keyboard]
|
||
STANDARD = "XT, AT, ã Enhanced §¢ž¡«¨¦¢æš ¦ (83-104 §¢ã¡«¨à¤)",files.i8042,i8042prt
|
||
kbdhid = "<22>¢ž¡«¨¦¢æš ¦ USB",files.kbdhid,kbdhid
|
||
@i:USB = "<22>¢ž¡«¨¦¢æš ¦ USB",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_1253.nls,1253
|
||
OemCodepage = c_737.nls,737,c_437.nls,437
|
||
MacCodepage = c_10006.nls,10006
|
||
UnicodeCasetable = l_intl.nls,0408
|
||
OemHalFont = vga737.fon
|
||
DefaultLayout = 00000409
|
||
|
||
[Keyboard]
|
||
STANDARD = "XT, AT, ã Enhanced §¢ž¡«¨¦¢æš ¦ (83-104 §¢ã¡«¨à¤)",files.i8042,i8042prt
|
||
kbdhid = "<22>¢ž¡«¨¦¢æš ¦ USB",files.kbdhid,kbdhid
|
||
@i:USB = "<22>¢ž¡«¨¦¢æš ¦ USB",files.kbdhid,kbdhid
|
||
|
||
[Files.BackupOnUpgrade]
|
||
|
||
[Files.BackupOnOverwrite]
|
||
|
||
[FontListE]
|
||
"ËÎÌå & ÐÂËÎÌå (TrueType)" = SIMSUN.TTC
|
||
"ºÚÌå (TrueType)" = SIMHEI.TTF
|
||
"¿¬Ìå (TrueType)" = SIMKAI.TTF
|
||
"·ÂËÎÌå (TrueType)" = SIMFANG.TTF
|
||
|
||
["Keyboard Layout"]
|
||
00000804 = "ÃÀʽ¼üÅÌ(ÖÐÎÄ)"
|
||
|
||
[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, ©Î¼W±j«¬Áä½L (83-104 Áä)",files.i8042,i8042prt
|
||
kbdhid = "USB Keyboard",files.kbdhid,kbdhid
|
||
@i:USB = "USB Keyboard",files.kbdhid,kbdhid
|
||
|
||
[Files.BackupOnUpgrade]
|
||
|
||
[Files.BackupOnOverwrite]
|
||
|
||
[FontListE]
|
||
"¼Ð·¢Åé (TrueType)" = KAIU.TTF
|
||
"²Ó©úÅé & ·s²Ó©úÅé (TrueType)" = MINGLIU.TTC
|
||
|
||
["Keyboard Layout"]
|
||
00000404 = "¬ü¦¡Áä½L (¤¤¤å)"
|
||
|
||
[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 “ú–{Œê ƒL<C692>[ƒ{<7B>[ƒh" ,files.kbdax2,i8042prt, KBDAX2.DLL, 7, 1, AX_105KEY
|
||
@*:@@!n:IBM_002_106KEY = "IBM-5576 002/003 ƒL<C692>[ƒ{<7B>[ƒ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]
|
||
"‚l‚r ƒSƒVƒbƒN & ‚l‚r ‚oƒSƒVƒbƒN & MS UI Gothic (TrueType)" = MSGOTHIC.TTC
|
||
"‚l‚r –¾’© & ‚l‚r ‚o–¾’© (TrueType)" = MSMINCHO.TTC
|
||
|
||
["Keyboard Layout"]
|
||
00000411 = "“ú–{Œê"
|
||
E0010411 = "“ú–{Œê (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 Å°º¸µå/MS Natural Keyboard(Á¾·ù 1)", files.kbd101a,i8042prt,KBD101A.DLL, 8, 3, PCAT_101AKEY
|
||
"101B TYPE" = "101 Å°º¸µå/MS Natural Keyboard(Á¾·ù 2)", files.kbd101b,i8042prt,KBD101B.DLL, 8, 4, PCAT_101BKEY
|
||
"101C TYPE" = "101 Å°º¸µå/MS Natural Keyboard(Á¾·ù 3)", files.kbd101c,i8042prt,KBD101C.DLL, 8, 5, PCAT_101CKEY
|
||
"103 TYPE" = "KSC 103 Å°º¸µå/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]
|
||
"±¼¸² & ±¼¸²Ã¼ & µ¸¿ò & µ¸¿òü (TrueType)" = GULIM.TTC
|
||
"¹ÙÅÁ & ¹ÙÅÁü & ±Ã¼ & ±Ã¼Ã¼ (TrueType)" = BATANG.TTC
|
||
|
||
|
||
["Keyboard Layout"]
|
||
00000412 = "Çѱ¹¾î"
|
||
E0010412 = "ÇÑ±Û ÀԷ±â (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"
|
||
disk = "ƒå©¡¦ª SCSI"
|
||
ramdisk = "<22>¨æš¨˜££˜ ¦›ãšž©žª ›å©¡¦¬ RAM"
|
||
|
||
[FileSystems]
|
||
fat = "‘ç©«ž£˜ ˜¨®œåठFAT"
|
||
ntfs = "‘ç©«ž£˜ ˜¨®œåठ«à¤ Windows NT (NTFS)"
|
||
ksecdd = "“§ž¨œ©å˜ §˜¨¦®ãª ˜©á¢œ ˜ª §¬¨ã¤˜"
|
||
|
||
[FloppyDrivers]
|
||
floppy = "’¬§ ¡ã › ©¡â«˜"
|
||
fat = "‘ç©«ž£˜ ˜¨®œåठFAT"
|
||
|
||
[SystemPartitionFiles]
|
||
@i:@@:Bootfont.bin,"\"
|
||
|
||
[CdRomDrivers]
|
||
cdfs = "‘ç©«ž£˜ ˜¨®œåठCD-ROM"
|
||
|
||
[MouseDrivers]
|
||
mouclass = "<22>¨æš¨˜££˜ ¦›ãšž©žª ¡¢á©žª §¦¤« ¡ ¦ç"
|
||
mouhid = "<22>¨æš¨˜££˜ ¦›ãšž©žª 墫¨¦¬ §¦¤« ¡ ¦ç HID"
|
||
|
||
;
|
||
; 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)" = COUREG.FON
|
||
"MS Sans Serif 8,10,12,14,18,24 (VGA res)" = SSERIFEG.FON
|
||
"MS Serif 8,10,12,14,18,24 (VGA res)" = SERIFEG.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"]
|
||
00001009 = "€šš¢ ¡ã ‰˜¤˜›á (§¦¢çš¢à©©ž)"
|
||
0000041C = "€¢™˜¤ ¡ã"
|
||
00010402 = "<22>¦¬¢š˜¨ ¡ã Š˜« ¤ ¡ã"
|
||
00000402 = "<22>¦¬¢š˜¨ ¡ã"
|
||
00000416 = "<22>¨˜<C2A8> ¢ ᤠ¡ž (ABNT)"
|
||
0000080C = "‚˜¢¢ ¡ã <20>œ¢šå¦¬"
|
||
0000100C = "‚˜¢¢ ¡ã „¢™œ«å˜ª"
|
||
00010C0C = "‚˜¢¢ ¡ã ‰˜¤˜›á (§¦¢çš¢à©©ž)"
|
||
00000C0C = "‚˜¢¢ ¡ã ‰˜¤˜›á"
|
||
0000040C = "‚˜¢¢ ¡ã"
|
||
00010407 = "‚œ¨£˜¤ ¡ã (IBM)"
|
||
00000807 = "‚œ¨£˜¤ ¡ã „¢™œ«å˜ª"
|
||
00000407 = "‚œ¨£˜¤ ¡ã"
|
||
00000406 = "ƒ˜¤ ¡ã"
|
||
00030408 = "„¢¢ž¤ ¡ã (220) Š˜« ¤ ¡ã"
|
||
00010408 = "„¢¢ž¤ ¡ã (220)"
|
||
00040408 = "„¢¢ž¤ ¡ã (319) Š˜« ¤ ¡ã"
|
||
00020408 = "„¢¢ž¤ ¡ã (319)"
|
||
00050408 = "„¢¢ž¤ ¡ã Š˜« ¤ ¡ã"
|
||
00000408 = "„¢¢ž¤ ¡ã"
|
||
00000425 = "„©Ÿ¦¤ ¡ã"
|
||
00000809 = "†¤à£â¤¦¬ <20>˜© ¢œå¦¬"
|
||
00030409 = "†¤à£â¤à¤ <20>¦¢ «œ é¤-Dvorak š ˜ ˜¨ ©«œ¨æ®œ ¨œª"
|
||
00040409 = "†¤à£â¤à¤ <20>¦¢ «œ é¤-Dvorak š ˜ ›œ¥ 殜 ¨œª"
|
||
00010409 = "†¤à£â¤à¤ <20>¦¢ «œ é¤-Dvorak"
|
||
00020409 = "†¤à£â¤à¤ <20>¦¢ «œ é¤-ƒ œŸ¤ãª"
|
||
00000409 = "†¤à£â¤à¤ <20>¦¢ «œ é¤"
|
||
00001809 = "ˆ¨¢˜¤› ¡ã"
|
||
0000040F = "ˆ©¢˜¤› ¡ã"
|
||
0001040A = "ˆ©§˜¤ ¡ã"
|
||
0000040A = "ˆ©§˜¤ ¡ã › ˜¦¨¦§¦ ž£â¤ž"
|
||
00010410 = "ˆ«˜¢ ¡ã (142)"
|
||
00000410 = "ˆ«˜¢ ¡ã"
|
||
0000041a = "‰¨¦˜« ¡ã"
|
||
0000080A = "Š˜« ¤¦˜£œ¨ ¡á¤ ¡ž"
|
||
00010426 = "Šœ««¦¤ ¡ã (QWERTY)"
|
||
00000426 = "Šœ««¦¤ ¡ã"
|
||
00000423 = "Šœ¬¡¦¨à© ¡ã"
|
||
00000427 = "Š Ÿ¦¬˜¤ ¡ã"
|
||
00000414 = "Œ¦¨™žš ¡ã"
|
||
00000813 = "Ž¢¢˜¤› ¡ã <20>œ¢šå¦¬"
|
||
00000413 = "Ž¢¢˜¤› ¡ã"
|
||
0001040E = "Ž¬šš¨ ¡ã 101-§¢ã¡«¨à¤"
|
||
0000040E = "Ž¬šš¨ ¡ã"
|
||
00000422 = "Ž¬¡¨˜¤ ¡ã"
|
||
00010415 = "<22>¦¢à¤ ¡ã (214)"
|
||
00000415 = "<22>¦¢à¤ ¡ã (<28>¨¦š¨˜££˜« ©«ã)"
|
||
00000816 = "<22>¦¨«¦š˜¢ ¡ã"
|
||
00000418 = "<22>¦¬£˜¤ ¡ã"
|
||
00010419 = "<22>à© ¡ã (‚¨˜¦£ž®˜¤ãª)"
|
||
00000419 = "<22>à© ¡ã"
|
||
00000C1A = "‘œ¨™ ¡ã ‰¬¨ ¢¢ ¡ã"
|
||
00010C1A = "‘œ¨™ ¡ã Š˜« ¤ ¡ã"
|
||
0001041B = "‘¢¦™˜¡ ¡ã (QWERTY)"
|
||
0000041B = "‘¢¦™˜¡ ¡ã"
|
||
00000424 = "‘¢¦™œ¤ ¡ã"
|
||
0000041D = "‘¦¬ž› ¡ã"
|
||
0001041F = "’¦¬¨¡ ¡ã F"
|
||
0000041F = "’¦¬¨¡ ¡ã Q"
|
||
00010405 = "’©œ® ¡ã (QWERTY)"
|
||
00000405 = "’©œ® ¡ã"
|
||
0000040B = "” ¤¢˜¤› ¡ã"
|
||
|
||
[DiskDrivers]
|
||
dmboot = "Dynamic Volume Support (dmboot)"
|
||
i2omgmt = "Intelligent I/O Support Driver"
|
||
|
||
[InputDevicesSupport]
|
||
usbehci = "„¡«œ«˜£â¤¦ª ¡œ¤«¨ ¡æª œ¢œš«ãª",files.usbehci,usbehci
|
||
usbohci = "€¤¦ ¡«æª ¡œ¤«¨ ¡æª œ¢œš¡«ãª",files.usbohci,usbohci
|
||
usbuhci = "‰œ¤«¨ ¡æª œ¤ ˜å¦ª œ¢œš¡«ãª",files.usbuhci,usbuhci
|
||
usbhub = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜¤¦£â˜ (hub) USB šœ¤ ¡ãª ®¨ã©žª",files.usbhub,usbhub
|
||
hidusb = "€¤á¢¬©ž › ˜©ç¤›œ©žª ®¨ã©«ž",files.hidusb,hidusb
|
||
serial = "<22>¨æš¨˜££˜ ¦›ãšž©žª ©œ ¨ ˜¡ãª Ÿç¨˜ª",files.none,serial
|
||
serenum = "€§˜¨ Ÿ£ž«ãª ©œ ¨ ˜¡ãª Ÿç¨˜ª",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 = "„¢œš¡«ãª ¡˜¤˜¢ ¦ç ¤é¤ PCI Agilent ††<E280A0>€-510®"
|
||
dpti2o = "Adaptec 2000S/3000S Ultra160 SCSI RAID Controller"
|
||
afc9xxx = "„¢œš¡«ãª ¡˜¤˜¢ ¦ç ¤é¤ 2Gbit Adaptec AFC-9210G PCI 64bit/66MHz"
|
||
@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"
|
||
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 = "<22>¨æš¨˜££˜ ¦›ãšž©žª CardBus/PCMCIA IDE Miniport"
|
||
@i:ini910u = "Initio Ultra SCSI Host Adapter"
|
||
dac2w2k = "„¢œš¡«âª Raid Mylex EXR2000,3000/AR160,170,352"
|
||
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 = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜ç¢¦¬ PCI",files.pci,pci
|
||
acpi = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜ç¢¦¬ ’¦§¦Ÿâ«ž©žª ¡˜ ꣜©žª Šœ «¦¬¨šå˜ª ACPI",files.acpi,acpi
|
||
isapnp = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜ç¢¦¬ ’¦§¦Ÿâ«ž©žª ¡˜ ꣜©žª Šœ «¦¬¨šå˜ª ISA",files.isapnp,isapnp
|
||
acpiec = "<22>¨æš¨˜££˜ ¦›ãšž©žª œ¤©à£˜«à£â¤¦¬ œ¢œš¡«ã ACPI",files.none,acpiec
|
||
ohci1394 = "IEEE 1394 Bus OHCI Compliant Port Driver",files.ohci1394,ohci1394
|
||
|
||
[BusExtenders]
|
||
pcmcia = "“§¦©«ã¨ ¥ž PCMCIA",files.pcmcia,pcmcia
|
||
pciide = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜ç¢¦¬ PCI IDE",files.pciide,pciide
|
||
intelide = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜ç¢¦¬ Intel IDE",files.intelide,intelide
|
||
viaide = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜ç¢¦¬ VIA IDE",files.viaide,viaide
|
||
cmdide = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜ç¢¦¬ CMD IDE",files.cmdide,cmdide
|
||
toside = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜ç¢¦¬ Toshiba IDE",files.toside,toside
|
||
aliide = "<22>¨æš¨˜££˜ ¦›ãšž©žª › ˜ç¢¦¬ ALI IDE",files.aliide,aliide
|
||
mountmgr = "Mount Point Manager",files.none,mountmgr
|
||
ftdisk = "ƒ ˜®œå¨ ©ž «æ£¦¬",files.none,ftdisk
|
||
partmgr = "ƒ ˜®œå¨ ©ž › ˜£œ¨å©£˜«¦ª",files.none,partmgr
|
||
fdc = "“§¦©«ã¨ ¥ž £¦¤á›˜ª › ©¡â«˜ª",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 („š®œ ¨å› ¦ «ç§¦¬ A)",files.lbrtfdc,lbrtfdc
|
||
|
||
[Computer]
|
||
@i:acpiapic_mp = "ACPI PC §¦¢¢é¤ œ§œ¥œ¨š˜©«é¤",files.none
|
||
@i:acpiapic_up = "ACPI PC £¦¤¦ç œ§œ¥œ¨š˜©«ã",files.none
|
||
@i:acpipic_up = "Advanced Configuration and Power Interface (ACPI) PC",files.none
|
||
@i:syspro_mp = "Compaq SystemPro Multiprocessor ã 100% ©¬£™˜«æ",files.none
|
||
@i:mps_up = "MPS PC £¦¤¦ç œ§œ¥œ¨š˜©«ã",files.none
|
||
@i:mps_mp = "MPS PC §¦¢¢é¤ œ§œ¥œ¨š˜©«é¤",files.none
|
||
@i:e_isa_up = "’¬§ ¡æ PC",files.none
|
||
@i:486c_up = "’¬§ ¡æ PC £œ C-Step i486",files.none
|
||
|
||
@m:acpipic_up = "ACPI UniProcessor ia64",files.none
|
||
@m:acpipic_mp = "ACPI Multiprocessor ia64",files.none
|
||
|
||
[Display]
|
||
@i:forcevga = "’¬§ ¡ã VGA (640x480, 16 ®¨é£˜«˜)",files.none
|
||
@i:vga = "€¬«æ£˜«¦ª œ¤«¦§ ©£æª",files.none
|
||
@@!i:vga = "‘¬£™˜«ã VGA",files.none
|
||
@i:sglfb = "Cobalt",files.sglfb
|
||
|
||
[Mouse]
|
||
@i:msps2 = "<22>¦¤«å¡ «žª Microsoft «žª Ÿç¨˜ª §¦¤« ¡ ¦ç (§œ¨ ¢˜£™á¤œ «¦ BallPoint)",files.i8042,i8042prt
|
||
@i:lgps2 = "Logitech §¦¤«å¡ «žª Ÿç¨˜ª §¦¤« ¡ ¦ç",files.i8042,i8042prt
|
||
@i:msinp = "<22>¦¤«å¡ › ˜ç¢¦¬ InPort «žª Microsoft",files.inport,inport
|
||
@i:msbpser = "‘œ ¨ ˜¡æ §¦¤«å¡ Ballpoint «žª Microsoft",files.sermouse,sermouse
|
||
@i:lgser = "‘œ ¨ ˜¡æ §¦¤«å¡ «žª Logitech",files.sermouse,sermouse
|
||
@@:none = "•à¨åª §¦¤«å¡ ã ᢢž ©¬©¡œ¬ã ¡˜«á›œ ¥žª",files.none,""
|
||
@@:mouhid = "<22>¦¤«å¡ USB",files.mouhid,mouhid
|
||
@@:msser = "‘œ ¨ ˜¡æ §¦¤«å¡ «žª Microsoft",files.sermouse,sermouse
|
||
@@:ps2 = "<22>¦¤«å¡ «žª Ÿç¨˜ª §¦¤« ¡ ¦ç",files.i8042,i8042prt
|
||
@@:sermouse = "‘œ ¨ ˜¡æ §¦¤«å¡ ",files.sermouse,sermouse
|
||
@i:USB = "<22>¦¤«å¡ USB",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
|
||
|
||
|
||
// 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 = "€¡ç¨à©ž «žª „š¡˜«á©«˜©žª «à¤ Windows XP"
|
||
9x_id = "Microsoft Windows"
|