1; MACHINE.INF 2 3; Installation file for machine internal stuff 4 5[Version] 6Signature = "$Windows NT$" 7;Signature = "$ReactOS$" 8LayoutFile = layout.inf 9Class = System 10ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318} 11Provider = %ReactOS% 12DriverVer = 08/07/2006,1.02 13 14[DestinationDirs] 15DefaultDestDir = 12 16 17[ClassInstall32.NT] 18AddReg = SystemClass.NT.AddReg 19 20[SystemClass.NT.AddReg] 21HKR, , , 0, %SystemClassName% 22HKR, , Icon, 0, "-27" 23 24[Manufacturer] 25%GenericMfg% = GenericMfg 26%IntelMfg% = IntelMfg 27%nVidiaMfg% = nVidiaMfg 28 29[GenericMfg] 30%*PNP0000.DeviceDesc% = NO_DRV,*PNP0000 31%*PNP0001.DeviceDesc% = NO_DRV,*PNP0001 32%*PNP0100.DeviceDesc% = NO_DRV,*PNP0100 33%*PNP0103.DeviceDesc% = NO_DRV,*PNP0103 34%*PNP0200.DeviceDesc% = NO_DRV,*PNP0200 35%*PNP0800.DeviceDesc% = NO_DRV,*PNP0800 36%*PNP0A00.DeviceDesc% = PCI_ISA_Inst,*PNP0A00 37%*PNP0A03.DeviceDesc% = PCI_Inst,*PNP0A03 38%*PNP0A05.DeviceDesc% = NO_DRV,*PNP0A05 39%*PNP0A06.DeviceDesc% = NO_DRV,*PNP0A06 40%*PNP0A08.DeviceDesc% = PCI_Inst,*PNP0A08 41%*PNP0B00.DeviceDesc% = NO_DRV,*PNP0B00 42%*PNP0C01.DeviceDesc% = NO_DRV,*PNP0C01 43%*PNP0C02.DeviceDesc% = NO_DRV,*PNP0C02 44%*PNP0C04.DeviceDesc% = NO_DRV,*PNP0C04 45%*PNP0C0B.DeviceDesc% = NO_DRV,*PNP0C0B 46%*PNP0C0C.DeviceDesc% = NO_DRV,*PNP0C0C 47%*PNP0C0D.DeviceDesc% = NO_DRV,*PNP0C0D 48%*PNP0C0E.DeviceDesc% = NO_DRV,*PNP0C0E 49%*PNP0C0F.DeviceDesc% = NO_DRV,*PNP0C0F 50%*PNP0C15.DeviceDesc% = NO_DRV,*PNP0C15 51%SWENUM.DeviceDesc% = SWENUM_Inst, ROOT\SWENUM 52 53%ACPI\FixedButton.DeviceDesc% = NO_DRV,ACPI\FixedButton 54%ISAPNP\ReadDataPort.DeviceDesc% = NO_DRV,ISAPNP\ReadDataPort 55%PCI\CC_0500.DeviceDesc% = NO_DRV,PCI\CC_0500 56%PCI\CC_0600.DeviceDesc% = NO_DRV,PCI\CC_0600 57%PCI\CC_0601.DeviceDesc% = PCI_ISA_Inst,PCI\CC_0601 58%PCI\CC_0604.DeviceDesc% = PCI_Inst,PCI\CC_0604 59%*ThermalZone.DeviceDesc% = NO_DRV,*ThermalZone 60%PCI\CC_0C05.DeviceDesc% = NO_DRV,PCI\CC_0C05 61 62[IntelMfg] 63%*INT0800.DeviceDesc% = NO_DRV,*INT0800 64%PCI\VEN_8086&DEV_1237.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_1237 65%PCI\VEN_8086&DEV_2413.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_2413 66%PCI\VEN_8086&DEV_7000.DeviceDesc% = PCI_ISA_Inst,PCI\VEN_8086&DEV_7000 67%PCI\VEN_8086&DEV_7110.DeviceDesc% = PCI_ISA_Inst,PCI\VEN_8086&DEV_7110 68%PCI\VEN_8086&DEV_7113.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7113 69%PCI\VEN_8086&DEV_7180.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7180 70%PCI\VEN_8086&DEV_7190.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7190 71%PCI\VEN_8086&DEV_7192.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7192 72 73[nVidiaMfg] 74%PCI\VEN_10DE&DEV_01B2.DeviceDesc% = PCI_ISA_Inst,PCI\VEN_10DE&DEV_01B2 75%PCI\VEN_10DE&DEV_01B4.DeviceDesc% = NO_DRV,PCI\VEN_10DE&DEV_01B4 76%PCI\VEN_10DE&DEV_01B7.DeviceDesc% = NO_DRV,PCI\VEN_10DE&DEV_01B7 77%PCI\VEN_10DE&DEV_01B8.DeviceDesc% = NO_DRV,PCI\VEN_10DE&DEV_01B8 78%PCI\VEN_10DE&DEV_02A5.DeviceDesc% = NO_DRV,PCI\VEN_10DE&DEV_02A5 79%PCI\VEN_10DE&DEV_02A6.DeviceDesc% = NO_DRV,PCI\VEN_10DE&DEV_02A6 80 81;---------------------------- NO DRIVER REQ ----------------------------- 82 83[NO_DRV] 84 85[NO_DRV.Services] 86AddService = , 0x00000002 87 88[NO_DRV.HW] 89 90 91;-------------------------- SWENUM BUS DRIVER -------------------------- 92 93[SWENUM_Inst.NT] 94CopyFiles = SWENUM_CopyFiles.NT 95 96[SWENUM_CopyFiles.NT] 97swenum.sys 98 99[SWENUM_Inst.NT.Services] 100AddService = swenum, 0x00000002, SWENUM_Service_Inst 101 102[SWENUM.CoInstallers] 103AddReg = SWENUM_Inst_CoInstallers_AddReg 104CopyFiles = SWENUM_Inst_CoInstallers_CopyFiles 105 106[SWENUM_Inst_CoInstallers_AddReg] 107HKR,,CoInstallers32,0x10000,"streamci.dll,SwEnumCoInstaller" 108 109[SWENUM_Inst_CoInstallers_CopyFiles] 110streamci.dll 111 112[SWENUM_Service_Inst] 113ServiceType = 1 114StartType = 0 115ErrorControl = 3 116ServiceBinary = %12%\swenum.sys 117LoadOrderGroup = Boot Bus Extender 118 119;-------------------------- PCI-ISA BUS DRIVER -------------------------- 120 121[PCI_ISA_Inst.NT] 122CopyFiles = PCI_ISA_CopyFiles.NT 123 124[PCI_ISA_CopyFiles.NT] 125isapnp.sys 126 127[PCI_ISA_Inst.NT.Services] 128AddService = isapnp, 0x00000002, isapnp_Service_Inst 129 130[isapnp_Service_Inst] 131ServiceType = 1 132StartType = 0 133ErrorControl = 3 134ServiceBinary = %12%\isapnp.sys 135LoadOrderGroup = Boot Bus Extender 136 137;---------------------------- PCI BUS DRIVER ---------------------------- 138 139[PCI_Inst.NT] 140CopyFiles = PCI_CopyFiles.NT 141 142[PCI_CopyFiles.NT] 143pci.sys 144 145[PCI_Inst.NT.Services] 146AddService = pci, 0x00000002, pci_Service_Inst 147 148[pci_Service_Inst] 149ServiceType = 1 150StartType = 0 151ErrorControl = 3 152ServiceBinary = %12%\pci.sys 153LoadOrderGroup = Boot Bus Extender 154 155;-------------------------------- STRINGS ------------------------------- 156 157[Strings] 158ReactOS = "ReactOS Team" 159SystemClassName = "System devices" 160 161GenericMfg = "(Generic system devices)" 162*PNP0000.DeviceDesc = "Programmable interrupt controller" 163*PNP0001.DeviceDesc = "EISA programmable interrupt controller" 164*PNP0100.DeviceDesc = "System timer" 165*PNP0103.DeviceDesc = "High precision event timer" 166*PNP0200.DeviceDesc = "DMA controller" 167*PNP0800.DeviceDesc = "System speaker" 168*PNP0A00.DeviceDesc = "ISA bus" 169*PNP0A03.DeviceDesc = "PCI bus" 170*PNP0A05.DeviceDesc = "Generic ACPI bus" 171*PNP0A06.DeviceDesc = "Extended I/O Bus / Generic container Device" 172*PNP0A08.DeviceDesc = "PCI bus" 173*PNP0B00.DeviceDesc = "AT real-time clock" 174*PNP0C01.DeviceDesc = "System board" 175*PNP0C02.DeviceDesc = "Motherboard resources" 176*PNP0C04.DeviceDesc = "Math coprocessor" 177*PNP0C0B.DeviceDesc = "ACPI fan" 178*PNP0C0C.DeviceDesc = "ACPI power button device" 179*PNP0C0D.DeviceDesc = "ACPI lid" 180*PNP0C0E.DeviceDesc = "ACPI sleep button device" 181*PNP0C0F.DeviceDesc = "PCI interrupt link device" 182*PNP0C15.DeviceDesc = "Docking Station" 183ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" 184ISAPNP\ReadDataPort.DeviceDesc = "ISAPNP read data port" 185PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 186PCI\CC_0600.DeviceDesc = "Standard CPU to PCI bridge" 187PCI\CC_0601.DeviceDesc = "Standard PCI to ISA bridge" 188PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge" 189*ThermalZone.DeviceDesc = "ACPI thermal zone" 190PCI\CC_0C05.DeviceDesc = "SMBus Controller" 191SWENUM.DeviceDesc = "Plug & Play Software Bus Enumerator" 192 193IntelMfg = "Intel" 194*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" 195PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 196PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 197PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI to ISA Bridge" 198PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA Bridge" 199PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller" 200PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI-Bridge" 201PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge" 202PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge" 203 204nVidiaMfg = "nVidia Corporation" 205PCI\VEN_10DE&DEV_01B2.DeviceDesc = "nVidia nForce PCI to ISA Bridge" 206PCI\VEN_10DE&DEV_01B4.DeviceDesc = "nVidia nForce SMBus Controller" 207PCI\VEN_10DE&DEV_01B7.DeviceDesc = "nVidia nForce AGP to PCI Bridge" 208PCI\VEN_10DE&DEV_01B8.DeviceDesc = "nVidia nForce PCI to PCI Bridge" 209PCI\VEN_10DE&DEV_02A5.DeviceDesc = "nVidia MCPX CPU Bridge" 210PCI\VEN_10DE&DEV_02A6.DeviceDesc = "nVidia MCPX Memory Controller" 211 212[Strings.0405] 213SystemClassName = "Systémová zařízení" 214 215GenericMfg = "(Obecná systémová zařízení)" 216*PNP0000.DeviceDesc = "Programovatelný řadič přerušení" 217*PNP0001.DeviceDesc = "EISA programovatelný řadič přerušení" 218*PNP0100.DeviceDesc = "Systémový časovač" 219*PNP0103.DeviceDesc = "Časovač událostí s vysokou přesností" 220*PNP0200.DeviceDesc = "DMA řadič" 221*PNP0800.DeviceDesc = "Systémový reproduktor" 222*PNP0A00.DeviceDesc = "ISA sběrnice" 223*PNP0A03.DeviceDesc = "PCI sběrnice" 224*PNP0A05.DeviceDesc = "Obecná ACPI sběrnice" 225*PNP0A08.DeviceDesc = "PCI sběrnice" 226*PNP0B00.DeviceDesc = "AT hodiny reálného času" 227*PNP0C01.DeviceDesc = "Systémová deska" 228*PNP0C02.DeviceDesc = "Zdroje základní desky" 229*PNP0C04.DeviceDesc = "Matematický koprocesor" 230*PNP0C0B.DeviceDesc = "ACPI ventilátor" 231*PNP0C0C.DeviceDesc = "ACPI tlačítko napájení" 232*PNP0C0D.DeviceDesc = "ACPI víko" 233*PNP0C0E.DeviceDesc = "ACPI tlačítko spánku" 234*PNP0C0F.DeviceDesc = "PCI linkové zařízení přerušení" 235*PNP0C15.DeviceDesc = "Docking Station" 236ACPI\FixedButton.DeviceDesc = "ACPI tlačítko s pevnou vlastností" 237PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 238PCI\CC_0600.DeviceDesc = "Standardní most CPU na PCI" 239PCI\CC_0601.DeviceDesc = "Standardní most PCI na ISA" 240PCI\CC_0604.DeviceDesc = "Standardní most PCI na PCI" 241*ThermalZone.DeviceDesc = "ACPI teplotní zóna" 242PCI\CC_0C05.DeviceDesc = "SMBus řadič" 243SWENUM.DeviceDesc = "Výčet zařízení podporujících Plug and Play" 244 245IntelMfg = "Intel" 246*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" 247PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 248PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 249PCI\VEN_8086&DEV_7000.DeviceDesc = "Most Intel 82371SB PIIX3 PCI na ISA" 250PCI\VEN_8086&DEV_7110.DeviceDesc = "Most Intel 82371AB/EB PCI na ISA" 251PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB řadič power managementu" 252PCI\VEN_8086&DEV_7180.DeviceDesc = "Most Intel 82443LX/EX Pentium(R) II CPU na PCI" 253PCI\VEN_8086&DEV_7190.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" 254PCI\VEN_8086&DEV_7192.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" 255 256[Strings.0407] 257SystemClassName = "Systemgeräte" 258 259GenericMfg = "(Generische Systemgeräte)" 260*PNP0000.DeviceDesc = "Programmierbarer Interrupt-Controller" 261*PNP0001.DeviceDesc = "EISA programmierbarer Interrupt-Controller" 262*PNP0800.DeviceDesc = "Systemlautsprecher" 263*PNP0A00.DeviceDesc = "ISA Bus" 264*PNP0A03.DeviceDesc = "PCI Bus" 265*PNP0A05.DeviceDesc = "Generischer ACPI Bus" 266*PNP0B00.DeviceDesc = "AT Echtzeituhr" 267*PNP0C01.DeviceDesc = "Systemboard" 268*PNP0C02.DeviceDesc = "Motherboard Ressourcen" 269*PNP0C04.DeviceDesc = "mathematischer Koprozessor" 270*PNP0C0B.DeviceDesc = "ACPI Ventilator" 271*PNP0C15.DeviceDesc = "Dockingstation" 272PCI\CC_0500.DeviceDesc = "Standard PCI RAM-Controller" 273PCI\CC_0600.DeviceDesc = "Standard CPU zu PCI Brücke" 274PCI\CC_0601.DeviceDesc = "Standard PCI zu ISA Brücke" 275PCI\CC_0604.DeviceDesc = "Standard PCI zu PCI Brücke" 276 277PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI zu ISA Brücke" 278PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI zu ISA Brücke" 279PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU zu PCI-Brücke" 280PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU zu PCI-Brücke" 281PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU zu PCI-Brücke" 282 283[Strings.0408] 284SystemClassName = "Συσκευές συστήματος" 285 286GenericMfg = "(Πρότυπες συσκευές συστήματος)" 287*PNP0000.DeviceDesc = "Programmable interrupt controller" 288*PNP0001.DeviceDesc = "EISA programmable interrupt controller" 289*PNP0100.DeviceDesc = "Χρονομέτρης συστήματος" 290*PNP0200.DeviceDesc = "Ελεγκτής DMA" 291*PNP0800.DeviceDesc = "Ηχείο συστήματος" 292*PNP0A03.DeviceDesc = "PCI bus" 293*PNP0A05.DeviceDesc = "Generic ACPI bus" 294*PNP0B00.DeviceDesc = "AT real-time clock" 295*PNP0C01.DeviceDesc = "System board" 296*PNP0C02.DeviceDesc = "Motherboard resources" 297*PNP0C04.DeviceDesc = "Math coprocessor" 298*PNP0C0B.DeviceDesc = "Ανεμιστήρας ACPI" 299*PNP0C0C.DeviceDesc = "ACPI power button device" 300*PNP0C0D.DeviceDesc = "ACPI lid" 301*PNP0C0E.DeviceDesc = "ACPI sleep button device" 302*PNP0C0F.DeviceDesc = "PCI interrupt link device" 303*PNP0C15.DeviceDesc = "Docking Station" 304ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" 305PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 306PCI\CC_0600.DeviceDesc = "Πρότυπη γέφυρα από CPU σε PCI" 307PCI\CC_0601.DeviceDesc = "Πρότυπη γέφυρα από PCI σε ISA" 308PCI\CC_0604.DeviceDesc = "Πρότυπη γέφυρα από PCI σε PCI" 309*ThermalZone.DeviceDesc = "ACPI thermal zone" 310 311IntelMfg = "Intel" 312*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" 313PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 314PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 315PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI σε ISA Γέφυρα" 316PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI σε ISA Γέφυρα" 317PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller" 318PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU σε PCI γέφυρα" 319PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU σε PCI-Γέφυρα" 320PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU σε PCI-Γέφυρα" 321 322 323[Strings.0a] 324ReactOS = "Equipo de ReactOS" 325SystemClassName = "Dispositivos del sistema" 326 327GenericMfg = "(Dispositivos del sistema estándar)" 328*PNP0000.DeviceDesc = "Controlador de interrupciones programable" 329*PNP0001.DeviceDesc = "Controlador EISA de interrupciones programable" 330*PNP0100.DeviceDesc = "Cronómetro del sistema" 331*PNP0200.DeviceDesc = "Controlador de acceso directo a memoria" 332*PNP0800.DeviceDesc = "Altavoz del sistema" 333*PNP0A03.DeviceDesc = "Bus PCI" 334*PNP0A05.DeviceDesc = "Bus ACPI estándar" 335*PNP0B00.DeviceDesc = "Sistema CMOS/reloj en tiempo real" 336*PNP0C01.DeviceDesc = "Placa base del sistema" 337*PNP0C02.DeviceDesc = "Recursos de la placa base" 338*PNP0C04.DeviceDesc = "Coprocesador matemático" 339*PNP0C0B.DeviceDesc = "Ventilador ACPI" 340*PNP0C0C.DeviceDesc = "Botón de energía ACPI" 341*PNP0C0D.DeviceDesc = "Tapa ACPI" 342*PNP0C0E.DeviceDesc = "Botón de suspensión ACPI" 343*PNP0C0F.DeviceDesc = "Dispositivo de interrupción de enlaces PCI" 344*PNP0C15.DeviceDesc = "Docking Station" 345ACPI\FixedButton.DeviceDesc = "Botón de funcionalidad fija ACPI" 346PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 347PCI\CC_0600.DeviceDesc = "Puente CPU-PCI estándar" 348PCI\CC_0601.DeviceDesc = "Puente PCI-ISA estándar" 349PCI\CC_0604.DeviceDesc = "Puente PCI-PCI estándar" 350*ThermalZone.DeviceDesc = "Zona térmica ACPI" 351 352IntelMfg = "Intel" 353*INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802" 354PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 355PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 356PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 Puente PCI-ISA" 357PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB Puente PCI-ISA" 358PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Controlador de gestión de encendido" 359PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II Puente CPU-PCI" 360PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Puente CPU-PCI" 361PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Puente CPU-PCI" 362 363 364[Strings.040C] 365SystemClassName = "Périphériques système" 366 367GenericMfg = "(Périphériques systèmes génériques)" 368*PNP0000.DeviceDesc = "Contrôleur d'interruptions programmable" 369*PNP0001.DeviceDesc = "Contrôleur d'interruptions programmable EISA" 370*PNP0100.DeviceDesc = "Horloge système" 371*PNP0200.DeviceDesc = "Contrôleur DMA" 372*PNP0800.DeviceDesc = "Haut parleur système" 373*PNP0A03.DeviceDesc = "Bus PCI" 374*PNP0A05.DeviceDesc = "Bus générique ACPI" 375*PNP0B00.DeviceDesc = "Horloge temps réel AT" 376*PNP0C01.DeviceDesc = "System board" 377*PNP0C02.DeviceDesc = "Ressources carte mère" 378*PNP0C04.DeviceDesc = "Coprocesseur mathématique" 379*PNP0C0B.DeviceDesc = "Ventilateur ACPI" 380*PNP0C0C.DeviceDesc = "Périphérique de bouton de tension ACPI" 381*PNP0C0D.DeviceDesc = "ACPI lid" 382*PNP0C0E.DeviceDesc = "Périphérique de bouton de veille ACPI" 383*PNP0C0F.DeviceDesc = "Périphérique de lien d'interruption PCI" 384*PNP0C15.DeviceDesc = "Docking Station" 385ACPI\FixedButton.DeviceDesc = "Bouton de fonction définie ACPI" 386PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 387PCI\CC_0600.DeviceDesc = "Pont standard CPU vers PCI" 388PCI\CC_0601.DeviceDesc = "Pont standard PCI vers ISA" 389PCI\CC_0604.DeviceDesc = "Pont standard PCI vers PCI" 390*ThermalZone.DeviceDesc = "Zone thermique ACPI" 391 392*INT0800.DeviceDesc = "Périphérique concentrateur à microprogramme Intel 82802" 393PCI\VEN_8086&DEV_7000.DeviceDesc = "Pont Intel 82371SB PIIX3 PCI vers ISA" 394PCI\VEN_8086&DEV_7110.DeviceDesc = "Pont Intel 82371AB/EB PCI vers ISA" 395PCI\VEN_8086&DEV_7113.DeviceDesc = "Contrôleur de gestion de l'alimentation Intel 82371AB/EB" 396PCI\VEN_8086&DEV_7180.DeviceDesc = "Pont Intel 82443LX/EX Processeur Pentium(R) II vers PCI" 397PCI\VEN_8086&DEV_7190.DeviceDesc = "Pont Intel 82443BX/ZX/DX Processeur Pentium(R) II vers PCI" 398PCI\VEN_8086&DEV_7192.DeviceDesc = "Pont Intel 82443BX/ZX/DX Processeur Pentium(R) II vers PCI" 399 400[Strings.0411] 401SystemClassName = "システム デバイス" 402 403GenericMfg = "(標準 システム デバイス)" 404*PNP0000.DeviceDesc = "プログラム可能割り込みコントローラ" 405*PNP0001.DeviceDesc = "EISA プログラム可能割り込みコントローラ" 406*PNP0100.DeviceDesc = "システム タイマー" 407*PNP0200.DeviceDesc = "DMA コントローラ" 408*PNP0800.DeviceDesc = "システム スピーカー" 409*PNP0A03.DeviceDesc = "PCI バス" 410*PNP0A05.DeviceDesc = "標準 ACPI バス" 411*PNP0B00.DeviceDesc = "AT リアルタイム クロック" 412*PNP0C01.DeviceDesc = "システム ボード" 413*PNP0C02.DeviceDesc = "マザーボード リソース" 414*PNP0C04.DeviceDesc = "演算 コプロセッサ" 415*PNP0C0B.DeviceDesc = "ACPI ファン" 416*PNP0C0C.DeviceDesc = "ACPI 電源ボタン デバイス" 417*PNP0C0D.DeviceDesc = "ACPI lid" 418*PNP0C0E.DeviceDesc = "ACPI スリープボタン デバイス" 419*PNP0C0F.DeviceDesc = "PCI 割り込みリンクデバイス" 420*PNP0C15.DeviceDesc = "Docking Station" 421ACPI\FixedButton.DeviceDesc = "ACPI 固定 機能 ボタン" 422PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 423PCI\CC_0600.DeviceDesc = "スタンダード CPU to PCI ブリッジ" 424PCI\CC_0601.DeviceDesc = "スタンダード PCI to ISA ブリッジ" 425PCI\CC_0604.DeviceDesc = "スタンダード PCI to PCI ブリッジ" 426*ThermalZone.DeviceDesc = "ACPI サーマル ゾーン" 427 428IntelMfg = "Intel" 429*INT0800.DeviceDesc = "Intel 82802 ファームウェア ハブ デバイス" 430PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 431PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 432PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI to ISA ブリッジ" 433PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA ブリッジ" 434PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB 電源管理 コントローラ" 435PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI ブリッジ" 436PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI ブリッジ" 437PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI ブリッジ" 438 439[Strings.0415] 440ReactOS = "Zespół ReactOS" 441SystemClassName = "Urządzenia systemowe" 442 443GenericMfg = "(Standardowe urządzenia systemowe)" 444*PNP0000.DeviceDesc = "Programowalny kontroler przerwań" 445*PNP0001.DeviceDesc = "Programowalny kontroler przerwań EISA" 446*PNP0100.DeviceDesc = "Czasomierz systemowy" 447*PNP0103.DeviceDesc = "Czasomierz zdarzeniowy wysokiej precyzji" 448*PNP0200.DeviceDesc = "Kontroler DMA" 449*PNP0800.DeviceDesc = "Głośnik systemowy" 450*PNP0A00.DeviceDesc = "Magistrala ISA" 451*PNP0A03.DeviceDesc = "Magistrala PCI" 452*PNP0A05.DeviceDesc = "Generic ACPI bus" 453*PNP0B00.DeviceDesc = "Zegar czasu rzeczywistego AT" 454*PNP0C01.DeviceDesc = "Płyta głowna" 455*PNP0C02.DeviceDesc = "Zasoby płyty głównej" 456*PNP0C04.DeviceDesc = "Processor numeryczny" 457*PNP0C0B.DeviceDesc = "Wentylator ACPI" 458*PNP0C0C.DeviceDesc = "Przycisk zasilania ACPI" 459*PNP0C0D.DeviceDesc = "Pokrywa ACPI" 460*PNP0C0E.DeviceDesc = "Przycisk zasypiania ACPI" 461*PNP0C0F.DeviceDesc = "Urządzenie PCI interrupt link" 462*PNP0C15.DeviceDesc = "Docking Station" 463ACPI\FixedButton.DeviceDesc = "Przycisk ACPI Fixed Feature" 464PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 465PCI\CC_0600.DeviceDesc = "Standardowy mostek CPU do PCI" 466PCI\CC_0601.DeviceDesc = "Standardowy mostek PCI do ISA" 467PCI\CC_0604.DeviceDesc = "Standardowy mostek PCI do PCI" 468*ThermalZone.DeviceDesc = "Strefa termiczna ACPI" 469PCI\CC_0C05.DeviceDesc = "Kontroler SMBus" 470 471IntelMfg = "Intel" 472*INT0800.DeviceDesc = "Urządzenie Intel 82802 Firmware Hub" 473PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 474PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 475PCI\VEN_8086&DEV_7000.DeviceDesc = "Mostek Intel 82371SB PIIX3 PCI do ISA" 476PCI\VEN_8086&DEV_7110.DeviceDesc = "Mostek Intel 82371AB/EB PCI do ISA" 477PCI\VEN_8086&DEV_7113.DeviceDesc = "Kontroler zarządzania zasilaniem Intel 82371AB/EB" 478PCI\VEN_8086&DEV_7180.DeviceDesc = "Mostek Intel 82443LX/EX Pentium(R) II CPU do PCI" 479PCI\VEN_8086&DEV_7190.DeviceDesc = "Mostek Intel 82443BX/ZX/DX Pentium(R) II CPU do PCI" 480PCI\VEN_8086&DEV_7192.DeviceDesc = "Mostek Intel 82443BX/ZX/DX Pentium(R) II CPU do PCI" 481 482[Strings.0416] 483SystemClassName = "Dispositivos de sistema" 484 485GenericMfg = "(Dispositivos de sistema padrão)" 486*PNP0000.DeviceDesc = "Controlador de interrupção programável" 487*PNP0001.DeviceDesc = "Controlador de interrupção programável EISA" 488*PNP0100.DeviceDesc = "Timer do sistema" 489*PNP0200.DeviceDesc = "Controlador de acceso direto à memória" 490*PNP0800.DeviceDesc = "Alto-falante do sistema" 491*PNP0A03.DeviceDesc = "PCI bus" 492*PNP0A05.DeviceDesc = "Barramento genérico" 493*PNP0B00.DeviceDesc = "CMOS do sistema/relógio em tempo real" 494*PNP0C01.DeviceDesc = "Placa de sistema" 495*PNP0C02.DeviceDesc = "Recursos da placa-mãe" 496*PNP0C04.DeviceDesc = "Procesador de dados numéricos" 497*PNP0C0B.DeviceDesc = "Ventilador ACPI" 498*PNP0C0C.DeviceDesc = "Botão ligar/desligar ACPI" 499*PNP0C0D.DeviceDesc = "Tampa ACPI" 500*PNP0C0E.DeviceDesc = "Botão dormir ACPI" 501*PNP0C0F.DeviceDesc = "Dispositivo de interrupção de ligações PCI" 502*PNP0C15.DeviceDesc = "Docking Station" 503ACPI\FixedButton.DeviceDesc = "Botão de recurso fixo ACPI" 504PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 505PCI\CC_0600.DeviceDesc = "Ponte padrão CPU - PCI" 506PCI\CC_0601.DeviceDesc = "Ponte PCI - ISA" 507PCI\CC_0604.DeviceDesc = "Ponte PCI - PCI" 508*ThermalZone.DeviceDesc = "Zona termal ACPI" 509 510IntelMfg = "Intel" 511*INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802" 512PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 513PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 514PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 Ponte PCI - ISA" 515PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB Ponte PCI - ISA" 516PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Controlador de gerenciamento de energia" 517PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II Ponte CPU - PCI" 518PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Ponte CPU - PCI" 519PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Ponte CPU - PCI" 520 521[Strings.0418] 522ReactOS = "Echipa ReactOS" 523SystemClassName = "Dispozitive de sistem" 524GenericMfg = "(dispozitiv generic de sistem)" 525*PNP0000.DeviceDesc = "Dispozitiv programabil de control întreruperi" 526*PNP0001.DeviceDesc = "Dispozitiv programabil EISA de control întreruperi" 527*PNP0100.DeviceDesc = "Cronometru de sistem" 528*PNP0103.DeviceDesc = "Cronometru de înaltă precizie pentru evenimente" 529*PNP0200.DeviceDesc = "Dispozitiv de control DMA" 530*PNP0800.DeviceDesc = "Difuzor intern de sistem" 531*PNP0A00.DeviceDesc = "Magistrală ISA" 532*PNP0A03.DeviceDesc = "Magistrală PCI" 533*PNP0A05.DeviceDesc = "Magistrală ACPI generică" 534*PNP0A06.DeviceDesc = "Dispozitiv recipient generic / Magistrală In/Ex Extinsă" 535*PNP0A08.DeviceDesc = "Magistrală PCI" 536*PNP0B00.DeviceDesc = "Ceas AT de timp real" 537*PNP0C01.DeviceDesc = "Placă de sistem" 538*PNP0C02.DeviceDesc = "Resurse placă de bază" 539*PNP0C04.DeviceDesc = "Coprocesor matematic" 540*PNP0C0B.DeviceDesc = "Ventilator ACPI" 541*PNP0C0C.DeviceDesc = "Dispozitiv buton de alimentare ACPI" 542*PNP0C0D.DeviceDesc = "Capac ACPI" 543*PNP0C0E.DeviceDesc = "Dispozitiv buton de repaus ACPI" 544*PNP0C0F.DeviceDesc = "Dispozitiv de întrerupere legătură PCI" 545*PNP0C15.DeviceDesc = "Docking Station" 546ACPI\FixedButton.DeviceDesc = "Buton de funcție fixă ACPI" 547PCI\CC_0500.DeviceDesc = "Dispozitiv de control PCI RAM standard" 548PCI\CC_0600.DeviceDesc = "Punte standard CPU spre PCI" 549PCI\CC_0601.DeviceDesc = "Punte standard PCI spre ISA" 550PCI\CC_0604.DeviceDesc = "Punte standard PCI spre PCI" 551*ThermalZone.DeviceDesc = "Zonă termală ACPI" 552PCI\CC_0C05.DeviceDesc = "Dispozitiv de control magistrală SM" 553SWENUM.DeviceDesc = "Enumerator logic de magistrală P&P" 554IntelMfg = "Intel" 555*INT0800.DeviceDesc = "Dispozitiv nod firmware Intel 82802" 556PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 557PCI\VEN_8086&DEV_2413.DeviceDesc = "Magistrală SM Intel 82801AA" 558PCI\VEN_8086&DEV_7000.DeviceDesc = "Punte Intel 82371SB PIIX3 PCI spre ISA" 559PCI\VEN_8086&DEV_7110.DeviceDesc = "Punte Intel 82371AB/EB PCI spre ISA" 560PCI\VEN_8086&DEV_7113.DeviceDesc = "Dispozitiv de gestiune consum Intel 82371AB/EB" 561PCI\VEN_8086&DEV_7180.DeviceDesc = "Punte Intel 82443LX/EX Pentium(R) II CPU spre PCI" 562PCI\VEN_8086&DEV_7190.DeviceDesc = "Punte Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI" 563PCI\VEN_8086&DEV_7192.DeviceDesc = "Punte Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI" 564 565[Strings.0419] 566SystemClassName = "Системные устройства" 567 568GenericMfg = "(Стандартные системные устройства)" 569*PNP0000.DeviceDesc = "Программируемый контроллер прерываний" 570*PNP0001.DeviceDesc = "Программируемый контроллер прерываний EISA" 571*PNP0100.DeviceDesc = "Системный таймер" 572*PNP0200.DeviceDesc = "Контроллер DMA" 573*PNP0800.DeviceDesc = "Системный динамик" 574*PNP0A03.DeviceDesc = "Шина PCI" 575*PNP0A05.DeviceDesc = "Стандартная шина ACPI" 576*PNP0B00.DeviceDesc = "Часы реального времени AT" 577*PNP0C01.DeviceDesc = "Системная плата" 578*PNP0C02.DeviceDesc = "Ресурсы системной платы" 579*PNP0C04.DeviceDesc = "Математический сопроцессор" 580*PNP0C0B.DeviceDesc = "ACPI вентилятор" 581*PNP0C0C.DeviceDesc = "Кнопка включения питания ACPI" 582*PNP0C0D.DeviceDesc = "Крышка ACPI" 583*PNP0C0E.DeviceDesc = "Кнопка спящего режима ACPI" 584*PNP0C0F.DeviceDesc = "Контроллер прервываний PCI" 585*PNP0C15.DeviceDesc = "Docking Station" 586ACPI\FixedButton.DeviceDesc = "Кнопка фиксированной возможности ACPI" 587PCI\CC_0500.DeviceDesc = "Стандартный контроллер PCI RAM" 588PCI\CC_0600.DeviceDesc = "Стандартный процессор на мосте PCI" 589PCI\CC_0601.DeviceDesc = "Стандартный PCI на ISA мосте" 590PCI\CC_0604.DeviceDesc = "Стандартный PCI на PCI мосте" 591*ThermalZone.DeviceDesc = "Термальная зона ACPI" 592 593*INT0800.DeviceDesc = "Устройство Intel 82802 Firmware Hub" 594PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 595PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 596PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI на ISA мосте" 597PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI на ISA мосте" 598PCI\VEN_8086&DEV_7113.DeviceDesc = "Контроллер управления питанием Intel 82371AB/EB" 599PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU на PCI мосте" 600PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI мосте" 601PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI мосте" 602 603[Strings.041B] 604SystemClassName = "Systémové zariadenia" 605 606GenericMfg = "(Generické systémové zariadenia)" 607*PNP0000.DeviceDesc = "Programmable interrupt controller" 608*PNP0001.DeviceDesc = "EISA programmable interrupt controller" 609*PNP0100.DeviceDesc = "Systémový časovač" 610*PNP0200.DeviceDesc = "Radič DMA" 611*PNP0800.DeviceDesc = "Systémový reproduktor" 612*PNP0A03.DeviceDesc = "Zbernica PCI" 613*PNP0A05.DeviceDesc = "Generická zbernica ACPI" 614*PNP0B00.DeviceDesc = "AT real-time clock" 615*PNP0C01.DeviceDesc = "System board" 616*PNP0C02.DeviceDesc = "Motherboard resources" 617*PNP0C04.DeviceDesc = "Matematický koprocesor" 618*PNP0C0B.DeviceDesc = "Ventilátor ACPI" 619*PNP0C0C.DeviceDesc = "ACPI power button device" 620*PNP0C0D.DeviceDesc = "ACPI lid" 621*PNP0C0E.DeviceDesc = "ACPI sleep button device" 622*PNP0C0F.DeviceDesc = "PCI interrupt link device" 623*PNP0C15.DeviceDesc = "Docking Station" 624ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" 625PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 626PCI\CC_0600.DeviceDesc = "Štandardný most CPU na PCI" 627PCI\CC_0601.DeviceDesc = "Štandardný most PCI na ISA" 628PCI\CC_0604.DeviceDesc = "Štandardný most PCI na PCI" 629*ThermalZone.DeviceDesc = "ACPI thermal zone" 630 631*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" 632PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 633PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 634PCI\VEN_8086&DEV_7000.DeviceDesc = "Most Intel 82371SB PIIX3 PCI na ISA" 635PCI\VEN_8086&DEV_7110.DeviceDesc = "Most Intel 82371AB/EB PCI na ISA" 636PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller" 637PCI\VEN_8086&DEV_7180.DeviceDesc = "Most Intel 82443LX/EX Pentium(R) II CPU na PCI" 638PCI\VEN_8086&DEV_7190.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" 639PCI\VEN_8086&DEV_7192.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" 640 641[Strings.041f] 642ReactOS = "ReactOS Takımı" 643SystemClassName = "Dizge Aygıtları" 644 645GenericMfg = "(Umûmî Dizge Aygıtları)" 646*PNP0000.DeviceDesc = "İzlencelenebilir Kesme Denetleyicisi" 647*PNP0001.DeviceDesc = "EISA İzlencelenebilir Kesme Denetleyicisi" 648*PNP0100.DeviceDesc = "Dizge Saati" 649*PNP0103.DeviceDesc = "Yüksek Duyarlıklı Olay Saati" 650*PNP0200.DeviceDesc = "DMA Denetleyicisi" 651*PNP0800.DeviceDesc = "Dizge Hoparlörü" 652*PNP0A00.DeviceDesc = "ISA Veriyolu" 653*PNP0A03.DeviceDesc = "PCI Veriyolu" 654*PNP0A05.DeviceDesc = "Umûmî ACPI Veriyolu" 655*PNP0A08.DeviceDesc = "PCI Veriyolu" 656*PNP0B00.DeviceDesc = "AT Gerçek Zamanlı Saat" 657*PNP0C01.DeviceDesc = "Dizge Kartı" 658*PNP0C02.DeviceDesc = "Anakart Kaynakları" 659*PNP0C04.DeviceDesc = "Uz Bilimlik Yardımcı İşlemci" 660*PNP0C0B.DeviceDesc = "ACPI Pervâne" 661*PNP0C0C.DeviceDesc = "ACPI Güç Düğmesi Aygıtı" 662*PNP0C0D.DeviceDesc = "ACPI Kapak" 663*PNP0C0E.DeviceDesc = "ACPI Uyku Düğmesi Aygıtı" 664*PNP0C0F.DeviceDesc = "PCI Kesme Bağlantı Aygıtı" 665*PNP0C15.DeviceDesc = "Docking Station" 666ACPI\FixedButton.DeviceDesc = "ACPI Sâbit Husûsîyet Düğmesi" 667PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 668PCI\CC_0600.DeviceDesc = "Ölçünlü CPU'dan PCI'ya Köprü" 669PCI\CC_0601.DeviceDesc = "Ölçünlü PCI'dan ISA'ya Köprü" 670PCI\CC_0604.DeviceDesc = "Ölçünlü PCI'dan PCI'ya Köprü" 671*ThermalZone.DeviceDesc = "ACPI Isı Bölgesi" 672PCI\CC_0C05.DeviceDesc = "SMBus Denetleyicisi" 673SWENUM.DeviceDesc = "Tak ve Çalıştır Yazılım Veriyolu Numaralandırıcısı" 674 675IntelMfg = "Intel" 676*INT0800.DeviceDesc = "Intel 82802 Bellenim Göbek Aygıtı" 677PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 678PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 679PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI'dan ISA'ya Köprü" 680PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI'dan ISA'ya Köprü" 681PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Güç Yönetimi Denetleyicisi" 682PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU'dan PCI'ya Köprü" 683PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU'dan PCI'ya Köprü" 684PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU'dan PCI'ya Köprü" 685 686[Strings.0422] 687ReactOS = "Команда ReactOS" 688SystemClassName = "Системні пристрої" 689 690GenericMfg = "(Стандартні системні пристрої)" 691*PNP0000.DeviceDesc = "Програмований контроллер переривань" 692*PNP0001.DeviceDesc = "Програмований контроллер переривань EISA" 693*PNP0100.DeviceDesc = "Системний таймер" 694*PNP0103.DeviceDesc = "Таймер подій високої точності" 695*PNP0200.DeviceDesc = "Контроллер DMA" 696*PNP0800.DeviceDesc = "Системний динамік" 697*PNP0A00.DeviceDesc = "Шина ISA" 698*PNP0A03.DeviceDesc = "Шина PCI" 699*PNP0A05.DeviceDesc = "Стандартна шина ACPI" 700*PNP0B00.DeviceDesc = "Годинник реального часу AT" 701*PNP0C01.DeviceDesc = "Системна плата" 702*PNP0C02.DeviceDesc = "Ресурси системної плати" 703*PNP0C04.DeviceDesc = "Математичний співпроцесор" 704*PNP0C0B.DeviceDesc = "ACPI вентилятор" 705*PNP0C0C.DeviceDesc = "Кнопка ввімкнення живлення ACPI" 706*PNP0C0D.DeviceDesc = "Кришка ACPI" 707*PNP0C0E.DeviceDesc = "Кнопка сплячого режиму ACPI" 708*PNP0C0F.DeviceDesc = "Контроллер переривань PCI" 709*PNP0C15.DeviceDesc = "Docking Station" 710ACPI\FixedButton.DeviceDesc = "Кнопка фіксованої можливості ACPI" 711PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 712PCI\CC_0600.DeviceDesc = "Стандартний міст CPU на PCI" 713PCI\CC_0601.DeviceDesc = "Стандартний міст PCI на ISA" 714PCI\CC_0604.DeviceDesc = "Стандартний міст PCI на PCI" 715*ThermalZone.DeviceDesc = "Термальна зона ACPI" 716PCI\CC_0C05.DeviceDesc = "Контроллер SMBus" 717 718*INT0800.DeviceDesc = "Пристрій Intel 82802 Firmware Hub" 719 720PCI\VEN_8086&DEV_7000.DeviceDesc = "Міст Intel 82371SB PIIX3 PCI на ISA" 721PCI\VEN_8086&DEV_7110.DeviceDesc = "Міст Intel 82371AB/EB PCI на ISA" 722PCI\VEN_8086&DEV_7113.DeviceDesc = "Контроллер керування живленням Intel 82371AB/EB" 723PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU на PCI-мості" 724PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI-мості" 725PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI-мості" 726 727[Strings.0427] 728SystemClassName = "Sisteminiai įrenginiai" 729 730GenericMfg = "(Standartiniai sisteminiai įrenginiai)" 731*PNP0000.DeviceDesc = "Programuojamas pertraukimų valdiklis" 732*PNP0001.DeviceDesc = "EISA programuojamas pertraukimų valdiklis" 733*PNP0100.DeviceDesc = "Sisteminis laikmatis" 734*PNP0200.DeviceDesc = "DMA valdiklis" 735*PNP0800.DeviceDesc = "Sisteminis garsiakalbis" 736*PNP0A03.DeviceDesc = "PCI magistralė" 737*PNP0A05.DeviceDesc = "Standartinė ACPI magistralė" 738*PNP0B00.DeviceDesc = "AT realaus laiko taktų generatorius" 739*PNP0C01.DeviceDesc = "Sisteminė plokštė" 740*PNP0C02.DeviceDesc = "Pagrindinės plokštės ištekliai" 741*PNP0C04.DeviceDesc = "Matematinis koprocesorius" 742*PNP0C0B.DeviceDesc = "ACPI ventiliatorius" 743*PNP0C0C.DeviceDesc = "ACPI maitinimo mygtukas" 744*PNP0C0D.DeviceDesc = "ACPI dangtis" 745*PNP0C0E.DeviceDesc = "ACPI miego mygtukas" 746*PNP0C0F.DeviceDesc = "PCI pertraukimo sąsajos įrenginys" 747*PNP0C15.DeviceDesc = "Docking Station" 748ACPI\FixedButton.DeviceDesc = "ACPI fiksuotos galimybės mygtukas" 749PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 750PCI\CC_0600.DeviceDesc = "Standartinis CPU į PCI tiltas" 751PCI\CC_0601.DeviceDesc = "Standartinis PCI į ISA tiltas" 752PCI\CC_0604.DeviceDesc = "Standartinis PCI į PCI tiltas" 753*ThermalZone.DeviceDesc = "ACPI šiluminė zona" 754 755IntelMfg = "Intel" 756*INT0800.DeviceDesc = "Intel 82802 Firmware šakotuvo įrenginys" 757PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 758PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 759PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI į ISA tiltas" 760PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA tiltas" 761PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB maitinimo valdiklis" 762PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU į PCI tiltas" 763PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU į PCI tiltas" 764PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU į PCI tiltas" 765 766[Strings.0804] 767GenericMfg = "(通用系统设备)" 768*PNP0000.DeviceDesc = "可编程中断控制器" 769*PNP0001.DeviceDesc = "EISA 可编程中断控制器" 770*PNP0100.DeviceDesc = "系统计时器" 771*PNP0103.DeviceDesc = "高精度事件计时器" 772*PNP0200.DeviceDesc = "DMA 控制器" 773*PNP0800.DeviceDesc = "系统喇叭" 774*PNP0A00.DeviceDesc = "ISA 总线" 775*PNP0A03.DeviceDesc = "PCI 总线" 776*PNP0A05.DeviceDesc = "通用 ACPI 总线" 777*PNP0A06.DeviceDesc = "扩展 I/O 总线 / 通用容器设备" 778*PNP0A08.DeviceDesc = "PCI 总线" 779*PNP0B00.DeviceDesc = "AT 实时时钟" 780*PNP0C01.DeviceDesc = "系统板" 781*PNP0C02.DeviceDesc = "主板资源" 782*PNP0C04.DeviceDesc = "数学协处理器" 783*PNP0C0B.DeviceDesc = "ACPI 风扇" 784*PNP0C0C.DeviceDesc = "ACPI 电源按钮设备" 785*PNP0C0D.DeviceDesc = "ACPI 盖子" 786*PNP0C0E.DeviceDesc = "ACPI 休眠按钮设备" 787*PNP0C0F.DeviceDesc = "PCI 中断链接设备" 788*PNP0C15.DeviceDesc = "Docking Station" 789ACPI\FixedButton.DeviceDesc = "ACPI 固定功能按钮" 790PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 791PCI\CC_0600.DeviceDesc = "标准 CPU - PCI 桥" 792PCI\CC_0601.DeviceDesc = "标准 PCI - ISA 桥" 793PCI\CC_0604.DeviceDesc = "标准 PCI - PCI 桥" 794*ThermalZone.DeviceDesc = "ACPI 温度监控" 795PCI\CC_0C05.DeviceDesc = "SMBus 控制器" 796SWENUM.DeviceDesc = "即插即用软总线枚举器" 797 798*INT0800.DeviceDesc = "Intel 82802 固件集线器控制器" 799PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI - ISA 桥" 800PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI - ISA 桥" 801PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB 电源管理控制器" 802PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU - PCI 桥" 803PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU - PCI 桥" 804PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU - PCI 桥" 805