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" 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 to PCI Bridge" 210PCI\VEN_10DE&DEV_02A6.DeviceDesc = "nVidia MCPX PCI RAM 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 - PCI 橋接器" 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 293*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" 294PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 295PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 296PCI\VEN_8086&DEV_7000.DeviceDesc = "Most Intel 82371SB PIIX3 PCI na ISA" 297PCI\VEN_8086&DEV_7110.DeviceDesc = "Most Intel 82371AB/EB PCI na ISA" 298PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB řadič power managementu" 299PCI\VEN_8086&DEV_7180.DeviceDesc = "Most Intel 82443LX/EX Pentium(R) II CPU na PCI" 300PCI\VEN_8086&DEV_7190.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" 301PCI\VEN_8086&DEV_7192.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" 302 303[Strings.0407] 304SystemClassName = "Systemgeräte" 305 306GenericMfg = "(Generische Systemgeräte)" 307*PNP0000.DeviceDesc = "Programmierbarer Interrupt-Controller" 308*PNP0001.DeviceDesc = "EISA programmierbarer Interrupt-Controller" 309*PNP0800.DeviceDesc = "Systemlautsprecher" 310*PNP0A00.DeviceDesc = "ISA Bus" 311*PNP0A03.DeviceDesc = "PCI Bus" 312*PNP0A05.DeviceDesc = "Generischer ACPI Bus" 313*PNP0B00.DeviceDesc = "AT Echtzeituhr" 314*PNP0C01.DeviceDesc = "Systemboard" 315*PNP0C02.DeviceDesc = "Motherboard Ressourcen" 316*PNP0C04.DeviceDesc = "mathematischer Koprozessor" 317*PNP0C0B.DeviceDesc = "ACPI Ventilator" 318*PNP0C15.DeviceDesc = "Dockingstation" 319PCI\CC_0500.DeviceDesc = "Standard PCI RAM-Controller" 320PCI\CC_0600.DeviceDesc = "Standard CPU zu PCI Brücke" 321PCI\CC_0601.DeviceDesc = "Standard PCI zu ISA Brücke" 322PCI\CC_0604.DeviceDesc = "Standard PCI zu PCI Brücke" 323 324PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI zu ISA Brücke" 325PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI zu ISA Brücke" 326PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU zu PCI-Brücke" 327PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU zu PCI-Brücke" 328PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU zu PCI-Brücke" 329 330[Strings.0408] 331SystemClassName = "Συσκευές συστήματος" 332 333GenericMfg = "(Πρότυπες συσκευές συστήματος)" 334*PNP0000.DeviceDesc = "Programmable interrupt controller" 335*PNP0001.DeviceDesc = "EISA programmable interrupt controller" 336*PNP0100.DeviceDesc = "Χρονομέτρης συστήματος" 337*PNP0200.DeviceDesc = "Ελεγκτής DMA" 338*PNP0800.DeviceDesc = "Ηχείο συστήματος" 339*PNP0A03.DeviceDesc = "PCI bus" 340*PNP0A05.DeviceDesc = "Generic ACPI bus" 341*PNP0B00.DeviceDesc = "AT real-time clock" 342*PNP0C01.DeviceDesc = "System board" 343*PNP0C02.DeviceDesc = "Motherboard resources" 344*PNP0C04.DeviceDesc = "Math coprocessor" 345*PNP0C0B.DeviceDesc = "Ανεμιστήρας ACPI" 346*PNP0C0C.DeviceDesc = "ACPI power button device" 347*PNP0C0D.DeviceDesc = "ACPI lid" 348*PNP0C0E.DeviceDesc = "ACPI sleep button device" 349*PNP0C0F.DeviceDesc = "PCI interrupt link device" 350*PNP0C15.DeviceDesc = "Docking Station" 351ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" 352PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 353PCI\CC_0600.DeviceDesc = "Πρότυπη γέφυρα από CPU σε PCI" 354PCI\CC_0601.DeviceDesc = "Πρότυπη γέφυρα από PCI σε ISA" 355PCI\CC_0604.DeviceDesc = "Πρότυπη γέφυρα από PCI σε PCI" 356*ThermalZone.DeviceDesc = "ACPI thermal zone" 357 358*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" 359PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 360PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 361PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI σε ISA Γέφυρα" 362PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI σε ISA Γέφυρα" 363PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller" 364PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU σε PCI γέφυρα" 365PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU σε PCI-Γέφυρα" 366PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU σε PCI-Γέφυρα" 367 368[Strings.0a] 369ReactOS = "Equipo de ReactOS" 370SystemClassName = "Dispositivos del sistema" 371 372GenericMfg = "(Dispositivos del sistema estándar)" 373*PNP0000.DeviceDesc = "Controlador de interrupciones programable" 374*PNP0001.DeviceDesc = "Controlador EISA de interrupciones programable" 375*PNP0100.DeviceDesc = "Cronómetro del sistema" 376*PNP0103.DeviceDesc = "Temporizador de eventos de alta precisión" 377*PNP0200.DeviceDesc = "Controlador de acceso directo a memoria" 378*PNP0800.DeviceDesc = "Altavoz del sistema" 379*PNP0A00.DeviceDesc = "Bus ISA" 380*PNP0A03.DeviceDesc = "Bus PCI" 381*PNP0A05.DeviceDesc = "Bus ACPI estándar" 382*PNP0A06.DeviceDesc = "Dispositivo Contenedor Bus Extendido I/O" 383*PNP0A08.DeviceDesc = "Bus PCI" 384*PNP0B00.DeviceDesc = "Sistema CMOS/reloj en tiempo real" 385*PNP0C01.DeviceDesc = "Placa base del sistema" 386*PNP0C02.DeviceDesc = "Recursos de la placa base" 387*PNP0C04.DeviceDesc = "Coprocesador matemático" 388*PNP0C0B.DeviceDesc = "Ventilador ACPI" 389*PNP0C0C.DeviceDesc = "Botón de energía ACPI" 390*PNP0C0D.DeviceDesc = "Tapa ACPI" 391*PNP0C0E.DeviceDesc = "Botón de suspensión ACPI" 392*PNP0C0F.DeviceDesc = "Dispositivo de interrupción de enlaces PCI" 393*PNP0C15.DeviceDesc = "Replicador de puertos" 394ACPI\FixedButton.DeviceDesc = "Botón de funcionalidad fija ACPI" 395ISAPNP\ReadDataPort.DeviceDesc = "Puerto de lectura de datos ISAPNP" 396PCI\CC_0500.DeviceDesc = "Controlador PCI RAM estándar" 397PCI\CC_0600.DeviceDesc = "Puente CPU-PCI estándar" 398PCI\CC_0601.DeviceDesc = "Puente PCI-ISA estándar" 399PCI\CC_0604.DeviceDesc = "Puente PCI-PCI estándar" 400*ThermalZone.DeviceDesc = "Zona térmica ACPI" 401PCI\CC_0C05.DeviceDesc = "Controlador SMBus" 402SWENUM.DeviceDesc = "Software enumerador de Buses Plug & Play" 403 404*INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802" 405PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 406PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 407PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 Puente PCI-ISA" 408PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB Puente PCI-ISA" 409PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Controlador de gestión de encendido" 410PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II Puente CPU-PCI" 411PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Puente CPU-PCI" 412PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Puente CPU-PCI" 413 414PCI\VEN_10DE&DEV_01B2.DeviceDesc = "nVidia nForce Puente PCI-ISA Bridge" 415PCI\VEN_10DE&DEV_01B4.DeviceDesc = "nVidia nForce Controlador SMBus" 416PCI\VEN_10DE&DEV_01B7.DeviceDesc = "nVidia nForce Puente AGP-PCI" 417PCI\VEN_10DE&DEV_01B8.DeviceDesc = "nVidia nForce Puente PCI-PCI" 418PCI\VEN_10DE&DEV_02A5.DeviceDesc = "nVidia MCPX Puente CPU-PCI" 419PCI\VEN_10DE&DEV_02A6.DeviceDesc = "nVidia MCPX Controlador de PCI RAM" 420 421 422[Strings.040C] 423SystemClassName = "Périphériques système" 424 425GenericMfg = "(Périphériques systèmes génériques)" 426*PNP0000.DeviceDesc = "Contrôleur d'interruptions programmable" 427*PNP0001.DeviceDesc = "Contrôleur d'interruptions programmable EISA" 428*PNP0100.DeviceDesc = "Horloge système" 429*PNP0200.DeviceDesc = "Contrôleur DMA" 430*PNP0800.DeviceDesc = "Haut parleur système" 431*PNP0A03.DeviceDesc = "Bus PCI" 432*PNP0A05.DeviceDesc = "Bus générique ACPI" 433*PNP0B00.DeviceDesc = "Horloge temps réel AT" 434*PNP0C01.DeviceDesc = "System board" 435*PNP0C02.DeviceDesc = "Ressources carte mère" 436*PNP0C04.DeviceDesc = "Coprocesseur mathématique" 437*PNP0C0B.DeviceDesc = "Ventilateur ACPI" 438*PNP0C0C.DeviceDesc = "Périphérique de bouton de tension ACPI" 439*PNP0C0D.DeviceDesc = "ACPI lid" 440*PNP0C0E.DeviceDesc = "Périphérique de bouton de veille ACPI" 441*PNP0C0F.DeviceDesc = "Périphérique de lien d'interruption PCI" 442*PNP0C15.DeviceDesc = "Docking Station" 443ACPI\FixedButton.DeviceDesc = "Bouton de fonction définie ACPI" 444PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 445PCI\CC_0600.DeviceDesc = "Pont standard CPU vers PCI" 446PCI\CC_0601.DeviceDesc = "Pont standard PCI vers ISA" 447PCI\CC_0604.DeviceDesc = "Pont standard PCI vers PCI" 448*ThermalZone.DeviceDesc = "Zone thermique ACPI" 449 450*INT0800.DeviceDesc = "Périphérique concentrateur à microprogramme Intel 82802" 451PCI\VEN_8086&DEV_7000.DeviceDesc = "Pont Intel 82371SB PIIX3 PCI vers ISA" 452PCI\VEN_8086&DEV_7110.DeviceDesc = "Pont Intel 82371AB/EB PCI vers ISA" 453PCI\VEN_8086&DEV_7113.DeviceDesc = "Contrôleur de gestion de l'alimentation Intel 82371AB/EB" 454PCI\VEN_8086&DEV_7180.DeviceDesc = "Pont Intel 82443LX/EX Processeur Pentium(R) II vers PCI" 455PCI\VEN_8086&DEV_7190.DeviceDesc = "Pont Intel 82443BX/ZX/DX Processeur Pentium(R) II vers PCI" 456PCI\VEN_8086&DEV_7192.DeviceDesc = "Pont Intel 82443BX/ZX/DX Processeur Pentium(R) II vers PCI" 457 458[Strings.0411] 459SystemClassName = "システム デバイス" 460 461GenericMfg = "(標準 システム デバイス)" 462*PNP0000.DeviceDesc = "プログラム可能割り込みコントローラ" 463*PNP0001.DeviceDesc = "EISA プログラム可能割り込みコントローラ" 464*PNP0100.DeviceDesc = "システム タイマー" 465*PNP0200.DeviceDesc = "DMA コントローラ" 466*PNP0800.DeviceDesc = "システム スピーカー" 467*PNP0A03.DeviceDesc = "PCI バス" 468*PNP0A05.DeviceDesc = "標準 ACPI バス" 469*PNP0B00.DeviceDesc = "AT リアルタイム クロック" 470*PNP0C01.DeviceDesc = "システム ボード" 471*PNP0C02.DeviceDesc = "マザーボード リソース" 472*PNP0C04.DeviceDesc = "演算 コプロセッサ" 473*PNP0C0B.DeviceDesc = "ACPI ファン" 474*PNP0C0C.DeviceDesc = "ACPI 電源ボタン デバイス" 475*PNP0C0D.DeviceDesc = "ACPI lid" 476*PNP0C0E.DeviceDesc = "ACPI スリープボタン デバイス" 477*PNP0C0F.DeviceDesc = "PCI 割り込みリンクデバイス" 478*PNP0C15.DeviceDesc = "Docking Station" 479ACPI\FixedButton.DeviceDesc = "ACPI 固定 機能 ボタン" 480PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 481PCI\CC_0600.DeviceDesc = "スタンダード CPU to PCI ブリッジ" 482PCI\CC_0601.DeviceDesc = "スタンダード PCI to ISA ブリッジ" 483PCI\CC_0604.DeviceDesc = "スタンダード PCI to PCI ブリッジ" 484*ThermalZone.DeviceDesc = "ACPI サーマル ゾーン" 485 486*INT0800.DeviceDesc = "Intel 82802 ファームウェア ハブ デバイス" 487PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 488PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 489PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI to ISA ブリッジ" 490PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA ブリッジ" 491PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB 電源管理 コントローラ" 492PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI ブリッジ" 493PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI ブリッジ" 494PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI ブリッジ" 495 496[Strings.0415] 497ReactOS = "Zespół ReactOS" 498SystemClassName = "Urządzenia systemowe" 499 500GenericMfg = "(Standardowe urządzenia systemowe)" 501*PNP0000.DeviceDesc = "Programowalny kontroler przerwań" 502*PNP0001.DeviceDesc = "Programowalny kontroler przerwań EISA" 503*PNP0100.DeviceDesc = "Czasomierz systemowy" 504*PNP0103.DeviceDesc = "Czasomierz zdarzeniowy wysokiej precyzji" 505*PNP0200.DeviceDesc = "Kontroler DMA" 506*PNP0800.DeviceDesc = "Głośnik systemowy" 507*PNP0A00.DeviceDesc = "Magistrala ISA" 508*PNP0A03.DeviceDesc = "Magistrala PCI" 509*PNP0A05.DeviceDesc = "Generic ACPI bus" 510*PNP0A06.DeviceDesc = "Rozszerzona magistrala we/wy / ogólne urządzenie kontenerowe" 511*PNP0A08.DeviceDesc = "Magistrala PCI" 512*PNP0B00.DeviceDesc = "Zegar czasu rzeczywistego AT" 513*PNP0C01.DeviceDesc = "Płyta głowna" 514*PNP0C02.DeviceDesc = "Zasoby płyty głównej" 515*PNP0C04.DeviceDesc = "Processor numeryczny" 516*PNP0C0B.DeviceDesc = "Wentylator ACPI" 517*PNP0C0C.DeviceDesc = "Przycisk zasilania ACPI" 518*PNP0C0D.DeviceDesc = "Pokrywa ACPI" 519*PNP0C0E.DeviceDesc = "Przycisk zasypiania ACPI" 520*PNP0C0F.DeviceDesc = "Urządzenie PCI interrupt link" 521*PNP0C15.DeviceDesc = "Stacja dokująca" 522ACPI\FixedButton.DeviceDesc = "Przycisk ACPI Fixed Feature" 523PCI\CC_0500.DeviceDesc = "Standardowy kontroler RAM PCI" 524PCI\CC_0600.DeviceDesc = "Standardowy mostek CPU do PCI" 525PCI\CC_0601.DeviceDesc = "Standardowy mostek PCI do ISA" 526PCI\CC_0604.DeviceDesc = "Standardowy mostek PCI do PCI" 527*ThermalZone.DeviceDesc = "Strefa termiczna ACPI" 528PCI\CC_0C05.DeviceDesc = "Kontroler SMBus" 529 530*INT0800.DeviceDesc = "Urządzenie Intel 82802 Firmware Hub" 531PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 532PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 533PCI\VEN_8086&DEV_7000.DeviceDesc = "Mostek Intel 82371SB PIIX3 PCI do ISA" 534PCI\VEN_8086&DEV_7110.DeviceDesc = "Mostek Intel 82371AB/EB PCI do ISA" 535PCI\VEN_8086&DEV_7113.DeviceDesc = "Kontroler zarządzania zasilaniem Intel 82371AB/EB" 536PCI\VEN_8086&DEV_7180.DeviceDesc = "Mostek Intel 82443LX/EX Pentium(R) II CPU do PCI" 537PCI\VEN_8086&DEV_7190.DeviceDesc = "Mostek Intel 82443BX/ZX/DX Pentium(R) II CPU do PCI" 538PCI\VEN_8086&DEV_7192.DeviceDesc = "Mostek Intel 82443BX/ZX/DX Pentium(R) II CPU do PCI" 539 540[Strings.0416] 541SystemClassName = "Dispositivos de sistema" 542 543GenericMfg = "(Dispositivos de sistema padrão)" 544*PNP0000.DeviceDesc = "Controlador de interrupção programável" 545*PNP0001.DeviceDesc = "Controlador de interrupção programável EISA" 546*PNP0100.DeviceDesc = "Timer do sistema" 547*PNP0200.DeviceDesc = "Controlador de acceso direto à memória" 548*PNP0800.DeviceDesc = "Alto-falante do sistema" 549*PNP0A03.DeviceDesc = "PCI bus" 550*PNP0A05.DeviceDesc = "Barramento genérico" 551*PNP0B00.DeviceDesc = "CMOS do sistema/relógio em tempo real" 552*PNP0C01.DeviceDesc = "Placa de sistema" 553*PNP0C02.DeviceDesc = "Recursos da placa-mãe" 554*PNP0C04.DeviceDesc = "Procesador de dados numéricos" 555*PNP0C0B.DeviceDesc = "Ventilador ACPI" 556*PNP0C0C.DeviceDesc = "Botão ligar/desligar ACPI" 557*PNP0C0D.DeviceDesc = "Tampa ACPI" 558*PNP0C0E.DeviceDesc = "Botão dormir ACPI" 559*PNP0C0F.DeviceDesc = "Dispositivo de interrupção de ligações PCI" 560*PNP0C15.DeviceDesc = "Docking Station" 561ACPI\FixedButton.DeviceDesc = "Botão de recurso fixo ACPI" 562PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 563PCI\CC_0600.DeviceDesc = "Ponte padrão CPU - PCI" 564PCI\CC_0601.DeviceDesc = "Ponte PCI - ISA" 565PCI\CC_0604.DeviceDesc = "Ponte PCI - PCI" 566*ThermalZone.DeviceDesc = "Zona termal ACPI" 567 568*INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802" 569PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 570PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 571PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 Ponte PCI - ISA" 572PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB Ponte PCI - ISA" 573PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Controlador de gerenciamento de energia" 574PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II Ponte CPU - PCI" 575PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Ponte CPU - PCI" 576PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Ponte CPU - PCI" 577 578[Strings.0418] 579ReactOS = "Echipa ReactOS" 580SystemClassName = "Dispozitive de sistem" 581 582GenericMfg = "(dispozitiv generic de sistem)" 583*PNP0000.DeviceDesc = "Dispozitiv programabil de control întreruperi" 584*PNP0001.DeviceDesc = "Dispozitiv programabil EISA de control întreruperi" 585*PNP0100.DeviceDesc = "Cronometru de sistem" 586*PNP0103.DeviceDesc = "Cronometru de înaltă precizie pentru evenimente" 587*PNP0200.DeviceDesc = "Dispozitiv de control DMA" 588*PNP0800.DeviceDesc = "Difuzor intern de sistem" 589*PNP0A00.DeviceDesc = "Magistrală ISA" 590*PNP0A03.DeviceDesc = "Magistrală PCI" 591*PNP0A05.DeviceDesc = "Magistrală ACPI generică" 592*PNP0A06.DeviceDesc = "Dispozitiv recipient generic / Magistrală In/Ex Extinsă" 593*PNP0A08.DeviceDesc = "Magistrală PCI" 594*PNP0B00.DeviceDesc = "Ceas AT de timp real" 595*PNP0C01.DeviceDesc = "Placă de sistem" 596*PNP0C02.DeviceDesc = "Resurse placă de bază" 597*PNP0C04.DeviceDesc = "Coprocesor matematic" 598*PNP0C0B.DeviceDesc = "Ventilator ACPI" 599*PNP0C0C.DeviceDesc = "Dispozitiv buton de alimentare ACPI" 600*PNP0C0D.DeviceDesc = "Capac ACPI" 601*PNP0C0E.DeviceDesc = "Dispozitiv buton de repaus ACPI" 602*PNP0C0F.DeviceDesc = "Dispozitiv de întrerupere legătură PCI" 603*PNP0C15.DeviceDesc = "Docking Station" 604ACPI\FixedButton.DeviceDesc = "Buton de funcție fixă ACPI" 605PCI\CC_0500.DeviceDesc = "Dispozitiv de control PCI RAM standard" 606PCI\CC_0600.DeviceDesc = "Punte standard CPU spre PCI" 607PCI\CC_0601.DeviceDesc = "Punte standard PCI spre ISA" 608PCI\CC_0604.DeviceDesc = "Punte standard PCI spre PCI" 609*ThermalZone.DeviceDesc = "Zonă termală ACPI" 610PCI\CC_0C05.DeviceDesc = "Dispozitiv de control magistrală SM" 611SWENUM.DeviceDesc = "Enumerator logic de magistrală P&P" 612 613*INT0800.DeviceDesc = "Dispozitiv nod firmware Intel 82802" 614PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 615PCI\VEN_8086&DEV_2413.DeviceDesc = "Magistrală SM Intel 82801AA" 616PCI\VEN_8086&DEV_7000.DeviceDesc = "Punte Intel 82371SB PIIX3 PCI spre ISA" 617PCI\VEN_8086&DEV_7110.DeviceDesc = "Punte Intel 82371AB/EB PCI spre ISA" 618PCI\VEN_8086&DEV_7113.DeviceDesc = "Dispozitiv de gestiune consum Intel 82371AB/EB" 619PCI\VEN_8086&DEV_7180.DeviceDesc = "Punte Intel 82443LX/EX Pentium(R) II CPU spre PCI" 620PCI\VEN_8086&DEV_7190.DeviceDesc = "Punte Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI" 621PCI\VEN_8086&DEV_7192.DeviceDesc = "Punte Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI" 622 623[Strings.0419] 624ReactOS = "Команда ReactOS" 625SystemClassName = "Системные устройства" 626 627GenericMfg = "(Стандартные системные устройства)" 628*PNP0000.DeviceDesc = "Программируемый контроллер прерываний" 629*PNP0001.DeviceDesc = "Программируемый контроллер прерываний EISA" 630*PNP0100.DeviceDesc = "Системный таймер" 631*PNP0200.DeviceDesc = "Контроллер DMA" 632*PNP0800.DeviceDesc = "Системный динамик" 633*PNP0A03.DeviceDesc = "Шина PCI" 634*PNP0A05.DeviceDesc = "Стандартная шина ACPI" 635*PNP0B00.DeviceDesc = "Часы реального времени AT" 636*PNP0C01.DeviceDesc = "Системная плата" 637*PNP0C02.DeviceDesc = "Ресурсы системной платы" 638*PNP0C04.DeviceDesc = "Математический сопроцессор" 639*PNP0C0B.DeviceDesc = "ACPI вентилятор" 640*PNP0C0C.DeviceDesc = "Кнопка включения питания ACPI" 641*PNP0C0D.DeviceDesc = "Крышка ACPI" 642*PNP0C0E.DeviceDesc = "Кнопка спящего режима ACPI" 643*PNP0C0F.DeviceDesc = "Контроллер прервываний PCI" 644*PNP0C15.DeviceDesc = "Док-станция" 645ACPI\FixedButton.DeviceDesc = "Кнопка фиксированной возможности ACPI" 646ISAPNP\ReadDataPort.DeviceDesc = "Порт чтения данных ISAPNP" 647PCI\CC_0500.DeviceDesc = "Стандартный контроллер PCI RAM" 648PCI\CC_0600.DeviceDesc = "Стандартный мост CPU - PCI" 649PCI\CC_0601.DeviceDesc = "Стандартный мост PCI - ISA" 650PCI\CC_0604.DeviceDesc = "Стандартный мост PCI - PCI" 651*ThermalZone.DeviceDesc = "Термальная зона ACPI" 652PCI\CC_0C05.DeviceDesc = "Контроллер SMBus" 653SWENUM.DeviceDesc = "Перечислитель программных устройств Plug & Play" 654 655*INT0800.DeviceDesc = "Устройство Intel 82802 Firmware Hub" 656PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 657PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 658PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 мост PCI - ISA" 659PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB мост PCI - ISA" 660PCI\VEN_8086&DEV_7113.DeviceDesc = "Контроллер управления питанием Intel 82371AB/EB" 661PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II мост CPU - PCI" 662PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II мост CPU - PCI" 663PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II мост CPU - PCI" 664 665PCI\VEN_10DE&DEV_01B2.DeviceDesc = "nVidia nForce мост PCI - ISA" 666PCI\VEN_10DE&DEV_01B4.DeviceDesc = "nVidia nForce контроллер SMBus" 667PCI\VEN_10DE&DEV_01B7.DeviceDesc = "nVidia nForce мост AGP - PCI" 668PCI\VEN_10DE&DEV_01B8.DeviceDesc = "nVidia nForce мост PCI - PCI" 669PCI\VEN_10DE&DEV_02A5.DeviceDesc = "nVidia MCPX мост CPU - PCI" 670PCI\VEN_10DE&DEV_02A6.DeviceDesc = "nVidia MCPX контроллер PCI RAM" 671 672[Strings.041B] 673SystemClassName = "Systémové zariadenia" 674 675GenericMfg = "(Generické systémové zariadenia)" 676*PNP0000.DeviceDesc = "Programmable interrupt controller" 677*PNP0001.DeviceDesc = "EISA programmable interrupt controller" 678*PNP0100.DeviceDesc = "Systémový časovač" 679*PNP0200.DeviceDesc = "Radič DMA" 680*PNP0800.DeviceDesc = "Systémový reproduktor" 681*PNP0A03.DeviceDesc = "Zbernica PCI" 682*PNP0A05.DeviceDesc = "Generická zbernica ACPI" 683*PNP0B00.DeviceDesc = "AT real-time clock" 684*PNP0C01.DeviceDesc = "System board" 685*PNP0C02.DeviceDesc = "Motherboard resources" 686*PNP0C04.DeviceDesc = "Matematický koprocesor" 687*PNP0C0B.DeviceDesc = "Ventilátor ACPI" 688*PNP0C0C.DeviceDesc = "ACPI power button device" 689*PNP0C0D.DeviceDesc = "ACPI lid" 690*PNP0C0E.DeviceDesc = "ACPI sleep button device" 691*PNP0C0F.DeviceDesc = "PCI interrupt link device" 692*PNP0C15.DeviceDesc = "Docking Station" 693ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" 694PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 695PCI\CC_0600.DeviceDesc = "Štandardný most CPU na PCI" 696PCI\CC_0601.DeviceDesc = "Štandardný most PCI na ISA" 697PCI\CC_0604.DeviceDesc = "Štandardný most PCI na PCI" 698*ThermalZone.DeviceDesc = "ACPI thermal zone" 699 700*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" 701PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 702PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 703PCI\VEN_8086&DEV_7000.DeviceDesc = "Most Intel 82371SB PIIX3 PCI na ISA" 704PCI\VEN_8086&DEV_7110.DeviceDesc = "Most Intel 82371AB/EB PCI na ISA" 705PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller" 706PCI\VEN_8086&DEV_7180.DeviceDesc = "Most Intel 82443LX/EX Pentium(R) II CPU na PCI" 707PCI\VEN_8086&DEV_7190.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" 708PCI\VEN_8086&DEV_7192.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" 709 710[Strings.041f] 711ReactOS = "ReactOS Takımı" 712SystemClassName = "Dizge Aygıtları" 713 714GenericMfg = "(Umûmî Dizge Aygıtları)" 715*PNP0000.DeviceDesc = "İzlencelenebilir Kesme Denetleyicisi" 716*PNP0001.DeviceDesc = "EISA İzlencelenebilir Kesme Denetleyicisi" 717*PNP0100.DeviceDesc = "Dizge Saati" 718*PNP0103.DeviceDesc = "Yüksek Duyarlıklı Olay Saati" 719*PNP0200.DeviceDesc = "DMA Denetleyicisi" 720*PNP0800.DeviceDesc = "Dizge Hoparlörü" 721*PNP0A00.DeviceDesc = "ISA Veriyolu" 722*PNP0A03.DeviceDesc = "PCI Veriyolu" 723*PNP0A05.DeviceDesc = "Umûmî ACPI Veriyolu" 724*PNP0A08.DeviceDesc = "PCI Veriyolu" 725*PNP0B00.DeviceDesc = "AT Gerçek Zamanlı Saat" 726*PNP0C01.DeviceDesc = "Dizge Kartı" 727*PNP0C02.DeviceDesc = "Anakart Kaynakları" 728*PNP0C04.DeviceDesc = "Uz Bilimlik Yardımcı İşlemci" 729*PNP0C0B.DeviceDesc = "ACPI Pervâne" 730*PNP0C0C.DeviceDesc = "ACPI Güç Düğmesi Aygıtı" 731*PNP0C0D.DeviceDesc = "ACPI Kapak" 732*PNP0C0E.DeviceDesc = "ACPI Uyku Düğmesi Aygıtı" 733*PNP0C0F.DeviceDesc = "PCI Kesme Bağlantı Aygıtı" 734*PNP0C15.DeviceDesc = "Docking Station" 735ACPI\FixedButton.DeviceDesc = "ACPI Sâbit Husûsîyet Düğmesi" 736PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 737PCI\CC_0600.DeviceDesc = "Ölçünlü CPU'dan PCI'ya Köprü" 738PCI\CC_0601.DeviceDesc = "Ölçünlü PCI'dan ISA'ya Köprü" 739PCI\CC_0604.DeviceDesc = "Ölçünlü PCI'dan PCI'ya Köprü" 740*ThermalZone.DeviceDesc = "ACPI Isı Bölgesi" 741PCI\CC_0C05.DeviceDesc = "SMBus Denetleyicisi" 742SWENUM.DeviceDesc = "Tak ve Çalıştır Yazılım Veriyolu Numaralandırıcısı" 743 744*INT0800.DeviceDesc = "Intel 82802 Bellenim Göbek Aygıtı" 745PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 746PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 747PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI'dan ISA'ya Köprü" 748PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI'dan ISA'ya Köprü" 749PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Güç Yönetimi Denetleyicisi" 750PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU'dan PCI'ya Köprü" 751PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU'dan PCI'ya Köprü" 752PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU'dan PCI'ya Köprü" 753 754[Strings.0422] 755ReactOS = "Команда ReactOS" 756SystemClassName = "Системні пристрої" 757 758GenericMfg = "(Стандартні системні пристрої)" 759*PNP0000.DeviceDesc = "Програмований контроллер переривань" 760*PNP0001.DeviceDesc = "Програмований контроллер переривань EISA" 761*PNP0100.DeviceDesc = "Системний таймер" 762*PNP0103.DeviceDesc = "Таймер подій високої точності" 763*PNP0200.DeviceDesc = "Контроллер DMA" 764*PNP0800.DeviceDesc = "Системний динамік" 765*PNP0A00.DeviceDesc = "Шина ISA" 766*PNP0A03.DeviceDesc = "Шина PCI" 767*PNP0A05.DeviceDesc = "Стандартна шина ACPI" 768*PNP0B00.DeviceDesc = "Годинник реального часу AT" 769*PNP0C01.DeviceDesc = "Системна плата" 770*PNP0C02.DeviceDesc = "Ресурси системної плати" 771*PNP0C04.DeviceDesc = "Математичний співпроцесор" 772*PNP0C0B.DeviceDesc = "ACPI вентилятор" 773*PNP0C0C.DeviceDesc = "Кнопка ввімкнення живлення ACPI" 774*PNP0C0D.DeviceDesc = "Кришка ACPI" 775*PNP0C0E.DeviceDesc = "Кнопка сплячого режиму ACPI" 776*PNP0C0F.DeviceDesc = "Контроллер переривань PCI" 777*PNP0C15.DeviceDesc = "Док станція" 778ACPI\FixedButton.DeviceDesc = "Кнопка фіксованої можливості ACPI" 779PCI\CC_0500.DeviceDesc = "Стандартний контролер PCI RAM" 780PCI\CC_0600.DeviceDesc = "Стандартний міст CPU на PCI" 781PCI\CC_0601.DeviceDesc = "Стандартний міст PCI на ISA" 782PCI\CC_0604.DeviceDesc = "Стандартний міст PCI на PCI" 783*ThermalZone.DeviceDesc = "Термальна зона ACPI" 784PCI\CC_0C05.DeviceDesc = "Контроллер SMBus" 785 786*INT0800.DeviceDesc = "Пристрій Intel 82802 Firmware Hub" 787PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 міст PCI на ISA" 788PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB міст PCI на ISA" 789PCI\VEN_8086&DEV_7113.DeviceDesc = "Контроллер керування живленням Intel 82371AB/EB" 790PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II міст CPU на PCI" 791PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II міст CPU на PCI" 792PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II міст CPU на PCI" 793 794PCI\VEN_10DE&DEV_01B2.DeviceDesc = "nVidia nForce міст PCI на ISA" 795PCI\VEN_10DE&DEV_01B4.DeviceDesc = "nVidia nForce контролер SMBus" 796PCI\VEN_10DE&DEV_01B7.DeviceDesc = "nVidia nForce міст AGP на PCI" 797PCI\VEN_10DE&DEV_01B8.DeviceDesc = "nVidia nForce міст PCI на PCI" 798PCI\VEN_10DE&DEV_02A5.DeviceDesc = "nVidia MCPX міст CPU на PCI" 799PCI\VEN_10DE&DEV_02A6.DeviceDesc = "nVidia MCPX контролер PCI RAM" 800 801[Strings.0427] 802SystemClassName = "Sisteminiai įrenginiai" 803 804GenericMfg = "(Standartiniai sisteminiai įrenginiai)" 805*PNP0000.DeviceDesc = "Programuojamas pertraukimų valdiklis" 806*PNP0001.DeviceDesc = "EISA programuojamas pertraukimų valdiklis" 807*PNP0100.DeviceDesc = "Sisteminis laikmatis" 808*PNP0200.DeviceDesc = "DMA valdiklis" 809*PNP0800.DeviceDesc = "Sisteminis garsiakalbis" 810*PNP0A03.DeviceDesc = "PCI magistralė" 811*PNP0A05.DeviceDesc = "Standartinė ACPI magistralė" 812*PNP0B00.DeviceDesc = "AT realaus laiko taktų generatorius" 813*PNP0C01.DeviceDesc = "Sisteminė plokštė" 814*PNP0C02.DeviceDesc = "Pagrindinės plokštės ištekliai" 815*PNP0C04.DeviceDesc = "Matematinis koprocesorius" 816*PNP0C0B.DeviceDesc = "ACPI ventiliatorius" 817*PNP0C0C.DeviceDesc = "ACPI maitinimo mygtukas" 818*PNP0C0D.DeviceDesc = "ACPI dangtis" 819*PNP0C0E.DeviceDesc = "ACPI miego mygtukas" 820*PNP0C0F.DeviceDesc = "PCI pertraukimo sąsajos įrenginys" 821*PNP0C15.DeviceDesc = "Docking Station" 822ACPI\FixedButton.DeviceDesc = "ACPI fiksuotos galimybės mygtukas" 823PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 824PCI\CC_0600.DeviceDesc = "Standartinis CPU į PCI tiltas" 825PCI\CC_0601.DeviceDesc = "Standartinis PCI į ISA tiltas" 826PCI\CC_0604.DeviceDesc = "Standartinis PCI į PCI tiltas" 827*ThermalZone.DeviceDesc = "ACPI šiluminė zona" 828 829*INT0800.DeviceDesc = "Intel 82802 Firmware šakotuvo įrenginys" 830PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" 831PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" 832PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI į ISA tiltas" 833PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA tiltas" 834PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB maitinimo valdiklis" 835PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU į PCI tiltas" 836PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU į PCI tiltas" 837PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU į PCI tiltas" 838 839[Strings.0804] 840GenericMfg = "(通用系统设备)" 841*PNP0000.DeviceDesc = "可编程中断控制器" 842*PNP0001.DeviceDesc = "EISA 可编程中断控制器" 843*PNP0100.DeviceDesc = "系统计时器" 844*PNP0103.DeviceDesc = "高精度事件计时器" 845*PNP0200.DeviceDesc = "DMA 控制器" 846*PNP0800.DeviceDesc = "系统喇叭" 847*PNP0A00.DeviceDesc = "ISA 总线" 848*PNP0A03.DeviceDesc = "PCI 总线" 849*PNP0A05.DeviceDesc = "通用 ACPI 总线" 850*PNP0A06.DeviceDesc = "扩展 I/O 总线 / 通用容器设备" 851*PNP0A08.DeviceDesc = "PCI 总线" 852*PNP0B00.DeviceDesc = "AT 实时时钟" 853*PNP0C01.DeviceDesc = "系统板" 854*PNP0C02.DeviceDesc = "主板资源" 855*PNP0C04.DeviceDesc = "数学协处理器" 856*PNP0C0B.DeviceDesc = "ACPI 风扇" 857*PNP0C0C.DeviceDesc = "ACPI 电源按钮设备" 858*PNP0C0D.DeviceDesc = "ACPI 盖子" 859*PNP0C0E.DeviceDesc = "ACPI 休眠按钮设备" 860*PNP0C0F.DeviceDesc = "PCI 中断链接设备" 861*PNP0C15.DeviceDesc = "Docking Station" 862ACPI\FixedButton.DeviceDesc = "ACPI 固定功能按钮" 863PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" 864PCI\CC_0600.DeviceDesc = "标准 CPU - PCI 桥" 865PCI\CC_0601.DeviceDesc = "标准 PCI - ISA 桥" 866PCI\CC_0604.DeviceDesc = "标准 PCI - PCI 桥" 867*ThermalZone.DeviceDesc = "ACPI 温度监控" 868PCI\CC_0C05.DeviceDesc = "SMBus 控制器" 869SWENUM.DeviceDesc = "即插即用软总线枚举器" 870 871*INT0800.DeviceDesc = "Intel 82802 固件集线器控制器" 872PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI - ISA 桥" 873PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI - ISA 桥" 874PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB 电源管理控制器" 875PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU - PCI 桥" 876PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU - PCI 桥" 877PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU - PCI 桥" 878