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