[INF] More deduplication and style harmonization (#4952)

- deduplication of manufacturer strings
- at some places harmonizes the different length of separator lines within the same file, centers the words (as requested by hbelusca during review), harmonizes those lines to 74characters length each
- moving some strings that are not to be localized into the non-localization string section
- other minor formatting preferences coauthored by StasM
This commit is contained in:
Joachim Henze 2022-12-28 02:26:17 +01:00 committed by GitHub
parent f9dfc45375
commit 83e1363065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 588 additions and 683 deletions

View file

@ -129,7 +129,6 @@ VolumeName = "Btrfs volume"
ControllerName = "Btrfs controller" ControllerName = "Btrfs controller"
[Strings.0404] [Strings.0404]
Me = "Mark Harmstone"
ServiceDescription = "Btrfs 驅動程式" ServiceDescription = "Btrfs 驅動程式"
ServiceName = "btrfs" ServiceName = "btrfs"
DriverName = "btrfs" DriverName = "btrfs"
@ -138,7 +137,6 @@ VolumeName = "Btrfs 磁碟區"
ControllerName = "Btrfs 控制器" ControllerName = "Btrfs 控制器"
[Strings.0415] [Strings.0415]
Me = "Mark Harmstone"
ServiceDescription = "Sterownik systemu plików Btrfs" ServiceDescription = "Sterownik systemu plików Btrfs"
ServiceName = "btrfs" ServiceName = "btrfs"
DriverName = "btrfs" DriverName = "btrfs"
@ -147,7 +145,6 @@ VolumeName = "Wolumin Btrfs"
ControllerName = "Kontroler Btrfs" ControllerName = "Kontroler Btrfs"
[Strings.0804] [Strings.0804]
Me = "Mark Harmstone"
ServiceDescription = "Btrfs 驱动程序" ServiceDescription = "Btrfs 驱动程序"
ServiceName = "btrfs" ServiceName = "btrfs"
DriverName = "btrfs" DriverName = "btrfs"
@ -156,7 +153,6 @@ VolumeName = "Btrfs 卷"
ControllerName = "Btrfs 控制器" ControllerName = "Btrfs 控制器"
[Strings.0c04] [Strings.0c04]
Me = "Mark Harmstone"
ServiceDescription = "Btrfs 驅動程式" ServiceDescription = "Btrfs 驅動程式"
ServiceName = "btrfs" ServiceName = "btrfs"
DriverName = "btrfs" DriverName = "btrfs"

View file

@ -65,7 +65,7 @@ LoadOrderGroup = NDIS
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS = "ReactOS Project"
RealtekMfg = "Realtek Semiconductor Co., Ltd." RealtekMfg = "Realtek"
; Localizable ; Localizable
GenericMfg = "(Generic network cards)" GenericMfg = "(Generic network cards)"
@ -110,7 +110,6 @@ GenericMfg = "(Adaptadores de rede padrão)"
*PNP80D6.DeviceDesc = "Compatível com NE2000" *PNP80D6.DeviceDesc = "Compatível com NE2000"
[Strings.0418] [Strings.0418]
GenericMfg = "(placă de rețea generică)" GenericMfg = "(placă de rețea generică)"
*PNP80D6.DeviceDesc = "Compatibile cu NE2000" *PNP80D6.DeviceDesc = "Compatibile cu NE2000"

View file

@ -59,7 +59,7 @@ LoadOrderGroup = NDIS
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS = "ReactOS Project"
AMDMfg = "Advanced Micro Devices (AMD)" AMDMfg = "AMD"
; Localizable ; Localizable
PCNET.DeviceDesc = "AMD PCnet Am79C970 PCI Ethernet Adapter" PCNET.DeviceDesc = "AMD PCnet Am79C970 PCI Ethernet Adapter"

View file

@ -38,7 +38,7 @@ DefaultDestDir = 12
[CompaqMfg] [CompaqMfg]
%CompaqHNE300.DeviceDesc% = RTL8139_Inst.ndi,PCI\VEN_021B&DEV_8139 %CompaqHNE300.DeviceDesc% = RTL8139_Inst.ndi,PCI\VEN_021B&DEV_8139
;----------------------------- RTL8139 DRIVER ----------------------------- ;---------------------------- RTL8139 DRIVER ----------------------------
[RTL8139_Inst.ndi.NT] [RTL8139_Inst.ndi.NT]
Characteristics = 0x4 ; NCF_PHYSICAL Characteristics = 0x4 ; NCF_PHYSICAL

View file

@ -123,14 +123,15 @@ LoadOrderGroup = Extended Base
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS = "ReactOS Project"
CyrixMfg = "Cyrix"
IntelMfg = "Intel"
AMDMfg = "AMD"
TransmetaMfg = "Transmeta"
VIAMfg = "VIA"
; Localizable ; Localizable
ProcessorClassName = "Processors" ProcessorClassName = "Processors"
CyrixMfg = "Cyrix"
IntelMfg = "Intel"
AMDMfg = "Advanced Micro Devices"
TransmetaMfg = "Transmeta"
VIAMfg = "VIA"
Processor.DeviceDesc = "Processor" Processor.DeviceDesc = "Processor"
Processor.ServiceDesc = "Processor driver" Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Cyrix 6x86 Processor" CyrixProcessor.DeviceDesc = "Cyrix 6x86 Processor"

View file

@ -7,7 +7,7 @@ DriverVer=11/19/2010,6.1.7601.17514
PnPLockdown=1 PnPLockdown=1
[SourceDisksFiles] [SourceDisksFiles]
hdaudbus.sys = 3426 hdaudbus.sys = 3426
[DestinationDirs] [DestinationDirs]
DefaultDestDir = 12 ; windows\system32\drivers DefaultDestDir = 12 ; windows\system32\drivers
@ -39,7 +39,6 @@ HKR,Interrupt Management,,0x00000010
HKR,Interrupt Management\MessageSignaledInterruptProperties,,0x00000010 HKR,Interrupt Management\MessageSignaledInterruptProperties,,0x00000010
HKR,Interrupt Management\MessageSignaledInterruptProperties,MSISupported,0x00010001,1 HKR,Interrupt Management\MessageSignaledInterruptProperties,MSISupported,0x00010001,1
;-------------- Service installation ;-------------- Service installation
[HDAudio_Device.NT.Services] [HDAudio_Device.NT.Services]
AddService = HDAudBus, 0x00000002, HDAudio_Service_Inst AddService = HDAudBus, 0x00000002, HDAudio_Service_Inst
@ -59,8 +58,6 @@ hdaudbus.sys=SignatureAttributes.DRM
[SignatureAttributes.DRM] [SignatureAttributes.DRM]
DRMLevel=1300 DRMLevel=1300
[Strings] [Strings]
DiskId1 = "ReactOS UAA Bus Driver for High Definition Audio. Installation Disk #1" DiskId1 = "ReactOS UAA Bus Driver for High Definition Audio. Installation Disk #1"
HDAudio.DeviceDesc = "High Definition Audio Controller" HDAudio.DeviceDesc = "High Definition Audio Controller"

View file

@ -24,7 +24,7 @@ HKR, , EnumPropPages32,0, "MmSys.Cpl,MediaPropPageProvider"
HKR, , Icon, 0, "3004" HKR, , Icon, 0, "3004"
HKR, , Installer32, 0, "MmSys.Cpl,MediaClassInstaller" HKR, , Installer32, 0, "MmSys.Cpl,MediaClassInstaller"
;-------------------------------- Audio installation ---------------------------------------- ;-------------------------- AUDIO INSTALLATION --------------------------
[AUDIO_Inst.NT] [AUDIO_Inst.NT]
CopyFiles = Audio.CopyFiles.KernelMode, Audio.CopyFiles.UserMode CopyFiles = Audio.CopyFiles.KernelMode, Audio.CopyFiles.UserMode

View file

@ -90,12 +90,14 @@ ACPI\ACPI0003.DeviceDesc = "交流配接器"
[Strings.0405] [Strings.0405]
BatteryClassName = "Baterie" BatteryClassName = "Baterie"
GenericMfg = "(Generické baterie)" GenericMfg = "(Generické baterie)"
ACPI\PNP0C0A.DeviceDesc = "ACPI baterie" ACPI\PNP0C0A.DeviceDesc = "ACPI baterie"
ACPI\ACPI0003.DeviceDesc = "Síťový adaptér" ACPI\ACPI0003.DeviceDesc = "Síťový adaptér"
[Strings.0407] [Strings.0407]
BatteryClassName = "Batterien" BatteryClassName = "Batterien"
GenericMfg = "(Generische Batterien)" GenericMfg = "(Generische Batterien)"
ACPI\PNP0C0A.DeviceDesc = "ACPI-konforme Kontrollmethodenbatterie" ACPI\PNP0C0A.DeviceDesc = "ACPI-konforme Kontrollmethodenbatterie"
ACPI\ACPI0003.DeviceDesc = "Netzteil" ACPI\ACPI0003.DeviceDesc = "Netzteil"
@ -109,6 +111,7 @@ ACPI\ACPI0003.DeviceDesc = "Adaptador de corriente alterna"
[Strings.040C] [Strings.040C]
BatteryClassName = "Batteries" BatteryClassName = "Batteries"
GenericMfg = "(Batteries génériques)" GenericMfg = "(Batteries génériques)"
ACPI\PNP0C0A.DeviceDesc = "Batterie à méthode de contrôle compatible ACPI" ACPI\PNP0C0A.DeviceDesc = "Batterie à méthode de contrôle compatible ACPI"
ACPI\ACPI0003.DeviceDesc = "Adaptateur secteur" ACPI\ACPI0003.DeviceDesc = "Adaptateur secteur"

View file

@ -5,9 +5,7 @@ LayoutFile = layout.inf
Class = Media Class = Media
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318} ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider = %ReactOS% Provider = %ReactOS%
DriverVer = 07/01/2001,5.1.2535.0
DriverVer=07/01/2001,5.1.2535.0
[DefaultInstall] [DefaultInstall]
Include=ks.inf Include=ks.inf
@ -25,7 +23,6 @@ DelReg=CategoryUnRegistration
RegisterDlls=BDA.RegisterDlls RegisterDlls=BDA.RegisterDlls
CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files
[DestinationDirs] [DestinationDirs]
DefaultDestDir=11 DefaultDestDir=11
BdaFilter.Files=11 BdaFilter.Files=11
@ -34,7 +31,6 @@ AllDll.Files=11
BdaDriver.Files=10,system32\drivers BdaDriver.Files=10,system32\drivers
AllDriver.Files=10,system32\drivers AllDriver.Files=10,system32\drivers
[BDA.Registration] [BDA.Registration]
AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration
DelReg=CategoryUnRegistration DelReg=CategoryUnRegistration
@ -45,7 +41,6 @@ DelReg=CategoryUnRegistration
RegisterDlls=BDA.RegisterDlls RegisterDlls=BDA.RegisterDlls
CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files
[BDA.NodeRegistration] [BDA.NodeRegistration]
[BdaCategoryUnRegistration] [BdaCategoryUnRegistration]
@ -75,7 +70,6 @@ HKLM,%MediaCategories%\%PinID.GUID.MPE%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%PinID.GUID.NABTS%,Name,,%Pin.Name.NABTS% HKLM,%MediaCategories%\%PinID.GUID.NABTS%,Name,,%Pin.Name.NABTS%
HKLM,%MediaCategories%\%PinID.GUID.NABTS%,Display,1,00,00,00,00 HKLM,%MediaCategories%\%PinID.GUID.NABTS%,Display,1,00,00,00,00
[BDA.DeviceInstallation] [BDA.DeviceInstallation]
HKLM,%RunOnce%,"MPE0",,"rundll32.exe streamci,StreamingDeviceSetup %MPE.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\mpe.inf,BDAcodec" HKLM,%RunOnce%,"MPE0",,"rundll32.exe streamci,StreamingDeviceSetup %MPE.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\mpe.inf,BDAcodec"
HKLM,%RunOnce%,"STREAMIP0",,"rundll32.exe streamci,StreamingDeviceSetup %StreamIP.DeviceId%,GLOBAL,%GUID.BdaRenderer%,%17%\streamip.inf,BDAcodec" HKLM,%RunOnce%,"STREAMIP0",,"rundll32.exe streamci,StreamingDeviceSetup %StreamIP.DeviceId%,GLOBAL,%GUID.BdaRenderer%,%17%\streamip.inf,BDAcodec"
@ -167,11 +161,7 @@ PinID.GUID.MPE="{C1B06D73-1DBB-11d3-8F46-00C04F7971E2}"
PinID.GUID.NABTS="{FB6C4286-0353-11d1-905F-0000C0CC16BA}" PinID.GUID.NABTS="{FB6C4286-0353-11d1-905F-0000C0CC16BA}"
PinID.GUID.AtscTS="{78216A81-CFA8-493e-9711-36A61C08BD9D}" PinID.GUID.AtscTS="{78216A81-CFA8-493e-9711-36A61C08BD9D}"
; Localizable
;
; english localized strings
;
Category_BdaTuner="BDA-Source Filter" Category_BdaTuner="BDA-Source Filter"
Category_BdaComponent="BDA-Receiver Component" Category_BdaComponent="BDA-Receiver Component"
Category_BdaRenderer="BDA-Playback Filter" Category_BdaRenderer="BDA-Playback Filter"

View file

@ -55,7 +55,7 @@ HKLM,"System\CurrentControlSet\services\FreeBT\Parameters","FreeBTEnable",0x1000
[FreeBT.Files] [FreeBT.Files]
fbtusb.sys fbtusb.sys
;---------------------------------------------------------------; ;-------------------------------- STRINGS -------------------------------
[Strings] [Strings]
; Non-localizable ; Non-localizable

View file

@ -48,7 +48,7 @@ ErrorControl = 1
ServiceBinary = %12%\fdc.sys ServiceBinary = %12%\fdc.sys
LoadOrderGroup = System Bus Extender LoadOrderGroup = System Bus Extender
;---------------------------- NO DRIVER REQ ----------------------------- ;----------------------------- NO DRIVER REQ ----------------------------
[NO_DRV] [NO_DRV]

View file

@ -30,7 +30,7 @@ HKR, , NoInstallClass, , 1
%Floppy.DeviceDesc% = NO_DRV, GenFloppyDisk %Floppy.DeviceDesc% = NO_DRV, GenFloppyDisk
;%Floppy.DeviceDesc% = floppy_Inst, GenFloppyDisk ;%Floppy.DeviceDesc% = floppy_Inst, GenFloppyDisk
;----------------------------- FDC DRIVER ----------------------------- ;------------------------------ FDC DRIVER ------------------------------
[floppy_Inst.NT] [floppy_Inst.NT]
CopyFiles = floppy_CopyFiles.NT CopyFiles = floppy_CopyFiles.NT
@ -47,7 +47,6 @@ StartType = 3
ErrorControl = 1 ErrorControl = 1
ServiceBinary = %12%\flpydisk.sys ServiceBinary = %12%\flpydisk.sys
;---------------------------- NO DRIVER REQ ----------------------------- ;---------------------------- NO DRIVER REQ -----------------------------
[NO_DRV] [NO_DRV]
@ -63,42 +62,49 @@ ReactOS = "ReactOS Project"
; Localizable ; Localizable
FloppyClassName = "Floppy disk drives" FloppyClassName = "Floppy disk drives"
GenericMfg = "(Generic floppy disk drives)" GenericMfg = "(Generic floppy disk drives)"
Floppy.DeviceDesc = "Generic floppy disk drive" Floppy.DeviceDesc = "Generic floppy disk drive"
[Strings.0404] [Strings.0404]
FloppyClassName = "軟碟機" FloppyClassName = "軟碟機"
GenericMfg = "(標準軟碟機)" GenericMfg = "(標準軟碟機)"
Floppy.DeviceDesc = "標準軟碟機" Floppy.DeviceDesc = "標準軟碟機"
[Strings.0405] [Strings.0405]
FloppyClassName = "Disketové jednotky" FloppyClassName = "Disketové jednotky"
GenericMfg = "(Obecné disketové jednotky)" GenericMfg = "(Obecné disketové jednotky)"
Floppy.DeviceDesc = "Obecná disketová jednotka" Floppy.DeviceDesc = "Obecná disketová jednotka"
[Strings.0a] [Strings.0a]
FloppyClassName = "Disqueteras" FloppyClassName = "Disqueteras"
GenericMfg = "(Disqueteras genéricas)" GenericMfg = "(Disqueteras genéricas)"
Floppy.DeviceDesc = "Disquetera genérica" Floppy.DeviceDesc = "Disquetera genérica"
[Strings.0415] [Strings.0415]
FloppyClassName = "Stacje dyskietek" FloppyClassName = "Stacje dyskietek"
GenericMfg = "(Standardowe stacje dyskietek)" GenericMfg = "(Standardowe stacje dyskietek)"
Floppy.DeviceDesc = "Standardowa stacja dyskietek" Floppy.DeviceDesc = "Standardowa stacja dyskietek"
[Strings.0418] [Strings.0418]
FloppyClassName = "Unitate de disc flexibil" FloppyClassName = "Unitate de disc flexibil"
GenericMfg = "(unități generice de disc flexibil)" GenericMfg = "(unități generice de disc flexibil)"
Floppy.DeviceDesc = "Unitate de disc flexibil" Floppy.DeviceDesc = "Unitate de disc flexibil"
[Strings.0419] [Strings.0419]
FloppyClassName = "Дисководы гибких дисков" FloppyClassName = "Дисководы гибких дисков"
GenericMfg = "(Универсальные дисководы гибких дисков)" GenericMfg = "(Универсальные дисководы гибких дисков)"
Floppy.DeviceDesc = "Универсальный дисковод гибких дисков" Floppy.DeviceDesc = "Универсальный дисковод гибких дисков"
[Strings.041f] [Strings.041f]
FloppyClassName = "Disket Sürücüleri" FloppyClassName = "Disket Sürücüleri"
GenericMfg = "(Genel Disket Sürücüleri)" GenericMfg = "(Genel Disket Sürücüleri)"
Floppy.DeviceDesc = "Genel Disket Sürücüsü" Floppy.DeviceDesc = "Genel Disket Sürücüsü"
@ -108,10 +114,12 @@ Floppy.DeviceDesc = "通用软盘驱动器"
[Strings.0816] [Strings.0816]
FloppyClassName = "Controlador disquete" FloppyClassName = "Controlador disquete"
GenericMfg = "(Controlador disquete Genérico)" GenericMfg = "(Controlador disquete Genérico)"
Floppy.DeviceDesc = "Controlador disquete Genérico" Floppy.DeviceDesc = "Controlador disquete Genérico"
[Strings.0C04] [Strings.0C04]
FloppyClassName = "軟碟機" FloppyClassName = "軟碟機"
GenericMfg = "(標準軟碟機)" GenericMfg = "(標準軟碟機)"
Floppy.DeviceDesc = "標準軟碟機" Floppy.DeviceDesc = "標準軟碟機"

View file

@ -36,7 +36,7 @@ HKR, , Icon, 0, "-27"
[NecMfg] [NecMfg]
%pc98_up.DeviceDesc% = NO_DRV,pc98_up %pc98_up.DeviceDesc% = NO_DRV,pc98_up
;------------------------------ NO DRIVER ----------------------------- ;------------------------------- NO DRIVER ------------------------------
[NO_DRV] [NO_DRV]
@ -49,6 +49,9 @@ AddService = , 0x00000002
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS = "ReactOS Project"
MsftMfg = "Microsoft"
NecMfg = "NEC"
; Localizable ; Localizable
ComputerClassName = "Computer" ComputerClassName = "Computer"
@ -56,10 +59,8 @@ GenericMfg = "(Generic computers)"
acpipic_up.DeviceDesc = "ACPI Uniprocessor PC" acpipic_up.DeviceDesc = "ACPI Uniprocessor PC"
e_isa_up.DeviceDesc = "Standard Uniprocessor PC" e_isa_up.DeviceDesc = "Standard Uniprocessor PC"
MsftMfg = "Microsoft Corporation"
xbox.DeviceDesc = "Original Xbox (x86 based)" xbox.DeviceDesc = "Original Xbox (x86 based)"
NecMfg = "NEC"
pc98_up.DeviceDesc = "Uniprocessor NEC PC-98" pc98_up.DeviceDesc = "Uniprocessor NEC PC-98"
[Strings.0404] [Strings.0404]
@ -75,11 +76,11 @@ pc98_up.DeviceDesc = "單處理器 NEC PC-98"
[Strings.0405] [Strings.0405]
ComputerClassName = "Počítač" ComputerClassName = "Počítač"
GenericMfg = "(Obecné počítače)" GenericMfg = "(Obecné počítače)"
acpipic_up.DeviceDesc = "Jednoprocesorové PC s ACPI rozhraním" acpipic_up.DeviceDesc = "Jednoprocesorové PC s ACPI rozhraním"
e_isa_up.DeviceDesc = "Standardní jednoprocesorové PC" e_isa_up.DeviceDesc = "Standardní jednoprocesorové PC"
MsftMfg = "Microsoft Corporation"
xbox.DeviceDesc = "Original Xbox (x86 based)" xbox.DeviceDesc = "Original Xbox (x86 based)"
pc98_up.DeviceDesc = "Uniprocessor NEC PC-98" pc98_up.DeviceDesc = "Uniprocessor NEC PC-98"
@ -91,7 +92,6 @@ GenericMfg = "(Equipos genéricos)"
acpipic_up.DeviceDesc = "PC con uniprocesador ACPI" acpipic_up.DeviceDesc = "PC con uniprocesador ACPI"
e_isa_up.DeviceDesc = "PC con uniprocesador estándar" e_isa_up.DeviceDesc = "PC con uniprocesador estándar"
MsftMfg = "Microsoft Corporation"
xbox.DeviceDesc = "Original Xbox (x86 based)" xbox.DeviceDesc = "Original Xbox (x86 based)"
pc98_up.DeviceDesc = "Uniprocessor NEC PC-98" pc98_up.DeviceDesc = "Uniprocessor NEC PC-98"
@ -103,7 +103,6 @@ GenericMfg = "(Komputery standardowe)"
acpipic_up.DeviceDesc = "Komputer PC z interfejsem ACPI" acpipic_up.DeviceDesc = "Komputer PC z interfejsem ACPI"
e_isa_up.DeviceDesc = "Standardowy komputer PC" e_isa_up.DeviceDesc = "Standardowy komputer PC"
MsftMfg = "Microsoft Corporation"
xbox.DeviceDesc = "Oryginalny Xbox (oparty na procesorze x86)" xbox.DeviceDesc = "Oryginalny Xbox (oparty na procesorze x86)"
pc98_up.DeviceDesc = "Komputer NEC PC-98" pc98_up.DeviceDesc = "Komputer NEC PC-98"
@ -115,7 +114,6 @@ GenericMfg = "(calculatoare generice)"
acpipic_up.DeviceDesc = "PC uniprocesor ACPI" acpipic_up.DeviceDesc = "PC uniprocesor ACPI"
e_isa_up.DeviceDesc = "PC uniprocesor standard" e_isa_up.DeviceDesc = "PC uniprocesor standard"
MsftMfg = "Microsoft Corporation"
xbox.DeviceDesc = "Original Xbox (x86 based)" xbox.DeviceDesc = "Original Xbox (x86 based)"
pc98_up.DeviceDesc = "Uniprocessor NEC PC-98" pc98_up.DeviceDesc = "Uniprocessor NEC PC-98"
@ -127,7 +125,6 @@ GenericMfg = "(Универсальный компьютер)"
acpipic_up.DeviceDesc = "ACPI однопроцессорный ПК" acpipic_up.DeviceDesc = "ACPI однопроцессорный ПК"
e_isa_up.DeviceDesc = "Стандартный однопроцессорный ПК" e_isa_up.DeviceDesc = "Стандартный однопроцессорный ПК"
MsftMfg = "Корпорация Microsoft"
xbox.DeviceDesc = "Оригинальный Xbox (на базе x86)" xbox.DeviceDesc = "Оригинальный Xbox (на базе x86)"
pc98_up.DeviceDesc = "Однопроцессорный NEC PC-98" pc98_up.DeviceDesc = "Однопроцессорный NEC PC-98"
@ -139,7 +136,6 @@ GenericMfg = "(Genel Bilgisayarlar)"
acpipic_up.DeviceDesc = "ACPI Tek İşlemcili PC" acpipic_up.DeviceDesc = "ACPI Tek İşlemcili PC"
e_isa_up.DeviceDesc = "Standart Tek İşlemcili PC" e_isa_up.DeviceDesc = "Standart Tek İşlemcili PC"
MsftMfg = "Microsoft Corporation"
xbox.DeviceDesc = "Özgün Xbox (x86 tabanlı)" xbox.DeviceDesc = "Özgün Xbox (x86 tabanlı)"
pc98_up.DeviceDesc = "Tek İşlemcili NEC PC-98" pc98_up.DeviceDesc = "Tek İşlemcili NEC PC-98"
@ -151,7 +147,6 @@ GenericMfg = "(Стандартний комп'ютер)"
acpipic_up.DeviceDesc = "ACPI однопроцесорний ПК" acpipic_up.DeviceDesc = "ACPI однопроцесорний ПК"
e_isa_up.DeviceDesc = "Стандартний однопроцесорний ПК" e_isa_up.DeviceDesc = "Стандартний однопроцесорний ПК"
MsftMfg = "Microsoft Corporation"
xbox.DeviceDesc = "Original Xbox (x86 based)" xbox.DeviceDesc = "Original Xbox (x86 based)"
pc98_up.DeviceDesc = "Однопроцесорний NEC PC-98" pc98_up.DeviceDesc = "Однопроцесорний NEC PC-98"
@ -161,7 +156,6 @@ GenericMfg = "(通用计算机)"
acpipic_up.DeviceDesc = "ACPI 单处理器 PC" acpipic_up.DeviceDesc = "ACPI 单处理器 PC"
e_isa_up.DeviceDesc = "标准单处理器 PC" e_isa_up.DeviceDesc = "标准单处理器 PC"
MsftMfg = "Microsoft Corporation"
xbox.DeviceDesc = "Original Xbox (x86 based)" xbox.DeviceDesc = "Original Xbox (x86 based)"
pc98_up.DeviceDesc = "Uniprocessor NEC PC-98" pc98_up.DeviceDesc = "Uniprocessor NEC PC-98"
@ -173,10 +167,8 @@ GenericMfg = "(Computador Genérico)"
acpipic_up.DeviceDesc = "ACPI Uniprocessor PC" acpipic_up.DeviceDesc = "ACPI Uniprocessor PC"
e_isa_up.DeviceDesc = "Standard Uniprocessor PC" e_isa_up.DeviceDesc = "Standard Uniprocessor PC"
MsftMfg = "Microsoft Corporation"
xbox.DeviceDesc = "Original Xbox (x86 based)" xbox.DeviceDesc = "Original Xbox (x86 based)"
NecMfg = "NEC"
pc98_up.DeviceDesc = "Uniprocessor NEC PC-98" pc98_up.DeviceDesc = "Uniprocessor NEC PC-98"
[Strings.0C04] [Strings.0C04]

File diff suppressed because it is too large Load diff

View file

