mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
Radek Liska < radekliska AT gmail DOT com>
- Czech translation of inf files added. - See issue #3600 for more details. svn path=/trunk/; revision=35121
This commit is contained in:
Binary file not shown.
@@ -1,47 +1,51 @@
|
||||
; ACPI.INF
|
||||
|
||||
; Installation file for ACPI driver
|
||||
|
||||
[Version]
|
||||
Signature = "$Windows NT$"
|
||||
;Signature = "$ReactOS$"
|
||||
LayoutFile = layout.inf
|
||||
Class = System
|
||||
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider = %ReactOS%
|
||||
DriverVer = 10/11/2005,1.01.0.0
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
||||
[Manufacturer]
|
||||
%GenericMfg% = GenericMfg
|
||||
|
||||
[GenericMfg]
|
||||
%*PNP0C08.DeviceDesc% = ACPI_Inst,*PNP0C08
|
||||
|
||||
;------------------------------ ACPI DRIVER -----------------------------
|
||||
|
||||
[ACPI_Inst.NT]
|
||||
CopyFiles = ACPI_CopyFiles.NT
|
||||
|
||||
[ACPI_CopyFiles.NT]
|
||||
acpi.sys
|
||||
|
||||
[ACPI_Inst.NT.Services]
|
||||
AddService = acpi, 0x00000002, acpi_Service_Inst
|
||||
|
||||
[acpi_Service_Inst]
|
||||
ServiceType = 1
|
||||
StartType = 0
|
||||
ErrorControl = 1
|
||||
ServiceBinary = %12%\acpi.sys
|
||||
LoadOrderGroup = Boot Bus Extender
|
||||
|
||||
;-------------------------------- STRINGS -------------------------------
|
||||
|
||||
[Strings]
|
||||
ReactOS = "ReactOS Team"
|
||||
|
||||
GenericMfg = "(Generic system devices)"
|
||||
; ACPI.INF
|
||||
|
||||
; Installation file for ACPI driver
|
||||
|
||||
[Version]
|
||||
Signature = "$Windows NT$"
|
||||
;Signature = "$ReactOS$"
|
||||
LayoutFile = layout.inf
|
||||
Class = System
|
||||
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider = %ReactOS%
|
||||
DriverVer = 10/11/2005,1.01.0.0
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
||||
[Manufacturer]
|
||||
%GenericMfg% = GenericMfg
|
||||
|
||||
[GenericMfg]
|
||||
%*PNP0C08.DeviceDesc% = ACPI_Inst,*PNP0C08
|
||||
|
||||
;------------------------------ ACPI DRIVER -----------------------------
|
||||
|
||||
[ACPI_Inst.NT]
|
||||
CopyFiles = ACPI_CopyFiles.NT
|
||||
|
||||
[ACPI_CopyFiles.NT]
|
||||
acpi.sys
|
||||
|
||||
[ACPI_Inst.NT.Services]
|
||||
AddService = acpi, 0x00000002, acpi_Service_Inst
|
||||
|
||||
[acpi_Service_Inst]
|
||||
ServiceType = 1
|
||||
StartType = 0
|
||||
ErrorControl = 1
|
||||
ServiceBinary = %12%\acpi.sys
|
||||
LoadOrderGroup = Boot Bus Extender
|
||||
|
||||
;-------------------------------- STRINGS -------------------------------
|
||||
|
||||
[Strings]
|
||||
ReactOS = "ReactOS Team"
|
||||
|
||||
GenericMfg = "(Generic system devices)"
|
||||
*PNP0C08.DeviceDesc = "ACPI hardware"
|
||||
|
||||
[Strings.0405]
|
||||
GenericMfg = "(Generick<63> syst<73>mov<6F> za<7A><61>zen<65>)"
|
||||
*PNP0C08.DeviceDesc = "ACPI hardware"
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user