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