@ -39,7 +39,7 @@ AddReg=HIDClass.NT.AddReg
%HID.DeviceDesc% = HID_Inst,USB\Class_03 %HID.DeviceDesc% = HID_Inst,USB\Class_03
%HID_DEVICE%=HID_Raw_Inst,, HID_DEVICE %HID_DEVICE%=HID_Raw_Inst,, HID_DEVICE
;=========================== HID Raw Device ==================== ;---------------------------- HID RAW DEVICE ----------------------------
[HID_Raw_Inst.NT] [HID_Raw_Inst.NT]
@ -48,9 +48,7 @@ AddService = , 0x00000002
[HID_Raw_Inst.HW] [HID_Raw_Inst.HW]
;------------------------------ HID DEVICE ------------------------------
;=========================== HID Device ====================
[HID_Inst.NT] [HID_Inst.NT]
Copyfiles = HID_Inst.CopyFiles.NT, HID_Inst.CopyFilesDLL.NT Copyfiles = HID_Inst.CopyFiles.NT, HID_Inst.CopyFilesDLL.NT
@ -67,23 +65,24 @@ hid.dll
AddService = hidusb, 0x00000002, HID_Service_Inst AddService = hidusb, 0x00000002, HID_Service_Inst
[HID_Service_Inst] [HID_Service_Inst]
ServiceType = 1 ServiceType = 1
StartType = 3 StartType = 3
ErrorControl = 1 ErrorControl = 1
ServiceBinary = %12%\hidusb.sys ServiceBinary = %12%\hidusb.sys
LoadOrderGroup = Extended Base LoadOrderGroup = Extended Base
[Strings] [Strings]
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS="ReactOS Project"
MSMice="Microsoft"
; Localizable ; Localizable
HID.ClassName = "Human Interface Devices" HID.ClassName="Human Interface Devices"
HID.DeviceDesc = "USB Human Interface Device"
HID_DEVICE = "HID-compatible Device" StdMfg="(Standard Human Interface Devices)"
StdMfg = "(Standard Human Interface Devices)" HID.DeviceDesc="USB Human Interface Device"
MSMice = "Microsoft" HID_DEVICE="HID-compatible Device"
USB\VID_045E&PID_0009.DeviceDesc="Microsoft IntelliMouse (USB)" USB\VID_045E&PID_0009.DeviceDesc="Microsoft IntelliMouse (USB)"
USB\VID_045E&PID_001E.DeviceDesc="Microsoft IntelliMouse Explorer (USB)" USB\VID_045E&PID_001E.DeviceDesc="Microsoft IntelliMouse Explorer (USB)"
@ -96,73 +95,72 @@ USB\VID_045E&PID_0040.DeviceDesc="Microsoft Wheel Mouse Optical (USB)"
USB\VID_045E&PID_0047.DeviceDesc="Microsoft IntelliMouse Explorer 3.0 (USB)" USB\VID_045E&PID_0047.DeviceDesc="Microsoft IntelliMouse Explorer 3.0 (USB)"
[Strings.0404] [Strings.0404]
HID.ClassName = "人性化介面裝置" HID.ClassName="人性化介面裝置"
HID.DeviceDesc = "USB 人性化介面裝置"
HID_DEVICE = "HID 相容裝置" StdMfg="(標準人性化介面裝置)"
StdMfg = "(標準人性化介面裝置)" HID.DeviceDesc="USB 人性化介面裝置"
HID_DEVICE="HID 相容裝置"
[Strings.0405] [Strings.0405]
HID.ClassName = "Zařízení standardu HID" HID.ClassName="Zařízení standardu HID"
HID.DeviceDesc = "USB zařízení standardu HID"
HID_DEVICE = "Zařízení standardu HID" StdMfg="(Obecná zařízení standardu HID)"
StdMfg = "(Obecná zařízení standardu HID)" HID.DeviceDesc="USB zařízení standardu HID"
HID_DEVICE="Zařízení standardu HID"
[Strings.0a] [Strings.0a]
HID.ClassName = "Dispositivos de interfaz humana" HID.ClassName="Dispositivos de interfaz humana"
HID.DeviceDesc = "Dispositivos de interfaz humana USB"
HID_DEVICE = "Dispositivo compatible con otros dispositivos de interfaz humana" StdMfg="(Dispositivos de interfaz humana estándar)"
StdMfg = "(Dispositivos de interfaz humana estándar)" HID.DeviceDesc="Dispositivos de interfaz humana USB"
HID_DEVICE="Dispositivo compatible con otros dispositivos de interfaz humana"
[Strings.0415] [Strings.0415]
HID.ClassName = "Urządzenia interfejsu HID" HID.ClassName="Urządzenia interfejsu HID"
HID.DeviceDesc = "Urządzenie USB interfejsu HID"
HID_DEVICE = "Urządzenie zgodne z HID" StdMfg="(Standardowe urządzenia HID)"
StdMfg = "(Standardowe urządzenia HID)" HID.DeviceDesc="Urządzenie USB interfejsu HID"
MSMice = "Microsoft" HID_DEVICE="Urządzenie zgodne z HID"
[Strings.0418] [Strings.0418]
HID.ClassName = "Dispozitive de interfațare umană" HID.ClassName="Dispozitive de interfațare umană"
HID.DeviceDesc = "Dispozitiv USB de interfațare umană"
HID_DEVICE = "Dispozitiv compatibil de interfațare umană" StdMfg="(dispozitive generice de interfațare umană)"
StdMfg = "(dispozitive generice de interfațare umană)" HID.DeviceDesc="Dispozitiv USB de interfațare umană"
HID_DEVICE="Dispozitiv compatibil de interfațare umană"
[Strings.0419] [Strings.0419]
HID.ClassName = "Устройства HID (Human Interface Devices)" HID.ClassName="Устройства HID (Human Interface Devices)"
HID.DeviceDesc = "USB HID-совместимое устройство"
HID_DEVICE = "HID-совместимое устройство" StdMfg="(Стандартные HID-устройства)"
StdMfg = "(Стандартные HID-устройства)" HID.DeviceDesc="USB HID-совместимое устройство"
MSMice = "Microsoft" HID_DEVICE="HID-совместимое устройство"
[Strings.041f] [Strings.041f]
HID.ClassName = "İnsan Arabirimi Aygıtları" HID.ClassName="İnsan Arabirimi Aygıtları"
HID.DeviceDesc = "USB İnsan Arabirimi Aygıtı"
HID_DEVICE = "HID Uyumlu Aygıt" StdMfg="(Standart İnsan Arabirimi Aygıtları)"
StdMfg = "(Standart İnsan Arabirimi Aygıtları)" HID.DeviceDesc="USB İnsan Arabirimi Aygıtı"
HID_DEVICE="HID Uyumlu Aygıt"
[Strings.0422] [Strings.0422]
HID_DEVICE = "HID-сумісний пристрій" HID_DEVICE="HID-сумісний пристрій"
[Strings.0804] [Strings.0804]
HID.DeviceDesc = "USB 人机接口设备" StdMfg="(标准人机接口设备)"
HID_DEVICE = "HID 兼容设备" HID.DeviceDesc="USB 人机接口设备"
StdMfg = "(标准人机接口设备)" HID_DEVICE="HID 兼容设备"
[Strings.0816] [Strings.0816]
HID.ClassName = "Dispositivos de interface humana" HID.ClassName="Dispositivos de interface humana"
HID.DeviceDesc = "Dispositivos de interface humana USB"
HID_DEVICE = "Dispositivo compatível com outros dispositivos de interface humana" StdMfg="(Dispositivos de interface humana padrão)"
StdMfg = "(Dispositivos de interface humana padrão)" HID.DeviceDesc="Dispositivos de interface humana USB"
HID_DEVICE="Dispositivo compatível com outros dispositivos de interface humana"
[Strings.0c04] [Strings.0c04]
HID.ClassName = "人性化介面裝置" HID.ClassName="人性化介面裝置"
HID.DeviceDesc = "USB 人性化介面裝置"
HID_DEVICE = "HID 相容裝置" StdMfg="(標準人性化介面裝置)"
StdMfg = "(標準人性化介面裝置)" HID.DeviceDesc="USB 人性化介面裝置"
HID_DEVICE="HID 相容裝置"

View file

@ -181,7 +181,6 @@ DriverVer = 05/29/2008,0.1
00000434 = %Xhosa%, 850, 1, , 0434:00000409,0409:00000409 00000434 = %Xhosa%, 850, 1, , 0434:00000409,0409:00000409
00000435 = %Zulu%, 850, 1, , 0435:00000409,0409:00000409 00000435 = %Zulu%, 850, 1, , 0435:00000409,0409:00000409
[CodePages] [CodePages]
1250 = %CP1250% 1250 = %CP1250%
1251 = %CP1251% 1251 = %CP1251%
@ -327,7 +326,6 @@ DriverVer = 05/29/2008,0.1
52936 = %CP52936% 52936 = %CP52936%
54936 = %CP54936% 54936 = %CP54936%
[LanguageGroups] [LanguageGroups]
1 = %LG_WESTERN_EUROPE%, 1 = %LG_WESTERN_EUROPE%,
2 = %LG_CENTRAL_EUROPE%, 2 = %LG_CENTRAL_EUROPE%,
@ -551,7 +549,7 @@ Serbian_Latin = "Serbian (Latin)"
Serbian_Latin_Bosnia = "Serbian (Latin, Bosnia and Herzegovina)" Serbian_Latin_Bosnia = "Serbian (Latin, Bosnia and Herzegovina)"
Serbian_Cyrillic = "Serbian (Cyrillic)" Serbian_Cyrillic = "Serbian (Cyrillic)"
Serbian_Cyrillic_Bosnia = "Serbian (Cyrillic, Bosnia and Herzegovina)" Serbian_Cyrillic_Bosnia = "Serbian (Cyrillic, Bosnia and Herzegovina)"
Slovak = "Slovak" Slovak = "Slovak"
Slovenian = "Slovenian" Slovenian = "Slovenian"
Spanish_Traditional_Sort = "Spanish (Traditional Sort)" Spanish_Traditional_Sort = "Spanish (Traditional Sort)"
Spanish_Mexico = "Spanish (Mexico)" Spanish_Mexico = "Spanish (Mexico)"
@ -592,7 +590,6 @@ Welsh = "Welsh"
Xhosa = "Xhosa" Xhosa = "Xhosa"
Zulu = "Zulu" Zulu = "Zulu"
; Code pages ; Code pages
CP1250 = "1250 (ANSI - Central Europe)" CP1250 = "1250 (ANSI - Central Europe)"
CP1251 = "1251 (ANSI - Cyrillic)" CP1251 = "1251 (ANSI - Cyrillic)"
@ -750,7 +747,6 @@ CP51950 = "51950 (EUC-Traditional Chinese)"
CP52936 = "52936 (HZ-GB2312 Simplified Chinese)" CP52936 = "52936 (HZ-GB2312 Simplified Chinese)"
CP54936 = "54936 (GB18030 Simplified Chinese)" CP54936 = "54936 (GB18030 Simplified Chinese)"
; Language groups ; Language groups
LG_WESTERN_EUROPE = "Western Europe and United States" LG_WESTERN_EUROPE = "Western Europe and United States"
LG_CENTRAL_EUROPE = "Central Europe" LG_CENTRAL_EUROPE = "Central Europe"
@ -770,9 +766,6 @@ LG_INDIAN = "Indic"
LG_GEORGIAN = "Georgian" LG_GEORGIAN = "Georgian"
LG_ARMENIAN = "Armenian" LG_ARMENIAN = "Armenian"
; Traditional Chinese
[Strings.0404] [Strings.0404]
; Locales ; Locales
Afrikaans = "南非文" Afrikaans = "南非文"
@ -909,7 +902,7 @@ Serbian_Latin = "塞爾維亞文 (拉丁)"
Serbian_Latin_Bosnia = "塞爾維亞文 (拉丁, 波士尼亞和赫塞哥維納)" Serbian_Latin_Bosnia = "塞爾維亞文 (拉丁, 波士尼亞和赫塞哥維納)"
Serbian_Cyrillic = "塞爾維亞文 (西里爾)" Serbian_Cyrillic = "塞爾維亞文 (西里爾)"
Serbian_Cyrillic_Bosnia = "塞爾維亞文 (西里爾, 波士尼亞和赫塞哥維納)" Serbian_Cyrillic_Bosnia = "塞爾維亞文 (西里爾, 波士尼亞和赫塞哥維納)"
Slovak = "斯洛伐克文" Slovak = "斯洛伐克文"
Slovenian = "斯洛維尼亞文" Slovenian = "斯洛維尼亞文"
Spanish_Traditional_Sort = "西班牙文 (傳統分類)" Spanish_Traditional_Sort = "西班牙文 (傳統分類)"
Spanish_Mexico = "西班牙文 (墨西哥)" Spanish_Mexico = "西班牙文 (墨西哥)"
@ -950,7 +943,6 @@ Welsh = "威爾斯文"
Xhosa = "科薩文" Xhosa = "科薩文"
Zulu = "祖魯文" Zulu = "祖魯文"
; Code pages ; Code pages
CP1250 = "1250 (ANSI - 中歐)" CP1250 = "1250 (ANSI - 中歐)"
CP1251 = "1251 (ANSI - 西里爾文)" CP1251 = "1251 (ANSI - 西里爾文)"
@ -1108,7 +1100,6 @@ CP51950 = "51950 (EUC - 繁體中文)"
CP52936 = "52936 (HZ-GB2312 簡體中文)" CP52936 = "52936 (HZ-GB2312 簡體中文)"
CP54936 = "54936 (GB18030 簡體中文)" CP54936 = "54936 (GB18030 簡體中文)"
; Language groups ; Language groups
LG_WESTERN_EUROPE = "西歐語系" LG_WESTERN_EUROPE = "西歐語系"
LG_CENTRAL_EUROPE = "中歐語系" LG_CENTRAL_EUROPE = "中歐語系"
@ -1128,9 +1119,6 @@ LG_INDIAN = "印度語系"
LG_GEORGIAN = "喬治亞文" LG_GEORGIAN = "喬治亞文"
LG_ARMENIAN = "亞美尼亞文" LG_ARMENIAN = "亞美尼亞文"
; Polish
[Strings.0415] [Strings.0415]
; Locales ; Locales
Afrikaans = "Afrykanerski" Afrikaans = "Afrykanerski"
@ -1267,7 +1255,7 @@ Serbian_Latin = "Serbski (łaciński)"
Serbian_Latin_Bosnia = "Serbski (łaciński, Bośnia i Hercegowina)" Serbian_Latin_Bosnia = "Serbski (łaciński, Bośnia i Hercegowina)"
Serbian_Cyrillic = "Serbski (cyrylica)" Serbian_Cyrillic = "Serbski (cyrylica)"
Serbian_Cyrillic_Bosnia = "Serbski (cyrylica, Bośnia i Hercegowina)" Serbian_Cyrillic_Bosnia = "Serbski (cyrylica, Bośnia i Hercegowina)"
Slovak = "Słowacki" Slovak = "Słowacki"
Slovenian = "Słoweński" Slovenian = "Słoweński"
Spanish_Traditional_Sort = "Hiszpański (tradycyjny)" Spanish_Traditional_Sort = "Hiszpański (tradycyjny)"
Spanish_Mexico = "Hiszpański (Meksyk)" Spanish_Mexico = "Hiszpański (Meksyk)"
@ -1308,7 +1296,6 @@ Welsh = "Walijski"
Xhosa = "Khosa" Xhosa = "Khosa"
Zulu = "Zuluski" Zulu = "Zuluski"
; Code pages ; Code pages
CP1250 = "1250 (ANSI - Europa Środkowa)" CP1250 = "1250 (ANSI - Europa Środkowa)"
CP1251 = "1251 (ANSI - cyrylica)" CP1251 = "1251 (ANSI - cyrylica)"
@ -1466,7 +1453,6 @@ CP51950 = "51950 (EUC-chiński tradycyjny)"
CP52936 = "52936 (HZ-GB2312 chiński uproszczony)" CP52936 = "52936 (HZ-GB2312 chiński uproszczony)"
CP54936 = "54936 (GB18030 chiński uproszczony)" CP54936 = "54936 (GB18030 chiński uproszczony)"
; Language groups ; Language groups
LG_WESTERN_EUROPE = "Języki Europy Zachodniej i Stany Zjednoczone" LG_WESTERN_EUROPE = "Języki Europy Zachodniej i Stany Zjednoczone"
LG_CENTRAL_EUROPE = "Języki Europy Środkowej" LG_CENTRAL_EUROPE = "Języki Europy Środkowej"
@ -1486,9 +1472,6 @@ LG_INDIAN = "Indyjski"
LG_GEORGIAN = "Gruziński" LG_GEORGIAN = "Gruziński"
LG_ARMENIAN = "Armeński" LG_ARMENIAN = "Armeński"
; Romanian
[Strings.0418] [Strings.0418]
; Locales ; Locales
Afrikaans = "Afrikaans" Afrikaans = "Afrikaans"
@ -1625,7 +1608,7 @@ Serbian_Latin = "Sârbă (Latin)"
Serbian_Latin_Bosnia = "Sârbă (Latin, Bosnia și Herțegovina)" Serbian_Latin_Bosnia = "Sârbă (Latin, Bosnia și Herțegovina)"
Serbian_Cyrillic = "Sârbă (Chirilic)" Serbian_Cyrillic = "Sârbă (Chirilic)"
Serbian_Cyrillic_Bosnia = "Sârbă (Chirilic, Bosnia și Herțegovina)" Serbian_Cyrillic_Bosnia = "Sârbă (Chirilic, Bosnia și Herțegovina)"
Slovak = "Slovacă" Slovak = "Slovacă"
Slovenian = "Sloveană" Slovenian = "Sloveană"
Spanish_Traditional_Sort = "Spaniolă (forma tradițională)" Spanish_Traditional_Sort = "Spaniolă (forma tradițională)"
Spanish_Mexico = "Spaniolă (Mexic)" Spanish_Mexico = "Spaniolă (Mexic)"
@ -1842,7 +1825,6 @@ LG_INDIAN = "Indian"
LG_GEORGIAN = "Georgian" LG_GEORGIAN = "Georgian"
LG_ARMENIAN = "Armean" LG_ARMENIAN = "Armean"
;Chinese(PRC)
[Strings.0804] [Strings.0804]
; Locales ; Locales
Afrikaans = "南非文" Afrikaans = "南非文"
@ -1979,7 +1961,7 @@ Serbian_Latin = "塞尔维亚文 (拉丁)"
Serbian_Latin_Bosnia = "塞尔维亚文 (拉丁, 波斯尼亚和黑塞哥维那)" Serbian_Latin_Bosnia = "塞尔维亚文 (拉丁, 波斯尼亚和黑塞哥维那)"
Serbian_Cyrillic = "塞尔维亚文 (西里尔)" Serbian_Cyrillic = "塞尔维亚文 (西里尔)"
Serbian_Cyrillic_Bosnia = "塞尔维亚文 (西里尔, 波斯尼亚和黑塞哥维那)" Serbian_Cyrillic_Bosnia = "塞尔维亚文 (西里尔, 波斯尼亚和黑塞哥维那)"
Slovak = "斯洛伐克文" Slovak = "斯洛伐克文"
Slovenian = "斯洛文尼亚文" Slovenian = "斯洛文尼亚文"
Spanish_Traditional_Sort = "西班牙文 (传统分类)" Spanish_Traditional_Sort = "西班牙文 (传统分类)"
Spanish_Mexico = "西班牙文 (墨西哥)" Spanish_Mexico = "西班牙文 (墨西哥)"
@ -2020,7 +2002,6 @@ Welsh = "韦尔斯文"
Xhosa = "科萨文" Xhosa = "科萨文"
Zulu = "祖鲁文" Zulu = "祖鲁文"
; Code pages ; Code pages
CP1250 = "1250 (ANSI - 中欧)" CP1250 = "1250 (ANSI - 中欧)"
CP1251 = "1251 (ANSI - 西里尔文)" CP1251 = "1251 (ANSI - 西里尔文)"
@ -2178,7 +2159,6 @@ CP51950 = "51950 (EUC - 繁体中文)"
CP52936 = "52936 (HZ-GB2312 简体中文)" CP52936 = "52936 (HZ-GB2312 简体中文)"
CP54936 = "54936 (GB18030 简体中文)" CP54936 = "54936 (GB18030 简体中文)"
; Language groups ; Language groups
LG_WESTERN_EUROPE = "西欧语系" LG_WESTERN_EUROPE = "西欧语系"
LG_CENTRAL_EUROPE = "中欧语系" LG_CENTRAL_EUROPE = "中欧语系"
@ -2198,7 +2178,6 @@ LG_INDIAN = "印度语系"
LG_GEORGIAN = "乔治亚文" LG_GEORGIAN = "乔治亚文"
LG_ARMENIAN = "亚美尼亚文" LG_ARMENIAN = "亚美尼亚文"
; Chinese Hong Kong
[Strings.0c04] [Strings.0c04]
; Locales ; Locales
Afrikaans = "南非文" Afrikaans = "南非文"
@ -2335,7 +2314,7 @@ Serbian_Latin = "塞爾維亞文 (拉丁)"
Serbian_Latin_Bosnia = "塞爾維亞文 (拉丁, 波斯尼亞和黑塞哥維那)" Serbian_Latin_Bosnia = "塞爾維亞文 (拉丁, 波斯尼亞和黑塞哥維那)"
Serbian_Cyrillic = "塞爾維亞文 (西里爾)" Serbian_Cyrillic = "塞爾維亞文 (西里爾)"
Serbian_Cyrillic_Bosnia = "塞爾維亞文 (西里爾, 波斯尼亞和黑塞哥維那)" Serbian_Cyrillic_Bosnia = "塞爾維亞文 (西里爾, 波斯尼亞和黑塞哥維那)"
Slovak = "斯洛伐克文" Slovak = "斯洛伐克文"
Slovenian = "斯洛文尼亞文" Slovenian = "斯洛文尼亞文"
Spanish_Traditional_Sort = "西班牙文 (傳統分類)" Spanish_Traditional_Sort = "西班牙文 (傳統分類)"
Spanish_Mexico = "西班牙文 (墨西哥)" Spanish_Mexico = "西班牙文 (墨西哥)"
@ -2376,7 +2355,6 @@ Welsh = "威爾斯文"
Xhosa = "科薩文" Xhosa = "科薩文"
Zulu = "祖魯文" Zulu = "祖魯文"
; Code pages ; Code pages
CP1250 = "1250 (ANSI - 中歐)" CP1250 = "1250 (ANSI - 中歐)"
CP1251 = "1251 (ANSI - 西里爾文)" CP1251 = "1251 (ANSI - 西里爾文)"
@ -2534,7 +2512,6 @@ CP51950 = "51950 (EUC - 繁體中文)"
CP52936 = "52936 (HZ-GB2312 簡體中文)" CP52936 = "52936 (HZ-GB2312 簡體中文)"
CP54936 = "54936 (GB18030 簡體中文)" CP54936 = "54936 (GB18030 簡體中文)"
; Language groups ; Language groups
LG_WESTERN_EUROPE = "西歐語系" LG_WESTERN_EUROPE = "西歐語系"
LG_CENTRAL_EUROPE = "中歐語系" LG_CENTRAL_EUROPE = "中歐語系"

View file

@ -31,7 +31,7 @@ HKR, , UpperFilters, 0x00010000, "kbdclass"
%*PNP0303.DeviceDesc% = PS2_Inst.NT,*PNP0303 %*PNP0303.DeviceDesc% = PS2_Inst.NT,*PNP0303
%HID.KeyboardDevice% = HID_Keyboard_Inst,,HID_DEVICE_SYSTEM_KEYBOARD %HID.KeyboardDevice% = HID_Keyboard_Inst,,HID_DEVICE_SYSTEM_KEYBOARD
;------------------------------ HID DRIVER ----------------------------- ;------------------------------ HID DRIVER ------------------------------
[HID_Keyboard_Inst.NT] [HID_Keyboard_Inst.NT]
Copyfiles = HID_Keyboard_Inst.CopyFiles.NT Copyfiles = HID_Keyboard_Inst.CopyFiles.NT
@ -50,7 +50,6 @@ kbdclass.sys
AddService = kbdhid, 0x00000002,KbdHid_Service_Inst AddService = kbdhid, 0x00000002,KbdHid_Service_Inst
AddService = kbdclass,, kbdclass_Service_Inst AddService = kbdclass,, kbdclass_Service_Inst
[KbdHid_Service_Inst] [KbdHid_Service_Inst]
ServiceType = 1 ServiceType = 1
StartType = 3 StartType = 3
@ -104,115 +103,134 @@ ReactOS = "ReactOS Project"
; Localizable ; Localizable
KeyboardClassName = "Keyboards" KeyboardClassName = "Keyboards"
HID.KeyboardDevice = "HID-Keyboard"
StdMfg = "(Standard keyboards)" StdMfg = "(Standard keyboards)"
LocationOverride = "plugged in to keyboard port"
*PNP0303.DeviceDesc = "IBM PC/AT keyboard" *PNP0303.DeviceDesc = "IBM PC/AT keyboard"
LocationOverride = "plugged in to keyboard port"
HID.KeyboardDevice = "HID-Keyboard"
[Strings.0404] [Strings.0404]
KeyboardClassName = "鍵盤" KeyboardClassName = "鍵盤"
HID.KeyboardDevice = "HID 鍵盤"
StdMfg = "(標準鍵盤)" StdMfg = "(標準鍵盤)"
*PNP0303.DeviceDesc = "IBM PC/AT 鍵盤" *PNP0303.DeviceDesc = "IBM PC/AT 鍵盤"
HID.KeyboardDevice = "HID 鍵盤"
[Strings.0405] [Strings.0405]
KeyboardClassName = "Klávesnice" KeyboardClassName = "Klávesnice"
HID.KeyboardDevice = "Klávesnice standardu HID"
StdMfg = "(Standardní klávesnice)" StdMfg = "(Standardní klávesnice)"
LocationOverride = "připojeno ke klávesnicovému portu"
*PNP0303.DeviceDesc = "Klávesnice IBM PC/AT" *PNP0303.DeviceDesc = "Klávesnice IBM PC/AT"
LocationOverride = "připojeno ke klávesnicovému portu"
HID.KeyboardDevice = "Klávesnice standardu HID"
[Strings.0407] [Strings.0407]
KeyboardClassName = "Tastaturen" KeyboardClassName = "Tastaturen"
HID.KeyboardDevice = "HID-Tastatur"
StdMfg = "(Standard-Tastaturen)" StdMfg = "(Standard-Tastaturen)"
LocationOverride = "eingesteckt in Tastaturanschluss"
*PNP0303.DeviceDesc = "IBM PC/AT Tastatur" *PNP0303.DeviceDesc = "IBM PC/AT Tastatur"
LocationOverride = "eingesteckt in Tastaturanschluss"
HID.KeyboardDevice = "HID-Tastatur"
[Strings.0408] [Strings.0408]
KeyboardClassName = "Πληκτρολόγια" KeyboardClassName = "Πληκτρολόγια"
StdMfg = "(Πρότυπα πληκτρολόγια)" StdMfg = "(Πρότυπα πληκτρολόγια)"
*PNP0303.DeviceDesc = "IBM PC/AT πληκτρολόγιο" *PNP0303.DeviceDesc = "IBM PC/AT πληκτρολόγιο"
[Strings.0a] [Strings.0a]
KeyboardClassName = "Teclados" KeyboardClassName = "Teclados"
StdMfg = "(Teclado estándar)" StdMfg = "(Teclado estándar)"
LocationOverride = "se conecta al puerto de teclado"
*PNP0303.DeviceDesc = "Teclado IBM PC/AT" *PNP0303.DeviceDesc = "Teclado IBM PC/AT"
LocationOverride = "se conecta al puerto de teclado"
[Strings.040C] [Strings.040C]
KeyboardClassName = "Claviers" KeyboardClassName = "Claviers"
StdMfg = "(Claviers standards)" StdMfg = "(Claviers standards)"
LocationOverride = "Branché sur le port clavier"
*PNP0303.DeviceDesc = "Clavier IBM PC/AT" *PNP0303.DeviceDesc = "Clavier IBM PC/AT"
LocationOverride = "Branché sur le port clavier"
[Strings.0411] [Strings.0411]
KeyboardClassName = "キーボード" KeyboardClassName = "キーボード"
StdMfg = "(スタンダード キーボード)" StdMfg = "(スタンダード キーボード)"
*PNP0303.DeviceDesc = "IBM PC/AT キーボード" *PNP0303.DeviceDesc = "IBM PC/AT キーボード"
[Strings.0415] [Strings.0415]
KeyboardClassName = "Klawiatury" KeyboardClassName = "Klawiatury"
HID.KeyboardDevice = "Klawiatura HID"
StdMfg = "(Klawiatury standardowe)" StdMfg = "(Klawiatury standardowe)"
LocationOverride = "podłaczone do portu klawiatury"
*PNP0303.DeviceDesc = "Klawiatura IBM PC/AT" *PNP0303.DeviceDesc = "Klawiatura IBM PC/AT"
LocationOverride = "podłaczone do portu klawiatury"
HID.KeyboardDevice = "Klawiatura HID"
[Strings.0416] [Strings.0416]
KeyboardClassName = "Teclados" KeyboardClassName = "Teclados"
StdMfg = "(Teclado padrão)" StdMfg = "(Teclado padrão)"
*PNP0303.DeviceDesc = "Teclado IBM PC/AT" *PNP0303.DeviceDesc = "Teclado IBM PC/AT"
[Strings.0418] [Strings.0418]
KeyboardClassName = "Tastaturi" KeyboardClassName = "Tastaturi"
HID.KeyboardDevice = "Tastatură-dispozitiv de interfațare umană"
StdMfg = "(tastatură standard)" StdMfg = "(tastatură standard)"
LocationOverride = "conectat la portul de tastatură"
*PNP0303.DeviceDesc = "Tastatură IBM PC/AT" *PNP0303.DeviceDesc = "Tastatură IBM PC/AT"
LocationOverride = "conectat la portul de tastatură"
HID.KeyboardDevice = "Tastatură-dispozitiv de interfațare umană"
[Strings.0419] [Strings.0419]
KeyboardClassName = "Клавиатуры" KeyboardClassName = "Клавиатуры"
HID.KeyboardDevice = "Клавиатура HID"
StdMfg = "(Стандартные клавиатуры)" StdMfg = "(Стандартные клавиатуры)"
LocationOverride = "подключено к порту клавиатуры"
*PNP0303.DeviceDesc = "Клавиатура IBM PC/AT" *PNP0303.DeviceDesc = "Клавиатура IBM PC/AT"
LocationOverride = "подключено к порту клавиатуры"
HID.KeyboardDevice = "Клавиатура HID"
[Strings.041B] [Strings.041B]
KeyboardClassName = "Klávesnice" KeyboardClassName = "Klávesnice"
StdMfg = "(Štandardné klávesnice)" StdMfg = "(Štandardné klávesnice)"
*PNP0303.DeviceDesc = "Klávesnica IBM PC/AT" *PNP0303.DeviceDesc = "Klávesnica IBM PC/AT"
[Strings.041f] [Strings.041f]
KeyboardClassName = "Klavyeler" KeyboardClassName = "Klavyeler"
HID.KeyboardDevice = "HID Klavyeler"
StdMfg = "(Standart Klavyeler)" StdMfg = "(Standart Klavyeler)"
LocationOverride = "klavye girişine takılı"
*PNP0303.DeviceDesc = "IBM PC/AT Klavye" *PNP0303.DeviceDesc = "IBM PC/AT Klavye"
LocationOverride = "klavye girişine takılı"
HID.KeyboardDevice = "HID Klavyeler"
[Strings.0422] [Strings.0422]
KeyboardClassName = "Клавіатури" KeyboardClassName = "Клавіатури"
HID.KeyboardDevice = "HID-Клавіатура"
StdMfg = "(Стандартні клавіатури)" StdMfg = "(Стандартні клавіатури)"
LocationOverride = "приєднано до порту клавітури"
*PNP0303.DeviceDesc = "Клавіатура IBM PC/AT" *PNP0303.DeviceDesc = "Клавіатура IBM PC/AT"
LocationOverride = "приєднано до порту клавітури"
HID.KeyboardDevice = "HID-Клавіатура"
[Strings.0427] [Strings.0427]
KeyboardClassName = "Klaviatūros" KeyboardClassName = "Klaviatūros"
StdMfg = "(Standartinė klaviatūra)" StdMfg = "(Standartinė klaviatūra)"
*PNP0303.DeviceDesc = "IBM PC/AT klaviatūra" *PNP0303.DeviceDesc = "IBM PC/AT klaviatūra"
[Strings.0804] [Strings.0804]
HID.KeyboardDevice = "HID 键盘" HID.KeyboardDevice = "HID 键盘"
StdMfg = "(标准键盘)" StdMfg = "(标准键盘)"
*PNP0303.DeviceDesc = "IBM PC/AT 键盘" *PNP0303.DeviceDesc = "IBM PC/AT 键盘"
[Strings.0816] [Strings.0816]
KeyboardClassName = "Teclados" KeyboardClassName = "Teclados"
StdMfg = "(Teclado padrão)" StdMfg = "(Teclado padrão)"
*PNP0303.DeviceDesc = "Teclado IBM PC/AT" *PNP0303.DeviceDesc = "Teclado IBM PC/AT"
[Strings.0C04] [Strings.0C04]
KeyboardClassName = "鍵盤" KeyboardClassName = "鍵盤"
HID.KeyboardDevice = "HID 鍵盤"
StdMfg = "(標準鍵盤)" StdMfg = "(標準鍵盤)"
*PNP0303.DeviceDesc = "IBM PC/AT 鍵盤" *PNP0303.DeviceDesc = "IBM PC/AT 鍵盤"
HID.KeyboardDevice = "HID 鍵盤"

