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
34 KiB
908 lines
34 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 s�zgeci"
|
|
palmusb = "Palm USB Ba§daŸt�r�c�s�"
|
|
cw10 = "Intersil-Tabanl� Kablosuz Yerel A§ Kart S�r�c�s�"
|
|
Winnov = "Winnov Videum Yaz�l�m�"
|
|
ndcprtns = "Intersil-Tabanl� AP Yaz�l�m�"
|
|
IBM_UMS = "IBM UMS Hizmeti"
|
|
ALKB2K = "Altiris Klavye ve Fare S�zge‡ S�r�c�s�"
|
|
ACLIENT = "Altiris ˜stemci Hizmeti "
|
|
CiManager = "Intel CI Y”neticisi"
|
|
CPQPWREX="Compaq G�‡ Y”netimi Kabuk Uzant�s�"
|
|
gsnw = "NetWare i‡in A§ge‡idi Hizmetleri"
|
|
Hard_Disk_Monitor = "Sabit Disk Monit”r�"
|
|
i2cnt = "Via SMBus S�r�c�s�"
|
|
McVirus = "McAfee VirusScan NT"
|
|
McVirus32 = "Network Associates VirusScan NT"
|
|
CrashMon = "McAfee Crash Monitor"
|
|
Mgactrl_grp = "Matrox Powerdesk NT"
|
|
SYSTEMSOFTCWDT = "Install CardWizard"
|
|
SBS45FaxClient = "Microsoft Fax Server ˜stemcisi"
|
|
SBS50FaxClient = "Microsoft PaylaŸ�lan Faks ˜stemcisi"
|
|
pstrip1 = "PowerStrip.lnk"
|
|
pstrip2 = "€evrimi‡i Belgeler.lnk"
|
|
pstrip3 = "S�r�m Notlar�.lnk"
|
|
cardwizard = "Windows NT i‡in CardWizard"
|
|
phoenix = "PHOENIX CARD EXECUTIVE"
|
|
phoenixapm1 = "PHOENIX GEL˜žM˜ž Gš€ Y™NET˜M˜"
|
|
phoenixapm2 = "PHOENIX GEL˜žM˜ž Gš€ Y™NET˜M˜"
|
|
Daytona_prof = "TBS Daytona"
|
|
cpqdiag = "Compaq Diagnostics for Windows NT"
|
|
cpqinf = "Compaq Bilgi Merkezi"
|
|
evian = "Promise Raid Denetleyicisi"
|
|
iocreatedrvlnk = "Create S�r�c� K�sayollar�.lnk"
|
|
iocopymachine = "Iomega Kopya Makinesi.lnk"
|
|
iotoolsnthlp = "Iomega NT Yard�m Ara‡lar�.lnk"
|
|
ioparaccel = "Paralel Ba§lant� Nokta� H�zland�r�c�s�.lnk"
|
|
iormvdrvlnk = "S�r�c� Kald�rma K�sayollar�.lnk"
|
|
io1stepbck = "1-Ad�m Yedek.lnk"
|
|
io1steprst = "1-Step Geri Y�kle.lnk"
|
|
ionttools = "Iomega Tools NT.lnk"
|
|
ioqcktools = "Quick Tools.lnk"
|
|
ioqcktools2 = "Iomega H�zl� Ara‡lar�.lnk"
|
|
ioicons = "Iomega Simgeleri.lnk"
|
|
iostartopt = "Iomega BaŸlang�‡ Se‡enekleri.lnk"
|
|
iorefresh = "Yenile.lnk"
|
|
iomegaware = "IomegaWare.lnk"
|
|
TCAUDIAG_PRF1="3Com NIC Ara‡lar�"
|
|
ZipM98 = "ZipMagic 98"
|
|
ENSQAUDM_PRF1 = "ENSONIQ AudioPCI Mixer"
|
|
NAV5_PRF1="Norton AntiVirus AutoProtect"
|
|
NAV5_GRP1="BaŸlang�‡"
|
|
NAV5_PRF2="Norton AntiVirus"
|
|
HPMTTSM = "HP TopTools for Notebooks"
|
|
HPMTTSM2 = "HP DMI"
|
|
HPMTTSM3="HP Brio DMI Yaz�l�m�"
|
|
HPMTTSM4="HP DMI"
|
|
HPMTTSM5="HP TopTools for Desktops"
|
|
HPPRESREADY = "HP Presentation Ready - Y�kseltmeden sonra Yeniden Y�kleme Gerektirir"
|
|
cpqcwsetup = "Cardware Kur"
|
|
NetshieldNt = "Network Associates NetShield NT"
|
|
CFGSAFE_GRP1 = "BaŸlang�‡"
|
|
DIRECTCD_GRP = "Adaptec DirectCD"
|
|
cs4281 = "Crystal CS4281 SoundFusion (TM) i‡in Ses S�r�c�s�"
|
|
piixide2 = "PIIX IDE 2 Denetleyici"
|
|
intlsisl = "Ola§an uymsuz S�f�r Kanall� RAID depolama denetleyicisi - AYRINTILARI TIKLATIN!"
|
|
ptircomm = "Puma IR Seri Benzetmesi"
|
|
ptirpro = "Puma IR ˜letiŸim Kural�"
|
|
ptobphy = "Puma IR S�r�c�s�"
|
|
tivoli = "Tivoli Uzaktan Denetim"
|
|
buslogic = "Buslogic SCSI Denetleyicisi"
|
|
cpqfws2e = "Compaq Fast-Wide SCSI Denetleyicisi"
|
|
fd16_700 = "Future Domain SCSI Denetleyicisi"
|
|
fireport = "Diamond Fireport SCSI Denetleyicisi"
|
|
flashpnt = "Flashpoint SCSI Denetleyicisi"
|
|
ncrc710 = "NCR 710 SCSI Denetleyicisi"
|
|
BlackIce21cn = "BlackICE Defender 2.1.cn"
|
|
atpw2k = "Windows 2000 Y”netim Ara‡lar�"
|
|
atpxp = "Y”netimsel Ara‡lar Paketi"
|
|
HSFADDREMOVE = "Program Ekle Kald�r'da Conexant HSF Girdisi"
|
|
nVidiaNT4Upgrade = "Program Ekle Kald�r'da NVIDIA Windows NT 4.0 G”r�nt� S�r�c�leri Girdisi"
|
|
3DlabsUpgrade = "Program Ekle Kald�r'da 3Dlabs S�r�c� Girdisi"
|
|
isvgina = "De§iŸen oturum a‡ma yaz�l�m�"
|
|
PC-cillin2000 = "PC-cillin 2000"
|
|
CarbonCopy32 = "Carbon Copy 32"
|
|
syshwcfg = "XPoint Easy Backup"
|
|
OmniPagePro10 = "OmniPage Pro 10"
|
|
OnStor2k = "OnSpecLink Depolama S�n�f s�r�c�s�"
|
|
Melco2 = "MELCO INC. MCR-U2 SmartMedia / CompactFlash Ba§daŸt�r�c�"
|
|
HyperDsk = "AMI Hyperdisk RAID Denetleyicisi"
|
|
epcfw2k = "Parallel Port CompactFlash S�r�c�s�"
|
|
epssfd2k = "Parallel Port SmartMedia S�r�c�s�"
|
|
SFU2.0_NFS_CLIENT = "SFU 2.0 NFS ˜stemcisi"
|
|
SFU2.0_NFS_CLIENT_RDR = "SFU 2.0 NFS ˜stemci Yeniden Y”nlendiricisi"
|
|
|
|
#if LANGUAGE_ID == 0x409
|
|
|
|
#elif LANGUAGE_ID == 0x804
|
|
@*:; CHS specific sections
|
|
|
|
#elif LANGUAGE_ID == 0x404
|
|
|
|
#elif LANGUAGE_ID == 0x411
|
|
tsbams = "Uygunluk Y”netim Alt sistemi"
|
|
poolext = "Biriktirici GeliŸtirmeleri"
|
|
WakeUp = "Windows i‡in Fujitsu G�‡ Y”netimi"
|
|
probepro = "Fujitsu PROBEPRO"
|
|
fjhwmn = "Fujitsu FMV i‡in Intel LANDesk ˜stemci Y”neticisi"
|
|
tlsus="Toshiba LAN Askiya Alma Hizmeti"
|
|
tsbspof = "Toshiba Yaz�l�m G�c� Kapat"
|
|
NECDMITOOL ="DMITOOL"
|
|
NECLDCM1="Intel(R) LANDesk(R) ˜stemci Y”neticisi 6.0 (NEC Uzant�lar�yla)"
|
|
NECLDCM2="Intel(R) LANDesk(R) ˜stemci Y”neticisi 6 (NEC Uzant�lar�yla)"
|
|
pcany90ex = "pcAnywhere 9.0 EX"
|
|
pcany921ex = "pcAnywhere 9.2 EX"
|
|
pcany32ex = "pcANYWHERE32 EX"
|
|
necupkit="NEC PC kulland�§�n�zda bu raporu okuyun."
|
|
;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 ˜stemci Program�"
|
|
DECjensen = "Digital DECpc AXP 150"
|
|
EiconTA = "Eicon DIVA T-A ISDN Modem Yaz�l�m�"
|
|
IBMsmapint = "IBM ThinkPad SMAPI S�r�c�s�"
|
|
IBMtppwr = "IBM Power Management ThinkPad SMAPI S�r�c�s�"
|
|
OlicomLANScout = "Olicom LANScout"
|
|
OlicomLANScoutManager = "Olicom LANScout Y”neticisi"
|
|
OlicomRapidConfig = "Olicom RapidConfig/ATM"
|
|
OlicomRapidGuide = "RapidFire 616x Guide to Operations"
|
|
OlicomRapidOnlineDoc = "Online RapidFire 616X Documentation"
|
|
a8940 = "Adaptec IEEE-1394 Ba§daŸt�r�c�"
|
|
accel3d = "AccelPro MX G”r�nt� Ba§daŸt�r�c�s�"
|
|
acsremoved = "Whistler Server art�k Kabul Denetim Hizmeti (ACS)ni desteklemiyor. Y�kseltmeden ”nce ACS'yi kald�rmal�s�n�z."
|
|
adaptecperc2 = "Adaptec Advanced RAID Denetleyicisi"
|
|
aic789x = "Adaptec AIC789x"
|
|
aicdrv = "Adaptec AICDRV"
|
|
alisnd ="ALI NT4 Ses S�r�c�s�"
|
|
allegro3 = "Allegro3"
|
|
als4000 = "Advance Logic, Inc. ALS4000"
|
|
;apfiltr = "Alps Pointing Device" ;georger - sync bdd/ntcompat entries - bug270295
|
|
ark= "ARK Video Accelerator"
|
|
aspi = "Adaptec ASPI32"
|
|
assetci = "IBM Seri Numara Bilgisi"
|
|
at3d = "Alliance ProMotion G”r�nt� S�r�c�s�"
|
|
atakmini = "Atakmini"
|
|
atapipd = "IBM PIIX Bus Master"
|
|
atmhelpr = "ATMhelper"
|
|
auddrive = "Legacy ESS Ses S�r�c�s�"
|
|
avmdrv32 = "Fast AV Master"
|
|
avpgatek = "F-Secure Anti-Virus šr�n�"
|
|
award = "Award Cardware"
|
|
bayman = "Softex BayManager"
|
|
cards = "Card Executive"
|
|
cardware = "Compaq CardWare S�r�c�s�"
|
|
cbus2_mp = "Corollary C-bus Architecture"
|
|
cbusmc_mp = "Corollary C-bus Micro Channel Architecture"
|
|
ccntdrv = "Calcomp Tablet"
|
|
cda1000 = "Adaptec ARO/AAA RAID Host Ba§daŸt�r�c�s�"
|
|
cdr4vsd = "Adaptec CD-R S�zge‡ S�r�c�s�"
|
|
cfgsafe = "Windows NT i‡in ConfigSafe"
|
|
cheyennealert = "Cheyenne Alert Notification Server"
|
|
cheyenneanti = "Cheyenne InocuLAN Anti-Virus Server"
|
|
cheyenneauto = "Cheyenne AutoDownload Server"
|
|
cheyenneexchange = "Cheyenne InocuLAN Exchange AV Server"
|
|
;cheyennefilter = "Cheyenne Filter Driver" ;georger - sync bdd/ntcompat entries - bug388307
|
|
cheyennefloppy = "Cheyenne Floppy Driver"
|
|
cic = "CIC Manta Handwriter"
|
|
cirque = "Cirque CruiseCat S�r�c�s�"
|
|
cldvd = "Creative Labs DVD €”z�c�"
|
|
cmosa = "Dell OpenManage ˜stemcisi"
|
|
cmpci = "CMedia 8738 NT4.0 Ses S�r�c�s�"
|
|
cmtos = "Toshiba Client Manager"
|
|
cnr117 = "Seagate/Conner Disket Teyp Ayg�t�"
|
|
cnr157 = "Seagate STT8000A"
|
|
cpq32fs2 = "Compaq CPQ32FS2 SCSI Denetleyici S�r�c�s�"
|
|
cpqdiag_ds = "Windows NT i‡in Compaq Diagnostics"
|
|
cpqeasypoint4 = "Compaq EasyPoint IV - Y�kseltmeden sonra Yeniden Y�kleme Gerektirir"
|
|
cpqmpd = "Compaq Notebook GeniŸletme CD-ROM Ayg�t�"
|
|
cpqmulti = "Compaq Windows NT Multibay Yaz�l�m�"
|
|
cpqpnpmg = "Windows NT 4.0 i‡in Compaq PnP Y”neticisi"
|
|
cpqrcmc = "Compaq Uzak Monit”r Hizmeti"
|
|
cpqrs = "Compaq Remote ROM Flash and Remote Security"
|
|
cpqsmrt2 = "Compaq CPQSMRT2"
|
|
csa64xx = "CMD 64xx 32-Bit IDE Ba§daŸt�r�c�"
|
|
ctz_crdl = "Citizen Cradle Okuyucu"
|
|
cwbaudio = "CrystalWare Ses S�r�c�s�"
|
|
d3nt = "Iomega Click! Driver"
|
|
daytona = "TBS Audio Utilities, TBS Audio Station 2, TBS Music Application"
|
|
decatapi = "Digital Equipment Corp. Atapi S�r�c�s�"
|
|
dellperc2 = "Dell PERC2 RAID Denetleyicisi"
|
|
dellps = "Dell 410 Otomatik Kapatma S�r�c�s�"
|
|
dellth = "Dell 410 S�cakl�§a Ba§l� Kapatma S�r�c�s�"
|
|
deskon = "DeskOn - Sistem baŸlatmas�"
|
|
DeskView = "DeskView"
|
|
deskwol = "DeskWOL - Yerel A§da Uyan"
|
|
directcd = "Adaptec DirectCD Yaz�l�m�"
|
|
dlc = "Microsoft DLC ˜letiŸim Kural� S�r�c�s�"
|
|
atalk = "AppleTalk ˜letiŸim Kural�"
|
|
dmisl = "IBM DMI Hizmet Kabu§u"
|
|
dmusic = "Direk M�zik S�r�c�s�"
|
|
dock = "Softex YerleŸtirme Yaz�l�m�"
|
|
docksvc = "Ultra 2000 YerleŸtirme Hizmetleri"
|
|
drvncdb = "HP Colorado Backup II 6.0"
|
|
ds1wdm = "Yamaha DS1 WDM Ses S�r�c�s�"
|
|
dsmigrat = "Dizin Hizmetleri Ge‡iŸi"
|
|
dsmigratpath = "%systemdrive%\Program Files\dsmigrat\dsmigrat.dll"
|
|
duplexwrite = "Siemens DuplexWrite Yaz�l�m�"
|
|
eacmos = "Eacmos"
|
|
eaps2kbd = "Eaps2kbd"
|
|
eawdmfd = "Kolay EriŸim D�§meleri"
|
|
el575nd5 = "Driver el575nd5"
|
|
elsa1 = "Elsa1"
|
|
elsa2 = "Elsa2"
|
|
emu10k="Creative SBLive S�r�c�s�"
|
|
ensqaudm = "ENSONIQ AudioPCI Kar�Ÿt�r�c�"
|
|
ensqio = "Ensqio"
|
|
essm2e = "Maestro M2E Driver for Toshiba Notebook"
|
|
eusbmsd = "SanDisk USB ImageMate"
|
|
exide = "Toshiba TECRA Disk DMA S�r�c�s�"
|
|
faboot = "Full Armor Boot"
|
|
fazam = "Full Armor Zero Administration"
|
|
fidmou = "Fujitsu Takamisawa Touchpad - Y�kseltmeden sonra yeniden y�kle"
|
|
flow7 = "FlowCharter 7"
|
|
fujitsu = "Fujitsu"
|
|
gdtx = "ICP-Vortex SCSI Denetleyicisi"
|
|
genius = "Genius Easyscroll S�r�c�s�"
|
|
gfx40 = "GFX40"
|
|
glint = "Glint Tabanl� Ba§daŸt�r�c�lar"
|
|
halhook = "Compaq Survey Tool"
|
|
hdmib = "HardDrive Monitor for Siemens Serverview"
|
|
hdmon = "Sabit Disk S�r�c� Monit”r�"
|
|
hercpwr = "Hercules PowerTools"
|
|
hollywoodplus = "Sigma Designs REALMagic Hollywood Plus Decoder"
|
|
hpdmi = "HP Desktop Management Interface Component"
|
|
hpextkbd = "Hewlett-Packard C4734 GeniŸletilmiŸ Klavye"
|
|
hpntlock = "HP lock for NT4"
|
|
hponetouchomni500msg="HP OneTouch"
|
|
hponetouchomnixe3msg="HP OneTouch"
|
|
hpcimsg = "HP Yap�land�rma Arabirimi"
|
|
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 Ayg�t Y”neticisi"
|
|
hptp4track="IBM Trackpoint S�r�c�s� - Y�kseltmeden Sonra Yeniden Y�kleme Gerektirir"
|
|
hptwotrack="IBM Trackpoint S�r�c�s� - Y�kseltmeden Sonra Yeniden Y�kleme Gerektirir"
|
|
iamdrv = "AtGuard Yaz�l�m S�r�c�s�"
|
|
iamserv = "AtGuard Yaz�l�m Hizmeti"
|
|
iavboot4 = "IBM AntiVirus Real Time Monitor"
|
|
ibmdmibios = "Windows NT i‡in IBM DMI BIOS Ara‡lar�"
|
|
ibmir = "IBM Low Speed IRDA S�r�c�s�"
|
|
ibmmpg = "IBM MPEG-2 €”z�c�s�"
|
|
ibmraid = "IBM ServeRAID II SCSI Ba§daŸt�r�c�s�"
|
|
ibmtp4 = "IBM TwoTrack Fare S�r�c�s�"
|
|
ibmvc = "IBM 9397 Video Capture"
|
|
ibmwc = "IBM Ara‡lar�"
|
|
icsupgrd = "Internet Ba§lant� PaylaŸ�m� (ICS)"
|
|
ils = "ILS Site Sunucusu"
|
|
imgatapi = "Iomega ATAPI s�r�c�s�"
|
|
initio = "Initio INI-910"
|
|
intelata = "Intel Ultra ATA"
|
|
intelapp = "Intel Speed Step Applet"
|
|
intelatadriver = "Intel Ultra ATA Depolama S�r�c�s�"
|
|
IntelSpeedStepLink = "Intel(R) SpeedStep(TM) technology Applet"
|
|
intellimouse = "Microsoft IntelliPoint Yaz�l�m"
|
|
iomega = "Iomega Paralel Ba§lant� Noktas� ZIP s�r�c�s�"
|
|
iomegnt = "Iomega Jaz/Zip PCI SCSI denetleyicisi"
|
|
iphasei = "Interphase x526 Fiber Kanall� IP Mod�l�"
|
|
iphases = "Interphase x526 Fiber Kanall� SCSI S�r�c�s�"
|
|
isotp4 = "ISO/TP4 ˜letiŸim Kural�"
|
|
kbstuff = "SMS Uzaktan Denetim Klavye S�r�c�s�"
|
|
kmw = "Kensington MouseWorks"
|
|
laplink = "TSI Uzaktan Denetim Hizmeti"
|
|
laplnk2k = "LapLink"
|
|
ldcm = "Intel LANDesk Client Manager"
|
|
ldcm1 = "Intel LDCM Bildirim Monit”r�"
|
|
ldcm2 = "Intel LDCM OSCI"
|
|
ldcm3 = "Intel LDCM CiSmBios"
|
|
lexmark1 = "Lexmark Yaz�c� Driver"
|
|
lhacm = "Lernout and Hauspie Ses Kay�t Bi‡imi"
|
|
liquidaudio = "Liquid Ses S�r�c�s�"
|
|
lm75 = "IBM CPU S�cakl�§a Ba§l� Monit”r"
|
|
lm78ci = "IBM PC Sistem Monit”r�"
|
|
lmrepl = "Dizin €o§alt�c�"
|
|
logitech = "Logitech MouseWare S�r�c�leri"
|
|
logkeycomm = "Logitech Key Commander"
|
|
ltmodem = "Lucent Technologies Modem S�r�c�s�"
|
|
ma_delta="M Audio Delta/Audiophile Arabirim Kart�"
|
|
macd98 = "MacDrive 98"
|
|
maestro = "Legacy ESS Maestro Ses S�r�c�s�"
|
|
maestro0 = "BTC Extended Keyboard K�sayol d�§meleri s�r�c�s�"
|
|
maxsuperd = "Maxell Parallel LS-120 SuperDisk S�r�c�s�"
|
|
mca_up = "IBM PS/2 or other Micro Kanal Tabanl� PC"
|
|
mcafeecr = "McAfee Kilitlenme Monit”r�"
|
|
mcfilter = "McAfee VirusScan"
|
|
mcis = "Internet Kimlik Do§rulama Hizmeti, Ticari S�r�m (IAS/C)"
|
|
megaraid = "Megaraid S�r�c�s�"
|
|
mgactrl = "Powerdesk Ara‡lar�"
|
|
missing_proc_feat = "Required iŸlemci ”zellikleri yok"
|
|
mkecr56x = "Pansonic CD-ROM Arabirimi"
|
|
mps_mca_mp = "MPS Multiprocessor 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 yaz�l�m�"
|
|
mvaudio = "Media Vision Audio kart�"
|
|
mwave = "IBM MWAVE S�r�c�s�"
|
|
mwavedsp = "IBM NT4 Thinkpad Modem S�r�c�s�"
|
|
mwkmuch="Multi!Wav Dijital Ses Kart�"
|
|
mx400="Diamond MX400 NT4.0 Ses S�r�c�s�"
|
|
n40s3 = "Colorgraphic Pro Lightning V+ G”r�nt� Ba§daŸt�r�c�s�"
|
|
nav5 = "Norton AntiVirus"
|
|
nbf = "Microsoft NETBEUI ˜letiŸim Kural�"
|
|
ncr_mp = "NCR Multiprocessor Micro Channel PC"
|
|
ncrc810 = "NCR/Symbios/LSI 8xx S�r�c�"
|
|
netfbase = "Netfinity Destek Program�"
|
|
nma2nt = "Legacy Neomagic S�r�c�s�"
|
|
nmsmsAgent="Network Monitor 1.x Agent"
|
|
nmxnt = "NT4 NMXNT Driver"
|
|
ntmidi = "NT MIDI"
|
|
nwcli32 = "Novell Client32"
|
|
oak611 = "Oak Tech Audia 3D"
|
|
oilchg25 = "Oil Change 2.5"
|
|
onstream = "OnStream SC30, SC50, SI50, DI30, DP30, veya USB30 Teyp S�r�c�s�"
|
|
opl3sa = "Legacy Yamaha OPL3 Ses S�r�c�s�"
|
|
orb = "Orb TaŸ�nabilir S�r�c�"
|
|
;otman5 = "Backup Exec" ;georger - sync bdd/ntcompat entries - bug 374722/412013
|
|
palm = "3com HotSync Y”neticisi"
|
|
panadvdram = "DVD-RAM s�r�c�s�"
|
|
panda = "Panda Anti-Virus"
|
|
parallel = "Windows NT4 ve Windows 2000 i‡in Paralel Ba§lant� Noktas� S�n�f S�r�c�s�"
|
|
pcany = "PCAnywhere Ana bilgisayar hizmeti"
|
|
pcanyw92 = "pcAnywhere 9.2"
|
|
pccs = "System Soft PCCS"
|
|
pcenable = "System Soft PCENABLE"
|
|
pcpnp="Windows NT 4.0 i‡in PC Kart Y”neticisi"
|
|
pedge = "Dell PowerEdge RAID Denetleyicisi S�r�c�s�"
|
|
pelmouse = "Mouse Suite"
|
|
pfs = "OnStream Echo"
|
|
ph97r40= "Philips Pipeline G”r�nt� Ba§daŸt�r�c�s�"
|
|
phoenixad = "Phoenix G�‡ Y”netimi S�r�c�s�"
|
|
phoenixpm = "Phoenix G�‡ Y”netimi Arac�"
|
|
piixide = "Intel PIIX IDE denetleyicisi"
|
|
plscsi = "Prolific SCSI Ba§daŸt�r�c�"
|
|
power = "Softex/Phoenix GeliŸmiŸ G�‡ Y”netimi"
|
|
powpath = "EMC Power Path Yaz�l�m�"
|
|
ps2cont = "Contour Fare S�r�c�leri"
|
|
pscan = "PC-cillin NT Ger‡ek Zaman Monit”r�"
|
|
pstrip = "PowerStrip"
|
|
pumacsm = "Pumatech Intellisync Ba§lant� Kurulum Y”neticisi"
|
|
pwricon="Compaq Window NT PowerControl"
|
|
qic117 = "General QIC117 Teyp Ayg�t�"
|
|
qs_up = "Dijital Multia MultiClient Masa�st�"
|
|
qt3 = "Quicktime 3.0"
|
|
quicken2000 = "Quicken 2000"
|
|
rcentrl = "Ring Central Faks Uygulamas�"
|
|
rchelp = "SMS Uzaktan Denetim Video Yard�mc�s�"
|
|
reachout = "Stac Reachout Enterprise"
|
|
riptide = "Rockwell Riptide Ses S�r�c�s�"
|
|
roxioburning = "roxio CD Yakma deste§i"
|
|
rtcphoenix = "RTC Phoenix ˜stemcisi"
|
|
s100 = "Dimond S100 (ESS Allegro) NT4.0 Ses S�r�c�s�"
|
|
s3color = "S3 Video Denetim Masas� Program�"
|
|
s3knldrv = "S3 Sonic Vibes Ses Denetleyicisi"
|
|
s3knljs = "S3 Sonic Vibes Ses Denetleyicisi (Oyun €ubu§u)"
|
|
sb16snd = "Legacy SoundBlaster 16 S�r�c�s�"
|
|
sbawe32 = "Legacy SoundBlaster AWE32 S�r�c�s�"
|
|
sbpcint4 = "Sbpcint4"
|
|
scandrv = "Plustek Taray�c� S�r�c�s�"
|
|
scidrv = "Toshiba Sistem Yap�land�rma Arabirim S�r�c�s�"
|
|
tscidrv = "Toshiba Sistem Yap�land�rma Arabirim S�r�c�s�"
|
|
tsbselbay = "Toshiba Se‡ilebilir Yan Hizmeti"
|
|
tsbds = "Toshiba YerleŸtirme Hizmeti"
|
|
SCM_USB_Compact_Flash = "SCM/Memorex USB CompactFlash Kart Okuyucusu"
|
|
scsigold = "SIIG SCSI Pro Gold Ana bilgisayar ba§daŸt�r�c�s�"
|
|
sd120ppd = "Imation LS-120 Paralel Ba§lant� Noktas� S�r�c�s�"
|
|
sgcomp = "Silicon Graphics Cobalt Grafik S�r�c�s� (sadece NT 4.0 i‡in)"
|
|
sgiusb00 = "Silicon Graphics USB klavye/fare s�r�c�s� (sadece NT 4.0 i‡in)"
|
|
sgkrmp = "Silicon Graphics Cobalt-2 Grafik S�r�c�s� (sadece NT 4.0 i‡in)"
|
|
sgptmp = "Silicon Graphics Cobalt-3 Grafik S�r�c�s� (sadece NT 4.0 i‡in)"
|
|
sharshtl = "Shuttle Sharer paralel depolama ayg�t�"
|
|
siigc = "SIIG Cyber PCI s�r�c�s�"
|
|
sis = "Tek ™rnekli Saklama"
|
|
sisv = "SiS 62xx G”r�nt� Ba§daŸt�r�c�s�"
|
|
siwvid = "Numega SoftICE"
|
|
skusbkbf = "IBM Rapid Access Klavye"
|
|
slnt7554 = "Desteklenmeyen 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) Audio System"
|
|
snd93x = "Opti 931 Ses Kart�"
|
|
sndblst = "Legacy SoundBlaster S�r�c�s�"
|
|
sndsys = "Legacy Windows Ses Sistemi S�r�c�s�"
|
|
snidpms = "Siemens DPMS S�r�c�s�"
|
|
soff = "IBM SoftOff Application"
|
|
soff_nt = "IBM SoftOff Driver"
|
|
sonymemstick = "Sony Memory Stick Driver"
|
|
sonyjdu = "Sony Jog Dial Utility"
|
|
sqlwin5 = "SQL Windows Edition 5"
|
|
sscntrl = "Dr. Solomon's WinGuardNT Filter Driver"
|
|
sscpvivo = "Ensoniq Vivo audio card"
|
|
ssi365 = "System Soft Kart Sihirbaz�"
|
|
sspcic = "System Soft SSPCIC"
|
|
sspower = "System Soft Power Profilleyici"
|
|
stbmvp = "STB MVPPro Driver"
|
|
stdat3 = "Archive Python"
|
|
stlthg46 = "STLTHG46"
|
|
stordgr = "Storage Dimensions DGR/DGR Ultra RAIDPro Denetleyici"
|
|
sttscsi3 = "Conner CTT8000-S"
|
|
symc8xx = "Symbios Logic SYMC8XX S�r�c�s�"
|
|
synaptic = "Synaptics TouchPad Yaz�l�m�"
|
|
sysmgmt = "Compaq's System Management Service"
|
|
tcaudiag = "3Com TCAUDIAG"
|
|
tdifiltr = "i.Share 3.0 NT"
|
|
TITSB = "NT i‡in Kablosuz LAN EtkinleŸtirici"
|
|
tlntsvr = "Telnet Server"
|
|
tmaster = "ThrustMaster Oyun Ayg�tlar�"
|
|
tmdigpro = "Thrustmaster Nascar(R) Pro Digital(TM)"
|
|
tmdualag = "Guillemot Dual Analog Oyun Kumandas�"
|
|
tos3comwin = "3com-Noteworty 54k modem"
|
|
tosdvd = "Toshiba 7000 Serisi DVD Player"
|
|
tpchrsrv = "IBM ThinkPad G�‡ Y”netimi"
|
|
tpconfig1= "ThinkPad Yap�land�rma Ara‡lar�"
|
|
tpfuel = "ThinkPad Fuel"
|
|
tpfuel_name="Fuel"
|
|
tpfuel_dir="ThinkPad"
|
|
tppmport = "IBM ThinkPad G�‡ Uzant�s�"
|
|
tppwrmon = "IBM Thinkpad G�‡ Monit”r�"
|
|
tridwnw = "Trident 4D Wave Ses S�r�c�leri"
|
|
tsb24cd = "Toshiba 24x CD-ROM S�r�c�s�"
|
|
tsbapm = "Windows NT i‡in Toshiba G�‡ Y”netim Sistemi"
|
|
tsbasd = "Toshiba Otomatik Kapatma Altsistem Yaz�l�m�"
|
|
tsbhddpw ="Toshiba Sabit Disk S�r�c�s� Parola Arac�"
|
|
tsbmc = "Toshiba Fare Denetimi"
|
|
tsbvcap = "Toshiba Video Yakalama Ayg�t�"
|
|
tt128 = "IXMICRO Twin Turbo 128"
|
|
ultra66 = "Promise Ultra IDE Denetleyicisi"
|
|
umax = "VistaScan v2.40"
|
|
usbkbdwm = "NEC USB Klavye ve Fare"
|
|
viadriver = "VIA Bus Master IDE S�r�c�s�"
|
|
wacomdrv = "Wacom Dijital Yazma Ayg�t�"
|
|
wcgodrv = "Creative Video Blaster WebCam Go and Go Plus kamera s�r�c�leri"
|
|
waveart = "Rockwell Wave Artist"
|
|
wce21 = "Windows CE Hizmetleri"
|
|
winachsf = "Desteklenmeyen Conexant HSF Modem"
|
|
winmdm = "WinModem Ayg�t�"
|
|
winner="Elsa Gloria L/MX G”r�nt� Ba§daŸt�r�c�"
|
|
wmcacaa = "3COM'dan Compaq Global MiniPCI 56K V.90 Modem"
|
|
wscan316 = "WebScanX 3.1.6"
|
|
wtcls2k = "Pablo Tablet S�r�c�leri"
|
|
YACXG="Yamaha AC-XG NT4 Ses S�r�c�leri"
|
|
ydsxgdk="YAMAHA DS-XG Ses YerleŸtirme Ayg�t� (WDM)"
|
|
YMHSoftSynth="Yamaha SoftSynthesizer S-YXG50"
|
|
zmntmon = "Zip Magic 98"
|
|
|
|
@*:;
|
|
@*:;printupg stuff = phillipc
|
|
@*:;
|
|
hpaio4 ="HP OfficeJet R Series"
|
|
brth7150 ="Brother MFC 7150"
|
|
cpqij ="Compaq IJ700/IJ900"
|
|
cnbj51 ="Canon BJC-5100"
|
|
epscolor ="Epson Stylus Color Serisi"
|
|
epson3 ="EPSON Stylus Serisi & IP-100"
|
|
epson1 ="EPSON ActionLaser & EPL Serisi"
|
|
hplj3100 ="HP LaserJet 3100"
|
|
hp4050p6 ="HP LaserJet 4050/8000/8100 PCL6 Serisi"
|
|
hplj4050 ="HP LaserJet 4050/8000/8100 PCL5e Serisi"
|
|
hplj5e ="HP LaserJet 4/5/6 Serisi"
|
|
hp_pld ="HP Laserjet 5 / 6 Serisi S�r�c�"
|
|
hpclj450 ="HP C LaserJet 4500-HP"
|
|
hpclj850 ="HP CLJ 8500 - PCL"
|
|
hpdsk6 ="HP DeskJet 820C Serisi Yaz�c�"
|
|
hpdj810 ="HP DeskJet 810C Serisi Yaz�c�"
|
|
hpdj880 ="HP DeskJet"
|
|
hpdsk14 ="HP DeskJet 710C Serisi"
|
|
hpdsk7 ="HP DeskJet 720C Serisi"
|
|
hpdsk3 ="HP DeskJet 895C Serisi Yaz�c�"
|
|
hpdsk8 ="HP DeskJet 690C Serisi v11.0"
|
|
hpdsk9 ="HP DeskJet 680C Serisi v11.0"
|
|
hpdsk10 ="HP DeskJet 670C Serisi v11.0"
|
|
hpdsk11 ="HP DeskJet 660C v11.0"
|
|
hpdj610 ="HP DeskJet 610C Serisi"
|
|
hpdj815 ="HP DeskJet 815C Serisi Yaz�c�"
|
|
hpdj830 ="HP DeskJet 830C Serisi Yaz�c�"
|
|
hpaio1 ="HP OfficeJet Serisi 700 Yaz�c�"
|
|
hpdsk12 ="HP DeskJet 1100C/1120C Serisi"
|
|
hpdsk5 ="HP DeskJet 850 Serisi"
|
|
hpdsk1 ="HP 2000C/2500C Yaz�c�"
|
|
hpdsk2 ="HP DeskJet 890C Serisi"
|
|
hpdsk4 ="HP DeskJet 870 Serisi"
|
|
hpdj1000 ="HP DeskJet 1000C Yaz�c�"
|
|
lex3200 ="Lexmark 3200 Serisi ColorFine"
|
|
lexoptra ="Lexmark Optra Serisi"
|
|
necpg1 ="NEC SuperScript Serisi"
|
|
okipg2 ="OKI OKIPAGE 8c"
|
|
okipg1 ="OKIPAGE 20n PCLXL : GeliŸmiŸ"
|
|
cnmulti1 ="Canon MultiPASS L6000 Yaz�c�"
|
|
alpsprt ="Alps MD-5000"
|
|
xerox1 ="Xerox DocuPrint P12"
|
|
mnlt1 ="Minolta Color PageWorks/Pro"
|
|
hpojg ="HP OfficeJet"
|
|
hpps ="HP PhotoSmart Serisi"
|
|
xerox2 ="Xerox WorkCentre 385"
|
|
xerox4 ="Xerox DocuPrint XJ6C"
|
|
lm5700 ="Lexmark 5700 Serisi Color Fine"
|
|
minpw20 ="Yaz�c�"
|
|
min8e ="Minolta Pageworks 8e"
|
|
mta57080 ="Mita DP-570/580"
|
|
xerox6 ="Xerox DocuPrint P8"
|
|
okipg8w ="Okidata Okipage 8w"
|
|
epsphoto ="Epson Stylus Photo Serisi"
|
|
lmoptra ="Lexmark Optra Serisi"
|
|
xeroxwct ="Xerox WorkCentre 450cp"
|
|
hpmon = "HP Network Ba§lant� Noktas� Monit”r�"
|
|
REXSERA="Xircom REX 6000 MicroPDA REXSERA S�r�c�s�"
|
|
REXSERE="Xircom REX 6000 MicroPDA REXSERE S�r�c�s�"
|
|
REXSERPD="Xircom REX 6000 MicroPDA REXSERPD S�r�c�s�"
|
|
RexService="Xircom REX 6000 MicroPDA S�r�c�s�"
|
|
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 gelen kutusu TWAIN s�r�c�s�"
|
|
WIA_HPI_USB = "HP PhotoSmart S20"
|
|
WIA_ARTEC_AS6E = "Artec AS6E taray�c�"
|
|
WIA_ACER = "Acer taray�c�"
|
|
WIA_VISIONEER_5300 = "Visioneer Taray�c�"
|
|
WIA_VISIONEER_6100 = "Visioneer 6100 veya OneTouch taray�c�"
|
|
WIA_HP_3300C = "Hewlett-Packard ScanJet taray�c�"
|
|
WIA_HP_4300C = "Hewlett-Packard ScanJet 3400C/4300C taray�c�"
|
|
WIA_HP_5300C = "Hewlett-Packard ScanJet 5300C taray�c�"
|
|
WIA_MICROTEK = "Microtek Taray�c�"
|
|
WIA_KODAK_4800 = "Kodak 4800 veya Kodak DC-290 kamera"
|
|
WIA_CANONSCAN_620P = "Canon CanoScan 620P taray�c�"
|
|
WIA_CANONSCAN_S100 = "Canon PowerShot ELPH S100"
|
|
WIA_PLUSTEK_12000T = "Plustek 12000T"
|
|
wdm_inaec = "Intel AEC s�r�c�s�"
|
|
|
|
@*:;
|
|
@*:;jamesb bulk changes
|
|
@*:;
|
|
spxio8pser = "Specialix I/O8+ S�r�c�s�"
|
|
spxslxosser = "Specialix SX S�r�c�s�"
|
|
spxrio = "Specialix RIO S�r�c�s�"
|
|
spxspxdriver = "Specialix SPX PortDirector S�r�c�s�"
|
|
spxsxdriver = "Specialix SX PortDirector S�r�c�s�"
|
|
spxio8driver = "Specialix I/O8+ PortDirector S�r�c�s�"
|
|
spxspeeddriver = "Specialix SPEED PortDirector S�r�c�s�"
|
|
|
|
@*:;
|
|
@*:;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 H�zland�rma Yongas�"
|
|
3dfx2 = "3dfx Voodoo2 3D H�zland�r�c�"
|
|
3Dlabs3 = "3Dlabs, Inc. Ltd GLint 500TX Sapphire 3D H�zland�r�c�"
|
|
3Dlabs4 = "3Dlabs, Inc. Ltd GLint Delta Geometry iŸlemci"
|
|
3Dlabs5 = "3Dlabs, Inc. Ltd GLint MX 3D H�zland�r�c�"
|
|
3Dlabs6 = "3Dlabs, Inc. Ltd GLint Gamma G1"
|
|
3Dlabs7 = "3Dlabs, Inc. Ltd GLint R3"
|
|
Alliance8 = "Alliance Semiconductor CA - USA ProVideo 6424 GUI H�zland�r�c�"
|
|
Alliance9 = "Alliance Semiconductor CA - USA AT25 ProMotion-AT3D"
|
|
ARK10 = "ARK Logic, Inc ARK2000PV Stingray GUI H�zland�r�c�"
|
|
Avance11 = "Avance Logic Inc. ALG2301 GUI H�zland�r�c�"
|
|
Chips12 = "Chips And Technologies 65555 VGA GUI H�zland�r�c�"
|
|
videodevice = "Video ayg�t�"
|
|
Chromatic15 = "Chromatic Research Inc Mpact Ortam ˜Ÿlemcisi"
|
|
Macronix16 = "Macronix International Co. Ltd. MX86251"
|
|
Matrox17 = "Matrox MGA-PX2085 Ultima/Atlas GUI H�zland�r�c�"
|
|
Matrox18 = "Matrox MGA-I Ultima/Impression GUI h�zland�r�c�"
|
|
NEC19 = "NEC Corporation PoverVR PCX2 3D H�zland�r�c�"
|
|
NEC20 = "NEC Corporation PowerVR Neon 250 PowerVR serisi II grafik iŸlemcisi"
|
|
Rendition21 = "Rendition Inc Verite 2000"
|
|
S324 = "S3 Incorporated Vision 964 GUI H�zland�r�c�"
|
|
S325 = "S3 Incorporated 86C362/86C368 Trio3D2x & Trio3D2x+ AGP"
|
|
S332 = "S3 Incorporated 86C410 Savage 2000"
|
|
Sigma33 = "Sigma Designs Corp. REALmagic64/GX GUI H�zland�r�c�"
|
|
Silicon34 = "Silicon Integrated System SiS 6215 PCI Grafik & Video ˜vmelendricisi"
|
|
Tseng35 = "Tseng Labs ET4000W32P-A GUI H�zland�r�c�"
|
|
Tseng36 = "Tseng Labs ET4000W32P-C GUI H�zland�r�c�"
|
|
Tseng37 = "Tseng Labs ET4000W32P-D GUI H�zland�r�c�"
|
|
Tseng38 = "Tseng Labs ET6000 Graphics/Multimedia Engine"
|
|
Weitek42 = "Weitek P9000 GUI H�zland�r�c�"
|
|
|