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