View file

@ -30,7 +30,6 @@ HKCR,%Proxy.FilterId%,,,%Proxy.FilterDesc%
HKCR,%Proxy.FilterId%\InprocServer32,,,ksproxy.ax HKCR,%Proxy.FilterId%\InprocServer32,,,ksproxy.ax
HKCR,%Proxy.FilterId%\InprocServer32,ThreadingModel,,Both HKCR,%Proxy.FilterId%\InprocServer32,ThreadingModel,,Both
[KSDriver.Files] [KSDriver.Files]
ks.sys ks.sys
@ -210,7 +209,6 @@ HKLM,%MediaCategories%\%GUID.SWMidi%,Name,,%Pin.SWMidi%
HKLM,%MediaCategories%\%GUID.SWMidi%,Display,1,00,00,00,00 HKLM,%MediaCategories%\%GUID.SWMidi%,Display,1,00,00,00,00
[AudRegistration] [AudRegistration]
HKLM,%MediaCategories%\%GUID_AFN.Bass%,Name,,%AudFName.Bass% HKLM,%MediaCategories%\%GUID_AFN.Bass%,Name,,%AudFName.Bass%
HKLM,%MediaCategories%\%GUID_AFN.Bass%,Display,1,00,00,00,00 HKLM,%MediaCategories%\%GUID_AFN.Bass%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID_AFN.Treble%,Name,,%AudFName.Treble% HKLM,%MediaCategories%\%GUID_AFN.Treble%,Name,,%AudFName.Treble%
@ -312,7 +310,6 @@ HKLM,%MediaCategories%\%GUID_AFN.Video%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID_AFN.Peakmeter%,Name,,%AudFName.Peakmeter% HKLM,%MediaCategories%\%GUID_AFN.Peakmeter%,Name,,%AudFName.Peakmeter%
HKLM,%MediaCategories%\%GUID_AFN.Peakmeter%,Display,1,00,00,00,00 HKLM,%MediaCategories%\%GUID_AFN.Peakmeter%,Display,1,00,00,00,00
[PlugRegistration] [PlugRegistration]
HKCR,CLSID\{1A8766A0-62CE-11CF-A5D6-28DB04C10000},,,%PlugIn_InterfaceHandler% HKCR,CLSID\{1A8766A0-62CE-11CF-A5D6-28DB04C10000},,,%PlugIn_InterfaceHandler%
HKCR,CLSID\{1A8766A0-62CE-11CF-A5D6-28DB04C10000}\InprocServer32,,,ksproxy.ax HKCR,CLSID\{1A8766A0-62CE-11CF-A5D6-28DB04C10000}\InprocServer32,,,ksproxy.ax
@ -342,7 +339,6 @@ HKCR,CLSID\{EC529B00-1A1F-11D1-BAD9-00609744111A}\InprocServer32,ThreadingModel,
HKLM,System\CurrentControlSet\Control\MediaInterfaces\{EC529B00-1A1F-11D1-BAD9-00609744111A},,,%PlugIn_VPEVBI% HKLM,System\CurrentControlSet\Control\MediaInterfaces\{EC529B00-1A1F-11D1-BAD9-00609744111A},,,%PlugIn_VPEVBI%
HKLM,System\CurrentControlSet\Control\MediaInterfaces\{EC529B00-1A1F-11D1-BAD9-00609744111A},IID,1,00,9B,52,EC,1F,1A,D1,11,BA,D9,00,60,97,44,11,1A HKLM,System\CurrentControlSet\Control\MediaInterfaces\{EC529B00-1A1F-11D1-BAD9-00609744111A},IID,1,00,9B,52,EC,1F,1A,D1,11,BA,D9,00,60,97,44,11,1A
[Strings] [Strings]
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS = "ReactOS Project"
@ -391,7 +387,6 @@ GUID.Chorus="{20173F20-C559-11D0-8A2B-00A0C9255AC1}"
GUID.3DEffects="{55515860-C559-11D0-8A2B-00A0C9255AC1}" GUID.3DEffects="{55515860-C559-11D0-8A2B-00A0C9255AC1}"
GUID.AEC="{BF963D80-C559-11D0-8A2B-00A0C9255AC1}" GUID.AEC="{BF963D80-C559-11D0-8A2B-00A0C9255AC1}"
GUID.DevSpecific="{941C7AC0-C559-11D0-8A2B-00A0C9255AC1}" GUID.DevSpecific="{941C7AC0-C559-11D0-8A2B-00A0C9255AC1}"
GUID.Microphone="{DFF21BE1-F70F-11D0-B917-00A0C9223196}" GUID.Microphone="{DFF21BE1-F70F-11D0-B917-00A0C9223196}"
GUID.DesktopMicrophone="{DFF21BE2-F70F-11D0-B917-00A0C9223196}" GUID.DesktopMicrophone="{DFF21BE2-F70F-11D0-B917-00A0C9223196}"
GUID.PersonalMicrophone="{DFF21BE3-F70F-11D0-B917-00A0C9223196}" GUID.PersonalMicrophone="{DFF21BE3-F70F-11D0-B917-00A0C9223196}"
@ -441,7 +436,6 @@ GUID.MultitrackRecorder="{DFF220F2-F70F-11D0-B917-00A0C9223196}"
GUID.Synthesizer="{DFF220F3-F70F-11D0-B917-00A0C9223196}" GUID.Synthesizer="{DFF220F3-F70F-11D0-B917-00A0C9223196}"
GUID.SWSynth="{423274A0-8B81-11D1-A050-0000F8004788}" GUID.SWSynth="{423274A0-8B81-11D1-A050-0000F8004788}"
GUID.SWMidi="{CB9BEFA0-A251-11D1-A050-0000F8004788}" GUID.SWMidi="{CB9BEFA0-A251-11D1-A050-0000F8004788}"
GUID_AFN.Bass="{185FEDE0-9905-11D1-95A9-00C04FB925D3}" GUID_AFN.Bass="{185FEDE0-9905-11D1-95A9-00C04FB925D3}"
GUID_AFN.Treble="{185FEDE1-9905-11D1-95A9-00C04FB925D3}" GUID_AFN.Treble="{185FEDE1-9905-11D1-95A9-00C04FB925D3}"
GUID_AFN.3DStereo="{185FEDE2-9905-11D1-95A9-00C04FB925D3}" GUID_AFN.3DStereo="{185FEDE2-9905-11D1-95A9-00C04FB925D3}"
@ -493,11 +487,9 @@ GUID_AFN.VideoMute="{9B46E709-992A-11d2-AC4D-00C04F8EFB68}"
GUID_AFN.Video="{915DAEC4-A434-11d2-AC52-00C04F8EFB68}" GUID_AFN.Video="{915DAEC4-A434-11d2-AC52-00C04F8EFB68}"
GUID_AFN.Peakmeter="{57E24340-FC5B-4612-A562-72B11A29DFAE}" GUID_AFN.Peakmeter="{57E24340-FC5B-4612-A562-72B11A29DFAE}"
; Localizable
;
; english localized strings
;
StreamingClass="Streaming devices/filters" StreamingClass="Streaming devices/filters"
Proxy.FilterDesc="Generic WDM Filter Proxy" Proxy.FilterDesc="Generic WDM Filter Proxy"
Category_CaptureDevices="WDM Streaming Capture Devices" Category_CaptureDevices="WDM Streaming Capture Devices"
Category_CommunicationTransforms="WDM Streaming Communication Transforms" Category_CommunicationTransforms="WDM Streaming Communication Transforms"
@ -508,12 +500,14 @@ Category_DecompressorDevices="WDM Stream Decompression Devices"
Category_AudioDevices="WDM Streaming System Audio Devices" Category_AudioDevices="WDM Streaming System Audio Devices"
Category_MixerDevices="WDM Streaming Mixer Devices" Category_MixerDevices="WDM Streaming Mixer Devices"
Category_SplitterDevices="WDM Streaming Tee/Splitter Devices" Category_SplitterDevices="WDM Streaming Tee/Splitter Devices"
PlugIn_InterfaceHandler="WDM Streaming Standard Interface Handler" PlugIn_InterfaceHandler="WDM Streaming Standard Interface Handler"
PlugIn_DataHandler="WDM Streaming Standard Data Type Handler" PlugIn_DataHandler="WDM Streaming Standard Data Type Handler"
PlugIn_IKsClock="Plug In Distributor: IKsClock" PlugIn_IKsClock="Plug In Distributor: IKsClock"
PlugIn_IKsQualityForwarder="Plug In Distributor: IKsQualityForwarder" PlugIn_IKsQualityForwarder="Plug In Distributor: IKsQualityForwarder"
PlugIn_VPE="WDM Streaming VPE Property Set Interface Handler" PlugIn_VPE="WDM Streaming VPE Property Set Interface Handler"
PlugIn_VPEVBI="WDM Streaming VPE VBI Property Set Interface Handler" PlugIn_VPEVBI="WDM Streaming VPE VBI Property Set Interface Handler"
Node.Bridge="Bridge" Node.Bridge="Bridge"
Node.Capture="Capture" Node.Capture="Capture"
Node.Render="Render" Node.Render="Render"
@ -650,6 +644,7 @@ AudFName.Peakmeter="Peakmeter"
[Strings.0407] [Strings.0407]
StreamingClass="Streaming devices/filters" StreamingClass="Streaming devices/filters"
Proxy.FilterDesc="Standard-WDM-Filterproxy" Proxy.FilterDesc="Standard-WDM-Filterproxy"
Category_CaptureDevices="WDM Streaming-Capturegeräte" Category_CaptureDevices="WDM Streaming-Capturegeräte"
Category_CommunicationTransforms="WDM Streaming-Kommunikations-Transforms" Category_CommunicationTransforms="WDM Streaming-Kommunikations-Transforms"
@ -660,12 +655,14 @@ Category_DecompressorDevices="WDM Stream-Dekomprimierungsgeräte"
Category_AudioDevices="WDM Streaming-Systemgeräte" Category_AudioDevices="WDM Streaming-Systemgeräte"
Category_MixerDevices="WDM Streaming-Mixer" Category_MixerDevices="WDM Streaming-Mixer"
Category_SplitterDevices="WDM Streaming-Tee/Splitter-Geräte" Category_SplitterDevices="WDM Streaming-Tee/Splitter-Geräte"
PlugIn_InterfaceHandler="WDM Streaming-Standard-Schnittstellenhandler" PlugIn_InterfaceHandler="WDM Streaming-Standard-Schnittstellenhandler"
PlugIn_DataHandler="WDM Streaming-Standard-Datentyphandler" PlugIn_DataHandler="WDM Streaming-Standard-Datentyphandler"
PlugIn_IKsClock="Plug In Distributor: IKsClock" PlugIn_IKsClock="Plug In Distributor: IKsClock"
PlugIn_IKsQualityForwarder="Plug In Distributor: IKsQualityForwarder" PlugIn_IKsQualityForwarder="Plug In Distributor: IKsQualityForwarder"
PlugIn_VPE="WDM Streaming-VPE-Eigenschaftssatz-Schnittstellenhandler" PlugIn_VPE="WDM Streaming-VPE-Eigenschaftssatz-Schnittstellenhandler"
PlugIn_VPEVBI="WDM Streaming-VPE-VBI-Eigenschaftssatz-Schnittstellenhandler" PlugIn_VPEVBI="WDM Streaming-VPE-VBI-Eigenschaftssatz-Schnittstellenhandler"
Node.Bridge="Brücke" Node.Bridge="Brücke"
Node.Capture="Aufnahme" Node.Capture="Aufnahme"
Node.Render="Wiedergabe" Node.Render="Wiedergabe"
@ -802,6 +799,7 @@ AudFName.Peakmeter="Pegelanzeige"
[Strings.0410] [Strings.0410]
StreamingClass="Filtri/Periferiche di flusso" StreamingClass="Filtri/Periferiche di flusso"
Proxy.FilterDesc="Proxy filtro WDM generico" Proxy.FilterDesc="Proxy filtro WDM generico"
Category_CaptureDevices="Periferiche acquisizione flusso WDM" Category_CaptureDevices="Periferiche acquisizione flusso WDM"
Category_CommunicationTransforms="Trasformatori di flusso di comunicazioni WDM" Category_CommunicationTransforms="Trasformatori di flusso di comunicazioni WDM"
@ -812,12 +810,14 @@ Category_DecompressorDevices="Periferiche di decompressione flusso WDM"
Category_AudioDevices="Periferiche di sistema flusso WDM" Category_AudioDevices="Periferiche di sistema flusso WDM"
Category_MixerDevices="Periferiche di flusso mixer WDM" Category_MixerDevices="Periferiche di flusso mixer WDM"
Category_SplitterDevices="Periferiche di flusso a frazionatore WDM" Category_SplitterDevices="Periferiche di flusso a frazionatore WDM"
PlugIn_InterfaceHandler="Gestore di flusso WDM per interfaccia standard" PlugIn_InterfaceHandler="Gestore di flusso WDM per interfaccia standard"
PlugIn_DataHandler="Gestore di flusso WDM per tipi di dati standard" PlugIn_DataHandler="Gestore di flusso WDM per tipi di dati standard"
PlugIn_IKsClock="Distributore plug in: IKsClock" PlugIn_IKsClock="Distributore plug in: IKsClock"
PlugIn_IKsQualityForwarder="Distributore plug in: IKsQualityForwarder" PlugIn_IKsQualityForwarder="Distributore plug in: IKsQualityForwarder"
PlugIn_VPE="Gestore di flusso WDM per interfaccia di regolazione di proprietà VPE" PlugIn_VPE="Gestore di flusso WDM per interfaccia di regolazione di proprietà VPE"
PlugIn_VPEVBI="Gestore di flusso WDM per interfaccia di regolazione di proprietà VPE VBI" PlugIn_VPEVBI="Gestore di flusso WDM per interfaccia di regolazione di proprietà VPE VBI"
Node.Bridge="Ponte" Node.Bridge="Ponte"
Node.Capture="Acquisizione" Node.Capture="Acquisizione"
Node.Render="Render" Node.Render="Render"
@ -954,6 +954,7 @@ AudFName.Peakmeter="Peakmeter"
[Strings.0a] [Strings.0a]
StreamingClass="Dispositivos y filtros de streaming" StreamingClass="Dispositivos y filtros de streaming"
Proxy.FilterDesc="Proxy de filtrado WDM genérico" Proxy.FilterDesc="Proxy de filtrado WDM genérico"
Category_CaptureDevices="Dispositivos de captura de streaming WDM" Category_CaptureDevices="Dispositivos de captura de streaming WDM"
Category_CommunicationTransforms="Transformadores de comunicación por streaming WDM" Category_CommunicationTransforms="Transformadores de comunicación por streaming WDM"
@ -964,12 +965,14 @@ Category_DecompressorDevices="Dispositivos de descompresión por streaming WDM"
Category_AudioDevices="Dispositivos de mezclado de audio por streaming WDM" Category_AudioDevices="Dispositivos de mezclado de audio por streaming WDM"
Category_MixerDevices="Dispositivos de mezcla por streaming WDM" Category_MixerDevices="Dispositivos de mezcla por streaming WDM"
Category_SplitterDevices="Dispositivos de división por streaming WDM" Category_SplitterDevices="Dispositivos de división por streaming WDM"
PlugIn_InterfaceHandler="Extremo estándar de interfaz por streaming WDM" PlugIn_InterfaceHandler="Extremo estándar de interfaz por streaming WDM"
PlugIn_DataHandler="Extremo de tipos de datos estándar por streaming WDM" PlugIn_DataHandler="Extremo de tipos de datos estándar por streaming WDM"
PlugIn_IKsClock="Distribuidor Plug In: IKsClock" PlugIn_IKsClock="Distribuidor Plug In: IKsClock"
PlugIn_IKsQualityForwarder="Distribuidor Plug In: IKsQualityForwarder" PlugIn_IKsQualityForwarder="Distribuidor Plug In: IKsQualityForwarder"
PlugIn_VPE="WDM Streaming VPE Property Set Interface Handler" PlugIn_VPE="WDM Streaming VPE Property Set Interface Handler"
PlugIn_VPEVBI="WDM Streaming VPE VBI Property Set Interface Handler" PlugIn_VPEVBI="WDM Streaming VPE VBI Property Set Interface Handler"
Node.Bridge="Puente" Node.Bridge="Puente"
Node.Capture="Captura" Node.Capture="Captura"
Node.Render="Procesado (Render)" Node.Render="Procesado (Render)"
@ -1105,6 +1108,7 @@ AudFName.Video="Vídeo"
[Strings.0415] [Strings.0415]
StreamingClass="Urządzenia/filtry strumieniowe" StreamingClass="Urządzenia/filtry strumieniowe"
Proxy.FilterDesc="Standardowy filtr WDM" Proxy.FilterDesc="Standardowy filtr WDM"
Category_CaptureDevices="Urządzenia nagrywania strumieniowego WDM" Category_CaptureDevices="Urządzenia nagrywania strumieniowego WDM"
Category_CommunicationTransforms="Transformaty komunikacji strumieniowej WDM" Category_CommunicationTransforms="Transformaty komunikacji strumieniowej WDM"
@ -1115,12 +1119,14 @@ Category_DecompressorDevices="Urządzenia dekompresji strumienia WDM"
Category_AudioDevices="Urządzenia Audio systemu strumieniowania WDM" Category_AudioDevices="Urządzenia Audio systemu strumieniowania WDM"
Category_MixerDevices="Urządzenia miksujące strumienia WDM" Category_MixerDevices="Urządzenia miksujące strumienia WDM"
Category_SplitterDevices="Urządzenia Splitera strumienia WDM" Category_SplitterDevices="Urządzenia Splitera strumienia WDM"
PlugIn_InterfaceHandler="Obsługa standardowego interfejsu strumienia WDM" PlugIn_InterfaceHandler="Obsługa standardowego interfejsu strumienia WDM"
PlugIn_DataHandler="Obsługa standardowego interfejsu strumienia WDM" PlugIn_DataHandler="Obsługa standardowego interfejsu strumienia WDM"
PlugIn_IKsClock="Wtyczka: IKsClock" PlugIn_IKsClock="Wtyczka: IKsClock"
PlugIn_IKsQualityForwarder="Wtyczka: IKsQualityForwarder" PlugIn_IKsQualityForwarder="Wtyczka: IKsQualityForwarder"
PlugIn_VPE="Obsługa VPE w interfejsie strumienia WDM" PlugIn_VPE="Obsługa VPE w interfejsie strumienia WDM"
PlugIn_VPEVBI="Obsługa VPE VBI w interfejsie strumienia WDM" PlugIn_VPEVBI="Obsługa VPE VBI w interfejsie strumienia WDM"
Node.Bridge="Mostek" Node.Bridge="Mostek"
Node.Capture="Przechwytywanie" Node.Capture="Przechwytywanie"
Node.Render="Renderowanie" Node.Render="Renderowanie"
@ -1257,6 +1263,7 @@ AudFName.Peakmeter="Analizator"
[Strings.0418] [Strings.0418]
StreamingClass="Filtre/dispozitive de redare în flux" StreamingClass="Filtre/dispozitive de redare în flux"
Proxy.FilterDesc="Proxy filtru WDM generic" Proxy.FilterDesc="Proxy filtru WDM generic"
Category_CaptureDevices="Dispozitive de captură flux WDM" Category_CaptureDevices="Dispozitive de captură flux WDM"
Category_CommunicationTransforms="Transformări de comunicație flux WDM" Category_CommunicationTransforms="Transformări de comunicație flux WDM"
@ -1267,12 +1274,14 @@ Category_DecompressorDevices="Dispozitive de decompresie flux WDM"
Category_AudioDevices="Dispozitive audio de sistem pentru flux WDM" Category_AudioDevices="Dispozitive audio de sistem pentru flux WDM"
Category_MixerDevices="Dispozitive de mixaj flux WDM" Category_MixerDevices="Dispozitive de mixaj flux WDM"
Category_SplitterDevices="Dispozitive de reperare/împărțire flux WDM" Category_SplitterDevices="Dispozitive de reperare/împărțire flux WDM"
PlugIn_InterfaceHandler="Operator standard de interfață flux WDM" PlugIn_InterfaceHandler="Operator standard de interfață flux WDM"
PlugIn_DataHandler="Rutină standard pentru tip de date flux WDM" PlugIn_DataHandler="Rutină standard pentru tip de date flux WDM"
PlugIn_IKsClock="Distribuție extensie: IKsClock" PlugIn_IKsClock="Distribuție extensie: IKsClock"
PlugIn_IKsQualityForwarder="Distribuție extensie: IKsQualityForwarder" PlugIn_IKsQualityForwarder="Distribuție extensie: IKsQualityForwarder"
PlugIn_VPE="Rutină interfață de stabilire proprietăți VPE pentru flux WDM" PlugIn_VPE="Rutină interfață de stabilire proprietăți VPE pentru flux WDM"
PlugIn_VPEVBI="Rutină interfață de stabilire proprietăți VPE VBI pentru flux WDM" PlugIn_VPEVBI="Rutină interfață de stabilire proprietăți VPE VBI pentru flux WDM"
Node.Bridge="Punte" Node.Bridge="Punte"
Node.Capture="Captură" Node.Capture="Captură"
Node.Render="Dispozitiv de randare" Node.Render="Dispozitiv de randare"
@ -1306,6 +1315,7 @@ Node.Chorus="Cor"
Node.3DEffects="Efecte 3D" Node.3DEffects="Efecte 3D"
Node.AEC="Anulare acustică în ecou" Node.AEC="Anulare acustică în ecou"
Node.DevSpecific="Specifică dispozitivului" Node.DevSpecific="Specifică dispozitivului"
Pin.Microphone="Microfon" Pin.Microphone="Microfon"
Pin.DesktopMicrophone="Microfon de birou" Pin.DesktopMicrophone="Microfon de birou"
Pin.PersonalMicrophone="Microfon personal" Pin.PersonalMicrophone="Microfon personal"
@ -1354,6 +1364,7 @@ Pin.MultitrackRecorder="Înregistrator multipistă"
Pin.Synthesizer="Sintetizator" Pin.Synthesizer="Sintetizator"
Pin.SWSynth="Sintetizator SW" Pin.SWSynth="Sintetizator SW"
Pin.SWMidi="Sintetizator SW cu tabelă de sunete GS" Pin.SWMidi="Sintetizator SW cu tabelă de sunete GS"
AudFName.Bass="Bas" AudFName.Bass="Bas"
AudFName.Treble="Sopran" AudFName.Treble="Sopran"
AudFName.3DStereo="Stereo 3D" AudFName.3DStereo="Stereo 3D"
@ -1405,9 +1416,9 @@ AudFName.VideoMute="Amuțește video"
AudFName.Video="Video" AudFName.Video="Video"
AudFName.Peakmeter="Vârf-metru" AudFName.Peakmeter="Vârf-metru"
; Turkish
[Strings.041f] [Strings.041f]
StreamingClass="Akış Aygıtları/Süzgeçleri" StreamingClass="Akış Aygıtları/Süzgeçleri"
Proxy.FilterDesc="Genel WDM Süzgeç Vekil Sunucusu" Proxy.FilterDesc="Genel WDM Süzgeç Vekil Sunucusu"
Category_CaptureDevices="WDM Akış Yakalama Aygıtları" Category_CaptureDevices="WDM Akış Yakalama Aygıtları"
Category_CommunicationTransforms="WDM Akış İletişim Dönüşümleri" Category_CommunicationTransforms="WDM Akış İletişim Dönüşümleri"
@ -1418,12 +1429,14 @@ Category_DecompressorDevices="WDM Akış Açma Aygıtları"
Category_AudioDevices="WDM Akış Sistem Ses Aygıtları" Category_AudioDevices="WDM Akış Sistem Ses Aygıtları"
Category_MixerDevices="WDM Akış Karıştırıcı Aygıtlar" Category_MixerDevices="WDM Akış Karıştırıcı Aygıtlar"
Category_SplitterDevices="WDM Akış T Bölücü Aygıtları" Category_SplitterDevices="WDM Akış T Bölücü Aygıtları"
PlugIn_InterfaceHandler="WDM Akış Standart Arayüz İşleyicisi" PlugIn_InterfaceHandler="WDM Akış Standart Arayüz İşleyicisi"
PlugIn_DataHandler="WDM Akış Standart Veri Türü İşleyicisi" PlugIn_DataHandler="WDM Akış Standart Veri Türü İşleyicisi"
PlugIn_IKsClock="Takılabilir Dağıtıcı: IKsClock" PlugIn_IKsClock="Takılabilir Dağıtıcı: IKsClock"
PlugIn_IKsQualityForwarder="Takılabilir Dağıtıcı: IKsQualityForwarder" PlugIn_IKsQualityForwarder="Takılabilir Dağıtıcı: IKsQualityForwarder"
PlugIn_VPE="WDM Akış VPE Özellik Kümesi Arayüz İşleyicisi" PlugIn_VPE="WDM Akış VPE Özellik Kümesi Arayüz İşleyicisi"
PlugIn_VPEVBI="WDM Akış VPE VBI Özellik Kümesi Arayüz İşleyicisi" PlugIn_VPEVBI="WDM Akış VPE VBI Özellik Kümesi Arayüz İşleyicisi"
Node.Bridge="Köprü" Node.Bridge="Köprü"
Node.Capture="Yakalama" Node.Capture="Yakalama"
Node.Render="İşleme" Node.Render="İşleme"
@ -1560,6 +1573,7 @@ AudFName.Peakmeter="Tepe Noktası Ölçücüsü"
[Strings.0422] [Strings.0422]
StreamingClass="Потокові пристрої/фільтри" StreamingClass="Потокові пристрої/фільтри"
Proxy.FilterDesc="Стандартний проксі фільтру WDM" Proxy.FilterDesc="Стандартний проксі фільтру WDM"
Category_CaptureDevices="Пристрої захоплення потоку WDM" Category_CaptureDevices="Пристрої захоплення потоку WDM"
Category_CommunicationTransforms="Перетворення потокових зв'язків WDM" Category_CommunicationTransforms="Перетворення потокових зв'язків WDM"
@ -1570,12 +1584,14 @@ Category_DecompressorDevices="Пристрої декомпресії поток
Category_AudioDevices="Системні потокові аудіопристрої WDM" Category_AudioDevices="Системні потокові аудіопристрої WDM"
Category_MixerDevices="Пристрої мікшування потоків WDM" Category_MixerDevices="Пристрої мікшування потоків WDM"
Category_SplitterDevices="Пристрої трійників/роздільників потоків WDM" Category_SplitterDevices="Пристрої трійників/роздільників потоків WDM"
PlugIn_InterfaceHandler="Обробник стандартного інтерфесу потоків WDM" PlugIn_InterfaceHandler="Обробник стандартного інтерфесу потоків WDM"
PlugIn_DataHandler="Обробник стандартного типу даних потоків WDM" PlugIn_DataHandler="Обробник стандартного типу даних потоків WDM"
PlugIn_IKsClock="Дистриб'ютор плагіну: IKsClock" PlugIn_IKsClock="Дистриб'ютор плагіну: IKsClock"
PlugIn_IKsQualityForwarder="Дистриб'ютор плагіну: IKsQualityForwarder" PlugIn_IKsQualityForwarder="Дистриб'ютор плагіну: IKsQualityForwarder"
PlugIn_VPE="Обробник потоковго інтерфейсу набору властивостей VPE WDM" PlugIn_VPE="Обробник потоковго інтерфейсу набору властивостей VPE WDM"
PlugIn_VPEVBI="Обробник потоковго інтерфейсу набору властивостей VPE VBI WDM" PlugIn_VPEVBI="Обробник потоковго інтерфейсу набору властивостей VPE VBI WDM"
Node.Bridge="Міст" Node.Bridge="Міст"
Node.Capture="Захоплення" Node.Capture="Захоплення"
Node.Render="Відтворення" Node.Render="Відтворення"
@ -1702,6 +1718,7 @@ AudFName.Peakmeter="Замір рівнів"
[Strings.0816] [Strings.0816]
StreamingClass="Dispositivos e filtros de streaming" StreamingClass="Dispositivos e filtros de streaming"
Proxy.FilterDesc="Proxy de filtro WDM genérico" Proxy.FilterDesc="Proxy de filtro WDM genérico"
Category_CaptureDevices="Dispositivos de captura de WDM Streaming" Category_CaptureDevices="Dispositivos de captura de WDM Streaming"
Category_CommunicationTransforms="Transformadores de comunicação de WDM Streaming" Category_CommunicationTransforms="Transformadores de comunicação de WDM Streaming"
@ -1712,12 +1729,14 @@ Category_DecompressorDevices="Dispositivos de descompressão WDM Streaming"
Category_AudioDevices="Dispositivos de audio por WDM Streaming" Category_AudioDevices="Dispositivos de audio por WDM Streaming"
Category_MixerDevices="Dispositivos de mistura de WDM Streaming" Category_MixerDevices="Dispositivos de mistura de WDM Streaming"
Category_SplitterDevices="Dispositivos de ??? de WDM Streaming" Category_SplitterDevices="Dispositivos de ??? de WDM Streaming"
PlugIn_InterfaceHandler="Manipulador de interface padrão de WDM Streaming" PlugIn_InterfaceHandler="Manipulador de interface padrão de WDM Streaming"
PlugIn_DataHandler="Manipulador de tipo de datos padrão de WDM Streaming" PlugIn_DataHandler="Manipulador de tipo de datos padrão de WDM Streaming"
PlugIn_IKsClock="Distribuidor Plug-in: IKsClock" PlugIn_IKsClock="Distribuidor Plug-in: IKsClock"
PlugIn_IKsQualityForwarder="Distribuidor Plug-in: IKsQualityForwarder" PlugIn_IKsQualityForwarder="Distribuidor Plug-in: IKsQualityForwarder"
PlugIn_VPE="Manipulador de interface do conjunto de propriedades VPE de WDM Streaming" PlugIn_VPE="Manipulador de interface do conjunto de propriedades VPE de WDM Streaming"
PlugIn_VPEVBI="Manipulador de interface de conjunto de propriedades VPE VBI WDM Streaming" PlugIn_VPEVBI="Manipulador de interface de conjunto de propriedades VPE VBI WDM Streaming"
Node.Bridge="Ponte" Node.Bridge="Ponte"
Node.Capture="Captura" Node.Capture="Captura"
Node.Render="Processado (Render)" Node.Render="Processado (Render)"

