mirror of https://github.com/tongzx/nt5src
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.
908 lines
35 KiB
908 lines
35 KiB
/*:
|
|
@*: 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.
|
|
@*:
|
|
@*/
|
|
|
|
#if LANGUAGE_ID == 0x409
|
|
//USA specific sections
|
|
|
|
#elif LANGUAGE_ID == 0x804
|
|
//CHS specific sections
|
|
[ServicesToStopInstallation]
|
|
@*:
|
|
@*: ntbug#370081
|
|
@*:
|
|
s,asdsrv,compdata\tsbasd.htm,compdata\tsbasd.txt,%tsbasd%
|
|
|
|
#elif LANGUAGE_ID == 0x404
|
|
//CHT specific sections
|
|
[ServicesToStopInstallation]
|
|
@*:
|
|
@*: ntbug#370081
|
|
@*:
|
|
s,asdsrv,compdata\tsbasd.htm,compdata\tsbasd.txt,%tsbasd%
|
|
|
|
#elif LANGUAGE_ID == 0x411
|
|
//JPN specific sections
|
|
[ServicesToDisable]
|
|
|
|
@*:
|
|
@*: Windowsbug#382097
|
|
@*:
|
|
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Client Manager 6.0",DisplayName,"Intel LANDesk Client Manager 6.0 (with NEC Extensions)",compdata\necldcm1.htm,compdata\necldcm1.txt,%NECLDCM1%
|
|
|
|
@*:
|
|
@*: Windowsbug#382108
|
|
@*:
|
|
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Client Manager 6.0",DisplayName,"Intel LANDesk Client Manager 6 (with NEC Extensions)",compdata\necldcm2.htm,compdata\necldcm2.txt,%NECLDCM2%
|
|
|
|
@*:
|
|
@*: Windowsbug#382132
|
|
@*:
|
|
r,"Software\Microsoft\Windows\CurrentVersion\Uninstall\{A05E8183-866A-11D3-97DF-0000F8D8F2E9}",DisplayName,"pcAnywhere 9.2 EX",compdata\pcany921.htm,compdata\pcany921.txt,%pcany921ex%
|
|
|
|
@*:
|
|
@*: Windowsbug#382148
|
|
@*:
|
|
f,"%SystemDrive%\necread\necread.txt",,compdata\necupkit.htm,compdata\necupkit.txt,%necupkit%
|
|
f,"%SystemDrive%\necread\necread.doc",,compdata\necupkit.htm,compdata\necupkit.txt,%necupkit%
|
|
f,"%SystemDrive%\necread\necread.htm",,compdata\necupkit.htm,compdata\necupkit.txt,%necupkit%
|
|
f,"%SystemRoot%\necread.txt",,compdata\necupkit.htm,compdata\necupkit.txt,%necupkit%
|
|
f,"%SystemRoot%\necread.doc",,compdata\necupkit.htm,compdata\necupkit.txt,%necupkit%
|
|
f,"%SystemRoot%\necread.htm",,compdata\necupkit.htm,compdata\necupkit.txt,%necupkit%
|
|
|
|
|
|
@*: georger - comment out to match bugfix for 397107 - bdd entry replaces this
|
|
@*:
|
|
@*: Windowsbug#392205
|
|
@*:
|
|
@*:f,"%systemroot%\system32\drivers\necmffil.sys",,compdata\necmfkb.htm,compdata\necmfkb.txt,%necmffil%,ntcompat.inf,"NECMFKB_INST",0x50
|
|
|
|
@*:
|
|
@*: Windowsbug#392208
|
|
@*:
|
|
r,"System\CurrentControlSet\Services\ApfiltrService",DisplayName,"NEC NX PAD Filter Driver",compdata\nxpad.htm,compdata\nxpad.txt,%NXPAD%
|
|
|
|
@*:
|
|
@*: ntbug#360995
|
|
@*:
|
|
@*: WindowsBug#433109 masasu - change inf indication from mblclean.inf to ntcompat.inf
|
|
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TSPOFF","DisplayName","Toshiba Software Power Off for Desktop",compdata\tsbspoff.htm,compdata\tsbspoff.txt,%tsbspof%,ntcompat.inf,"TSPOFF_INST"
|
|
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\THAL","DisplayName","Toshiba Software Power Off V2.0",compdata\tsbspoff.htm,compdata\tsbspoff.txt,%tsbspof%,ntcompat.inf,"TSPOFF_INST"
|
|
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\THAL","DisplayName","Toshiba Software Power Off V2.1",compdata\tsbspoff.htm,compdata\tsbspoff.txt,%tsbspof%,ntcompat.inf,"TSPOFF_INST"
|
|
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\THAL","DisplayName","Toshiba Software Power Off V2.2",compdata\tsbspoff.htm,compdata\tsbspoff.txt,%tsbspof%,ntcompat.inf,"TSPOFF_INST"
|
|
|
|
@*:
|
|
@*: ntbug#412862
|
|
@*:
|
|
@*: WindowsBug#433109 masasu - change inf indication from mblclean.inf to ntcompat.inf
|
|
s,NdisPowerSrv,compdata\generic.htm,compdata\generic.txt,%tlsus%,,,,ntcompat.inf,"TLSUS_INST"
|
|
|
|
@*:
|
|
@*: ntbug#359835
|
|
@*:
|
|
s,CBTSB,compdata\TCBEnab.htm,compdata\TCBEnab.txt,"Enabler for Toshiba CardBusLANCard(LANCB00A)"
|
|
|
|
@*:
|
|
@*: ntbug#374979
|
|
@*:
|
|
s,poolext,compdata\poolext.htm,compdata\poolext.txt,%poolext%
|
|
|
|
@*:
|
|
@*: ntbug#375644
|
|
@*:
|
|
s,CBIDE2LM,compdata\tsb24cdj.htm,compdata\tsb24cdj.txt,"Toshiba 24x CD-ROM Drive (PA2673UJ)"
|
|
|
|
@*:
|
|
@*: ntbug#375671
|
|
@*:
|
|
s,WakeUp,compdata\FJpman.htm,compdata\FJpman.txt,%WakeUp%,"%systemroot%\system32\drivers\f3dmfbe.sys"
|
|
|
|
@*:
|
|
@*: ntbug#360992
|
|
@*:
|
|
@*: WindowsBug#433109 masasu - change inf indication from mblclean.inf to ntcompat.inf
|
|
s,TAPM_NT,compdata\tsbapmdt.htm,compdata\tsbapmdt.txt,"Toshiba Advanced Power Management for Desktop",,,,ntcompat.inf,"TAPM_INST"
|
|
|
|
[ServicesToStopInstallation]
|
|
|
|
@*:
|
|
@*: Windowsbug#382084
|
|
@*:
|
|
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Pcassist",DisplayName,"DMITOOL",compdata\necdmi.htm,compdata\necdmi.txt,%NECDMITOOL%
|
|
|
|
@*:
|
|
@*: Windowsbug#382130
|
|
@*:
|
|
r,"Software\Microsoft\Windows\CurrentVersion\Uninstall\pcANYWHERE32",DisplayName,"pcAnywhere 9.0 EX",compdata\pcanyex2.htm,compdata\pcanyex2.txt,%pcany90ex%
|
|
|
|
@*:
|
|
@*: Windowsbug#382145
|
|
@*:
|
|
r,"Software\Microsoft\Windows\CurrentVersion\Uninstall\pcANYWHERE32_OEM","","",compdata\pcanyex1.htm,compdata\pcanyex1.txt,%pcany32ex%
|
|
|
|
@*: georger - comment out to match bugfix for 397108 - bdd entry replaces this
|
|
@*:
|
|
@*: Windowsbug#388059(392213)
|
|
@*:
|
|
@*:f,"%systemroot%\system32\drivers\nip1394.sys","2.90.2745.0",compdata\NIP1394.htm,compdata\NIP1394.txt,%NIP1394%,,,0x50
|
|
|
|
@*:
|
|
@*: ntbug#370079
|
|
@*:
|
|
s,ampd,compdata\tsbams.htm,compdata\tsbams.txt,%tsbams%
|
|
|
|
|
|
@*:
|
|
@*: ntbug#375682
|
|
@*:
|
|
r,"SOFTWARE\Fujitsu\Install\PROBEPRO","ProductName","PROBEPRO",compdata\probepro.htm,compdata\probepro.txt,%probepro%
|
|
|
|
@*:
|
|
@*: ntbug#375685
|
|
@*:
|
|
s,fjhwmn,compdata\fjhwmn.htm,compdata\fjhwmn.txt,%fjhwmn%
|
|
|
|
|
|
@*:
|
|
@*: ntbug#360992
|
|
@*:
|
|
[TAPM_INST] ; TOSHIBA ADVANCED POWER MANAGEMENT FOR DESKTOP
|
|
DelReg = TAPM_delreg
|
|
DelFiles = TAPM_UNINST_DELFILES, TAPM_DRV_DELFILES, TAPM_INF_DELFILES
|
|
|
|
[TAPM_delreg] ; REMOVING TOSHIBA APM FOR DT DRIVERS REG KEYS
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Toshiba Advanced Power Management"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\TAPM_NT"
|
|
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TAPM_NT"
|
|
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TAPM_K"
|
|
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TAPM_M"
|
|
|
|
[TAPM_DRV_DELFILES] ; REMOVEING THE TOSHIBA APM DRIVERS
|
|
TAPM_NT.SYS
|
|
TAPM_K.SYS
|
|
TAPM_M.SYS
|
|
|
|
[TAPM_INF_DELFILES] ; REMOVEING THE INF FILES FOR TOSHIBA APM FOR DT
|
|
IDE_KM.INF
|
|
|
|
[TAPM_UNINST_DELFILES]
|
|
TDAPMDEL.EXE
|
|
|
|
[DestinationDirs]
|
|
TAPM_UNINST_DELFILES = 11
|
|
TAPM_DRV_DELFILES = 12
|
|
TAPM_INF_DELFILES = 17
|
|
|
|
@*:
|
|
@*: ntbug#412862
|
|
@*:
|
|
@*: WindowsBug#432228 to localization the string
|
|
@*:
|
|
@*:
|
|
[TLSUS_INST]
|
|
DELREG = TLSUS_DELREG
|
|
DELFILES = TLSUS_DELFILES
|
|
|
|
[TLSUS_DELREG]
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ToshibaLanSupSvc%"
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ToshibaLanSupSvc%"
|
|
HKLM,"SOFTWARE\Toshiba\%ToshibaLanSupSvc%"
|
|
HKLM,"SYSTEM\CurrentControlSet\Enum\Root\LEGACY_NDISPOWERSRV"
|
|
HKLM,"SYSTEM\CurrentControlSet\Services\NdisPowerSrv"
|
|
|
|
[TLSUS_DELFILES]
|
|
NdisPowSrv.exe
|
|
regstsrv.dll
|
|
Uninst.isu
|
|
|
|
[DestinationDirs]
|
|
TLSUS_DELFILES = 16422,"Toshiba\%ToshibaLanSupSvc%"
|
|
|
|
@*:
|
|
@*: ntbug#360995
|
|
@*:
|
|
[TSPOFF_INST] ; TOSHIBA SOFTWARE POWER OFF
|
|
DelReg = TSPOFF_delreg
|
|
DelFiles = TSPOFF_DRV_DELFILES, TSPOFF_INF_DELFILES
|
|
|
|
[TSPOFF_delreg] ; REMOVING TOSHIBA SPOFF REG KEYS
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\TSPOFF"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\THAL"
|
|
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\THAL"
|
|
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TSPOFFCK"
|
|
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TAPMRJCT"
|
|
|
|
[TSPOFF_DRV_DELFILES] ; REMOVEING THE TOSHIBA SPOFF DRIVERS THEMSELVES
|
|
THAL.SYS
|
|
TSPOFFCK.SYS
|
|
TAPMRJCT.SYS
|
|
|
|
[TSPOFF_INF_DELFILES] ; REMOVEING THE INF FILE FOR TOSHIBA SOPFF
|
|
TSPOFF.INF
|
|
THAL.INF
|
|
|
|
[DestinationDirs]
|
|
TSPOFF_DRV_DELFILES = 12
|
|
TSPOFF_INF_DELFILES = 17
|
|
|
|
@*: georger - comment out to match bugfix for 397107 - bdd entry replaces this
|
|
@*:
|
|
@*: WindowsBug#392205
|
|
@*:
|
|
@*: [NECMFKB_INST] ; NEC OneTouchStartButton
|
|
@*: DelReg=NECMFKB_DELREG
|
|
@*: DelFiles=NECMFKB_DELFILES
|
|
@*:
|
|
@*:[NECMFKB_DELREG]
|
|
@*:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","NECMFK"
|
|
@*:HKLM,"SYSTEM\CurrentControlSet\Services\NecMfFil"
|
|
@*:HKLM,"SYSTEM\CurrentControlSet\Services\NecMfHid"
|
|
@*:HKLM,"SYSTEM\CurrentControlSet\Services\MFKGTKEY"
|
|
|
|
@*:[NECMFKB_DELFILES]
|
|
@*:necmffil.sys
|
|
@*:necmfhid.sys
|
|
@*:mfkgtkey.sys
|
|
|
|
@*:[DestinationDirs]
|
|
@*:NECMFKB_DELFILES = 12
|
|
|
|
#elif LANGUAGE_ID == 0x412
|
|
//KOR specific sections
|
|
|
|
#endif
|
|
|
|
#if LANGUAGE_ID != 0x411
|
|
//NON-JPN specific sections
|
|
[ServicesToDisable]
|
|
f,"%systemroot%\system32\mfc42loc.dll","=6.00.8168.0",,,,ntcompat.inf,"PICTUREIT2000",0x00000002,"=0x35887682"
|
|
|
|
[PICTUREIT2000] ; PictureIt 2000 delete localized version of mfc42loc.dll
|
|
DelFiles = PICTUREIT2000_delFile
|
|
|
|
[PICTUREIT2000_delFile]
|
|
mfc42loc.dll
|
|
|
|
#endif
|
|
|
|
// String section below for localizers
|
|
[Strings]
|
|
nv_agp = "NVIDIA AGP szûr‹"
|
|
palmusb = "Palm USB-adapter"
|
|
cw10 = "Intersil alap£ vezet‚k n‚lk�li LAN-k rtya illeszt‹programja"
|
|
Winnov = "Winnov Videum Software"
|
|
ndcprtns = "Intersil alap£ el‚r‚sipont-szoftver"
|
|
IBM_UMS = "IBM UMS szolg ltat s"
|
|
ALKB2K = "Altiris billentyûzet- ‚s eg‚r-illeszt‹program"
|
|
ACLIENT = "Altiris �gyf‚lszolg ltat s "
|
|
CiManager = "Intel CI Manager"
|
|
CPQPWREX="Compaq energiagazd lkod si rendszerh‚j-b‹v¡tm‚ny"
|
|
gsnw = "µtj r¢szolg ltat sok NetWare-hez"
|
|
Hard_Disk_Monitor = "Merevlemez-figyel‹"
|
|
i2cnt = "Via SMBus-illeszt‹program"
|
|
McVirus = "McAfee VirusScan NT"
|
|
McVirus32 = "Network Associates VirusScan NT"
|
|
CrashMon = "McAfee Crash Monitor"
|
|
Mgactrl_grp = "Matrox Powerdesk NT"
|
|
SYSTEMSOFTCWDT = "CardWizard telep¡t‚se"
|
|
SBS45FaxClient = "Microsoft faxkiszolg l¢ �gyfele"
|
|
SBS50FaxClient = "Microsoft faxmegoszt si �gyf‚l"
|
|
pstrip1 = "PowerStrip.lnk"
|
|
pstrip2 = "Online dokument ci¢.lnk"
|
|
pstrip3 = "Release Notes.lnk"
|
|
cardwizard = "CardWizard for Windows NT"
|
|
phoenix = "PHOENIX CARD EXECUTIVE"
|
|
phoenixapm1 = "PHOENIX ADVANCE POWER MANAGEMENT"
|
|
phoenixapm2 = "PHOENIX ADVANCED POWER MANAGEMENT"
|
|
Daytona_prof = "TBS Daytona"
|
|
cpqdiag = "Compaq Diagnostics for Windows NT"
|
|
cpqinf = "Compaq Information Center"
|
|
evian = "Promise Raid-vez‚rl‹"
|
|
iocreatedrvlnk = "Meghajt¢-parancsikokon l‚trehoz sa.lnk"
|
|
iocopymachine = "Iomega Copy Machine.lnk"
|
|
iotoolsnthlp = "Iomega Tools NT Help.lnk"
|
|
ioparaccel = "P rhuzamos port gyors¡t sa.lnk"
|
|
iormvdrvlnk = "Meghajt¢-parancsikonok t”rl‚se.lnk"
|
|
io1stepbck = "1-Step Backup.lnk"
|
|
io1steprst = "1-Step Restore.lnk"
|
|
ionttools = "Iomega Tools NT.lnk"
|
|
ioqcktools = "Quick Tools.lnk"
|
|
ioqcktools2 = "Iomega Quick Tools.lnk"
|
|
ioicons = "Iomega ikonok.lnk"
|
|
iostartopt = "Iomega ind¡t si be ll¡t sok.lnk"
|
|
iorefresh = "Friss¡t‚s.lnk"
|
|
iomegaware = "IomegaWare.lnk"
|
|
TCAUDIAG_PRF1="3Com NIC seg‚dprogramok"
|
|
ZipM98 = "ZipMagic 98"
|
|
ENSQAUDM_PRF1 = "ENSONIQ AudioPCI Mixer"
|
|
NAV5_PRF1="Norton AntiVirus AutoProtect"
|
|
NAV5_GRP1="Ind¡t s"
|
|
NAV5_PRF2="Norton AntiVirus"
|
|
HPMTTSM = "HP TopTools for Notebooks"
|
|
HPMTTSM2 = "HP DMI"
|
|
HPMTTSM3="HP Brio DMI Software"
|
|
HPMTTSM4="HP DMI"
|
|
HPMTTSM5="HP TopTools for Desktops"
|
|
HPPRESREADY = "HP Presentation Ready - a friss¡t‚s ut n £jra kell telep¡teni"
|
|
cpqcwsetup = "Cardware telep¡t‚se"
|
|
NetshieldNt = "Network Associates NetShield NT"
|
|
CFGSAFE_GRP1 = "Ind¡t s"
|
|
DIRECTCD_GRP = "Adaptec DirectCD"
|
|
cs4281 = "Crystal CS4281 SoundFusion (TM) audio-illeszt‹programja"
|
|
piixide2 = "PIIX IDE 2 vez‚rl‹"
|
|
intlsisl = "Nullcsatorn s NullRAID-t rol¢vez‚rl‹ - inkompatibilit s lehets‚ges: KATTINTSON A R�SZLETES INFORMµCIàK�RT!"
|
|
ptircomm = "Puma infrav”r”s-sorosport emul tor"
|
|
ptirpro = "Puma infrav”r”s protokoll"
|
|
ptobphy = "Puma infrav”r”s illeszt‹program"
|
|
tivoli = "Tivoli t vvez‚rl‚s"
|
|
buslogic = "Buslogic SCSI-vez‚rl‹"
|
|
cpqfws2e = "Compaq Fast-Wide SCSI-vez‚rl‹"
|
|
fd16_700 = "Future Domain SCSI-vez‚rl‹"
|
|
fireport = "Diamond Fireport SCSI-vez‚rl‹"
|
|
flashpnt = "Flashpoint SCSI-vez‚rl‹"
|
|
ncrc710 = "NCR 710 SCSI-vez‚rl‹"
|
|
BlackIce21cn = "BlackICE Defender 2.1.cn"
|
|
atpw2k = "Windows 2000 fel�gyeleti eszk”z”k"
|
|
atpxp = "Fel�gyeleti eszk”z”k csomagja"
|
|
HSFADDREMOVE = "Conexant HSF bejegyz‚se a Programok telep¡t‚se ‚s t”rl‚se vez‚rl‹pultban"
|
|
nVidiaNT4Upgrade = "NVIDIA Windows NT 4.0 k‚perny‹illeszt‹k bejegyz‚se a Programok telep¡t‚se ‚s t”rl‚se vez‚rl‹pultban"
|
|
3DlabsUpgrade = "3Dlabs illeszt‹program bejegyz‚se a Programok telep¡t‚se ‚s t”rl‚se vez‚rl‹pultban"
|
|
isvgina = "Helyettes¡t‹ bejelentkez‚si szoftver"
|
|
PC-cillin2000 = "PC-cillin 2000"
|
|
CarbonCopy32 = "Carbon Copy 32"
|
|
syshwcfg = "XPoint Easy Backup"
|
|
OmniPagePro10 = "OmniPage Pro 10"
|
|
OnStor2k = "OnSpecLink t rol si oszt ly illeszt‹programja"
|
|
Melco2 = "MELCO INC. MCR-U2 SmartMedia-/CompactFlash-illeszt‹"
|
|
HyperDsk = "AMI Hyperdisk RAID-vez‚rl‹"
|
|
epcfw2k = "CompactFlash-illeszt‹program p rhuzamos portra"
|
|
epssfd2k = "SmartMedia-illeszt‹program p rhuzamos portra"
|
|
SFU2.0_NFS_CLIENT = "SFU 2.0 NFS �gyf‚l"
|
|
SFU2.0_NFS_CLIENT_RDR = "SFU 2.0 NFS �gyf‚l tir ny¡t¢"
|
|
|
|
#if LANGUAGE_ID == 0x409
|
|
|
|
#elif LANGUAGE_ID == 0x804
|
|
@*:; CHS specific sections
|
|
|
|
#elif LANGUAGE_ID == 0x404
|
|
|
|
#elif LANGUAGE_ID == 0x411
|
|
tsbams = "Rendelkez‚sre ll si alrendszer"
|
|
poolext = "K‚szletb‹v¡t‚sek"
|
|
WakeUp = "Fujitsu Power MANagement For Windows"
|
|
probepro = "Fujitsu PROBEPRO"
|
|
fjhwmn = "Intel LANDesk �gyf‚lkezel‹je Fujitsu FMV-hez"
|
|
tlsus="Toshiba LAN Suspend szolg ltat s"
|
|
tsbspof = "Toshiba szoftveres kikapcsol s"
|
|
NECDMITOOL ="DMITOOL"
|
|
NECLDCM1="Intel(R) LANDesk(R) Client Manager 6.0 (NEC-b‹v¡tm‚nyekkel)"
|
|
NECLDCM2="Intel(R) LANDesk(R) Client Manager 6 (NEC-b‹v¡tm‚nyekkel)"
|
|
pcany90ex = "pcAnywhere 9.0 EX"
|
|
pcany921ex = "pcAnywhere 9.2 EX"
|
|
pcany32ex = "pcANYWHERE32 EX"
|
|
necupkit="Olvassa el ezt a jelent‚st, ha NEC szem‚lyi sz m¡t¢g‚pet haszn l."
|
|
;necmffil="NEC One-touch start buttons Driver" ; georger - reconcile with bdd for bug#397108
|
|
NXPAD="NX PAD"
|
|
;NIP1394="IEEE1394 Network Driver" ; georger - reconcile with bdd for bug#397107
|
|
; WindowsBug#432228 masasu
|
|
ToshibaLanSupSvc="Toshiba LAN SuspendService"
|
|
|
|
#elif LANGUAGE_ID == 0x412
|
|
#endif
|
|
|
|
3ComDA = "3Com DynamicAccess"
|
|
3cxm356 = "3com/MHZ 3CXM356 PCCARD WIN Modem"
|
|
@@:@s:gateway = "XLink Omni NFS Gateway 4.0"
|
|
AironetWinDGS = "WinDGS"
|
|
CiscoAironet = "Aironet �gyf‚l-seg‚dprogram"
|
|
DECjensen = "Digital DECpc AXP 150"
|
|
EiconTA = "Eicon DIVA T-A ISDN-modemszoftver"
|
|
IBMsmapint = "IBM ThinkPad SMAPI-illeszt‹program"
|
|
IBMtppwr = "IBM Power Management ThinkPad SMAPI-illeszt‹program"
|
|
OlicomLANScout = "Olicom LANScout"
|
|
OlicomLANScoutManager = "Olicom LANScout kezel‹program"
|
|
OlicomRapidConfig = "Olicom RapidConfig/ATM"
|
|
OlicomRapidGuide = "RapidFire 616x �zemeltet‚si £tmutat¢"
|
|
OlicomRapidOnlineDoc = "Online RapidFire 616X dokument ci¢"
|
|
a8940 = "Adaptec IEEE-1394 adapter"
|
|
accel3d = "AccelPro MX videok rtya"
|
|
acsremoved = "A Whistler Server m r nem t mogatja a bel‚p‚svez‚rl‚si szolg ltat st (ACS). A friss¡t‚s el‹tt el kell t vol¡tania a szolg ltat st."
|
|
adaptecperc2 = "Adaptec Advanced RAID-vez‚rl‹"
|
|
aic789x = "Adaptec AIC789x"
|
|
aicdrv = "Adaptec AICDRV"
|
|
alisnd ="ALI NT4 audio-illeszt‹program"
|
|
allegro3 = "Allegro3"
|
|
als4000 = "Advance Logic, Inc. ALS4000"
|
|
;apfiltr = "Alps Pointing Device" ;georger - sync bdd/ntcompat entries - bug270295
|
|
ark= "ARK videogyors¡t¢"
|
|
aspi = "Adaptec ASPI32"
|
|
assetci = "IBM sorozatsz m-inform ci¢"
|
|
at3d = "Alliance ProMotion videok rtya-illeszt‹"
|
|
atakmini = "Atakmini"
|
|
atapipd = "IBM PIIX Bus Master"
|
|
atmhelpr = "ATMhelper"
|
|
auddrive = "Legacy ESS audio-illeszt‹program"
|
|
avmdrv32 = "Fast AV Master"
|
|
avpgatek = "F-Secure Anti-Virus term‚k"
|
|
award = "Award Cardware"
|
|
bayman = "Softex BayManager"
|
|
cards = "Card Executive"
|
|
cardware = "Compaq CardWare illeszt‹program"
|
|
cbus2_mp = "Corollary C-bus architekt£ra"
|
|
cbusmc_mp = "Corollary C-bus MCA-architekt£ra"
|
|
ccntdrv = "Calcomp t bla"
|
|
cda1000 = "Adaptec ARO/AAA RAID gazdaadapter"
|
|
cdr4vsd = "Adaptec CD-R szûr‹program"
|
|
cfgsafe = "ConfigSafe for Windows NT"
|
|
cheyennealert = "Cheyenne riaszt s-‚rtes¡t‚si kiszolg l¢"
|
|
cheyenneanti = "Cheyenne InocuLAN Anti-Virus kiszolg l¢"
|
|
cheyenneauto = "Cheyenne automatikus let”lt‚si kiszolg l¢"
|
|
cheyenneexchange = "Cheyenne InocuLAN Exchange AV kiszolg l¢"
|
|
;cheyennefilter = "Cheyenne Filter Driver" ;georger - sync bdd/ntcompat entries - bug388307
|
|
cheyennefloppy = "Cheyenne hajl‚konylemez-illeszt‹program"
|
|
cic = "CIC Manta Handwriter"
|
|
cirque = "Cirque CruiseCat illeszt‹programok"
|
|
cldvd = "Creative Labs DVD-dek¢der"
|
|
cmosa = "Dell OpenManage �gyf‚l"
|
|
cmpci = "CMedia 8738 NT4.0 audio-illeszt‹program"
|
|
cmtos = "Toshiba Client Manager"
|
|
cnr117 = "Seagate/Conner hajl‚konylemez alap£ szalagos eszk”z"
|
|
cnr157 = "Seagate STT8000A"
|
|
cpq32fs2 = "Compaq CPQ32FS2 SCSI-vez‚rl‹ illeszt‹programja"
|
|
cpqdiag_ds = "Compaq diagnosztika Windows NT-re"
|
|
cpqeasypoint4 = "Compaq EasyPoint IV - a friss¡t‚s ut n £jratelep¡tend‹"
|
|
cpqmpd = "Compaq notebook-kieg‚sz¡t‹ CD-ROM eszk”z"
|
|
cpqmulti = "Compaq Windows NT Multibay szoftver"
|
|
cpqpnpmg = "Compaq PnP kezel‹ Windows NT 4.0-ra"
|
|
cpqrcmc = "Compaq t vfigyel‹ szolg ltat s"
|
|
cpqrs = "Compaq t voli ROM-be ll¡t s ‚s t voli biztons g"
|
|
cpqsmrt2 = "Compaq CPQSMRT2"
|
|
csa64xx = "CMD 64xx 32 bites IDE-vez‚rl‹"
|
|
ctz_crdl = "Citizen Cradle Reader"
|
|
cwbaudio = "CrystalWare audio-illeszt‹program"
|
|
d3nt = "Iomega Click! illeszt‹program"
|
|
daytona = "TBS audio-seg‚dprogramok, TBS Audio Station 2, TBS zenei alkalmaz s"
|
|
decatapi = "Digital Equipment Corp. Atapi-illeszt‹program"
|
|
dellperc2 = "Dell PERC2 RAID-vez‚rl‹"
|
|
dellps = "Dell 410 automatikus rendszerle ll¡t si illeszt‹program"
|
|
dellth = "Dell 410 h‹szab lyoz sos rendszerle ll¡t si illeszt‹program"
|
|
deskon = "DeskOn - System start"
|
|
DeskView = "DeskView"
|
|
deskwol = "DeskWOL - Wake On LAN"
|
|
directcd = "Adaptec DirectCD szoftver"
|
|
dlc = "Microsoft DLC protokoll illeszt‹programja"
|
|
atalk = "AppleTalk protokoll"
|
|
dmisl = "IBM DMI szolg ltat si r‚teg"
|
|
dmusic = "Direct Music illeszt‹program"
|
|
dock = "Softex Docking szoftver"
|
|
docksvc = "Ultra 2000 dokkol si szolg ltat sok"
|
|
drvncdb = "HP Colorado Backup II 6.0"
|
|
ds1wdm = "Yamaha DS1 WDM audio-illeszt‹program"
|
|
dsmigrat = "C¡mt rszolg ltat sok ttelep¡t‚se"
|
|
dsmigratpath = "%systemdrive%\Program Files\dsmigrat\dsmigrat.dll"
|
|
duplexwrite = "Siemens DuplexWrite szoftwver"
|
|
eacmos = "Eacmos"
|
|
eaps2kbd = "Eaps2kbd"
|
|
eawdmfd = "K”nnyû hozz f‚r‚si gombok"
|
|
el575nd5 = "el575nd5 illeszt‹program"
|
|
elsa1 = "Elsa1"
|
|
elsa2 = "Elsa2"
|
|
emu10k="Creative SBLive illeszt‹programja"
|
|
ensqaudm = "ENSONIQ AudioPCI kever‹"
|
|
ensqio = "Ensqio"
|
|
essm2e = "Maestro M2E illeszt‹program Toshiba notebookokhoz"
|
|
eusbmsd = "SanDisk USB ImageMate"
|
|
exide = "Toshiba TECRA Disk DMA illeszt‹programja"
|
|
faboot = "Full Armor rendszerind¡t s"
|
|
fazam = "Full Armor Zero Administration"
|
|
fidmou = "Fujitsu Takamisawa Touchpad - a friss¡t‚s ut n £jratelep¡tend‹"
|
|
flow7 = "FlowCharter 7"
|
|
fujitsu = "Fujitsu"
|
|
gdtx = "ICP-Vortex SCSI-vez‚rl‹"
|
|
genius = "Genius Easyscroll illeszt‹programok"
|
|
gfx40 = "GFX40"
|
|
glint = "Glint alap£ adapterek"
|
|
halhook = "Compaq felm‚r‚si eszk”z"
|
|
hdmib = "Merevlemez-figyel‹ a Siemens Serverview-hoz"
|
|
hdmon = "Merevlemez-figyel‹"
|
|
hercpwr = "Hercules PowerTools"
|
|
hollywoodplus = "Sigma Designs REALMagic Hollywood Plus dek¢der"
|
|
hpdmi = "HP Desktop Management Interface Component"
|
|
hpextkbd = "Hewlett-Packard C4734 kib‹v¡tett billentyûzet"
|
|
hpntlock = "HP lock for NT4"
|
|
hponetouchomni500msg="HP OneTouch"
|
|
hponetouchomnixe3msg="HP OneTouch"
|
|
hpcimsg = "HP konfigur ci¢s illeszt‹"
|
|
hpperc2 = "Hewlett-Packard NetRAID-4M"
|
|
hpsmart = "HP Brio PC Smart Disk Monitor 1.0"
|
|
hpsparnt = "HP OfficeJet 1150C"
|
|
hptoptools = "HP TopTools for Desktops Agent"
|
|
hptoptoolsidm = "HP TopTools eszk”zkezel‹"
|
|
hptp4track="IBM Trackpoint illeszt‹programja - a friss¡t‚s ut n £jra kell telep¡teni"
|
|
hptwotrack="IBM Trackpoint illeszt‹programja - a friss¡t‚s ut n £jra kell telep¡teni"
|
|
iamdrv = "AtGuard szoftver-illeszt‹program"
|
|
iamserv = "AtGuard szoftverszolg ltat s"
|
|
iavboot4 = "IBM AntiVirus val¢s idejû figyel‹program"
|
|
ibmdmibios = "IBM DMI BIOS Instrumentation for Windows NT"
|
|
ibmir = "IBM Low Speed IRDA illeszt‹program"
|
|
ibmmpg = "IBM MPEG-2 dek¢der"
|
|
ibmraid = "IBM ServeRAID II SCSI-adapter"
|
|
ibmtp4 = "IBM TwoTrack eg‚r-illeszt‹program"
|
|
ibmvc = "IBM 9397 videor”gz¡t‹"
|
|
ibmwc = "IBM seg‚dprogramok"
|
|
icsupgrd = "Internetkapcsolat megoszt sa (ICS)"
|
|
ils = "ILS-helykiszolg l¢"
|
|
imgatapi = "Iomega ATAPI-illeszt‹program"
|
|
initio = "Initio INI-910"
|
|
intelata = "Intel Ultra ATA"
|
|
intelapp = "Intel Speed Step alkalmaz s"
|
|
intelatadriver = "Intel Ultra ATA t rol¢eszk”z-illeszt‹program"
|
|
IntelSpeedStepLink = "Intel(R) SpeedStep(TM) technol¢gia kisalkalmaz sa"
|
|
intellimouse = "Microsoft IntelliPoint szoftver"
|
|
iomega = "Iomega p rhuzamos portra csatlakoz¢ ZIP-meghajt¢"
|
|
iomegnt = "Iomega Jaz/Zip PCI SCSI-vez‚rl‹"
|
|
iphasei = "Interphase x526 Fibre Channel IP-modul"
|
|
iphases = "Interphase x526 Fibre Channel SCSI-illeszt‹program"
|
|
isotp4 = "ISO/TP4 protokoll"
|
|
kbstuff = "SMS Remote Control billentyûzet-illeszt‹program"
|
|
kmw = "Kensington MouseWorks"
|
|
laplink = "TSI Remote Control szolg ltat s"
|
|
laplnk2k = "LapLink"
|
|
ldcm = "Intel LANDesk �gyf‚lkezel‹"
|
|
ldcm1 = "Intel LDCM ‚rtes¡t‚sfigyel‹"
|
|
ldcm2 = "Intel LDCM OSCI"
|
|
ldcm3 = "Intel LDCM CiSmBios"
|
|
lexmark1 = "Lexmark nyomtat¢-illeszt‹program"
|
|
lhacm = "Lernout and Hauspie hangfelv‚teli form tum"
|
|
liquidaudio = "Liquid audio-illeszt‹program"
|
|
lm75 = "IBM CPU h‹m‚rs‚klet-figyel‹"
|
|
lm78ci = "IBM PC rendszerfigyel‹"
|
|
lmrepl = "C¡mt rreplik tor"
|
|
logitech = "Logitech Mouseware illeszt‹programok"
|
|
logkeycomm = "Logitech Key Commander"
|
|
ltmodem = "Lucent Technologies modem-illeszt‹program"
|
|
ma_delta="M Audio Delta/Audiophile csatol¢k rtya"
|
|
macd98 = "MacDrive 98"
|
|
maestro = "Legacy ESS Maestro audio-illeszt‹program"
|
|
maestro0 = "BTC Extended Keyboard Hotbuttons Driver"
|
|
maxsuperd = "Maxell Parallel LS-120 SuperDisk illeszt‹program"
|
|
mca_up = "IBM PS/2 vagy m s Micro Channel-architekt£r j£ PC"
|
|
mcafeecr = "McAfee Crash Monitor"
|
|
mcfilter = "McAfee VirusScan"
|
|
mcis = "Internet Authentication Service, Commercial Edition (IAS/C)"
|
|
megaraid = "Megaraid illeszt‹program"
|
|
mgactrl = "Powerdesk seg‚dprogramok"
|
|
missing_proc_feat = "Bizonyos sz�ks‚ges processzorfunkci¢k nem llnak rendelkez‚sre"
|
|
mkecr56x = "Pansonic CD-ROM-csatol¢"
|
|
mps_mca_mp = "MPS multiprocesszoros Micro Channel PC"
|
|
msp1c = "Microsoft Proxy Client 1.0"
|
|
msp1s = "Microsoft Proxy Server 1.0"
|
|
msp2s = "Microsoft Proxy Server 2.0"
|
|
mssql65 = "Microsoft SQL Server 6.5"
|
|
msss3 = "Microsoft Site Server 3.0"
|
|
mstock65 = "Metastock 6.5"
|
|
multipath = "Siemens MultiPath szoftver"
|
|
mvaudio = "Media Vision hangk rtya"
|
|
mwave = "IBM MWAVE illeszt‹program"
|
|
mwavedsp = "IBM NT4 Thinkpad modem-illeszt‹program"
|
|
mwkmuch="Multi!Wav Digital hangk rtya"
|
|
mx400="Diamond MX400 NT4.0 audio-illeszt‹program"
|
|
n40s3 = "Colorgraphic Pro Lightning V+ videok rtya"
|
|
nav5 = "Norton AntiVirus"
|
|
nbf = "Microsoft NETBEUI protokoll illeszt‹programja"
|
|
ncr_mp = "NCR multiprocesszoros Micro Channel PC"
|
|
ncrc810 = "NCR/Symbios/LSI 8xx illeszt‹program"
|
|
netfbase = "Netfinity t mogat¢program"
|
|
nma2nt = "™r”k”lt Neomagic illeszt‹program"
|
|
nmsmsAgent="Network Monitor 1.x Agent"
|
|
nmxnt = "NT4 NMXNT illeszt‹program"
|
|
ntmidi = "NT MIDI"
|
|
nwcli32 = "Novell Client32"
|
|
oak611 = "Oak Tech Audia 3D"
|
|
oilchg25 = "Oil Change 2.5"
|
|
onstream = "OnStream SC30, SC50, SI50, DI30, DP30 vagy USB30 szalagos meghajt¢"
|
|
opl3sa = "™r”k”lt Yamaha OPL3 audio-illeszt‹program"
|
|
orb = "Orb hordozhat¢ meghajt¢"
|
|
;otman5 = "Backup Exec" ;georger - sync bdd/ntcompat entries - bug 374722/412013
|
|
palm = "3com HotSync kezel‹"
|
|
panadvdram = "DVD-RAM illeszt‹programja"
|
|
panda = "Panda Anti-Virus"
|
|
parallel = "P rhuzamos portoszt ly illeszt‹programja Windows NT4 ‚s Windows 2000 rendszerekhez"
|
|
pcany = "PCAnywhere kiszolg l¢szolg ltat s"
|
|
pcanyw92 = "pcAnywhere 9.2"
|
|
pccs = "System Soft PCCS"
|
|
pcenable = "System Soft PCENABLE"
|
|
pcpnp="PC Card Director For Windows NT 4.0"
|
|
pedge = "Dell PowerEdge RAID-vez‚rl‹ illeszt‹programja"
|
|
pelmouse = "Mouse Suite"
|
|
pfs = "OnStream Echo"
|
|
ph97r40= "Philips Pipeline videok rtya"
|
|
phoenixad = "Phoenix energiaszab lyoz s illeszt‹programja"
|
|
phoenixpm = "Phoenix energiaszab lyoz si seg‚dprogram"
|
|
piixide = "Intel PIIX IDE-vez‚rl‹"
|
|
plscsi = "Prolific SCSI-adapter"
|
|
power = "Softex/Phoenix Advanced Power Management"
|
|
powpath = "EMC Power Path Software"
|
|
ps2cont = "Contour eg‚rilleszt‹k"
|
|
pscan = "PC-cillin NT Real Time Monitor"
|
|
pstrip = "PowerStrip"
|
|
pumacsm = "Pumatech Intellisync Connection Setup Manager"
|
|
pwricon="Compaq Window NT PowerControl"
|
|
qic117 = "µltal nos QIC117 szalagos eszk”z"
|
|
qs_up = "Digital Multia MultiClient asztal"
|
|
qt3 = "Quicktime 3.0"
|
|
quicken2000 = "Quicken 2000"
|
|
rcentrl = "Ring Central Fax"
|
|
rchelp = "SMS Remote Control videos£g¢"
|
|
reachout = "Stac Reachout Enterprise"
|
|
riptide = "Rockwell Riptide audio-illeszt‹program"
|
|
roxioburning = "roxio CD Burning Support"
|
|
rtcphoenix = "RTC Phoenix Client"
|
|
s100 = "Dimond S100 (ESS Allegro) NT4.0 audio-illeszt‹program"
|
|
s3color = "S3 Video vez‚rl‹pultja"
|
|
s3knldrv = "S3 Sonic Vibes audio-illeszt‹program"
|
|
s3knljs = "S3 Sonic Vibes audio-illeszt‹program (botkorm ny)"
|
|
sb16snd = "Legacy SoundBlaster 16 illeszt‹program"
|
|
sbawe32 = "Legacy SoundBlaster AWE32 illeszt‹program"
|
|
sbpcint4 = "Sbpcint4"
|
|
scandrv = "Plustek k‚polvas¢-illeszt‹program"
|
|
scidrv = "Toshiba rendszerkonfigur ci¢s csatol¢ illeszt‹programja"
|
|
tscidrv = "Toshiba rendszerkonfigur ci¢s csatol¢ illeszt‹programja"
|
|
tsbselbay = "Toshiba Selectable Bay Service"
|
|
tsbds = "Toshiba Docking Service"
|
|
SCM_USB_Compact_Flash = "SCM/Memorex USB CompactFlash k rtyaolvas¢"
|
|
scsigold = "SIIG SCSI Pro Gold gazdaadapter"
|
|
sd120ppd = "Imation LS-120 p rhuzamos portra csatlakoz¢ meghajt¢"
|
|
sgcomp = "Silicon Graphics Cobalt video-illeszt‹program (for NT 4.0 only)"
|
|
sgiusb00 = "Silicon Graphics USB billentyûzet-/eg‚r-illeszt‹program (csak NT 4.0-hoz)"
|
|
sgkrmp = "Silicon Graphics Cobalt-2 video-illeszt‹program (csak NT 4.0-hoz)"
|
|
sgptmp = "Silicon Graphics Cobalt-3 video-illeszt‹program (csak NT 4.0-hoz)"
|
|
sharshtl = "Shuttle Sharer p rhuzamos portra csatlakoz¢ t rol¢eszk”z"
|
|
siigc = "SIIG Cyber PCI illeszt‹program"
|
|
sis = "Egyp‚ld nyos t rol s (SIS)"
|
|
sisv = "SiS 62xx videok rtya-illeszt‹program"
|
|
siwvid = "Numega SoftICE"
|
|
skusbkbf = "IBM Rapid Access billentyûzet"
|
|
slnt7554 = "Nem t mogatott SmartLink modem"
|
|
smnt40 = "smnt40"
|
|
sms11 = "Systems Management Server 1.1"
|
|
sms12 = "Systems Management Server 1.2"
|
|
sms2 = "Systems Management Server 2.0"
|
|
sms2sp3 = "Systems Management Server 2.0 (Service Pack 3)"
|
|
sna2 = "SNA Server 2.0"
|
|
sna21 = "SNA Server 2.1"
|
|
sna211 = "SNA Server 2.11"
|
|
sna3 = "SNA Server 3.0"
|
|
sna4 = "SNA Server 4.0"
|
|
snd801nt = "Diamond DT(R) DT0398(TM) hangrendszer"
|
|
snd93x = "Opti 931 hangk rtya"
|
|
sndblst = "™r”k”lt SoundBlaster illeszt‹program"
|
|
sndsys = "™r”k”lt Windows Sound System illeszt‹program"
|
|
snidpms = "Siemens DPMS illeszt‹program"
|
|
soff = "IBM SoftOff alkalmaz s"
|
|
soff_nt = "IBM SoftOff illeszt‹program"
|
|
sonymemstick = "Sony Memory Stick illeszt‹programja"
|
|
sonyjdu = "Sony Jog Dial seg‚dprogram"
|
|
sqlwin5 = "SQL Windows Edition 5"
|
|
sscntrl = "Dr. Solomon's WinGuardNT szûr‹program"
|
|
sscpvivo = "Ensoniq Vivo hangk rtya"
|
|
ssi365 = "System Soft Card Wizard"
|
|
sspcic = "System Soft SSPCIC"
|
|
sspower = "System Soft Power Profiler"
|
|
stbmvp = "STB MVPPro illeszt‹program"
|
|
stdat3 = "Archive Python"
|
|
stlthg46 = "STLTHG46"
|
|
stordgr = "Storage Dimensions DGR/DGR Ultra RAIDPro-vez‚rl‹"
|
|
sttscsi3 = "Conner CTT8000-S"
|
|
symc8xx = "Symbios Logic SYMC8XX illeszt‹program"
|
|
synaptic = "Synaptics TouchPad szoftvere"
|
|
sysmgmt = "Compaq rendszerkezel‚si szolg ltat s"
|
|
tcaudiag = "3Com TCAUDIAG"
|
|
tdifiltr = "i.Share 3.0 NT"
|
|
TITSB = "Wireless LAN Enabler for NT"
|
|
tlntsvr = "Telnet-kiszolg l¢"
|
|
tmaster = "ThrustMaster j t‚keszk”z”k"
|
|
tmdigpro = "Thrustmaster Nascar(R) Pro Digital(TM)"
|
|
tmdualag = "Guillemot Dual Analog gombkorm ny"
|
|
tos3comwin = "3com-Noteworty 54k modem"
|
|
tosdvd = "Toshiba 7000 Series DVD-lej tsz¢"
|
|
tpchrsrv = "IBM ThinkPad energiaszab lyoz s"
|
|
tpconfig1= "ThinkPad konfigur ci¢s seg‚dprogramok"
|
|
tpfuel = "ThinkPad Fuel"
|
|
tpfuel_name="Fuel"
|
|
tpfuel_dir="ThinkPad"
|
|
tppmport = "IBM ThinkPad Power Extention"
|
|
tppwrmon = "IBM Thinkpad Power Monitor"
|
|
tridwnw = "Trident 4D Wave audio-illeszt‹programok"
|
|
tsb24cd = "Toshiba 24x CD-ROM-meghajt¢"
|
|
tsbapm = "Toshiba Power Management System Windows NT-re"
|
|
tsbasd = "Toshiba automatikus rendszerle ll¡t si alrendszer szoftvere"
|
|
tsbhddpw ="Toshiba merevlemez jelszavas v‚delmi seg‚dprogramja"
|
|
tsbmc = "Toshiba eg‚rvez‚rl‚s"
|
|
tsbvcap = "Toshiba videor”gz¡t‚si szoftver"
|
|
tt128 = "IXMICRO Twin Turbo 128"
|
|
ultra66 = "Promise Ultra IDE-vez‚rl‹"
|
|
umax = "VistaScan v2.40"
|
|
usbkbdwm = "NEC USB billentyûzet ‚s eg‚r"
|
|
viadriver = "VIA Bus Master IDE-illeszt‹program"
|
|
wacomdrv = "Wacom digit lis ¡r¢eszk”z"
|
|
wcgodrv = "Creative Video Blaster WebCam Go ‚s Go Plus kamera-illeszt‹programok"
|
|
waveart = "Rockwell Wave Artist"
|
|
wce21 = "Windows CE szolg ltat sok"
|
|
winachsf = "Nem t mogatott Conexant HSF modem"
|
|
winmdm = "WinModem eszk”z"
|
|
winner="Elsa Gloria L/MX videok rtya"
|
|
wmcacaa = "Compaq Global MiniPCI 56K V.90 Modem by 3COM"
|
|
wscan316 = "WebScanX 3.1.6"
|
|
wtcls2k = "Pablo t bla illeszt‹programjai"
|
|
YACXG="Yamaha AC-XG NT4 audio-illeszt‹programok"
|
|
ydsxgdk="YAMAHA DS-XG audio-dokkol¢egys‚g (WDM)"
|
|
YMHSoftSynth="Yamaha SoftSynthesizer S-YXG50"
|
|
zmntmon = "Zip Magic 98"
|
|
|
|
@*:;
|
|
@*:;printupg stuff = phillipc
|
|
@*:;
|
|
hpaio4 ="HP OfficeJet R sorozat"
|
|
brth7150 ="Brother MFC 7150"
|
|
cpqij ="Compaq IJ700/IJ900"
|
|
cnbj51 ="Canon BJC-5100"
|
|
epscolor ="Epson Stylus Color sorozat"
|
|
epson3 ="EPSON Stylus sorozat & IP-100"
|
|
epson1 ="EPSON ActionLaser & EPL sorozat"
|
|
hplj3100 ="HP LaserJet 3100"
|
|
hp4050p6 ="HP LaserJet 4050/8000/8100 PCL6 sorozat"
|
|
hplj4050 ="HP LaserJet 4050/8000/8100 PCL5e sorozat"
|
|
hplj5e ="HP LaserJet 4/5/6 sorozat"
|
|
hp_pld ="HP Laserjet 5/6 sorozat illeszt‹programja"
|
|
hpclj450 ="HP C LaserJet 4500-HP"
|
|
hpclj850 ="HP CLJ 8500 - PCL"
|
|
hpdsk6 ="HP DeskJet 820C Series nyomtat¢"
|
|
hpdj810 ="HP DeskJet 810C Series nyomtat¢"
|
|
hpdj880 ="HP DeskJet"
|
|
hpdsk14 ="HP DeskJet 710C sorozat"
|
|
hpdsk7 ="HP DeskJet 720C sorozat"
|
|
hpdsk3 ="HP DeskJet 895C Series nyomtat¢"
|
|
hpdsk8 ="HP DeskJet 690C sorozat - v11.0"
|
|
hpdsk9 ="HP DeskJet 680C sorozat - v11.0"
|
|
hpdsk10 ="HP DeskJet 670C sorozat - v11.0"
|
|
hpdsk11 ="HP DeskJet 660C v11.0"
|
|
hpdj610 ="HP DeskJet 610C sorozat"
|
|
hpdj815 ="HP DeskJet 815C Series nyomtat¢"
|
|
hpdj830 ="HP DeskJet 830C Series nyomtat¢"
|
|
hpaio1 ="HP OfficeJet Series 700 nyomtat¢"
|
|
hpdsk12 ="HP DeskJet 1100C/1120C sorozat"
|
|
hpdsk5 ="HP DeskJet 850 sorozat"
|
|
hpdsk1 ="HP 2000C/2500C nyomtat¢"
|
|
hpdsk2 ="HP DeskJet 890C sorozat"
|
|
hpdsk4 ="HP DeskJet 870 sorozat"
|
|
hpdj1000 ="HP DeskJet 1000C nyomtat¢"
|
|
lex3200 ="Lexmark 3200 Series ColorFine"
|
|
lexoptra ="Lexmark Optra sorozat"
|
|
necpg1 ="NEC SuperScript sorozat"
|
|
okipg2 ="OKI OKIPAGE 8c"
|
|
okipg1 ="OKIPAGE 20n PCLXL : speci lis"
|
|
cnmulti1 ="Canon MultiPASS L6000 nyomtat¢"
|
|
alpsprt ="Alps MD-5000"
|
|
xerox1 ="Xerox DocuPrint P12"
|
|
mnlt1 ="Minolta Color PageWorks/Pro"
|
|
hpojg ="HP OfficeJet"
|
|
hpps ="HP PhotoSmart sorozat"
|
|
xerox2 ="Xerox WorkCentre 385"
|
|
xerox4 ="Xerox DocuPrint XJ6C"
|
|
lm5700 ="Lexmark 5700 Series Color Fine"
|
|
minpw20 ="Nyomtat¢"
|
|
min8e ="Minolta Pageworks 8e"
|
|
mta57080 ="Mita DP-570/580"
|
|
xerox6 ="Xerox DocuPrint P8"
|
|
okipg8w ="Okidata Okipage 8w"
|
|
epsphoto ="Epson Stylus Photo sorozat"
|
|
lmoptra ="Lexmark Optra sorozat"
|
|
xeroxwct ="Xerox WorkCentre 450cp"
|
|
hpmon = "HP Network Port Monitor"
|
|
REXSERA="Xircom REX 6000 MicroPDA REXSERA illeszt‹programja"
|
|
REXSERE="Xircom REX 6000 MicroPDA REXSERE illeszt‹programja"
|
|
REXSERPD="Xircom REX 6000 MicroPDA REXSERPD illeszt‹programja"
|
|
RexService="Xircom REX 6000 MicroPDA illeszt‹programja"
|
|
NECJ09="NEC R8100 Interface Card PC-9801N-J09"
|
|
|
|
// this is a localized registry key. Apparently it's not possible to just put the localized PART of the key in here.
|
|
// the localization MUST be identical to the name that W2k, where it was in netdlc.inf
|
|
// the same key is used in admin\ntsetup\inf\win4\inf\usa\hivesys.txt
|
|
hpmon_regkey = "SYSTEM\CurrentControlSet\Control\Print\Monitors\Hewlett-Packard Network Port"
|
|
|
|
sdselect = "Olympus CAMEDIA SmartDisk Flash Path"
|
|
|
|
@*:;
|
|
@*:;WIA stuff = IssaK
|
|
@*:;
|
|
W2K_INBOX_TWAIN_DS = "Windows 2000 inbox TWAIN driver"
|
|
WIA_HPI_USB = "HP PhotoSmart S20"
|
|
WIA_ARTEC_AS6E = "Artec AS6E k‚polvas¢"
|
|
WIA_ACER = "Acer k‚polvas¢"
|
|
WIA_VISIONEER_5300 = "Visioneer k‚polvas¢"
|
|
WIA_VISIONEER_6100 = "Visioneer 6100 vagy OneTouch k‚polvas¢"
|
|
WIA_HP_3300C = "Hewlett-Packard ScanJet k‚polvas¢"
|
|
WIA_HP_4300C = "Hewlett-Packard ScanJet 3400C/4300C k‚polvas¢"
|
|
WIA_HP_5300C = "Hewlett-Packard ScanJet 5300C k‚polvas¢"
|
|
WIA_MICROTEK = "Microtek k‚polvas¢"
|
|
WIA_KODAK_4800 = "Kodak 4800 vagy Kodak DC-290 f‚nyk‚pez‹g‚p"
|
|
WIA_CANONSCAN_620P = "Canon CanoScan 620P k‚polvas¢"
|
|
WIA_CANONSCAN_S100 = "Canon PowerShot ELPH S100"
|
|
WIA_PLUSTEK_12000T = "Plustek 12000T"
|
|
wdm_inaec = "Intel AEC illeszt‹program"
|
|
|
|
@*:;
|
|
@*:;jamesb bulk changes
|
|
@*:;
|
|
spxio8pser = "Specialix I/O8+ illeszt‹program"
|
|
spxslxosser = "Specialix SX illeszt‹program"
|
|
spxrio = "Specialix RIO illeszt‹program"
|
|
spxspxdriver = "Specialix SPX PortDirector illeszt‹program"
|
|
spxsxdriver = "Specialix SX PortDirector illeszt‹program"
|
|
spxio8driver = "Specialix I/O8+ PortDirector illeszt‹program"
|
|
spxspeeddriver = "Specialix SPEED PortDirector illeszt‹program"
|
|
|
|
@*:;
|
|
@*:;String substitutions that include localizable parts
|
|
@*:;-Currently the parser cannot handle %string% insode quotes and
|
|
@*:;so we need the entire string in this section
|
|
@*:;
|
|
dccmanpath = "%systemdrive%\Program Files\windows ce services\dccman.exe"
|
|
snmpagents = "%systemdrive%\Program FIles\Siemens\SNMPAgents\Agents\HD_MIB.DLL"
|
|
intellisync = "%systemdrive%\Program Files\Intellisync\txcsm.exe"
|
|
intelatapf = "%systemdrive%\Program Files\Intel\IntelATA\IntelATA.exe"
|
|
naipath = "%systemdrive%\Program Files\Network Associates\VirusScan NT\VsTskMgr.exe"
|
|
palmvii = "%systemdrive%\program files\franklin covey\planner\palm\hotsync.exe"
|
|
hponetouchomni500path="%SystemDrive%\Program Files\HP One-Touch\OneTouch.Exe"
|
|
hponetouchomnixe3path="%SystemDrive%\Program Files\One-Touch\CP32NBTN.Exe"
|
|
|
|
@*:;
|
|
@*:; Unsupported video adapters - PeterA
|
|
@*:;
|
|
3dfx1 = "3dfx Interactive Inc Voodoo Voodoo 3D-gyors¡t¢ ramk”r"
|
|
3dfx2 = "3dfx Voodoo2 3D-gyors¡t¢"
|
|
3Dlabs3 = "3Dlabs, Inc. Ltd GLint 500TX Sapphire 3D-gyors¡t¢"
|
|
3Dlabs4 = "3Dlabs, Inc. Ltd GLint Delta Geometry feldolgoz¢egys‚g"
|
|
3Dlabs5 = "3Dlabs, Inc. Ltd GLint MX 3D-gyors¡t¢"
|
|
3Dlabs6 = "3Dlabs, Inc. Ltd GLint Gamma G1"
|
|
3Dlabs7 = "3Dlabs, Inc. Ltd GLint R3"
|
|
Alliance8 = "Alliance Semiconductor CA - USA ProVideo 6424 GUI-gyors¡t¢"
|
|
Alliance9 = "Alliance Semiconductor CA - USA AT25 ProMotion-AT3D"
|
|
ARK10 = "ARK Logic, Inc ARK2000PV Stingray GUI-gyors¡t¢"
|
|
Avance11 = "Avance Logic Inc. ALG2301 GUI-gyors¡t¢"
|
|
Chips12 = "Chips And Technologies 65555 VGA GUI-gyors¡t¢"
|
|
videodevice = "Videoeszk”z"
|
|
Chromatic15 = "Chromatic Research Inc Mpact m‚diafeldolgoz¢ egys‚g"
|
|
Macronix16 = "Macronix International Co. Ltd. MX86251"
|
|
Matrox17 = "Matrox MGA-PX2085 Ultima/Atlas GUI-gyors¡t¢"
|
|
Matrox18 = "Matrox MGA-I Ultima/Impression GUI-gyors¡t¢"
|
|
NEC19 = "NEC Corporation PoverVR PCX2 3D-gyors¡t¢"
|
|
NEC20 = "NEC Corporation PowerVR Neon 250 PowerVR series II grafikai feldolgoz¢egys‚g"
|
|
Rendition21 = "Rendition Inc Verite 2000"
|
|
S324 = "S3 Incorporated Vision 964 GUI gyors¡t¢"
|
|
S325 = "S3 Incorporated 86C362/86C368 Trio3D2x & Trio3D2x+ AGP"
|
|
S332 = "S3 Incorporated 86C410 Savage 2000"
|
|
Sigma33 = "Sigma Designs Corp. REALmagic64/GX GUI gyors¡t¢"
|
|
Silicon34 = "Silicon Integrated System SiS 6215 PCI grafikai ‚s videogyors¡t¢"
|
|
Tseng35 = "Tseng Labs ET4000W32P-A GUI gyors¡t¢"
|
|
Tseng36 = "Tseng Labs ET4000W32P-C GUI gyors¡t¢"
|
|
Tseng37 = "Tseng Labs ET4000W32P-D GUI gyors¡t¢"
|
|
Tseng38 = "Tseng Labs ET6000 grafikai ‚s multim‚di s motor"
|
|
Weitek42 = "Weitek P9000 GUI gyors¡t¢"
|
|
|