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