View file

@ -63,7 +63,6 @@ vfwwdm.drv
[VfWWDM32.Files] [VfWWDM32.Files]
vfwwdm32.dll vfwwdm32.dll
[Filters] [Filters]
HKCR,CLSID\{266EEE40-6C63-11cf-8A03-00AA006ECB65},,,%Filter_TVTuner% HKCR,CLSID\{266EEE40-6C63-11cf-8A03-00AA006ECB65},,,%Filter_TVTuner%
HKCR,CLSID\{266EEE40-6C63-11cf-8A03-00AA006ECB65}\InprocServer32,,,kstvtune.ax HKCR,CLSID\{266EEE40-6C63-11cf-8A03-00AA006ECB65}\InprocServer32,,,kstvtune.ax
@ -92,7 +91,6 @@ ksxbar.ax
kswdmcap.ax kswdmcap.ax
vidcap.ax vidcap.ax
[Categories] [Categories]
HKCR,%ActiveMovieCategories%\%GUID.TvTuner%,CLSID,,%GUID.TvTuner% HKCR,%ActiveMovieCategories%\%GUID.TvTuner%,CLSID,,%GUID.TvTuner%
HKCR,%ActiveMovieCategories%\%GUID.TvTuner%,FriendlyName,,%Category_TvTunerDevices% HKCR,%ActiveMovieCategories%\%GUID.TvTuner%,FriendlyName,,%Category_TvTunerDevices%
@ -105,7 +103,6 @@ HKCR,%ActiveMovieCategories%\%GUID.Encoder%,FriendlyName,,%Category_Encoder%
HKCR,%ActiveMovieCategories%\%GUID.Multiplexer%,CLSID,,%GUID.Multiplexer% HKCR,%ActiveMovieCategories%\%GUID.Multiplexer%,CLSID,,%GUID.Multiplexer%
HKCR,%ActiveMovieCategories%\%GUID.Multiplexer%,FriendlyName,,%Category_Multiplexer% HKCR,%ActiveMovieCategories%\%GUID.Multiplexer%,FriendlyName,,%Category_Multiplexer%
[TopologyNodes] [TopologyNodes]
HKLM,%MediaCategories%\%GUID.CapturePin%,Name,,%Node.CapturePin% HKLM,%MediaCategories%\%GUID.CapturePin%,Name,,%Node.CapturePin%
HKLM,%MediaCategories%\%GUID.CapturePin%,Display,1,00,00,00,00 HKLM,%MediaCategories%\%GUID.CapturePin%,Display,1,00,00,00,00
@ -270,7 +267,6 @@ MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
MediaResourcesMSVideo="SYSTEM\CurrentControlSet\Control\MediaResources\msvideo" MediaResourcesMSVideo="SYSTEM\CurrentControlSet\Control\MediaResources\msvideo"
MMDriverDesc="Software\Microsoft\Windows NT\CurrentVersion\drivers.desc" MMDriverDesc="Software\Microsoft\Windows NT\CurrentVersion\drivers.desc"
MMDrivers="Software\Microsoft\Windows NT\CurrentVersion\Drivers32" MMDrivers="Software\Microsoft\Windows NT\CurrentVersion\Drivers32"
VfWWDMDriverDesc="Capture Device for WDM-Video For Windows (Win32)"
RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
CC.DeviceId="{562370a8-f8dd-11d2-bc64-00a0c95ec22e}" CC.DeviceId="{562370a8-f8dd-11d2-bc64-00a0c95ec22e}"
CC.VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}" CC.VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
@ -285,18 +281,19 @@ GUID.BdaRenderer="{71985F4A-1CA1-11d3-9CC8-00C04F7971E0}"
NdisIP.DeviceID="{48926476-2cae-4ded-a86e-73ddebed6779}" NdisIP.DeviceID="{48926476-2cae-4ded-a86e-73ddebed6779}"
NdisIP.GUID.BDANetInterface="{9aa4a2cc-81e0-4cfd-802f-0f74526d2bd3}" NdisIP.GUID.BDANetInterface="{9aa4a2cc-81e0-4cfd-802f-0f74526d2bd3}"
; ; Localizable
; english localized strings VfWWDMDriverDesc="Capture Device for WDM-Video For Windows (Win32)"
;
Category_CrossbarDevices="WDM Streaming-Crossbar-Device" Category_CrossbarDevices="WDM Streaming-Crossbar-Device"
Category_TvTunerDevices="WDM Streaming-TV-Receiver Devices" Category_TvTunerDevices="WDM Streaming-TV-Receiver Devices"
Category_TvAudioDevices="WDM Streaming-TV-Audio Devices" Category_TvAudioDevices="WDM Streaming-TV-Audio Devices"
Category_Encoder="WDM Streaming-Encoder Devices" Category_Encoder="WDM Streaming-Encoder Devices"
Category_Multiplexer="WDM Streaming-Multiplexing Devices" Category_Multiplexer="WDM Streaming-Multiplexing Devices"
Filter_Crossbar="WDM Analog-Crossbar" Filter_Crossbar="WDM Analog-Crossbar"
Filter_TVAudio="WDM TV-Audio" Filter_TVAudio="WDM TV-Audio"
Filter_TVTuner="WDM TV-Receiver" Filter_TVTuner="WDM TV-Receiver"
Node.Crossbar="Crossbar" Node.Crossbar="Crossbar"
Node.Preview="Preview" Node.Preview="Preview"
Node.CapturePin="Capture" Node.CapturePin="Capture"
@ -312,6 +309,7 @@ Node.Timecode="Timecode"
Node.VPVBI="VPVBI" Node.VPVBI="VPVBI"
Node.Encoder="Encoder" Node.Encoder="Encoder"
Node.Multiplexer="Multiplexer" Node.Multiplexer="Multiplexer"
PropPage_XBar="Propertypage for analog Cross Bar" PropPage_XBar="Propertypage for analog Cross Bar"
PropPage_TVAudio="TV-Audio property page" PropPage_TVAudio="TV-Audio property page"
PropPage_TVTuner="TV-Receiver property page" PropPage_TVTuner="TV-Receiver property page"
@ -319,6 +317,7 @@ PropPage_VideoProcAmp="VideoProcAmp property page"
PropPage_CameraControl="CameraControl-property page" PropPage_CameraControl="CameraControl-property page"
PropPage_VideoDecoder="VideoDecoder property page" PropPage_VideoDecoder="VideoDecoder property page"
PropPage_VideoStreamConfig="VideoStreamConfig-property page" PropPage_VideoStreamConfig="VideoStreamConfig-property page"
PlugIn_VideoInfoHeaderHandler="WDM Streaming-Capture-VideoInfoHeader-Datatype handler" PlugIn_VideoInfoHeaderHandler="WDM Streaming-Capture-VideoInfoHeader-Datatype handler"
PlugIn_VideoInfoHeader2Handler="WDM Streaming-Capture-VideoInfoHeader2-Datatype handler" PlugIn_VideoInfoHeader2Handler="WDM Streaming-Capture-VideoInfoHeader2-Datatype handler"
PlugIn_AnalogVideoHandler="WDM Streaming-Capture-AnalogVideo-Datatype handler" PlugIn_AnalogVideoHandler="WDM Streaming-Capture-AnalogVideo-Datatype handler"
@ -336,16 +335,17 @@ Plugin_IVideoProcAmp="WDM Streaming-IVideoProcAmp-Interface handler"
Plugin_ISelector="WDM Streaming-ISelector-Interface handler" Plugin_ISelector="WDM Streaming-ISelector-Interface handler"
Plugin_PropertyObject="Node Interfaces-Aggregate handler" Plugin_PropertyObject="Node Interfaces-Aggregate handler"
[Strings.0407] [Strings.0407]
Category_CrossbarDevices="WDM Streaming-Crossbar-Geräte" Category_CrossbarDevices="WDM Streaming-Crossbar-Geräte"
Category_TvTunerDevices="WDM Streaming-TV-Empfangsgeräte" Category_TvTunerDevices="WDM Streaming-TV-Empfangsgeräte"
Category_TvAudioDevices="WDM Streaming-TV-Audiogeräte" Category_TvAudioDevices="WDM Streaming-TV-Audiogeräte"
Category_Encoder="WDM Streaming-Encodergeräte" Category_Encoder="WDM Streaming-Encodergeräte"
Category_Multiplexer="WDM Streaming-Multiplexergeräte" Category_Multiplexer="WDM Streaming-Multiplexergeräte"
Filter_Crossbar="WDM Analog-Crossbar" Filter_Crossbar="WDM Analog-Crossbar"
Filter_TVAudio="WDM TV-Audio" Filter_TVAudio="WDM TV-Audio"
Filter_TVTuner="WDM TV-Empfänger" Filter_TVTuner="WDM TV-Empfänger"
Node.Crossbar="Crossbar" Node.Crossbar="Crossbar"
Node.Preview="Vorschau" Node.Preview="Vorschau"
Node.CapturePin="Capture" Node.CapturePin="Capture"
@ -361,6 +361,7 @@ Node.Timecode="Zeitcode"
Node.VPVBI="VPVBI" Node.VPVBI="VPVBI"
Node.Encoder="Encoder" Node.Encoder="Encoder"
Node.Multiplexer="Multiplexer" Node.Multiplexer="Multiplexer"
PropPage_XBar="Eigenschaftenseite für analoge Crossbar" PropPage_XBar="Eigenschaftenseite für analoge Crossbar"
PropPage_TVAudio="TV-Audioeigenschaftenseite" PropPage_TVAudio="TV-Audioeigenschaftenseite"
PropPage_TVTuner="TV-Empfängereigenschaftenseite" PropPage_TVTuner="TV-Empfängereigenschaftenseite"
@ -368,6 +369,7 @@ PropPage_VideoProcAmp="VideoProcAmp-Eigenschaftenseite"
PropPage_CameraControl="CameraControl-Eigenschaftenseite" PropPage_CameraControl="CameraControl-Eigenschaftenseite"
PropPage_VideoDecoder="VideoDecoder-Eigenschaftenseite" PropPage_VideoDecoder="VideoDecoder-Eigenschaftenseite"
PropPage_VideoStreamConfig="VideoStreamConfig-Eigenschaftenseite" PropPage_VideoStreamConfig="VideoStreamConfig-Eigenschaftenseite"
PlugIn_VideoInfoHeaderHandler="WDM Streaming-Aufnahme-VideoInfoHeader-Datentyphandler" PlugIn_VideoInfoHeaderHandler="WDM Streaming-Aufnahme-VideoInfoHeader-Datentyphandler"
PlugIn_VideoInfoHeader2Handler="WDM Streaming-Aufnahme-VideoInfoHeader2-Datentyphandler" PlugIn_VideoInfoHeader2Handler="WDM Streaming-Aufnahme-VideoInfoHeader2-Datentyphandler"
PlugIn_AnalogVideoHandler="WDM Streaming-Aufnahme-AnalogVideo-Datentyphandler" PlugIn_AnalogVideoHandler="WDM Streaming-Aufnahme-AnalogVideo-Datentyphandler"
@ -391,7 +393,6 @@ VfWWDMDriverDesc="Dispositivo de captura de vídeo por WDM"
Filter_TVAudio="Audio de TV por WDM" Filter_TVAudio="Audio de TV por WDM"
Filter_TVTuner="Receptor de TV por WDM" Filter_TVTuner="Receptor de TV por WDM"
;Node.Crossbar="Crossbar"
Node.Preview="Vista previa" Node.Preview="Vista previa"
Node.CapturePin="Captura" Node.CapturePin="Captura"
Node.AnalogVideoIn="Entrada de vídeo analógico" Node.AnalogVideoIn="Entrada de vídeo analógico"
@ -413,9 +414,11 @@ Category_TvTunerDevices="Urządzenia strumieniowe odbiornika TV WDM"
Category_TvAudioDevices="Urządzenia strumieniowe TV Audio WDM" Category_TvAudioDevices="Urządzenia strumieniowe TV Audio WDM"
Category_Encoder="Urządzenia strumieniowe kodera WDM" Category_Encoder="Urządzenia strumieniowe kodera WDM"
Category_Multiplexer="Urządzenia strumieniowe do Multiplexingu WDM" Category_Multiplexer="Urządzenia strumieniowe do Multiplexingu WDM"
Filter_Crossbar="Urządzenie analogowe Crossbar WDM" Filter_Crossbar="Urządzenie analogowe Crossbar WDM"
Filter_TVAudio="TV-Audio WDM" Filter_TVAudio="TV-Audio WDM"
Filter_TVTuner="Odbiornik TV WDM" Filter_TVTuner="Odbiornik TV WDM"
Node.Crossbar="Crossbar" Node.Crossbar="Crossbar"
Node.Preview="Podgląd" Node.Preview="Podgląd"
Node.CapturePin="Nagrywanie" Node.CapturePin="Nagrywanie"
@ -431,6 +434,7 @@ Node.Timecode="Czas"
Node.VPVBI="VPVBI" Node.VPVBI="VPVBI"
Node.Encoder="Koder" Node.Encoder="Koder"
Node.Multiplexer="Multiplekser" Node.Multiplexer="Multiplekser"
PropPage_XBar="Właściwości analogowego Crossbar" PropPage_XBar="Właściwości analogowego Crossbar"
PropPage_TVAudio="Właściwości TV Audio" PropPage_TVAudio="Właściwości TV Audio"
PropPage_TVTuner="Właściwości odbiornika TV" PropPage_TVTuner="Właściwości odbiornika TV"
@ -438,6 +442,7 @@ PropPage_VideoProcAmp="Właściwości VideoProcAmp"
PropPage_CameraControl="Właściwości Kamery" PropPage_CameraControl="Właściwości Kamery"
PropPage_VideoDecoder="Właściwości dekodera Video" PropPage_VideoDecoder="Właściwości dekodera Video"
PropPage_VideoStreamConfig="Właściwości strumienia Video" PropPage_VideoStreamConfig="Właściwości strumienia Video"
PlugIn_VideoInfoHeaderHandler="Wtyczka do nagłówka strumienia Video WDM" PlugIn_VideoInfoHeaderHandler="Wtyczka do nagłówka strumienia Video WDM"
PlugIn_VideoInfoHeader2Handler="Wtyczka nr.2 do nagłówka strumienia Video WDM" PlugIn_VideoInfoHeader2Handler="Wtyczka nr.2 do nagłówka strumienia Video WDM"
PlugIn_AnalogVideoHandler="Wtyczka do strumienia analogowego Video WDM" PlugIn_AnalogVideoHandler="Wtyczka do strumienia analogowego Video WDM"
@ -461,9 +466,11 @@ Category_TvTunerDevices="Dispozitive receptoare TV de flux WDM"
Category_TvAudioDevices="Dispozitive audio TV de flux WDM" Category_TvAudioDevices="Dispozitive audio TV de flux WDM"
Category_Encoder="Dispozitive codoare de flux WDM" Category_Encoder="Dispozitive codoare de flux WDM"
Category_Multiplexer="Dispozitive multiplexoare de flux WDM" Category_Multiplexer="Dispozitive multiplexoare de flux WDM"
Filter_Crossbar="WDM „crossbar” analog" Filter_Crossbar="WDM „crossbar” analog"
Filter_TVAudio="WDM audio-TV" Filter_TVAudio="WDM audio-TV"
Filter_TVTuner="WDM receptor-TV" Filter_TVTuner="WDM receptor-TV"
Node.Crossbar="„Crossbar”" Node.Crossbar="„Crossbar”"
Node.Preview="Preafișare" Node.Preview="Preafișare"
Node.CapturePin="Captură" Node.CapturePin="Captură"
@ -479,6 +486,7 @@ Node.Timecode="Cod temporal"
Node.VPVBI="VPVBI" Node.VPVBI="VPVBI"
Node.Encoder="Codor" Node.Encoder="Codor"
Node.Multiplexer="Multiplexor" Node.Multiplexer="Multiplexor"
PropPage_XBar="Configurație „crossbar” analog" PropPage_XBar="Configurație „crossbar” analog"
PropPage_TVAudio="Configurație audio-TV" PropPage_TVAudio="Configurație audio-TV"
PropPage_TVTuner="TV-Configurație receptor TV" PropPage_TVTuner="TV-Configurație receptor TV"
@ -486,6 +494,7 @@ PropPage_VideoProcAmp="Configurație VideoProcAmp"
PropPage_CameraControl="Configurație control-cameră" PropPage_CameraControl="Configurație control-cameră"
PropPage_VideoDecoder="Configurație decodor video" PropPage_VideoDecoder="Configurație decodor video"
PropPage_VideoStreamConfig="Configurație flux video" PropPage_VideoStreamConfig="Configurație flux video"
PlugIn_VideoInfoHeaderHandler="Rutină de captură flux WDM de date-AntetInfoVideo" PlugIn_VideoInfoHeaderHandler="Rutină de captură flux WDM de date-AntetInfoVideo"
PlugIn_VideoInfoHeader2Handler="Rutină de captură flux WDM de date-AntetInfoVideo2" PlugIn_VideoInfoHeader2Handler="Rutină de captură flux WDM de date-AntetInfoVideo2"
PlugIn_AnalogVideoHandler="Rutină de captură flux WDM de date video analog" PlugIn_AnalogVideoHandler="Rutină de captură flux WDM de date video analog"
@ -509,9 +518,11 @@ Category_TvTunerDevices="WDM Akış-TV-Alıcı Aygıtlar"
Category_TvAudioDevices="WDM Akış-TV-Ses Aygıtları" Category_TvAudioDevices="WDM Akış-TV-Ses Aygıtları"
Category_Encoder="WDM Akış-Şifreleyici Aygıtlar" Category_Encoder="WDM Akış-Şifreleyici Aygıtlar"
Category_Multiplexer="WDM Akış-Çoklama Aygıtları" Category_Multiplexer="WDM Akış-Çoklama Aygıtları"
Filter_Crossbar="WDM Örneklik-Çubuk" Filter_Crossbar="WDM Örneklik-Çubuk"
Filter_TVAudio="WDM TV-Ses" Filter_TVAudio="WDM TV-Ses"
Filter_TVTuner="WDM TV-Alıcı" Filter_TVTuner="WDM TV-Alıcı"
Node.Crossbar="Çubuk" Node.Crossbar="Çubuk"
Node.Preview="Önizleme" Node.Preview="Önizleme"
Node.CapturePin="Yakalama" Node.CapturePin="Yakalama"
@ -527,6 +538,7 @@ Node.Timecode="Zaman Kodu"
Node.VPVBI="VPVBI" Node.VPVBI="VPVBI"
Node.Encoder="Şifreleyici" Node.Encoder="Şifreleyici"
Node.Multiplexer="Çoklayıcı" Node.Multiplexer="Çoklayıcı"
PropPage_XBar="Analog Çubuk İçin Özellik Sayfası" PropPage_XBar="Analog Çubuk İçin Özellik Sayfası"
PropPage_TVAudio="TV-Ses Özellik Sayfası" PropPage_TVAudio="TV-Ses Özellik Sayfası"
PropPage_TVTuner="TV-Alıcı Özellik Sayfası" PropPage_TVTuner="TV-Alıcı Özellik Sayfası"
@ -534,6 +546,7 @@ PropPage_VideoProcAmp="VideoProcAmp Özellik Sayfası"
PropPage_CameraControl="CameraControl Özellik Sayfası" PropPage_CameraControl="CameraControl Özellik Sayfası"
PropPage_VideoDecoder="VideoDecoder Özellik Sayfası" PropPage_VideoDecoder="VideoDecoder Özellik Sayfası"
PropPage_VideoStreamConfig="VideoStreamConfig Özellik Sayfası" PropPage_VideoStreamConfig="VideoStreamConfig Özellik Sayfası"
PlugIn_VideoInfoHeaderHandler="WDM Akış-Yakalama-VideoInfoHeader-Veri Türü İşleyicisi" PlugIn_VideoInfoHeaderHandler="WDM Akış-Yakalama-VideoInfoHeader-Veri Türü İşleyicisi"
PlugIn_VideoInfoHeader2Handler="WDM Akış-Yakalama-VideoInfoHeader2-Veri Türü İşleyicisi" PlugIn_VideoInfoHeader2Handler="WDM Akış-Yakalama-VideoInfoHeader2-Veri Türü İşleyicisi"
PlugIn_AnalogVideoHandler="WDM Akış-Yakalama-AnalogVideo-Veri Türü İşleyicisi" PlugIn_AnalogVideoHandler="WDM Akış-Yakalama-AnalogVideo-Veri Türü İşleyicisi"
@ -557,9 +570,11 @@ Category_TvTunerDevices="Потокові TV-Приймальні Пристро
Category_TvAudioDevices="Потокові TV-Аудіо Пристрої WDM" Category_TvAudioDevices="Потокові TV-Аудіо Пристрої WDM"
Category_Encoder="Потоково-Кодувальні Пристрої WDM" Category_Encoder="Потоково-Кодувальні Пристрої WDM"
Category_Multiplexer="Потоково-Мультиплексні Пристрої WDM" Category_Multiplexer="Потоково-Мультиплексні Пристрої WDM"
Filter_Crossbar="Аналоговий комутатор WDM" Filter_Crossbar="Аналоговий комутатор WDM"
Filter_TVAudio="WDM TV-Аудіо" Filter_TVAudio="WDM TV-Аудіо"
Filter_TVTuner="WDM TV-Приймач" Filter_TVTuner="WDM TV-Приймач"
Node.Crossbar="Комутатор" Node.Crossbar="Комутатор"
Node.Preview="Перегляд" Node.Preview="Перегляд"
Node.CapturePin="Захоплення" Node.CapturePin="Захоплення"
@ -569,6 +584,7 @@ Node.Still="Кадр"
Node.Timecode="Часовий код" Node.Timecode="Часовий код"
Node.Encoder="Кодувальник" Node.Encoder="Кодувальник"
Node.Multiplexer="Мультиплексер" Node.Multiplexer="Мультиплексер"
PropPage_XBar="Сторінка властивостей для аналогового комутатора" PropPage_XBar="Сторінка властивостей для аналогового комутатора"
PropPage_TVAudio="Сторінка властивостей TV-Аудіо" PropPage_TVAudio="Сторінка властивостей TV-Аудіо"
PropPage_TVTuner="Сторінка властивостей TV-Приймача" PropPage_TVTuner="Сторінка властивостей TV-Приймача"
@ -576,6 +592,7 @@ PropPage_VideoProcAmp="Сторінка властивостей VideoProcAmp"
PropPage_CameraControl="Сторінка властивостей CameraControl" PropPage_CameraControl="Сторінка властивостей CameraControl"
PropPage_VideoDecoder="Сторінка властивостей VideoDecoder" PropPage_VideoDecoder="Сторінка властивостей VideoDecoder"
PropPage_VideoStreamConfig="Сторінка властивостей VideoStreamConfig" PropPage_VideoStreamConfig="Сторінка властивостей VideoStreamConfig"
PlugIn_VideoInfoHeaderHandler="Обробник WDM Streaming-Capture-VideoInfoHeader-Datatype" PlugIn_VideoInfoHeaderHandler="Обробник WDM Streaming-Capture-VideoInfoHeader-Datatype"
PlugIn_VideoInfoHeader2Handler="Обробник WDM Streaming-Capture-VideoInfoHeader2-Datatype" PlugIn_VideoInfoHeader2Handler="Обробник WDM Streaming-Capture-VideoInfoHeader2-Datatype"
PlugIn_AnalogVideoHandler="Обробник WDM Streaming-Capture-AnalogVideo-Datatype" PlugIn_AnalogVideoHandler="Обробник WDM Streaming-Capture-AnalogVideo-Datatype"

View file

@ -49,8 +49,8 @@ HKR, , Icon, 0, "-27"
%*PNP0C0E.DeviceDesc% = NO_DRV,*PNP0C0E %*PNP0C0E.DeviceDesc% = NO_DRV,*PNP0C0E
%*PNP0C0F.DeviceDesc% = NO_DRV,*PNP0C0F %*PNP0C0F.DeviceDesc% = NO_DRV,*PNP0C0F
%*PNP0C15.DeviceDesc% = NO_DRV,*PNP0C15 %*PNP0C15.DeviceDesc% = NO_DRV,*PNP0C15
%SWENUM.DeviceDesc% = SWENUM_Inst, ROOT\SWENUM
%SWENUM.DeviceDesc% = SWENUM_Inst, ROOT\SWENUM
%ACPI\FixedButton.DeviceDesc% = NO_DRV,ACPI\FixedButton %ACPI\FixedButton.DeviceDesc% = NO_DRV,ACPI\FixedButton
%ISAPNP\ReadDataPort.DeviceDesc% = NO_DRV,ISAPNP\ReadDataPort %ISAPNP\ReadDataPort.DeviceDesc% = NO_DRV,ISAPNP\ReadDataPort
%PCI\CC_0500.DeviceDesc% = NO_DRV,PCI\CC_0500 %PCI\CC_0500.DeviceDesc% = NO_DRV,PCI\CC_0500
@ -95,8 +95,7 @@ AddService = , 0x00000002
[NO_DRV.HW] [NO_DRV.HW]
;-------------------------- SWENUM BUS DRIVER ---------------------------
;-------------------------- SWENUM BUS DRIVER --------------------------
[SWENUM_Inst.NT] [SWENUM_Inst.NT]
CopyFiles = SWENUM_CopyFiles.NT CopyFiles = SWENUM_CopyFiles.NT
@ -166,6 +165,10 @@ LoadOrderGroup = Boot Bus Extender
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS = "ReactOS Project"
IntelMfg = "Intel"
NecMfg = "NEC"
nVidiaMfg = "nVidia"
; Localizable ; Localizable
SystemClassName = "System devices" SystemClassName = "System devices"
@ -191,6 +194,8 @@ GenericMfg = "(Generic system devices)"
*PNP0C0E.DeviceDesc = "ACPI sleep button device" *PNP0C0E.DeviceDesc = "ACPI sleep button device"
*PNP0C0F.DeviceDesc = "PCI interrupt link device" *PNP0C0F.DeviceDesc = "PCI interrupt link device"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
SWENUM.DeviceDesc = "Plug & Play Software Bus Enumerator"
ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button"
ISAPNP\ReadDataPort.DeviceDesc = "ISAPNP read data port" ISAPNP\ReadDataPort.DeviceDesc = "ISAPNP read data port"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller"
@ -199,9 +204,7 @@ PCI\CC_0601.DeviceDesc = "Standard PCI to ISA bridge"
PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge" PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge"
*ThermalZone.DeviceDesc = "ACPI thermal zone" *ThermalZone.DeviceDesc = "ACPI thermal zone"
PCI\CC_0C05.DeviceDesc = "SMBus Controller" PCI\CC_0C05.DeviceDesc = "SMBus Controller"
SWENUM.DeviceDesc = "Plug & Play Software Bus Enumerator"
IntelMfg = "Intel"
*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device"
PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
@ -212,11 +215,9 @@ PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI Br
PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI Bridge" PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI Bridge"
PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI Bridge" PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI Bridge"
NecMfg = "NEC"
NecCb.DeviceDesc = "NEC PCI to C-bus Bridge" NecCb.DeviceDesc = "NEC PCI to C-bus Bridge"
NecVl.DeviceDesc = "NEC PCI to VL bus Bridge" NecVl.DeviceDesc = "NEC PCI to VL bus Bridge"
nVidiaMfg = "nVidia"
PCI\VEN_10DE&DEV_01B2.DeviceDesc = "nVidia nForce PCI to ISA Bridge" PCI\VEN_10DE&DEV_01B2.DeviceDesc = "nVidia nForce PCI to ISA Bridge"
PCI\VEN_10DE&DEV_01B4.DeviceDesc = "nVidia nForce SMBus Controller" PCI\VEN_10DE&DEV_01B4.DeviceDesc = "nVidia nForce SMBus Controller"
PCI\VEN_10DE&DEV_01B7.DeviceDesc = "nVidia nForce AGP to PCI Bridge" PCI\VEN_10DE&DEV_01B7.DeviceDesc = "nVidia nForce AGP to PCI Bridge"
@ -247,6 +248,8 @@ GenericMfg = "(標準系統裝置)"
*PNP0C0E.DeviceDesc = "ACPI 休眠按鈕裝置" *PNP0C0E.DeviceDesc = "ACPI 休眠按鈕裝置"
*PNP0C0F.DeviceDesc = "PCI 中斷連接裝置" *PNP0C0F.DeviceDesc = "PCI 中斷連接裝置"
*PNP0C15.DeviceDesc = "擴充埠" *PNP0C15.DeviceDesc = "擴充埠"
SWENUM.DeviceDesc = "隨插即用軟體匯流排枚舉器"
ACPI\FixedButton.DeviceDesc = "ACPI 固定功能按鈕" ACPI\FixedButton.DeviceDesc = "ACPI 固定功能按鈕"
ISAPNP\ReadDataPort.DeviceDesc = "ISAPNP 讀取數據埠" ISAPNP\ReadDataPort.DeviceDesc = "ISAPNP 讀取數據埠"
PCI\CC_0500.DeviceDesc = "標準 PCI 隨機存取記憶體控制器" PCI\CC_0500.DeviceDesc = "標準 PCI 隨機存取記憶體控制器"
@ -255,7 +258,6 @@ PCI\CC_0601.DeviceDesc = "標準 PCI - ISA 橋接器"
PCI\CC_0604.DeviceDesc = "標準 PCI - PCI 橋接器" PCI\CC_0604.DeviceDesc = "標準 PCI - PCI 橋接器"
*ThermalZone.DeviceDesc = "ACPI 溫度監控" *ThermalZone.DeviceDesc = "ACPI 溫度監控"
PCI\CC_0C05.DeviceDesc = "SMBus 控制器" PCI\CC_0C05.DeviceDesc = "SMBus 控制器"
SWENUM.DeviceDesc = "隨插即用軟體匯流排枚舉器"
*INT0800.DeviceDesc = "Intel 82802 韌體集線器控制器" *INT0800.DeviceDesc = "Intel 82802 韌體集線器控制器"
PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI - ISA 橋接器" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI - ISA 橋接器"
@ -296,6 +298,8 @@ GenericMfg = "(Obecná systémová zařízení)"
*PNP0C0E.DeviceDesc = "ACPI tlačítko spánku" *PNP0C0E.DeviceDesc = "ACPI tlačítko spánku"
*PNP0C0F.DeviceDesc = "PCI linkové zařízení přerušení" *PNP0C0F.DeviceDesc = "PCI linkové zařízení přerušení"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
SWENUM.DeviceDesc = "Výčet zařízení podporujících Plug and Play"
ACPI\FixedButton.DeviceDesc = "ACPI tlačítko s pevnou vlastností" ACPI\FixedButton.DeviceDesc = "ACPI tlačítko s pevnou vlastností"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller"
PCI\CC_0600.DeviceDesc = "Standardní most CPU na PCI" PCI\CC_0600.DeviceDesc = "Standardní most CPU na PCI"
@ -303,7 +307,6 @@ PCI\CC_0601.DeviceDesc = "Standardní most PCI na ISA"
PCI\CC_0604.DeviceDesc = "Standardní most PCI na PCI" PCI\CC_0604.DeviceDesc = "Standardní most PCI na PCI"
*ThermalZone.DeviceDesc = "ACPI teplotní zóna" *ThermalZone.DeviceDesc = "ACPI teplotní zóna"
PCI\CC_0C05.DeviceDesc = "SMBus řadič" PCI\CC_0C05.DeviceDesc = "SMBus řadič"
SWENUM.DeviceDesc = "Výčet zařízení podporujících Plug and Play"
*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device"
PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
@ -331,6 +334,7 @@ GenericMfg = "(Generische Systemgeräte)"
*PNP0C04.DeviceDesc = "mathematischer Koprozessor" *PNP0C04.DeviceDesc = "mathematischer Koprozessor"
*PNP0C0B.DeviceDesc = "ACPI Ventilator" *PNP0C0B.DeviceDesc = "ACPI Ventilator"
*PNP0C15.DeviceDesc = "Dockingstation" *PNP0C15.DeviceDesc = "Dockingstation"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM-Controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM-Controller"
PCI\CC_0600.DeviceDesc = "Standard CPU zu PCI Brücke" PCI\CC_0600.DeviceDesc = "Standard CPU zu PCI Brücke"
PCI\CC_0601.DeviceDesc = "Standard PCI zu ISA Brücke" PCI\CC_0601.DeviceDesc = "Standard PCI zu ISA Brücke"
@ -363,6 +367,7 @@ GenericMfg = "(Πρότυπες συσκευές συστήματος)"
*PNP0C0E.DeviceDesc = "ACPI sleep button device" *PNP0C0E.DeviceDesc = "ACPI sleep button device"
*PNP0C0F.DeviceDesc = "PCI interrupt link device" *PNP0C0F.DeviceDesc = "PCI interrupt link device"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller"
PCI\CC_0600.DeviceDesc = "Πρότυπη γέφυρα από CPU σε PCI" PCI\CC_0600.DeviceDesc = "Πρότυπη γέφυρα από CPU σε PCI"
@ -405,6 +410,8 @@ GenericMfg = "(Dispositivos del sistema estándar)"
*PNP0C0E.DeviceDesc = "Botón de suspensión ACPI" *PNP0C0E.DeviceDesc = "Botón de suspensión ACPI"
*PNP0C0F.DeviceDesc = "Dispositivo de interrupción de enlaces PCI" *PNP0C0F.DeviceDesc = "Dispositivo de interrupción de enlaces PCI"
*PNP0C15.DeviceDesc = "Replicador de puertos" *PNP0C15.DeviceDesc = "Replicador de puertos"
SWENUM.DeviceDesc = "Software enumerador de Buses Plug & Play"
ACPI\FixedButton.DeviceDesc = "Botón de funcionalidad fija ACPI" ACPI\FixedButton.DeviceDesc = "Botón de funcionalidad fija ACPI"
ISAPNP\ReadDataPort.DeviceDesc = "Puerto de lectura de datos ISAPNP" ISAPNP\ReadDataPort.DeviceDesc = "Puerto de lectura de datos ISAPNP"
PCI\CC_0500.DeviceDesc = "Controlador PCI RAM estándar" PCI\CC_0500.DeviceDesc = "Controlador PCI RAM estándar"
@ -413,7 +420,6 @@ PCI\CC_0601.DeviceDesc = "Puente PCI-ISA estándar"
PCI\CC_0604.DeviceDesc = "Puente PCI-PCI estándar" PCI\CC_0604.DeviceDesc = "Puente PCI-PCI estándar"
*ThermalZone.DeviceDesc = "Zona térmica ACPI" *ThermalZone.DeviceDesc = "Zona térmica ACPI"
PCI\CC_0C05.DeviceDesc = "Controlador SMBus" PCI\CC_0C05.DeviceDesc = "Controlador SMBus"
SWENUM.DeviceDesc = "Software enumerador de Buses Plug & Play"
*INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802" *INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802"
PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
@ -432,7 +438,6 @@ PCI\VEN_10DE&DEV_01B8.DeviceDesc = "nVidia nForce Puente PCI-PCI"
PCI\VEN_10DE&DEV_02A5.DeviceDesc = "nVidia MCPX Puente CPU-PCI" PCI\VEN_10DE&DEV_02A5.DeviceDesc = "nVidia MCPX Puente CPU-PCI"
PCI\VEN_10DE&DEV_02A6.DeviceDesc = "nVidia MCPX Controlador de PCI RAM" PCI\VEN_10DE&DEV_02A6.DeviceDesc = "nVidia MCPX Controlador de PCI RAM"
[Strings.040C] [Strings.040C]
SystemClassName = "Périphériques système" SystemClassName = "Périphériques système"
@ -454,6 +459,7 @@ GenericMfg = "(Périphériques systèmes génériques)"
*PNP0C0E.DeviceDesc = "Périphérique de bouton de veille ACPI" *PNP0C0E.DeviceDesc = "Périphérique de bouton de veille ACPI"
*PNP0C0F.DeviceDesc = "Périphérique de lien d'interruption PCI" *PNP0C0F.DeviceDesc = "Périphérique de lien d'interruption PCI"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
ACPI\FixedButton.DeviceDesc = "Bouton de fonction définie ACPI" ACPI\FixedButton.DeviceDesc = "Bouton de fonction définie ACPI"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller"
PCI\CC_0600.DeviceDesc = "Pont standard CPU vers PCI" PCI\CC_0600.DeviceDesc = "Pont standard CPU vers PCI"
@ -490,6 +496,7 @@ GenericMfg = "(標準 システム デバイス)"
*PNP0C0E.DeviceDesc = "ACPI スリープボタン デバイス" *PNP0C0E.DeviceDesc = "ACPI スリープボタン デバイス"
*PNP0C0F.DeviceDesc = "PCI 割り込みリンクデバイス" *PNP0C0F.DeviceDesc = "PCI 割り込みリンクデバイス"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
ACPI\FixedButton.DeviceDesc = "ACPI 固定 機能 ボタン" ACPI\FixedButton.DeviceDesc = "ACPI 固定 機能 ボタン"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller"
PCI\CC_0600.DeviceDesc = "スタンダード CPU to PCI ブリッジ" PCI\CC_0600.DeviceDesc = "スタンダード CPU to PCI ブリッジ"
@ -532,6 +539,7 @@ GenericMfg = "(Standardowe urządzenia systemowe)"
*PNP0C0E.DeviceDesc = "Przycisk zasypiania ACPI" *PNP0C0E.DeviceDesc = "Przycisk zasypiania ACPI"
*PNP0C0F.DeviceDesc = "Urządzenie PCI interrupt link" *PNP0C0F.DeviceDesc = "Urządzenie PCI interrupt link"
*PNP0C15.DeviceDesc = "Stacja dokująca" *PNP0C15.DeviceDesc = "Stacja dokująca"
ACPI\FixedButton.DeviceDesc = "Przycisk ACPI Fixed Feature" ACPI\FixedButton.DeviceDesc = "Przycisk ACPI Fixed Feature"
PCI\CC_0500.DeviceDesc = "Standardowy kontroler RAM PCI" PCI\CC_0500.DeviceDesc = "Standardowy kontroler RAM PCI"
PCI\CC_0600.DeviceDesc = "Standardowy mostek CPU do PCI" PCI\CC_0600.DeviceDesc = "Standardowy mostek CPU do PCI"
@ -571,6 +579,7 @@ GenericMfg = "(Dispositivos de sistema padrão)"
*PNP0C0E.DeviceDesc = "Botão dormir ACPI" *PNP0C0E.DeviceDesc = "Botão dormir ACPI"
*PNP0C0F.DeviceDesc = "Dispositivo de interrupção de ligações PCI" *PNP0C0F.DeviceDesc = "Dispositivo de interrupção de ligações PCI"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
ACPI\FixedButton.DeviceDesc = "Botão de recurso fixo ACPI" ACPI\FixedButton.DeviceDesc = "Botão de recurso fixo ACPI"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller"
PCI\CC_0600.DeviceDesc = "Ponte padrão CPU - PCI" PCI\CC_0600.DeviceDesc = "Ponte padrão CPU - PCI"
@ -613,6 +622,8 @@ GenericMfg = "(dispozitiv generic de sistem)"
*PNP0C0E.DeviceDesc = "Dispozitiv buton de repaus ACPI" *PNP0C0E.DeviceDesc = "Dispozitiv buton de repaus ACPI"
*PNP0C0F.DeviceDesc = "Dispozitiv de întrerupere legătură PCI" *PNP0C0F.DeviceDesc = "Dispozitiv de întrerupere legătură PCI"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
SWENUM.DeviceDesc = "Enumerator logic de magistrală P&P"
ACPI\FixedButton.DeviceDesc = "Buton de funcție fixă ACPI" ACPI\FixedButton.DeviceDesc = "Buton de funcție fixă ACPI"
PCI\CC_0500.DeviceDesc = "Dispozitiv de control PCI RAM standard" PCI\CC_0500.DeviceDesc = "Dispozitiv de control PCI RAM standard"
PCI\CC_0600.DeviceDesc = "Punte standard CPU spre PCI" PCI\CC_0600.DeviceDesc = "Punte standard CPU spre PCI"
@ -620,7 +631,6 @@ PCI\CC_0601.DeviceDesc = "Punte standard PCI spre ISA"
PCI\CC_0604.DeviceDesc = "Punte standard PCI spre PCI" PCI\CC_0604.DeviceDesc = "Punte standard PCI spre PCI"
*ThermalZone.DeviceDesc = "Zonă termală ACPI" *ThermalZone.DeviceDesc = "Zonă termală ACPI"
PCI\CC_0C05.DeviceDesc = "Dispozitiv de control magistrală SM" PCI\CC_0C05.DeviceDesc = "Dispozitiv de control magistrală SM"
SWENUM.DeviceDesc = "Enumerator logic de magistrală P&P"
*INT0800.DeviceDesc = "Dispozitiv nod firmware Intel 82802" *INT0800.DeviceDesc = "Dispozitiv nod firmware Intel 82802"
PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
@ -653,6 +663,8 @@ GenericMfg = "(Стандартные системные устройства)"
*PNP0C0E.DeviceDesc = "Кнопка спящего режима ACPI" *PNP0C0E.DeviceDesc = "Кнопка спящего режима ACPI"
*PNP0C0F.DeviceDesc = "Контроллер прервываний PCI" *PNP0C0F.DeviceDesc = "Контроллер прервываний PCI"
*PNP0C15.DeviceDesc = "Док-станция" *PNP0C15.DeviceDesc = "Док-станция"
SWENUM.DeviceDesc = "Перечислитель программных устройств Plug & Play"
ACPI\FixedButton.DeviceDesc = "Кнопка фиксированной возможности ACPI" ACPI\FixedButton.DeviceDesc = "Кнопка фиксированной возможности ACPI"
ISAPNP\ReadDataPort.DeviceDesc = "Порт чтения данных ISAPNP" ISAPNP\ReadDataPort.DeviceDesc = "Порт чтения данных ISAPNP"
PCI\CC_0500.DeviceDesc = "Стандартный контроллер PCI RAM" PCI\CC_0500.DeviceDesc = "Стандартный контроллер PCI RAM"
@ -661,7 +673,6 @@ PCI\CC_0601.DeviceDesc = "Стандартный мост PCI - ISA"
PCI\CC_0604.DeviceDesc = "Стандартный мост PCI - PCI" PCI\CC_0604.DeviceDesc = "Стандартный мост PCI - PCI"
*ThermalZone.DeviceDesc = "Термальная зона ACPI" *ThermalZone.DeviceDesc = "Термальная зона ACPI"
PCI\CC_0C05.DeviceDesc = "Контроллер SMBus" PCI\CC_0C05.DeviceDesc = "Контроллер SMBus"
SWENUM.DeviceDesc = "Перечислитель программных устройств Plug & Play"
*INT0800.DeviceDesc = "Устройство Intel 82802 Firmware Hub" *INT0800.DeviceDesc = "Устройство Intel 82802 Firmware Hub"
PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
@ -704,6 +715,7 @@ GenericMfg = "(Generické systémové zariadenia)"
*PNP0C0E.DeviceDesc = "ACPI sleep button device" *PNP0C0E.DeviceDesc = "ACPI sleep button device"
*PNP0C0F.DeviceDesc = "PCI interrupt link device" *PNP0C0F.DeviceDesc = "PCI interrupt link device"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller"
PCI\CC_0600.DeviceDesc = "Štandardný most CPU na PCI" PCI\CC_0600.DeviceDesc = "Štandardný most CPU na PCI"
@ -745,6 +757,8 @@ GenericMfg = "(Genel Sistem Aygıtları)"
*PNP0C0E.DeviceDesc = "ACPI Uyku Düğmesi Aygıtı" *PNP0C0E.DeviceDesc = "ACPI Uyku Düğmesi Aygıtı"
*PNP0C0F.DeviceDesc = "PCI Kesme Bağlantı Aygıtı" *PNP0C0F.DeviceDesc = "PCI Kesme Bağlantı Aygıtı"
*PNP0C15.DeviceDesc = "Yerleştirme İstasyonu" *PNP0C15.DeviceDesc = "Yerleştirme İstasyonu"
SWENUM.DeviceDesc = "Tak ve Çalıştır Yazılım Veriyolu Numaralandırıcısı"
ACPI\FixedButton.DeviceDesc = "ACPI Sabit Özellik Düğmesi" ACPI\FixedButton.DeviceDesc = "ACPI Sabit Özellik Düğmesi"
PCI\CC_0500.DeviceDesc = "Standart PCI RAM Denetleyicisi" PCI\CC_0500.DeviceDesc = "Standart PCI RAM Denetleyicisi"
PCI\CC_0600.DeviceDesc = "Standart CPU'dan PCI'ya Köprü" PCI\CC_0600.DeviceDesc = "Standart CPU'dan PCI'ya Köprü"
@ -752,7 +766,6 @@ PCI\CC_0601.DeviceDesc = "Standart PCI'dan ISA'ya Köprü"
PCI\CC_0604.DeviceDesc = "Standart PCI'dan PCI'ya Köprü" PCI\CC_0604.DeviceDesc = "Standart PCI'dan PCI'ya Köprü"
*ThermalZone.DeviceDesc = "ACPI Isı Bölgesi" *ThermalZone.DeviceDesc = "ACPI Isı Bölgesi"
PCI\CC_0C05.DeviceDesc = "SMBus Denetleyicisi" PCI\CC_0C05.DeviceDesc = "SMBus Denetleyicisi"
SWENUM.DeviceDesc = "Tak ve Çalıştır Yazılım Veriyolu Numaralandırıcısı"
*INT0800.DeviceDesc = "Intel 82802 Yerleşik Yazılım Göbek Aygıtı" *INT0800.DeviceDesc = "Intel 82802 Yerleşik Yazılım Göbek Aygıtı"
PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
@ -787,6 +800,7 @@ GenericMfg = "(Стандартні системні пристрої)"
*PNP0C0E.DeviceDesc = "Кнопка сплячого режиму ACPI" *PNP0C0E.DeviceDesc = "Кнопка сплячого режиму ACPI"
*PNP0C0F.DeviceDesc = "Контроллер переривань PCI" *PNP0C0F.DeviceDesc = "Контроллер переривань PCI"
*PNP0C15.DeviceDesc = "Док станція" *PNP0C15.DeviceDesc = "Док станція"
ACPI\FixedButton.DeviceDesc = "Кнопка фіксованої можливості ACPI" ACPI\FixedButton.DeviceDesc = "Кнопка фіксованої можливості ACPI"
PCI\CC_0500.DeviceDesc = "Стандартний контролер PCI RAM" PCI\CC_0500.DeviceDesc = "Стандартний контролер PCI RAM"
PCI\CC_0600.DeviceDesc = "Стандартний міст CPU на PCI" PCI\CC_0600.DeviceDesc = "Стандартний міст CPU на PCI"
@ -831,6 +845,7 @@ GenericMfg = "(Standartiniai sisteminiai įrenginiai)"
*PNP0C0E.DeviceDesc = "ACPI miego mygtukas" *PNP0C0E.DeviceDesc = "ACPI miego mygtukas"
*PNP0C0F.DeviceDesc = "PCI pertraukimo sąsajos įrenginys" *PNP0C0F.DeviceDesc = "PCI pertraukimo sąsajos įrenginys"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
ACPI\FixedButton.DeviceDesc = "ACPI fiksuotos galimybės mygtukas" ACPI\FixedButton.DeviceDesc = "ACPI fiksuotos galimybės mygtukas"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller"
PCI\CC_0600.DeviceDesc = "Standartinis CPU į PCI tiltas" PCI\CC_0600.DeviceDesc = "Standartinis CPU į PCI tiltas"
@ -871,6 +886,8 @@ GenericMfg = "(通用系统设备)"
*PNP0C0E.DeviceDesc = "ACPI 休眠按钮设备" *PNP0C0E.DeviceDesc = "ACPI 休眠按钮设备"
*PNP0C0F.DeviceDesc = "PCI 中断链接设备" *PNP0C0F.DeviceDesc = "PCI 中断链接设备"
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
SWENUM.DeviceDesc = "即插即用软总线枚举器"
ACPI\FixedButton.DeviceDesc = "ACPI 固定功能按钮" ACPI\FixedButton.DeviceDesc = "ACPI 固定功能按钮"
PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller"
PCI\CC_0600.DeviceDesc = "标准 CPU - PCI 桥" PCI\CC_0600.DeviceDesc = "标准 CPU - PCI 桥"
@ -878,7 +895,6 @@ PCI\CC_0601.DeviceDesc = "标准 PCI - ISA 桥"
PCI\CC_0604.DeviceDesc = "标准 PCI - PCI 桥" PCI\CC_0604.DeviceDesc = "标准 PCI - PCI 桥"
*ThermalZone.DeviceDesc = "ACPI 温度监控" *ThermalZone.DeviceDesc = "ACPI 温度监控"
PCI\CC_0C05.DeviceDesc = "SMBus 控制器" PCI\CC_0C05.DeviceDesc = "SMBus 控制器"
SWENUM.DeviceDesc = "即插即用软总线枚举器"
*INT0800.DeviceDesc = "Intel 82802 固件集线器控制器" *INT0800.DeviceDesc = "Intel 82802 固件集线器控制器"
PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI - ISA 桥" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI - ISA 桥"
@ -909,6 +925,7 @@ GenericMfg = "(Dispositivos do sistema padrão)"
*PNP0C0E.DeviceDesc = "Botão de suspensão ACPI" *PNP0C0E.DeviceDesc = "Botão de suspensão ACPI"
*PNP0C0F.DeviceDesc = "Dispositivo de link de interrupção PCI " *PNP0C0F.DeviceDesc = "Dispositivo de link de interrupção PCI "
*PNP0C15.DeviceDesc = "Docking Station" *PNP0C15.DeviceDesc = "Docking Station"
ACPI\FixedButton.DeviceDesc = "Botão de recurso fixo ACPI" ACPI\FixedButton.DeviceDesc = "Botão de recurso fixo ACPI"
PCI\CC_0500.DeviceDesc = "Controlador PCI RAM padrão" PCI\CC_0500.DeviceDesc = "Controlador PCI RAM padrão"
PCI\CC_0600.DeviceDesc = "Ponte CPU-PCI padrão" PCI\CC_0600.DeviceDesc = "Ponte CPU-PCI padrão"
@ -949,6 +966,8 @@ GenericMfg = "(標準系統裝置)"
*PNP0C0E.DeviceDesc = "ACPI 休眠按鈕裝置" *PNP0C0E.DeviceDesc = "ACPI 休眠按鈕裝置"
*PNP0C0F.DeviceDesc = "PCI 中斷連接裝置" *PNP0C0F.DeviceDesc = "PCI 中斷連接裝置"
*PNP0C15.DeviceDesc = "擴充埠" *PNP0C15.DeviceDesc = "擴充埠"
SWENUM.DeviceDesc = "隨插即用軟體匯流排枚舉器"
ACPI\FixedButton.DeviceDesc = "ACPI 固定功能按鈕" ACPI\FixedButton.DeviceDesc = "ACPI 固定功能按鈕"
ISAPNP\ReadDataPort.DeviceDesc = "ISAPNP 讀取數據埠" ISAPNP\ReadDataPort.DeviceDesc = "ISAPNP 讀取數據埠"
PCI\CC_0500.DeviceDesc = "標準 PCI 隨機存取記憶體控制器" PCI\CC_0500.DeviceDesc = "標準 PCI 隨機存取記憶體控制器"
@ -957,7 +976,6 @@ PCI\CC_0601.DeviceDesc = "標準 PCI - ISA 橋接器"
PCI\CC_0604.DeviceDesc = "標準 PCI - PCI 橋接器" PCI\CC_0604.DeviceDesc = "標準 PCI - PCI 橋接器"
*ThermalZone.DeviceDesc = "ACPI 溫度監控" *ThermalZone.DeviceDesc = "ACPI 溫度監控"
PCI\CC_0C05.DeviceDesc = "SMBus 控制器" PCI\CC_0C05.DeviceDesc = "SMBus 控制器"
SWENUM.DeviceDesc = "隨插即用軟體匯流排枚舉器"
*INT0800.DeviceDesc = "Intel 82802 韌體集線器控制器" *INT0800.DeviceDesc = "Intel 82802 韌體集線器控制器"
PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI - ISA 橋接器" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI - ISA 橋接器"

View file

@ -69,6 +69,7 @@ PnPMonitor.DeviceDesc = "隨插即用顯示器"
[Strings.0405] [Strings.0405]
MonitorClassName = "Monitory" MonitorClassName = "Monitory"
StdMfg = "(Obecné monitory)" StdMfg = "(Obecné monitory)"
DefaultMonitor.DeviceDesc = "Výchozí monitor" DefaultMonitor.DeviceDesc = "Výchozí monitor"
PnPMonitor.DeviceDesc = "Plug and Play monitor" PnPMonitor.DeviceDesc = "Plug and Play monitor"

View file

@ -163,33 +163,31 @@ LoadOrderGroup = Pointer Port
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS = "ReactOS Project"
IbmMfg = "IBM"
LogMfg = "Logitech"
MSMfg = "Microsoft"
NecMfg = "NEC"
; Localizable ; Localizable
MouseClassName = "Mice and other pointing devices" MouseClassName = "Mice and other pointing devices"
LocationOverride = "plugged in to PS/2 mouse port"
StdMfg = "(Standard mice)" StdMfg = "(Standard mice)"
SERIAL_MOUSE.DeviceDesc = "Standard Serial Mouse" SERIAL_MOUSE.DeviceDesc = "Standard Serial Mouse"
PS2_MOUSE.DeviceDesc = "Standard PS/2 Mouse" PS2_MOUSE.DeviceDesc = "Standard PS/2 Mouse"
LocationOverride = "plugged in to PS/2 mouse port"
HID_MOUSE.DeviceDesc = "HID Mouse" HID_MOUSE.DeviceDesc = "HID Mouse"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "PS/2 port for PS/2-style mice" *PNP0F13.DeviceDesc = "PS/2 port for PS/2-style mice"
IbmMfg = "IBM"
*IBM3780.DeviceDesc = "IBM PS/2 Trackpoint" *IBM3780.DeviceDesc = "IBM PS/2 Trackpoint"
LogMfg = "Logitech"
*PNP0F08.DeviceDesc = "Logitech Serial Mouse" *PNP0F08.DeviceDesc = "Logitech Serial Mouse"
*PNP0F12.DeviceDesc = "Logitech PS/2-style Mouse" *PNP0F12.DeviceDesc = "Logitech PS/2-style Mouse"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
MSMfg = "Microsoft"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Microsoft Serial Mouse" *PNP0F01.DeviceDesc = "Microsoft Serial Mouse"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Microsoft PS/2-style Mouse" *PNP0F03.DeviceDesc = "Microsoft PS/2-style Mouse"
NecMfg = "NEC"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0404] [Strings.0404]
@ -199,21 +197,18 @@ StdMfg = "(標準滑鼠)"
SERIAL_MOUSE.DeviceDesc = "標準序列滑鼠" SERIAL_MOUSE.DeviceDesc = "標準序列滑鼠"
PS2_MOUSE.DeviceDesc = "標準 PS/2 滑鼠" PS2_MOUSE.DeviceDesc = "標準 PS/2 滑鼠"
HID_MOUSE.DeviceDesc = "HID 滑鼠" HID_MOUSE.DeviceDesc = "HID 滑鼠"
*PNP0F0D.DeviceDesc = "標準 InPort 滑鼠" *PNP0F0D.DeviceDesc = "標準 InPort 滑鼠"
*PNP0F11.DeviceDesc = "標準匯流排滑鼠" *PNP0F11.DeviceDesc = "標準匯流排滑鼠"
*PNP0F13.DeviceDesc = "用於 PS/2 風格滑鼠的 PS/2 連接埠" *PNP0F13.DeviceDesc = "用於 PS/2 風格滑鼠的 PS/2 連接埠"
*IBM3780.DeviceDesc = "IBM PS/2 Trackpoint 指點桿" *IBM3780.DeviceDesc = "IBM PS/2 Trackpoint 指點桿"
*PNP0F08.DeviceDesc = "Logitech 序列滑鼠" *PNP0F08.DeviceDesc = "Logitech 序列滑鼠"
*PNP0F12.DeviceDesc = "Logitech PS/2 風格滑鼠" *PNP0F12.DeviceDesc = "Logitech PS/2 風格滑鼠"
*PNP0F15.DeviceDesc = "Logitech 匯流排滑鼠" *PNP0F15.DeviceDesc = "Logitech 匯流排滑鼠"
*PNP0F00.DeviceDesc = "Microsoft 匯流排滑鼠" *PNP0F00.DeviceDesc = "Microsoft 匯流排滑鼠"
*PNP0F01.DeviceDesc = "Microsoft 序列滑鼠" *PNP0F01.DeviceDesc = "Microsoft 序列滑鼠"
*PNP0F02.DeviceDesc = "Microsoft InPort 滑鼠" *PNP0F02.DeviceDesc = "Microsoft InPort 滑鼠"
*PNP0F03.DeviceDesc = "Microsoft PS/2 風格滑鼠" *PNP0F03.DeviceDesc = "Microsoft PS/2 風格滑鼠"
*nEC1F00.DeviceDesc = "NEC PC-98 匯流排滑鼠" *nEC1F00.DeviceDesc = "NEC PC-98 匯流排滑鼠"
[Strings.0405] [Strings.0405]
@ -223,44 +218,39 @@ StdMfg = "(Standardní myši)"
SERIAL_MOUSE.DeviceDesc = "Standardní sériová myš" SERIAL_MOUSE.DeviceDesc = "Standardní sériová myš"
PS2_MOUSE.DeviceDesc = "Standardní PS/2 myš" PS2_MOUSE.DeviceDesc = "Standardní PS/2 myš"
HID_MOUSE.DeviceDesc = "HID myš" HID_MOUSE.DeviceDesc = "HID myš"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "PS/2 port pro PS/2 myši" *PNP0F13.DeviceDesc = "PS/2 port pro PS/2 myši"
*IBM3780.DeviceDesc = "IBM PS/2 Trackpoint" *IBM3780.DeviceDesc = "IBM PS/2 Trackpoint"
*PNP0F08.DeviceDesc = "Logitech sériová myš" *PNP0F08.DeviceDesc = "Logitech sériová myš"
*PNP0F12.DeviceDesc = "Logitech PS/2 myš" *PNP0F12.DeviceDesc = "Logitech PS/2 myš"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Microsoft sériová myš" *PNP0F01.DeviceDesc = "Microsoft sériová myš"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Microsoft PS/2 myš" *PNP0F03.DeviceDesc = "Microsoft PS/2 myš"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0407] [Strings.0407]
MouseClassName = "Mäuse und andere Zeigegeräte" MouseClassName = "Mäuse und andere Zeigegeräte"
LocationOverride = "eingesteckt in PS/2-Mausanschluss"
StdMfg = "(Standard-Maus)" StdMfg = "(Standard-Maus)"
SERIAL_MOUSE.DeviceDesc = "Standard serielle Maus" SERIAL_MOUSE.DeviceDesc = "Standard serielle Maus"
PS2_MOUSE.DeviceDesc = "Standard PS/2 Maus" PS2_MOUSE.DeviceDesc = "Standard PS/2 Maus"
LocationOverride = "eingesteckt in PS/2-Mausanschluss"
HID_MOUSE.DeviceDesc = "HID Maus" HID_MOUSE.DeviceDesc = "HID Maus"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "PS/2 Anschluss für PS/2-Maus" *PNP0F13.DeviceDesc = "PS/2 Anschluss für PS/2-Maus"
*PNP0F08.DeviceDesc = "Logitech serielle Maus" *PNP0F08.DeviceDesc = "Logitech serielle Maus"
*PNP0F12.DeviceDesc = "Logitech PS/2-Maus" *PNP0F12.DeviceDesc = "Logitech PS/2-Maus"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Microsoft serielle Maus" *PNP0F01.DeviceDesc = "Microsoft serielle Maus"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Microsoft PS/2-Maus" *PNP0F03.DeviceDesc = "Microsoft PS/2-Maus"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0408] [Strings.0408]
@ -270,69 +260,61 @@ StdMfg = "(Πρότυπα ποντίκια)"
SERIAL_MOUSE.DeviceDesc = "Πρότυπο Σειριακό Ποντίκι" SERIAL_MOUSE.DeviceDesc = "Πρότυπο Σειριακό Ποντίκι"
PS2_MOUSE.DeviceDesc = "Πρότυπο PS/2 Ποντίκι" PS2_MOUSE.DeviceDesc = "Πρότυπο PS/2 Ποντίκι"
HID_MOUSE.DeviceDesc = "Ποντίκι HID" HID_MOUSE.DeviceDesc = "Ποντίκι HID"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "PS/2 θύρα για PS/2 ποντίκια" *PNP0F13.DeviceDesc = "PS/2 θύρα για PS/2 ποντίκια"
*IBM3780.DeviceDesc = "IBM PS/2 Trackpoint" *IBM3780.DeviceDesc = "IBM PS/2 Trackpoint"
*PNP0F08.DeviceDesc = "Logitech Σειριακό Ποντίκι" *PNP0F08.DeviceDesc = "Logitech Σειριακό Ποντίκι"
*PNP0F12.DeviceDesc = "Logitech PS/2 Ποντίκι" *PNP0F12.DeviceDesc = "Logitech PS/2 Ποντίκι"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Microsoft Σειριακό Ποντίκι" *PNP0F01.DeviceDesc = "Microsoft Σειριακό Ποντίκι"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Microsoft PS/2 Ποντίκι" *PNP0F03.DeviceDesc = "Microsoft PS/2 Ποντίκι"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0a] [Strings.0a]
MouseClassName = "Ratones y otros dispositivos señaladores" MouseClassName = "Ratones y otros dispositivos señaladores"
LocationOverride = "se conecta al puerto de ratón PS/2"
StdMfg = "(Ratón estándar)" StdMfg = "(Ratón estándar)"
SERIAL_MOUSE.DeviceDesc = "Ratón serie estándar" SERIAL_MOUSE.DeviceDesc = "Ratón serie estándar"
PS2_MOUSE.DeviceDesc = "Ratón PS/2 estándar" PS2_MOUSE.DeviceDesc = "Ratón PS/2 estándar"
LocationOverride = "se conecta al puerto de ratón PS/2"
HID_MOUSE.DeviceDesc = "Ratón oculto" HID_MOUSE.DeviceDesc = "Ratón oculto"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "Puerto PS/2 para ratón PS/2" *PNP0F13.DeviceDesc = "Puerto PS/2 para ratón PS/2"
*IBM3780.DeviceDesc = "Trackpoint PS/2 de IBM" *IBM3780.DeviceDesc = "Trackpoint PS/2 de IBM"
*PNP0F08.DeviceDesc = "Ratón serie de Logitech" *PNP0F08.DeviceDesc = "Ratón serie de Logitech"
*PNP0F12.DeviceDesc = "Ratón PS/2 de Logitech" *PNP0F12.DeviceDesc = "Ratón PS/2 de Logitech"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Ratón serie de Microsoft" *PNP0F01.DeviceDesc = "Ratón serie de Microsoft"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Ratón PS/2 de Microsoft" *PNP0F03.DeviceDesc = "Ratón PS/2 de Microsoft"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.040C] [Strings.040C]
MouseClassName = "Souris et autres périphériques de pointage" MouseClassName = "Souris et autres périphériques de pointage"
LocationOverride = "Branché sur le port PS/2"
StdMfg = "(Souris standards)" StdMfg = "(Souris standards)"
SERIAL_MOUSE.DeviceDesc = "Souris série standard" SERIAL_MOUSE.DeviceDesc = "Souris série standard"
PS2_MOUSE.DeviceDesc = "Souris PS/2 standard" PS2_MOUSE.DeviceDesc = "Souris PS/2 standard"
LocationOverride = "Branché sur le port PS/2"
HID_MOUSE.DeviceDesc = "Souris HID" HID_MOUSE.DeviceDesc = "Souris HID"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "Port PS/2 pour souris type PS/2" *PNP0F13.DeviceDesc = "Port PS/2 pour souris type PS/2"
*PNP0F08.DeviceDesc = "Souris série Logitech" *PNP0F08.DeviceDesc = "Souris série Logitech"
*PNP0F12.DeviceDesc = "Souris PS/2 Logitech" *PNP0F12.DeviceDesc = "Souris PS/2 Logitech"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Souris série Microsoft" *PNP0F01.DeviceDesc = "Souris série Microsoft"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Souris PS/2 Microsoft" *PNP0F03.DeviceDesc = "Souris PS/2 Microsoft"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0411] [Strings.0411]
@ -342,46 +324,40 @@ StdMfg = "(スタンダード マウス)"
SERIAL_MOUSE.DeviceDesc = "スタンダード シリアル マウス" SERIAL_MOUSE.DeviceDesc = "スタンダード シリアル マウス"
PS2_MOUSE.DeviceDesc = "スタンダード PS/2 マウス" PS2_MOUSE.DeviceDesc = "スタンダード PS/2 マウス"
HID_MOUSE.DeviceDesc = "HID マウス" HID_MOUSE.DeviceDesc = "HID マウス"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "PS/2接続マウス用のPS/2 ポート" *PNP0F13.DeviceDesc = "PS/2接続マウス用のPS/2 ポート"
*IBM3780.DeviceDesc = "IBM PS/2 トラックポイント" *IBM3780.DeviceDesc = "IBM PS/2 トラックポイント"
*PNP0F08.DeviceDesc = "Logitech シリアル マウス" *PNP0F08.DeviceDesc = "Logitech シリアル マウス"
*PNP0F12.DeviceDesc = "Logitech PS/2接続マウス" *PNP0F12.DeviceDesc = "Logitech PS/2接続マウス"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Microsoft シリアル マウス" *PNP0F01.DeviceDesc = "Microsoft シリアル マウス"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Microsoft PS/2接続マウス" *PNP0F03.DeviceDesc = "Microsoft PS/2接続マウス"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0415] [Strings.0415]
MouseClassName = "Mysz i inne urządzenia wskazujące" MouseClassName = "Mysz i inne urządzenia wskazujące"
LocationOverride = "podłączone do portu PS/2 dla myszy"
StdMfg = "(Standardowa mysz)" StdMfg = "(Standardowa mysz)"
SERIAL_MOUSE.DeviceDesc = "Standardowa mysz szeregowa" SERIAL_MOUSE.DeviceDesc = "Standardowa mysz szeregowa"
PS2_MOUSE.DeviceDesc = "Standardowa mysz PS/2" PS2_MOUSE.DeviceDesc = "Standardowa mysz PS/2"
LocationOverride = "podłączone do portu PS/2 dla myszy"
HID_MOUSE.DeviceDesc = "Mysz zgodna z HID" HID_MOUSE.DeviceDesc = "Mysz zgodna z HID"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "Port PS/2 dla myszy" *PNP0F13.DeviceDesc = "Port PS/2 dla myszy"
*IBM3780.DeviceDesc = "Trackpoint PS/2 IBM" *IBM3780.DeviceDesc = "Trackpoint PS/2 IBM"
*PNP0F08.DeviceDesc = "Mysz szeregowa Logitech" *PNP0F08.DeviceDesc = "Mysz szeregowa Logitech"
*PNP0F12.DeviceDesc = "Mysz PS/2 Logitech" *PNP0F12.DeviceDesc = "Mysz PS/2 Logitech"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Mysz szeregowa Microsoft" *PNP0F01.DeviceDesc = "Mysz szeregowa Microsoft"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Mysz PS/2 Microsoft" *PNP0F03.DeviceDesc = "Mysz PS/2 Microsoft"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0416] [Strings.0416]
@ -391,69 +367,61 @@ StdMfg = "(Mouse padrão)"
SERIAL_MOUSE.DeviceDesc = "Mouse serial padrão" SERIAL_MOUSE.DeviceDesc = "Mouse serial padrão"
PS2_MOUSE.DeviceDesc = "Mouse PS/2 padrão" PS2_MOUSE.DeviceDesc = "Mouse PS/2 padrão"
HID_MOUSE.DeviceDesc = "Mouse interno" HID_MOUSE.DeviceDesc = "Mouse interno"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "Porta PS/2 para mouse PS/2" *PNP0F13.DeviceDesc = "Porta PS/2 para mouse PS/2"
*IBM3780.DeviceDesc = "Trackpoint PS/2 IBM" *IBM3780.DeviceDesc = "Trackpoint PS/2 IBM"
*PNP0F08.DeviceDesc = "Mouse serial Logitech" *PNP0F08.DeviceDesc = "Mouse serial Logitech"
*PNP0F12.DeviceDesc = "Mouse PS/2 Logitech" *PNP0F12.DeviceDesc = "Mouse PS/2 Logitech"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Mouse serial Microsoft" *PNP0F01.DeviceDesc = "Mouse serial Microsoft"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Mouse PS/2 Microsoft" *PNP0F03.DeviceDesc = "Mouse PS/2 Microsoft"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0418] [Strings.0418]
MouseClassName = "Șoricel și alte dispozitive de indicare" MouseClassName = "Șoricel și alte dispozitive de indicare"
LocationOverride = "conectat la portul PS/2 pentru șoricel"
StdMfg = "(șoricel standard)" StdMfg = "(șoricel standard)"
SERIAL_MOUSE.DeviceDesc = "Șoricel serial standard" SERIAL_MOUSE.DeviceDesc = "Șoricel serial standard"
PS2_MOUSE.DeviceDesc = "Șoricel PS/2 standard" PS2_MOUSE.DeviceDesc = "Șoricel PS/2 standard"
LocationOverride = "conectat la portul PS/2 pentru șoricel"
HID_MOUSE.DeviceDesc = "Șoricel HID" HID_MOUSE.DeviceDesc = "Șoricel HID"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "Port pentru șoricel PS/2" *PNP0F13.DeviceDesc = "Port pentru șoricel PS/2"
*IBM3780.DeviceDesc = "Rotulă IBM PS/2" *IBM3780.DeviceDesc = "Rotulă IBM PS/2"
*PNP0F08.DeviceDesc = "Șoricel serial Logitech" *PNP0F08.DeviceDesc = "Șoricel serial Logitech"
*PNP0F12.DeviceDesc = "Șoricel PS/2 Logitech" *PNP0F12.DeviceDesc = "Șoricel PS/2 Logitech"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Șoricel serial Microsoft" *PNP0F01.DeviceDesc = "Șoricel serial Microsoft"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Șoricel PS/2 Microsoft" *PNP0F03.DeviceDesc = "Șoricel PS/2 Microsoft"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0419] [Strings.0419]
MouseClassName = "Мыши и другие указывающие устройства" MouseClassName = "Мыши и другие указывающие устройства"
LocationOverride = "подключено в PS/2 порт мыши"
StdMfg = "(Стандартная мышь)" StdMfg = "(Стандартная мышь)"
SERIAL_MOUSE.DeviceDesc = "Стандартная последовательная мышь" SERIAL_MOUSE.DeviceDesc = "Стандартная последовательная мышь"
PS2_MOUSE.DeviceDesc = "Стандартная мышь PS/2" PS2_MOUSE.DeviceDesc = "Стандартная мышь PS/2"
LocationOverride = "подключено в PS/2 порт мыши"
HID_MOUSE.DeviceDesc = "HID-мышь" HID_MOUSE.DeviceDesc = "HID-мышь"
*PNP0F0D.DeviceDesc = "Стандартная мышь InPort" *PNP0F0D.DeviceDesc = "Стандартная мышь InPort"
*PNP0F11.DeviceDesc = "Стандартная шинная мышь" *PNP0F11.DeviceDesc = "Стандартная шинная мышь"
*PNP0F13.DeviceDesc = "PS/2-порт на мыши PS/2-вида" *PNP0F13.DeviceDesc = "PS/2-порт на мыши PS/2-вида"
*PNP0F08.DeviceDesc = "Последовательная мышь Logitech" *PNP0F08.DeviceDesc = "Последовательная мышь Logitech"
*PNP0F12.DeviceDesc = "Мышь Logitech PS/2-вида" *PNP0F12.DeviceDesc = "Мышь Logitech PS/2-вида"
*PNP0F15.DeviceDesc = "Шинная мышь Logitech" *PNP0F15.DeviceDesc = "Шинная мышь Logitech"
*PNP0F00.DeviceDesc = "Шинная мышь Microsoft" *PNP0F00.DeviceDesc = "Шинная мышь Microsoft"
*PNP0F01.DeviceDesc = "Последовательная мышь Microsoft" *PNP0F01.DeviceDesc = "Последовательная мышь Microsoft"
*PNP0F02.DeviceDesc = "Мышь Microsoft InPort" *PNP0F02.DeviceDesc = "Мышь Microsoft InPort"
*PNP0F03.DeviceDesc = "Мышь Microsoft PS/2-вида" *PNP0F03.DeviceDesc = "Мышь Microsoft PS/2-вида"
*nEC1F00.DeviceDesc = "Шинная мышь для NEC PC-98" *nEC1F00.DeviceDesc = "Шинная мышь для NEC PC-98"
[Strings.041B] [Strings.041B]
@ -463,69 +431,61 @@ StdMfg = "(Štandardná myš)"
SERIAL_MOUSE.DeviceDesc = "Štandardná sériová myš" SERIAL_MOUSE.DeviceDesc = "Štandardná sériová myš"
PS2_MOUSE.DeviceDesc = "Štandardná PS/2 myš" PS2_MOUSE.DeviceDesc = "Štandardná PS/2 myš"
HID_MOUSE.DeviceDesc = "HID myš" HID_MOUSE.DeviceDesc = "HID myš"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "PS/2 port pre myši typu PS/2" *PNP0F13.DeviceDesc = "PS/2 port pre myši typu PS/2"
*PNP0F08.DeviceDesc = "Logitech sériová myš" *PNP0F08.DeviceDesc = "Logitech sériová myš"
*PNP0F12.DeviceDesc = "Logitech PS/2 myš" *PNP0F12.DeviceDesc = "Logitech PS/2 myš"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Microsoft sériová myš" *PNP0F01.DeviceDesc = "Microsoft sériová myš"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Microsoft PS/2 myš" *PNP0F03.DeviceDesc = "Microsoft PS/2 myš"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.041f] [Strings.041f]
MouseClassName = "Fare ve Diğer İşaretçi Aygıtları" MouseClassName = "Fare ve Diğer İşaretçi Aygıtları"
LocationOverride = "PS/2 fare girişine takılı"
StdMfg = "(Standart Fare)" StdMfg = "(Standart Fare)"
SERIAL_MOUSE.DeviceDesc = "Standart Seri Fare" SERIAL_MOUSE.DeviceDesc = "Standart Seri Fare"
PS2_MOUSE.DeviceDesc = "Standart PS/2 Fare" PS2_MOUSE.DeviceDesc = "Standart PS/2 Fare"
LocationOverride = "PS/2 fare girişine takılı"
HID_MOUSE.DeviceDesc = "HID Fare" HID_MOUSE.DeviceDesc = "HID Fare"
*PNP0F0D.DeviceDesc = "Standart InPort Fare" *PNP0F0D.DeviceDesc = "Standart InPort Fare"
*PNP0F11.DeviceDesc = "Standart Veriyolu Faresi" *PNP0F11.DeviceDesc = "Standart Veriyolu Faresi"
*PNP0F13.DeviceDesc = "PS/2 Fare İçin PS/2 Girişi" *PNP0F13.DeviceDesc = "PS/2 Fare İçin PS/2 Girişi"
*IBM3780.DeviceDesc = "IBM PS/2 Nokta Fare" *IBM3780.DeviceDesc = "IBM PS/2 Nokta Fare"
*PNP0F08.DeviceDesc = "Logitech Seri Fare" *PNP0F08.DeviceDesc = "Logitech Seri Fare"
*PNP0F12.DeviceDesc = "Logitech PS/2 Fare" *PNP0F12.DeviceDesc = "Logitech PS/2 Fare"
*PNP0F15.DeviceDesc = "Logitech Veriyolu Faresi" *PNP0F15.DeviceDesc = "Logitech Veriyolu Faresi"
*PNP0F00.DeviceDesc = "Microsoft Veriyolu Faresi" *PNP0F00.DeviceDesc = "Microsoft Veriyolu Faresi"
*PNP0F01.DeviceDesc = "Microsoft Seri Fare" *PNP0F01.DeviceDesc = "Microsoft Seri Fare"
*PNP0F02.DeviceDesc = "Microsoft InPort Fare" *PNP0F02.DeviceDesc = "Microsoft InPort Fare"
*PNP0F03.DeviceDesc = "Microsoft PS/2 Fare" *PNP0F03.DeviceDesc = "Microsoft PS/2 Fare"
*nEC1F00.DeviceDesc = "NEC PC-98 Veriyolu Faresi" *nEC1F00.DeviceDesc = "NEC PC-98 Veriyolu Faresi"
[Strings.0422] [Strings.0422]
MouseClassName = "Миші та інші вказівні пристрої" MouseClassName = "Миші та інші вказівні пристрої"
LocationOverride = "приєднано до порту миші PS/2"
StdMfg = "(Стандартні миші)" StdMfg = "(Стандартні миші)"
SERIAL_MOUSE.DeviceDesc = "Стандартна послідовна миша" SERIAL_MOUSE.DeviceDesc = "Стандартна послідовна миша"
PS2_MOUSE.DeviceDesc = "Стандартна миша PS/2" PS2_MOUSE.DeviceDesc = "Стандартна миша PS/2"
LocationOverride = "приєднано до порту миші PS/2"
HID_MOUSE.DeviceDesc = "HID-миша" HID_MOUSE.DeviceDesc = "HID-миша"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "Порт PS/2 для миші PS/2-типу" *PNP0F13.DeviceDesc = "Порт PS/2 для миші PS/2-типу"
*IBM3780.DeviceDesc = "Трекпойнт IBM PS/2" *IBM3780.DeviceDesc = "Трекпойнт IBM PS/2"
*PNP0F08.DeviceDesc = "Послідовна миша Logitech" *PNP0F08.DeviceDesc = "Послідовна миша Logitech"
*PNP0F12.DeviceDesc = "Миша Logitech PS/2-типу" *PNP0F12.DeviceDesc = "Миша Logitech PS/2-типу"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Послідовна миша Microsoft" *PNP0F01.DeviceDesc = "Послідовна миша Microsoft"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Миша Microsoft PS/2-типу" *PNP0F03.DeviceDesc = "Миша Microsoft PS/2-типу"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0427] [Strings.0427]
@ -535,21 +495,18 @@ StdMfg = "(Standartinė pelė)"
SERIAL_MOUSE.DeviceDesc = "Standartinė nuoseklioji pelė" SERIAL_MOUSE.DeviceDesc = "Standartinė nuoseklioji pelė"
PS2_MOUSE.DeviceDesc = "Standartinė PS/2 pelė" PS2_MOUSE.DeviceDesc = "Standartinė PS/2 pelė"
HID_MOUSE.DeviceDesc = "HID pelė" HID_MOUSE.DeviceDesc = "HID pelė"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "PS/2 jungtis PS/2 tipo pelei" *PNP0F13.DeviceDesc = "PS/2 jungtis PS/2 tipo pelei"
*IBM3780.DeviceDesc = "IBM PS/2 rutulinis manipuliatorius" *IBM3780.DeviceDesc = "IBM PS/2 rutulinis manipuliatorius"
*PNP0F08.DeviceDesc = "Logitech nuoseklioji pelė" *PNP0F08.DeviceDesc = "Logitech nuoseklioji pelė"
*PNP0F12.DeviceDesc = "Logitech PS/2 tipo pelė" *PNP0F12.DeviceDesc = "Logitech PS/2 tipo pelė"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Microsoft nuoseklioji pelė" *PNP0F01.DeviceDesc = "Microsoft nuoseklioji pelė"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Microsoft PS/2 tipo pelė" *PNP0F03.DeviceDesc = "Microsoft PS/2 tipo pelė"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0804] [Strings.0804]
@ -557,44 +514,39 @@ StdMfg = "(标准鼠标)"
SERIAL_MOUSE.DeviceDesc = "标准串口鼠标" SERIAL_MOUSE.DeviceDesc = "标准串口鼠标"
PS2_MOUSE.DeviceDesc = "标准 PS/2 鼠标" PS2_MOUSE.DeviceDesc = "标准 PS/2 鼠标"
HID_MOUSE.DeviceDesc = "HID 鼠标" HID_MOUSE.DeviceDesc = "HID 鼠标"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "用于 PS/2 风格鼠标的 PS/2 端口" *PNP0F13.DeviceDesc = "用于 PS/2 风格鼠标的 PS/2 端口"
*PNP0F08.DeviceDesc = "Logitech 串口鼠标" *PNP0F08.DeviceDesc = "Logitech 串口鼠标"
*PNP0F12.DeviceDesc = "Logitech PS/2 风格鼠标" *PNP0F12.DeviceDesc = "Logitech PS/2 风格鼠标"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Microsoft 串口鼠标" *PNP0F01.DeviceDesc = "Microsoft 串口鼠标"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Microsoft PS/2 风格鼠标" *PNP0F03.DeviceDesc = "Microsoft PS/2 风格鼠标"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0816] [Strings.0816]
MouseClassName = "Ratos e outros dispositivos apontadores" MouseClassName = "Ratos e outros dispositivos apontadores"
LocationOverride = "Ligado à porta PS/2 do rato"
StdMfg = "(Rato padrão)" StdMfg = "(Rato padrão)"
SERIAL_MOUSE.DeviceDesc = "Rato série padrão" SERIAL_MOUSE.DeviceDesc = "Rato série padrão"
PS2_MOUSE.DeviceDesc = "Rato PS/2 padrão" PS2_MOUSE.DeviceDesc = "Rato PS/2 padrão"
LocationOverride = "Ligado à porta PS/2 do rato"
HID_MOUSE.DeviceDesc = "Rato oculto" HID_MOUSE.DeviceDesc = "Rato oculto"
*PNP0F0D.DeviceDesc = "Standard InPort Mouse" *PNP0F0D.DeviceDesc = "Standard InPort Mouse"
*PNP0F11.DeviceDesc = "Standard Bus Mouse" *PNP0F11.DeviceDesc = "Standard Bus Mouse"
*PNP0F13.DeviceDesc = "Porta PS/2 para rato PS/2" *PNP0F13.DeviceDesc = "Porta PS/2 para rato PS/2"
*IBM3780.DeviceDesc = "Trackpoint PS/2 da IBM" *IBM3780.DeviceDesc = "Trackpoint PS/2 da IBM"
*PNP0F08.DeviceDesc = "Rato série da Logitech" *PNP0F08.DeviceDesc = "Rato série da Logitech"
*PNP0F12.DeviceDesc = "Rato PS/2 da Logitech" *PNP0F12.DeviceDesc = "Rato PS/2 da Logitech"
*PNP0F15.DeviceDesc = "Logitech Bus Mouse" *PNP0F15.DeviceDesc = "Logitech Bus Mouse"
*PNP0F00.DeviceDesc = "Microsoft Bus Mouse" *PNP0F00.DeviceDesc = "Microsoft Bus Mouse"
*PNP0F01.DeviceDesc = "Rato série de Microsoft" *PNP0F01.DeviceDesc = "Rato série de Microsoft"
*PNP0F02.DeviceDesc = "Microsoft InPort Mouse" *PNP0F02.DeviceDesc = "Microsoft InPort Mouse"
*PNP0F03.DeviceDesc = "Rato PS/2 da Microsoft" *PNP0F03.DeviceDesc = "Rato PS/2 da Microsoft"
*nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse" *nEC1F00.DeviceDesc = "NEC PC-98 Bus Mouse"
[Strings.0C04] [Strings.0C04]
@ -604,19 +556,16 @@ StdMfg = "(標準滑鼠)"
SERIAL_MOUSE.DeviceDesc = "標準序列滑鼠" SERIAL_MOUSE.DeviceDesc = "標準序列滑鼠"
PS2_MOUSE.DeviceDesc = "標準 PS/2 滑鼠" PS2_MOUSE.DeviceDesc = "標準 PS/2 滑鼠"
HID_MOUSE.DeviceDesc = "HID 滑鼠" HID_MOUSE.DeviceDesc = "HID 滑鼠"
*PNP0F0D.DeviceDesc = "標準 InPort 滑鼠" *PNP0F0D.DeviceDesc = "標準 InPort 滑鼠"
*PNP0F11.DeviceDesc = "標準匯流排滑鼠" *PNP0F11.DeviceDesc = "標準匯流排滑鼠"
*PNP0F13.DeviceDesc = "用於 PS/2 風格滑鼠嘅 PS/2 連接埠" *PNP0F13.DeviceDesc = "用於 PS/2 風格滑鼠嘅 PS/2 連接埠"
*IBM3780.DeviceDesc = "IBM PS/2 Trackpoint 指點桿" *IBM3780.DeviceDesc = "IBM PS/2 Trackpoint 指點桿"
*PNP0F08.DeviceDesc = "Logitech 序列滑鼠" *PNP0F08.DeviceDesc = "Logitech 序列滑鼠"
*PNP0F12.DeviceDesc = "Logitech PS/2 風格滑鼠" *PNP0F12.DeviceDesc = "Logitech PS/2 風格滑鼠"
*PNP0F15.DeviceDesc = "Logitech 匯流排滑鼠" *PNP0F15.DeviceDesc = "Logitech 匯流排滑鼠"
*PNP0F00.DeviceDesc = "Microsoft 匯流排滑鼠" *PNP0F00.DeviceDesc = "Microsoft 匯流排滑鼠"
*PNP0F01.DeviceDesc = "Microsoft 序列滑鼠" *PNP0F01.DeviceDesc = "Microsoft 序列滑鼠"
*PNP0F02.DeviceDesc = "Microsoft InPort 滑鼠" *PNP0F02.DeviceDesc = "Microsoft InPort 滑鼠"
*PNP0F03.DeviceDesc = "Microsoft PS/2 風格滑鼠" *PNP0F03.DeviceDesc = "Microsoft PS/2 風格滑鼠"
*nEC1F00.DeviceDesc = "NEC PC-98 匯流排滑鼠" *nEC1F00.DeviceDesc = "NEC PC-98 匯流排滑鼠"

View file

@ -17,7 +17,7 @@ DriverVer = 04/12/2006,1.00
[ReactOS] [ReactOS]
%MS_TCPIP.DisplayName% = MS_TCPIP.PrimaryInstall, MS_TCPIP %MS_TCPIP.DisplayName% = MS_TCPIP.PrimaryInstall, MS_TCPIP
;----------------------------- TCP/IPv4 DRIVER ---------------------------- ;--------------------------- TCP/IPv4 DRIVER ----------------------------
[MS_TCPIP.PrimaryInstall] [MS_TCPIP.PrimaryInstall]
Characteristics = 0xA0 Characteristics = 0xA0
@ -232,7 +232,6 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog9\Ca
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00 00,00,00,00,00,00,00,00
[MS_TCPIP.PrimaryInstall.Services] [MS_TCPIP.PrimaryInstall.Services]
AddService = Tcpip, , tcpip_Service_Inst AddService = Tcpip, , tcpip_Service_Inst
AddService = DHCP, , dhcp_Service_Inst AddService = DHCP, , dhcp_Service_Inst

View file

@ -129,7 +129,6 @@ StdMfg = "(Puertos estándar)"
*PNP0400.DeviceDesc = "Puerto de impresora" *PNP0400.DeviceDesc = "Puerto de impresora"
*PNP0401.DeviceDesc = "Puerto de impresora" *PNP0401.DeviceDesc = "Puerto de impresora"
[Strings.040C] [Strings.040C]
PortsClassName = "Ports série et parallèle" PortsClassName = "Ports série et parallèle"

View file

@ -29,7 +29,7 @@ DefaultDestDir = 12
%GEN_SCSIADAPTER.DeviceDesc% = NO_DRV,,GEN_SCSIADAPTER %GEN_SCSIADAPTER.DeviceDesc% = NO_DRV,,GEN_SCSIADAPTER
%PCI\VEN_104B&CC_0100.DeviceDesc% = BusLogic_Inst,PCI\VEN_104B&CC_0100 %PCI\VEN_104B&CC_0100.DeviceDesc% = BusLogic_Inst,PCI\VEN_104B&CC_0100
;----------------------------- ScsiPort Driver ---------------------------- ;--------------------------- SCSIPORT DRIVER ----------------------------
[Scsiport_CopyFiles.NT] [Scsiport_CopyFiles.NT]
scsiport.sys scsiport.sys
@ -48,7 +48,7 @@ LoadOrderGroup = SCSI Port
[NO_DRV.Services] [NO_DRV.Services]
AddService = , 0x00000002 AddService = , 0x00000002
;----------------------------- BusLogic Driver ---------------------------- ;--------------------------- BUSLOGIC DRIVER ----------------------------
[BusLogic_Inst.NT] [BusLogic_Inst.NT]
CopyFiles = BusLogic_CopyFiles.NT, Scsiport_CopyFiles.NT CopyFiles = BusLogic_CopyFiles.NT, Scsiport_CopyFiles.NT
@ -67,7 +67,7 @@ ErrorControl = 0
ServiceBinary = %12%\buslogic.sys ServiceBinary = %12%\buslogic.sys
LoadOrderGroup = SCSI Miniport LoadOrderGroup = SCSI Miniport
;--------------------------------- Strings --------------------------------- ;-------------------------------- STRINGS -------------------------------
[Strings] [Strings]
; Non-localizable ; Non-localizable
@ -78,6 +78,7 @@ SCSIClassName = "SCSI and RAID Controllers"
GenericMfg = "(Standard SCSI and RAID controllers)" GenericMfg = "(Standard SCSI and RAID controllers)"
GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID Host Controller" GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID Host Controller"
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI Controller" PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI Controller"
[Strings.0404] [Strings.0404]
@ -85,12 +86,14 @@ SCSIClassName = "SCSI / RAID 控制器"
GenericMfg = "(標準 SCSI / RAID 控制器)" GenericMfg = "(標準 SCSI / RAID 控制器)"
GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID 主機控制器" GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID 主機控制器"
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI 控制器" PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI 控制器"
[Strings.0405] [Strings.0405]
SCSIClassName = "SCSI a RAID řadiče" SCSIClassName = "SCSI a RAID řadiče"
GenericMfg = "(Standardní SCSI a RAID řadiče)" GenericMfg = "(Standardní SCSI a RAID řadiče)"
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI řadič" PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI řadič"
[Strings.0407] [Strings.0407]
@ -103,6 +106,7 @@ SCSIClassName = "Controladores SCSI y RAID"
GenericMfg = "(Controladores estándar SCSI y RAID)" GenericMfg = "(Controladores estándar SCSI y RAID)"
GEN_SCSIADAPTER.DeviceDesc = "Controlador Huésped de SCSI/RAID" GEN_SCSIADAPTER.DeviceDesc = "Controlador Huésped de SCSI/RAID"
PCI\VEN_104B&CC_0100.DeviceDesc = "Controlador SCSI BusLogic" PCI\VEN_104B&CC_0100.DeviceDesc = "Controlador SCSI BusLogic"
[Strings.040C] [Strings.040C]
@ -114,24 +118,28 @@ GenericMfg = "(Contrôleur standard SCSI et RAID)"
SCSIClassName = "SCSIおよびRAID コントローラ" SCSIClassName = "SCSIおよびRAID コントローラ"
GenericMfg = "(スタンダード SCSI および RAID コントローラ)" GenericMfg = "(スタンダード SCSI および RAID コントローラ)"
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI コントローラ" PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI コントローラ"
[Strings.0415] [Strings.0415]
SCSIClassName = "Kontrolery SCSI i RAID" SCSIClassName = "Kontrolery SCSI i RAID"
GenericMfg = "(Standardowe kontrolery SCSI i RAID)" GenericMfg = "(Standardowe kontrolery SCSI i RAID)"
PCI\VEN_104B&CC_0100.DeviceDesc = "Kontroler SCSI BusLogic" PCI\VEN_104B&CC_0100.DeviceDesc = "Kontroler SCSI BusLogic"
[Strings.0416] [Strings.0416]
SCSIClassName = "Controladores SCSI e RAID" SCSIClassName = "Controladores SCSI e RAID"
GenericMfg = "(Controladores SCSI e RAID padrão)" GenericMfg = "(Controladores SCSI e RAID padrão)"
PCI\VEN_104B&CC_0100.DeviceDesc = "Controlador SCSI BusLogic" PCI\VEN_104B&CC_0100.DeviceDesc = "Controlador SCSI BusLogic"
[Strings.0418] [Strings.0418]
SCSIClassName = "Dispozitive de control SCSI și RAID" SCSIClassName = "Dispozitive de control SCSI și RAID"
GenericMfg = "(dispozitiv standard de control SCSI și RAID)" GenericMfg = "(dispozitiv standard de control SCSI și RAID)"
PCI\VEN_104B&CC_0100.DeviceDesc = "Dispozitiv de control SCSI BusLogic" PCI\VEN_104B&CC_0100.DeviceDesc = "Dispozitiv de control SCSI BusLogic"
[Strings.0419] [Strings.0419]
@ -139,12 +147,14 @@ SCSIClassName = "SCSI и RAID контроллеры"
GenericMfg = "(Стандартные SCSI и RAID контроллеры)" GenericMfg = "(Стандартные SCSI и RAID контроллеры)"
GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID хост-контроллер" GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID хост-контроллер"
PCI\VEN_104B&CC_0100.DeviceDesc = "Контроллер BusLogic SCSI" PCI\VEN_104B&CC_0100.DeviceDesc = "Контроллер BusLogic SCSI"
[Strings.041B] [Strings.041B]
SCSIClassName = "SCSI a RAID radiče" SCSIClassName = "SCSI a RAID radiče"
GenericMfg = "(Štandardné SCSI a RAID radiče)" GenericMfg = "(Štandardné SCSI a RAID radiče)"
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI radič" PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI radič"
[Strings.041f] [Strings.041f]
@ -152,18 +162,21 @@ SCSIClassName = "SCSI ve RAID Denetleyicileri"
GenericMfg = "(Standart SCSI ve RAID Denetleyicileri)" GenericMfg = "(Standart SCSI ve RAID Denetleyicileri)"
GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID Ana Denetleyicisi" GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID Ana Denetleyicisi"
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI Denetleyicisi" PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI Denetleyicisi"
[Strings.0422] [Strings.0422]
SCSIClassName = "SCSI і RAID контроллери" SCSIClassName = "SCSI і RAID контроллери"
GenericMfg = "(Стандартні SCSI і RAID контроллери)" GenericMfg = "(Стандартні SCSI і RAID контроллери)"
PCI\VEN_104B&CC_0100.DeviceDesc = "Контроллер BusLogic SCSI" PCI\VEN_104B&CC_0100.DeviceDesc = "Контроллер BusLogic SCSI"
[Strings.0427] [Strings.0427]
SCSIClassName = "SCSI ir RAID valdikliai" SCSIClassName = "SCSI ir RAID valdikliai"
GenericMfg = "(Standartiniai SCSI ir RAID valdikliai)" GenericMfg = "(Standartiniai SCSI ir RAID valdikliai)"
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI valdiklis" PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI valdiklis"
[Strings.0804] [Strings.0804]
@ -174,6 +187,7 @@ PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI 控制器"
SCSIClassName = "Controladores SCSI e RAID" SCSIClassName = "Controladores SCSI e RAID"
GenericMfg = "(Controladores SCSI e RAID padrão)" GenericMfg = "(Controladores SCSI e RAID padrão)"
PCI\VEN_104B&CC_0100.DeviceDesc = "Controlador SCSI BusLogic" PCI\VEN_104B&CC_0100.DeviceDesc = "Controlador SCSI BusLogic"
[Strings.0C04] [Strings.0C04]
@ -181,4 +195,5 @@ SCSIClassName = "SCSI / RAID 控制器"
GenericMfg = "(標準 SCSI / RAID 控制器)" GenericMfg = "(標準 SCSI / RAID 控制器)"
GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID 主機控制器" GEN_SCSIADAPTER.DeviceDesc = "SCSI/RAID 主機控制器"
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI 控制器" PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI 控制器"

View file

@ -68,7 +68,6 @@ QuickLaunchShortcuts=26, Microsoft\Internet Explorer\Quick Launch
%SystemRoot%\system32\cmd.exe, %CMD_TITLE%, %CMD_DESC%, 0, %HOMEDRIVE%%HOMEPATH% %SystemRoot%\system32\cmd.exe, %CMD_TITLE%, %CMD_DESC%, 0, %HOMEDRIVE%%HOMEPATH%
%SystemRoot%\system32\rapps.exe, %RAPPS_TITLE_SHORT%, %RAPPS_DESC%, 0 %SystemRoot%\system32\rapps.exe, %RAPPS_TITLE_SHORT%, %RAPPS_DESC%, 0
;-------------------------------- STRINGS ------------------------------- ;-------------------------------- STRINGS -------------------------------
[Strings] [Strings]
@ -140,7 +139,6 @@ UTILMAN_DESC=Launch Accessibility Utility Manager
IEXPLORE_TITLE=Wine Internet Explorer IEXPLORE_TITLE=Wine Internet Explorer
IEXPLORE_DESC=Wine Web Browser IEXPLORE_DESC=Wine Web Browser
; Bulgarian
[Strings.0402] [Strings.0402]
ACCESSORIES=Принадлежности ACCESSORIES=Принадлежности
SYSTOOLS=Системни средства SYSTOOLS=Системни средства
@ -201,7 +199,6 @@ WINMINE_DESC=Минички
SPIDER_TITLE=Пасианс „Паяк“ SPIDER_TITLE=Пасианс „Паяк“
SPIDER_DESC=Пасианс „Паяк“ SPIDER_DESC=Пасианс „Паяк“
; Traditional Chinese
[Strings.0404] [Strings.0404]
ACCESSORIES=附屬應用程式 ACCESSORIES=附屬應用程式
SYSTOOLS=系統管理工具 SYSTOOLS=系統管理工具
@ -271,7 +268,6 @@ UTILMAN_DESC=啟動協助工具管理員
IEXPLORE_TITLE=Wine Internet Explorer IEXPLORE_TITLE=Wine Internet Explorer
IEXPLORE_DESC=瀏覽網際網路上的網頁 IEXPLORE_DESC=瀏覽網際網路上的網頁
; Czech
[Strings.0405] [Strings.0405]
ACCESSORIES=Příslušenství ACCESSORIES=Příslušenství
SYSTOOLS=Systémové nástroje SYSTOOLS=Systémové nástroje
@ -332,7 +328,6 @@ WINMINE_DESC=Spustit WineMine
SPIDER_TITLE=Spider Solitaire SPIDER_TITLE=Spider Solitaire
SPIDER_DESC=Spider Solitaire SPIDER_DESC=Spider Solitaire
; German
[Strings.0407] [Strings.0407]
ACCESSORIES=Zubehör ACCESSORIES=Zubehör
SYSTOOLS=Systemprogramme SYSTOOLS=Systemprogramme
@ -398,7 +393,6 @@ SPIDER_DESC=Spider Solitär
UTILMAN_TITLE=Eingabehilfen-Manager UTILMAN_TITLE=Eingabehilfen-Manager
UTILMAN_DESC=Eingabehilfen-Manager starten UTILMAN_DESC=Eingabehilfen-Manager starten
; Greek
[Strings.0408] [Strings.0408]
ACCESSORIES=Βοηθήματα ACCESSORIES=Βοηθήματα
SYSTOOLS=Εργαλεία Συστήματος SYSTOOLS=Εργαλεία Συστήματος
@ -459,7 +453,6 @@ WINMINE_DESC=Ναρκαλιευτής
SPIDER_TITLE=Spider Solitaire SPIDER_TITLE=Spider Solitaire
SPIDER_DESC=Spider Solitaire SPIDER_DESC=Spider Solitaire
; Spanish
[Strings.0a] [Strings.0a]
ACCESSORIES=Accesorios ACCESSORIES=Accesorios
SYSTOOLS=Herramientas del sistema SYSTOOLS=Herramientas del sistema
@ -527,7 +520,6 @@ SPIDER_DESC=Jugar al popular juego de cartas de un sólo jugador.
UTILMAN_TITLE=Herramientas de Accesibilidad UTILMAN_TITLE=Herramientas de Accesibilidad
UTILMAN_DESC=Gestiona las Herramientas de Accesibilidad y su interacción con el sistema. UTILMAN_DESC=Gestiona las Herramientas de Accesibilidad y su interacción con el sistema.
; Estonian
[Strings.0425] [Strings.0425]
ACCESSORIES=Tarvikud ACCESSORIES=Tarvikud
SYSTOOLS=Süsteemi tööriistad SYSTOOLS=Süsteemi tööriistad
@ -593,7 +585,6 @@ WINMINE_DESC=WineMine
SPIDER_TITLE=Spider Solitaire SPIDER_TITLE=Spider Solitaire
SPIDER_DESC=Spider Solitaire SPIDER_DESC=Spider Solitaire
; French
[Strings.040C] [Strings.040C]
ACCESSORIES=Accessoires ACCESSORIES=Accessoires
SYSTOOLS=Outils système SYSTOOLS=Outils système
@ -663,7 +654,6 @@ UTILMAN_DESC=Lance le gestionnaire d'utilitaires d'accessibilité
IEXPLORE_TITLE=Wine Internet Explorer IEXPLORE_TITLE=Wine Internet Explorer
IEXPLORE_DESC=Lance le navigateur Wine Internet Explorer IEXPLORE_DESC=Lance le navigateur Wine Internet Explorer
; Hebrew
[Strings.040D] [Strings.040D]
ACCESSORIES=עזרים ACCESSORIES=עזרים
SYSTOOLS=כלי מערכת SYSTOOLS=כלי מערכת
@ -728,7 +718,6 @@ SPIDER_DESC=סוליטייר עכביש
UTILMAN_TITLE=מנהל כלי הנגישות UTILMAN_TITLE=מנהל כלי הנגישות
UTILMAN_DESC=הפעל את מנהל כלי הנגישות UTILMAN_DESC=הפעל את מנהל כלי הנגישות
; Hungarian
[Strings.040E] [Strings.040E]
ACCESSORIES=Kellékek ACCESSORIES=Kellékek
SYSTOOLS=Rendszereszközök SYSTOOLS=Rendszereszközök
@ -796,7 +785,6 @@ SPIDER_DESC=Fekete Özvegy
UTILMAN_TITLE=Kisegítő lehetőségek kezelő UTILMAN_TITLE=Kisegítő lehetőségek kezelő
UTILMAN_DESC=Kisegítő lehetőségek kezelő indítása UTILMAN_DESC=Kisegítő lehetőségek kezelő indítása
; Indonesian
[Strings.0421] [Strings.0421]
ACCESSORIES=Aksesoris ACCESSORIES=Aksesoris
SYSTOOLS=Alat Sistem SYSTOOLS=Alat Sistem
@ -857,7 +845,6 @@ WINMINE_DESC=Buka WineMine
SPIDER_TITLE=Spider Solitaire SPIDER_TITLE=Spider Solitaire
SPIDER_DESC=Buka Spider Solitaire SPIDER_DESC=Buka Spider Solitaire
; Italian
[Strings.0410] [Strings.0410]
ACCESSORIES=Accessori ACCESSORIES=Accessori
SYSTOOLS=Strumenti di sistema SYSTOOLS=Strumenti di sistema
@ -921,7 +908,6 @@ WINMINE_DESC=Campo minato
SPIDER_TITLE=Spider SPIDER_TITLE=Spider
SPIDER_DESC=Spider SPIDER_DESC=Spider
; Japanese
[Strings.0411] [Strings.0411]
ACCESSORIES=アクセサリ ACCESSORIES=アクセサリ
SYSTOOLS=システムツール SYSTOOLS=システムツール
@ -982,7 +968,6 @@ WINMINE_DESC=WineMine
SPIDER_TITLE=スパイダ ソリティア SPIDER_TITLE=スパイダ ソリティア
SPIDER_DESC=スパイダ ソリティア SPIDER_DESC=スパイダ ソリティア
; Dutch
[Strings.0413] [Strings.0413]
ACCESSORIES=Accessories ACCESSORIES=Accessories
SYSTOOLS=System Tools SYSTOOLS=System Tools
@ -1046,7 +1031,6 @@ WINMINE_DESC=WineMine
SPIDER_TITLE=Spider Solitaire SPIDER_TITLE=Spider Solitaire
SPIDER_DESC=Spider Solitaire SPIDER_DESC=Spider Solitaire
; Norwegian
[Strings.0414] [Strings.0414]
ACCESSORIES=Tilbehør ACCESSORIES=Tilbehør
SYSTOOLS=Systemverktøy SYSTOOLS=Systemverktøy
@ -1107,7 +1091,6 @@ WINMINE_DESC=Minnesveiper
SPIDER_TITLE=Spider Solitaire SPIDER_TITLE=Spider Solitaire
SPIDER_DESC=Spider Solitaire SPIDER_DESC=Spider Solitaire
; Polish
[Strings.0415] [Strings.0415]
ACCESSORIES=Akcesoria ACCESSORIES=Akcesoria
SYSTOOLS=Narzędzia systemowe SYSTOOLS=Narzędzia systemowe
@ -1175,7 +1158,6 @@ SPIDER_DESC=Pasjans Pająk
UTILMAN_TITLE=Menedżer narzędzi ułatwienia dostępu UTILMAN_TITLE=Menedżer narzędzi ułatwienia dostępu
UTILMAN_DESC=Uruchom Menedżer narzędzi ułatwienia dostępu UTILMAN_DESC=Uruchom Menedżer narzędzi ułatwienia dostępu
; Portuguese - Brazil
[Strings.0416] [Strings.0416]
ACCESSORIES=Acessórios ACCESSORIES=Acessórios
SYSTOOLS=Ferramentas de Sistema SYSTOOLS=Ferramentas de Sistema
@ -1239,7 +1221,6 @@ WINMINE_DESC=WineMine
SPIDER_TITLE=Spider Solitaire SPIDER_TITLE=Spider Solitaire
SPIDER_DESC=Spider Solitaire SPIDER_DESC=Spider Solitaire
; Portuguese - Portugal
[Strings.0816] [Strings.0816]
ACCESSORIES=Acessórios ACCESSORIES=Acessórios
SYSTOOLS=Ferramentas de Sistema SYSTOOLS=Ferramentas de Sistema
@ -1303,7 +1284,6 @@ WINMINE_DESC=WineMine
SPIDER_TITLE=Spider Solitaire SPIDER_TITLE=Spider Solitaire
SPIDER_DESC=Spider Solitaire SPIDER_DESC=Spider Solitaire
; Romanian
[Strings.0418] [Strings.0418]
ACCESSORIES=Accesorii ACCESSORIES=Accesorii
SYSTOOLS=Instrumente de sistem SYSTOOLS=Instrumente de sistem
@ -1369,7 +1349,6 @@ WINMINE_DESC=Joc de deminare.
SPIDER_TITLE=Pasiență-păianjen SPIDER_TITLE=Pasiență-păianjen
SPIDER_DESC=Joc de pasiență. SPIDER_DESC=Joc de pasiență.
; Russian
[Strings.0419] [Strings.0419]
ACCESSORIES=Стандартные ACCESSORIES=Стандартные
SYSTOOLS=Служебные SYSTOOLS=Служебные
@ -1437,7 +1416,6 @@ SPIDER_DESC=Пасьянс Паук
UTILMAN_TITLE=Диспетчер служебных программ UTILMAN_TITLE=Диспетчер служебных программ
UTILMAN_DESC=Обеспечивает запуск и настройку программ поддержки специальных возможностей. UTILMAN_DESC=Обеспечивает запуск и настройку программ поддержки специальных возможностей.
; Slovak
[Strings.041B] [Strings.041B]
ACCESSORIES=Príslušenstvo ACCESSORIES=Príslušenstvo
SYSTOOLS=Systémové nástroje SYSTOOLS=Systémové nástroje
@ -1498,7 +1476,6 @@ WINMINE_DESC=Míny
SPIDER_TITLE=Pavúčí solitér SPIDER_TITLE=Pavúčí solitér
SPIDER_DESC=Pavúčí solitér SPIDER_DESC=Pavúčí solitér
; Turkish
[Strings.041f] [Strings.041f]
ACCESSORIES=Donatılar ACCESSORIES=Donatılar
SYSTOOLS=Sistem Araçları SYSTOOLS=Sistem Araçları
@ -1566,7 +1543,6 @@ UTILMAN_DESC=Erişilebilirlik Araçları Yöneticisi'ni başlat
IEXPLORE_TITLE=Wine Internet Explorer IEXPLORE_TITLE=Wine Internet Explorer
IEXPLORE_DESC=Wine Web Tarayıcısı IEXPLORE_DESC=Wine Web Tarayıcısı
; Ukrainian
[Strings.0422] [Strings.0422]
ACCESSORIES=Стандартні ACCESSORIES=Стандартні
SYSTOOLS=Службові SYSTOOLS=Службові
@ -1632,7 +1608,6 @@ SPIDER_DESC=Пас'янс Павук
UTILMAN_TITLE=Диспетчер службових програм UTILMAN_TITLE=Диспетчер службових програм
UTILMAN_DESC=Забезпечує запуск і настройку програм підтримки спеціальних можливостей. UTILMAN_DESC=Забезпечує запуск і настройку програм підтримки спеціальних можливостей.
; Basque
[Strings.042D] [Strings.042D]
ACCESSORIES=Osagarriak ACCESSORIES=Osagarriak
SYSTOOLS=Sistemaren Tresnak SYSTOOLS=Sistemaren Tresnak
@ -1700,7 +1675,6 @@ SPIDER_DESC=Jugar al popular juego de cartas de un sólo jugador.
UTILMAN_TITLE=Irisgarritasun tresnak UTILMAN_TITLE=Irisgarritasun tresnak
UTILMAN_DESC=Gestiona las Herramientas de Accesibilidad y su interacción con el sistema. UTILMAN_DESC=Gestiona las Herramientas de Accesibilidad y su interacción con el sistema.
; Simplified Chinese
[Strings.0804] [Strings.0804]
ACCESSORIES=附件 ACCESSORIES=附件
SYSTOOLS=系统工具 SYSTOOLS=系统工具
@ -1766,7 +1740,6 @@ WINMINE_DESC=扫雷
SPIDER_TITLE=蜘蛛纸牌 SPIDER_TITLE=蜘蛛纸牌
SPIDER_DESC=蜘蛛纸牌 SPIDER_DESC=蜘蛛纸牌
; Chinese Hong Kong
[Strings.0c04] [Strings.0c04]
ACCESSORIES=附屬應用程式 ACCESSORIES=附屬應用程式
SYSTOOLS=系統管理工具 SYSTOOLS=系統管理工具

View file

@ -1,15 +1,12 @@
;
; For Windows, this file controls various aspects of the Installation and ; For Windows, this file controls various aspects of the Installation and
; Upgrade process. If you know a good documentation about this file, ; Upgrade process. If you know a good documentation about this file,
; please add a link here. ; please add a link here.
;
;
[Version] [Version]
Signature = "$Windows NT$" Signature = "$Windows NT$"
;Signature = "$ReactOS$" ;Signature = "$ReactOS$"
ClassGUID={00000000-0000-0000-0000-000000000000} ClassGUID={00000000-0000-0000-0000-000000000000}
; These .INFs install the device classes ; These .INFs install the device classes
[DeviceInfsToInstall] [DeviceInfsToInstall]
; MS uses netnovel.inf as class-installer INF for NICs ; MS uses netnovel.inf as class-installer INF for NICs

View file

@ -19,7 +19,7 @@ DefaultDestDir = 12
%USB\COMPOSITE.DeviceDesc% = usbccgp_Inst,USB\COMPOSITE %USB\COMPOSITE.DeviceDesc% = usbccgp_Inst,USB\COMPOSITE
%USB\CLASS_09.DeviceDesc% = usbhub_Inst,USB\CLASS_09 %USB\CLASS_09.DeviceDesc% = usbhub_Inst,USB\CLASS_09
;----------------------- GENERIC USB HUB DRIVER ------------------------- ;------------------------ GENERIC USB HUB DRIVER ------------------------
[usbhub_Inst.NT] [usbhub_Inst.NT]
CopyFiles = usbhub_CopyFiles.NT CopyFiles = usbhub_CopyFiles.NT
@ -37,7 +37,7 @@ ErrorControl = 1
ServiceBinary = %12%\usbhub.sys ServiceBinary = %12%\usbhub.sys
LoadOrderGroup = Base LoadOrderGroup = Base
;----------------------- COMMON GENERIC PARENT DRIVER ------------------------- ;----------------------- COMMON GENERIC PARENT DRIVER -------------------
[usbccgp_Inst.NT] [usbccgp_Inst.NT]
CopyFiles = usbccgp_CopyFiles.NT CopyFiles = usbccgp_CopyFiles.NT
@ -80,7 +80,6 @@ USB\CLASS_09.DeviceDesc = "Obecný USB rozbočovač"
GenericMfg = "(Generischer USB-Hub)" GenericMfg = "(Generischer USB-Hub)"
USB\CLASS_09.DeviceDesc = "Generischer USB-Hub" USB\CLASS_09.DeviceDesc = "Generischer USB-Hub"
; Spanish
[Strings.0C0A] [Strings.0C0A]
GenericMfg = "(Concentrador raíz USB estándar)" GenericMfg = "(Concentrador raíz USB estándar)"
USB\CLASS_09.DeviceDesc = "Concentrador raíz USB estándar" USB\CLASS_09.DeviceDesc = "Concentrador raíz USB estándar"

View file

@ -119,6 +119,8 @@ LoadOrderGroup = Base
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS = "ReactOS Project"
IntelMfg = "Intel"
; Localizable ; Localizable
USBClassName = "USB Controllers" USBClassName = "USB Controllers"
@ -127,8 +129,6 @@ PCI\CC_0C0300.DeviceDesc = "UHCI USB controller"
PCI\CC_0C0310.DeviceDesc = "OHCI USB controller" PCI\CC_0C0310.DeviceDesc = "OHCI USB controller"
PCI\CC_0C0320.DeviceDesc = "EHCI USB controller" PCI\CC_0C0320.DeviceDesc = "EHCI USB controller"
USB\ROOT_HUB.DeviceDesc = "Root hub" USB\ROOT_HUB.DeviceDesc = "Root hub"
IntelMfg = "Intel"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB controller" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB controller"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB controller" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB controller"
@ -140,7 +140,6 @@ PCI\CC_0C0300.DeviceDesc = "UHCI USB 控制器"
PCI\CC_0C0310.DeviceDesc = "OHCI USB 控制器" PCI\CC_0C0310.DeviceDesc = "OHCI USB 控制器"
PCI\CC_0C0320.DeviceDesc = "EHCI USB 控制器" PCI\CC_0C0320.DeviceDesc = "EHCI USB 控制器"
USB\ROOT_HUB.DeviceDesc = "根集線器" USB\ROOT_HUB.DeviceDesc = "根集線器"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB 控制器" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB 控制器"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB 控制器" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB 控制器"
@ -152,8 +151,6 @@ PCI\CC_0C0300.DeviceDesc = "UHCI USB řadič"
PCI\CC_0C0310.DeviceDesc = "OHCI USB řadič" PCI\CC_0C0310.DeviceDesc = "OHCI USB řadič"
PCI\CC_0C0320.DeviceDesc = "EHCI USB řadič" PCI\CC_0C0320.DeviceDesc = "EHCI USB řadič"
USB\ROOT_HUB.DeviceDesc = "Kořenový rozbočovač" USB\ROOT_HUB.DeviceDesc = "Kořenový rozbočovač"
IntelMfg = "Intel"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB řadič" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB řadič"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB řadič" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB řadič"
@ -174,12 +171,9 @@ PCI\CC_0C0300.DeviceDesc = "Controlador USB UHCI"
PCI\CC_0C0310.DeviceDesc = "Controlador USB OHCI" PCI\CC_0C0310.DeviceDesc = "Controlador USB OHCI"
PCI\CC_0C0320.DeviceDesc = "Controlador USB EHCI USB" PCI\CC_0C0320.DeviceDesc = "Controlador USB EHCI USB"
USB\ROOT_HUB.DeviceDesc = "Concentrador raíz USB" USB\ROOT_HUB.DeviceDesc = "Concentrador raíz USB"
IntelMfg = "Intel"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371SB PIIX3" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371SB PIIX3"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371AB/EB/MB PIIX4" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371AB/EB/MB PIIX4"
[Strings.040C] [Strings.040C]
USBClassName = "Contrôleur USB" USBClassName = "Contrôleur USB"
@ -188,7 +182,6 @@ PCI\CC_0C0300.DeviceDesc = "Contrôleur USB UHCI"
PCI\CC_0C0310.DeviceDesc = "Contrôleur USB OHCI" PCI\CC_0C0310.DeviceDesc = "Contrôleur USB OHCI"
PCI\CC_0C0320.DeviceDesc = "Contrôleur USB EHCI" PCI\CC_0C0320.DeviceDesc = "Contrôleur USB EHCI"
USB\ROOT_HUB.DeviceDesc = "Concentrateur racine" USB\ROOT_HUB.DeviceDesc = "Concentrateur racine"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Contrôleur USB Intel 82371SB PIIX3" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Contrôleur USB Intel 82371SB PIIX3"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Contrôleur USB Intel 82371AB/EB/MB PIIX4" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Contrôleur USB Intel 82371AB/EB/MB PIIX4"
@ -209,8 +202,6 @@ PCI\CC_0C0300.DeviceDesc = "Kontroler UHCI USB"
PCI\CC_0C0310.DeviceDesc = "Kontroler OHCI USB" PCI\CC_0C0310.DeviceDesc = "Kontroler OHCI USB"
PCI\CC_0C0320.DeviceDesc = "Kontroler EHCI USB" PCI\CC_0C0320.DeviceDesc = "Kontroler EHCI USB"
USB\ROOT_HUB.DeviceDesc = "Główny koncentrator USB" USB\ROOT_HUB.DeviceDesc = "Główny koncentrator USB"
IntelMfg = "Intel"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Kontroler Intel 82371SB PIIX3 USB" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Kontroler Intel 82371SB PIIX3 USB"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Kontroler Intel 82371AB/EB/MB PIIX4 USB" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Kontroler Intel 82371AB/EB/MB PIIX4 USB"
@ -222,8 +213,6 @@ PCI\CC_0C0300.DeviceDesc = "Controlador USB UHCI"
PCI\CC_0C0310.DeviceDesc = "Controlador USB OHCI" PCI\CC_0C0310.DeviceDesc = "Controlador USB OHCI"
PCI\CC_0C0320.DeviceDesc = "Controlador USB EHCI USB" PCI\CC_0C0320.DeviceDesc = "Controlador USB EHCI USB"
USB\ROOT_HUB.DeviceDesc = "Concentrador raíz USB" USB\ROOT_HUB.DeviceDesc = "Concentrador raíz USB"
IntelMfg = "Intel"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371SB PIIX3" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371SB PIIX3"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371AB/EB/MB PIIX4" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371AB/EB/MB PIIX4"
@ -235,8 +224,6 @@ PCI\CC_0C0300.DeviceDesc = "Dispozitive de control USB UHCI"
PCI\CC_0C0310.DeviceDesc = "Dispozitive de control USB OHCI" PCI\CC_0C0310.DeviceDesc = "Dispozitive de control USB OHCI"
PCI\CC_0C0320.DeviceDesc = "Dispozitive de control USB EHCI" PCI\CC_0C0320.DeviceDesc = "Dispozitive de control USB EHCI"
USB\ROOT_HUB.DeviceDesc = "Cuplator rădăcină" USB\ROOT_HUB.DeviceDesc = "Cuplator rădăcină"
IntelMfg = "Intel"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Dispozitiv de control USB Intel 82371SB PIIX3" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Dispozitiv de control USB Intel 82371SB PIIX3"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Dispozitiv de contorl USB Intel 82371AB/EB/MB PIIX4" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Dispozitiv de contorl USB Intel 82371AB/EB/MB PIIX4"
@ -248,7 +235,6 @@ PCI\CC_0C0300.DeviceDesc = "Контроллер UHCI USB"
PCI\CC_0C0310.DeviceDesc = "Контроллер OHCI USB" PCI\CC_0C0310.DeviceDesc = "Контроллер OHCI USB"
PCI\CC_0C0320.DeviceDesc = "Контроллер EHCI USB" PCI\CC_0C0320.DeviceDesc = "Контроллер EHCI USB"
USB\ROOT_HUB.DeviceDesc = "Корневой хаб" USB\ROOT_HUB.DeviceDesc = "Корневой хаб"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Контроллер Intel 82371SB PIIX3 USB" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Контроллер Intel 82371SB PIIX3 USB"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Контроллер Intel 82371AB/EB/MB PIIX4 USB" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Контроллер Intel 82371AB/EB/MB PIIX4 USB"
@ -260,7 +246,6 @@ PCI\CC_0C0300.DeviceDesc = "UHCI USB radič"
PCI\CC_0C0310.DeviceDesc = "OHCI USB radič" PCI\CC_0C0310.DeviceDesc = "OHCI USB radič"
PCI\CC_0C0320.DeviceDesc = "EHCI USB radič" PCI\CC_0C0320.DeviceDesc = "EHCI USB radič"
USB\ROOT_HUB.DeviceDesc = "Koreňový rozbočovač" USB\ROOT_HUB.DeviceDesc = "Koreňový rozbočovač"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB radič" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB radič"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB radič" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB radič"
@ -272,7 +257,6 @@ PCI\CC_0C0300.DeviceDesc = "UHCI USB valdiklis"
PCI\CC_0C0310.DeviceDesc = "OHCI USB valdiklis" PCI\CC_0C0310.DeviceDesc = "OHCI USB valdiklis"
PCI\CC_0C0320.DeviceDesc = "EHCI USB valdiklis" PCI\CC_0C0320.DeviceDesc = "EHCI USB valdiklis"
USB\ROOT_HUB.DeviceDesc = "Pagrindinis šakotuvas" USB\ROOT_HUB.DeviceDesc = "Pagrindinis šakotuvas"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB valdiklis" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB valdiklis"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB valdiklis" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB valdiklis"
@ -284,8 +268,6 @@ PCI\CC_0C0300.DeviceDesc = "UHCI USB Denetleyicisi"
PCI\CC_0C0310.DeviceDesc = "OHCI USB Denetleyicisi" PCI\CC_0C0310.DeviceDesc = "OHCI USB Denetleyicisi"
PCI\CC_0C0320.DeviceDesc = "EHCI USB Denetleyicisi" PCI\CC_0C0320.DeviceDesc = "EHCI USB Denetleyicisi"
USB\ROOT_HUB.DeviceDesc = "Kök Göbek" USB\ROOT_HUB.DeviceDesc = "Kök Göbek"
IntelMfg = "Intel"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB Denetleyicisi" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB Denetleyicisi"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB Denetleyicisi" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB Denetleyicisi"
@ -297,7 +279,6 @@ PCI\CC_0C0300.DeviceDesc = "Контроллер UHCI USB"
PCI\CC_0C0310.DeviceDesc = "Контроллер OHCI USB" PCI\CC_0C0310.DeviceDesc = "Контроллер OHCI USB"
PCI\CC_0C0320.DeviceDesc = "Контроллер EHCI USB" PCI\CC_0C0320.DeviceDesc = "Контроллер EHCI USB"
USB\ROOT_HUB.DeviceDesc = "Кореневий хаб" USB\ROOT_HUB.DeviceDesc = "Кореневий хаб"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Контроллер Intel 82371SB PIIX3 USB" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Контроллер Intel 82371SB PIIX3 USB"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Контроллер Intel 82371AB/EB/MB PIIX4 USB" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Контроллер Intel 82371AB/EB/MB PIIX4 USB"
@ -307,7 +288,6 @@ PCI\CC_0C0300.DeviceDesc = "UHCI USB 控制器"
PCI\CC_0C0310.DeviceDesc = "OHCI USB 控制器" PCI\CC_0C0310.DeviceDesc = "OHCI USB 控制器"
PCI\CC_0C0320.DeviceDesc = "EHCI USB 控制器" PCI\CC_0C0320.DeviceDesc = "EHCI USB 控制器"
USB\ROOT_HUB.DeviceDesc = "根集线器" USB\ROOT_HUB.DeviceDesc = "根集线器"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB 控制器" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB 控制器"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB 控制器" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB 控制器"
@ -319,8 +299,6 @@ PCI\CC_0C0300.DeviceDesc = "Controlador USB UHCI"
PCI\CC_0C0310.DeviceDesc = "Controlador USB OHCI" PCI\CC_0C0310.DeviceDesc = "Controlador USB OHCI"
PCI\CC_0C0320.DeviceDesc = "Controlador USB EHCI USB" PCI\CC_0C0320.DeviceDesc = "Controlador USB EHCI USB"
USB\ROOT_HUB.DeviceDesc = "Concentrador raíz USB" USB\ROOT_HUB.DeviceDesc = "Concentrador raíz USB"
IntelMfg = "Intel"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371SB PIIX3" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371SB PIIX3"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371AB/EB/MB PIIX4" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Controlador USB Intel 82371AB/EB/MB PIIX4"
@ -332,6 +310,5 @@ PCI\CC_0C0300.DeviceDesc = "UHCI USB 控制器"
PCI\CC_0C0310.DeviceDesc = "OHCI USB 控制器" PCI\CC_0C0310.DeviceDesc = "OHCI USB 控制器"
PCI\CC_0C0320.DeviceDesc = "EHCI USB 控制器" PCI\CC_0C0320.DeviceDesc = "EHCI USB 控制器"
USB\ROOT_HUB.DeviceDesc = "根集線器" USB\ROOT_HUB.DeviceDesc = "根集線器"
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB 控制器" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB 控制器"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB 控制器" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB 控制器"

View file

@ -15,11 +15,10 @@ drmk.sys
drmkaud.sys drmkaud.sys
portcls.sys portcls.sys
;; swenum
[Manufacturer] [Manufacturer]
%MfgName%=GenericMfg %ReactOS%=GenericMfg
;; Excluding drivers from the "Add New Hardware" list. ; Excluding drivers from the "Add New Hardware" list
[ControlFlags] [ControlFlags]
ExcludeFromSelect = SW\{EEC12DB6-AD9C-4168-8658-B03DAEF417FE} ExcludeFromSelect = SW\{EEC12DB6-AD9C-4168-8658-B03DAEF417FE}
ExcludeFromSelect = WDMAUDIO_CopyFilesOnlyId ExcludeFromSelect = WDMAUDIO_CopyFilesOnlyId
@ -38,17 +37,16 @@ CopyFiles=WDM.CopyFiles, FX.CopyList
AddReg = DeviceRegistration AddReg = DeviceRegistration
CopyFiles = WDM.CopyFiles CopyFiles = WDM.CopyFiles
;; DO NOT CHANGE - OEM Driver Install Hook ; DO NOT CHANGE - OEM Driver Install Hook
[WDMAUDIO.Registration.NT] [WDMAUDIO.Registration.NT]
AddReg = DeviceRegistration AddReg = DeviceRegistration
CopyFiles = WDM.CopyFiles CopyFiles = WDM.CopyFiles
;; copied to system32\drivers ; copied to system32\drivers
[WDM.CopyFiles] [WDM.CopyFiles]
drmk.sys,,,0x0100 drmk.sys,,,0x0100
portcls.sys,,,0x0100 portcls.sys,,,0x0100
[DeviceRegistration] [DeviceRegistration]
; Kmixer swenum install ; Kmixer swenum install
HKLM,%RunOnce%,"WDM_KMIXER0",,"rundll32.exe streamci.dll,StreamingDeviceSetup %WDM_KMIXER.DeviceId%,%KSNAME_Filter%,%KSCATEGORY_MIXER%,%17%\WDMAUDIO.inf,WDM_KMIXER.Interface.Install" HKLM,%RunOnce%,"WDM_KMIXER0",,"rundll32.exe streamci.dll,StreamingDeviceSetup %WDM_KMIXER.DeviceId%,%KSNAME_Filter%,%KSCATEGORY_MIXER%,%17%\WDMAUDIO.inf,WDM_KMIXER.Interface.Install"
@ -63,8 +61,8 @@ HKLM,%RunOnce%,"WDM_WDMAUD",,"rundll32.exe streamci.dll,StreamingDeviceSetup %WD
; DRMKAUD install ; DRMKAUD install
;HKLM,%RunOnce%,"WDM_DRMKAUD",,"rundll32.exe streamci,StreamingDeviceSetup %WDM_DRMKAUD.DeviceId%,%KSNAME_DRMKAUD%,%KSCATEGORY_DRM_DESCRAMBLE%,%17%\WDMAUDIO.inf,WDM_DRMKAUD.Interface.Install" ;HKLM,%RunOnce%,"WDM_DRMKAUD",,"rundll32.exe streamci,StreamingDeviceSetup %WDM_DRMKAUD.DeviceId%,%KSNAME_DRMKAUD%,%KSCATEGORY_DRM_DESCRAMBLE%,%17%\WDMAUDIO.inf,WDM_DRMKAUD.Interface.Install"
;-------------------------------------------------------------------------------- ;--------------------------- SYSAUDIO INSTALL ---------------------------
; SysAudio Install
[WDM_SYSAUDIO.Interface.Install] [WDM_SYSAUDIO.Interface.Install]
AddReg=WDM_SYSAUDIO.Interface.AddReg AddReg=WDM_SYSAUDIO.Interface.AddReg
@ -75,7 +73,6 @@ HKR,,FriendlyName,,%WDM_SYSAUDIO.FriendlyName%
[WDM_SYSAUDIO] [WDM_SYSAUDIO]
CopyFiles = WDM_SYSAUDIO.CopyFiles CopyFiles = WDM_SYSAUDIO.CopyFiles
[WDM_SYSAUDIO.CopyFiles] [WDM_SYSAUDIO.CopyFiles]
sysaudio.sys sysaudio.sys
@ -89,8 +86,8 @@ StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\sysaudio.sys ServiceBinary = %10%\system32\drivers\sysaudio.sys
;-------------------------------------------------------------------------------- ;---------------------------- KMIXER INSTALL ----------------------------
; KMixer Install
[WDM_KMIXER.Interface.Install] [WDM_KMIXER.Interface.Install]
AddReg=WDM_KMIXER.Interface.AddReg AddReg=WDM_KMIXER.Interface.AddReg
@ -113,8 +110,9 @@ ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\kmixer.sys ServiceBinary = %10%\system32\drivers\kmixer.sys
;--------------------------------------------------------------------------------
; WDMAUD Install ;---------------------------- WDMAUD INSTALL ----------------------------
[WDM_WDMAUD.Interface.Install] [WDM_WDMAUD.Interface.Install]
AddReg=WDM_WDMAUD.Interface.AddReg AddReg=WDM_WDMAUD.Interface.AddReg
@ -138,8 +136,8 @@ StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\wdmaud.sys ServiceBinary = %10%\system32\drivers\wdmaud.sys
;-------------------------------------------------------------------------------- ;--------------------------- DRMKAUD INSTALL ----------------------------
; DRMKAUD Install
[WDM_DRMKAUD.Interface.Install] [WDM_DRMKAUD.Interface.Install]
AddReg=WDM_DRMKAUD.Interface.AddReg AddReg=WDM_DRMKAUD.Interface.AddReg
@ -164,17 +162,15 @@ StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\drmkaud.sys ServiceBinary = %10%\system32\drivers\drmkaud.sys
;; Destination Directory List
[DestinationDirs] [DestinationDirs]
WDM.CopyFiles = 10,system32\drivers ; %SystemRoot%\system32\drivers WDM.CopyFiles = 10,system32\drivers ; %SystemRoot%\system32\drivers
WDM_DRMKAUD.CopyFiles = 10,system32\drivers WDM_DRMKAUD.CopyFiles = 10,system32\drivers
;--------------------------------------------------------------------------------- ;-------------------------------- STRINGS -------------------------------
[Strings] [Strings]
;Non-localizable ; Non-localizable
ReactOS="ReactOS" ReactOS="ReactOS"
MfgName="ReactOS"
RunOnce = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" RunOnce = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
Proxy.CLSID = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}" Proxy.CLSID = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
@ -192,7 +188,7 @@ KSCATEGORY_WDMAUD = "{3E227E76-690D-11D2-8161-0000F8775BF1}"
WDM_KMIXER.DeviceId = "{B7EAFDC0-A680-11D0-96D8-00AA0051E51D}" WDM_KMIXER.DeviceId = "{B7EAFDC0-A680-11D0-96D8-00AA0051E51D}"
KSCATEGORY_MIXER = "{AD809C00-7B88-11D0-A5D6-28DB04C10000}" KSCATEGORY_MIXER = "{AD809C00-7B88-11D0-A5D6-28DB04C10000}"
;Localizable ; Localizable
WDM_KMIXER.DeviceDesc = "ReactOS Wave Audio Mixer" WDM_KMIXER.DeviceDesc = "ReactOS Wave Audio Mixer"
WDM_KMIXER.FriendlyName = "ReactOS Wave Audio Mixer" WDM_KMIXER.FriendlyName = "ReactOS Wave Audio Mixer"
kmixer.SvcDesc = "ReactOS Wave Audio Mixer" kmixer.SvcDesc = "ReactOS Wave Audio Mixer"

View file

@ -50,8 +50,9 @@ HKR,,InstalledDisplayDrivers,0x00010000,framebuf
; Non-localizable ; Non-localizable
ReactOS = "ReactOS Project" ReactOS = "ReactOS Project"
nVidiaMfg = "nVidia"
; Localizable ; Localizable
nVidiaMfg = "nVidia Corporation"
PCI\VEN_10DE&DEV_02A0.DeviceDesc = "NV2A Xbox Graphics Processing Unit" PCI\VEN_10DE&DEV_02A0.DeviceDesc = "NV2A Xbox Graphics Processing Unit"
[Strings.0a] [Strings.0a]
@ -61,19 +62,15 @@ PCI\VEN_10DE&DEV_02A0.DeviceDesc = "Unidad de procesamiento de gráficos de Xbox
PCI\VEN_10DE&DEV_02A0.DeviceDesc = "Procesor graficzny Xbox NV2A" PCI\VEN_10DE&DEV_02A0.DeviceDesc = "Procesor graficzny Xbox NV2A"
[Strings.0418] [Strings.0418]
nVidiaMfg = "Corporația nVidia"
PCI\VEN_10DE&DEV_02A0.DeviceDesc = "Unitate de procesare grafică Xbox NV2A" PCI\VEN_10DE&DEV_02A0.DeviceDesc = "Unitate de procesare grafică Xbox NV2A"
[Strings.0419] [Strings.0419]
nVidiaMfg = "Корпорация nVidia"
PCI\VEN_10DE&DEV_02A0.DeviceDesc = "Графический процессор NV2A Xbox" PCI\VEN_10DE&DEV_02A0.DeviceDesc = "Графический процессор NV2A Xbox"
[Strings.041f] [Strings.041f]
nVidiaMfg = "nVidia Ortaklığı"
PCI\VEN_10DE&DEV_02A0.DeviceDesc = "NV2A Xbox Çizge İşleme Birimi" PCI\VEN_10DE&DEV_02A0.DeviceDesc = "NV2A Xbox Çizge İşleme Birimi"
[Strings.0422] [Strings.0422]
nVidiaMfg = "Корпорація nVidia"
PCI\VEN_10DE&DEV_02A0.DeviceDesc = "Графічний процесор NV2A Xbox" PCI\VEN_10DE&DEV_02A0.DeviceDesc = "Графічний процесор NV2A Xbox"
[Strings.0804] [Strings.0804]