mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
ba6946b66b
Fixes a bug in msmouse.inf missing " at begin of last string in section [Strings.0416]. partial pick of 0.4.15-dev-1105-gd50cbb6eed
(only the changes in msmouse.inf were picked) (#3173) ------------ in releases/0.4.7 to releases/0.4.11 the whole section [Strings.0415] existed twice in NET_NIC.inf, deleting one of them entirely is not an oopsie, and does just reflect the state of the newer branches! ------------ partial pick of 0.4.15-dev-4867-gbbccad0ed6
Deduplicate the "ReactOS =" strings, they are non-localizable now CORE-18191. I intentionally left out the "ReactOS team"->"ReactOS project" part here. ------------ full pick of 0.4.15-dev-309-g7c8d5635aa
[PROCESSR][INF] Fix "Intel Intel" duplication typos which was an addendum to3509318521
== SVN r46465 ------------ also ported back deduplication of some manufacturer strings. ------------ all changes to shortcuts.inf and syssetup.inf.tpl are exclusively stripping EOL-whitespace, no other changes in those files. ------------ the only part that was not picked from master is the stripped 's' in disk.inf, which is possible, because the file has been replaced altogether in master by an MS file.
56 lines
1.2 KiB
INI
56 lines
1.2 KiB
INI
; ACPI.INF
|
||
|
||
; Installation file for WMIACPI driver
|
||
|
||
[Version]
|
||
Signature = "$Windows NT$"
|
||
;Signature = "$ReactOS$"
|
||
LayoutFile = layout.inf
|
||
Class = System
|
||
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||
Provider = %ReactOS%
|
||
DriverVer = 03/26/2015,1.00.0.0
|
||
|
||
[DestinationDirs]
|
||
DefaultDestDir = 12
|
||
|
||
[Manufacturer]
|
||
%GenericMfg% = GenericMfg
|
||
|
||
[GenericMfg]
|
||
%*PNP0C14.DeviceDesc% = NO_DRV,,*PNP0C14
|
||
|
||
;------------------- WE DO NOT HAVE WMIACPI.SYS YET---------------------
|
||
|
||
[NO_DRV]
|
||
|
||
[NO_DRV.Services]
|
||
AddService = , 0x00000002
|
||
|
||
[NO_DRV.HW]
|
||
|
||
;-------------------------------- STRINGS -------------------------------
|
||
|
||
[Strings]
|
||
ReactOS = "ReactOS Team"
|
||
GenericMfg = "(Generic system devices)"
|
||
*PNP0C14.DeviceDesc = "WMI for ACPI"
|
||
|
||
[Strings.0405]
|
||
GenericMfg = "(Generická systémová zařízení)"
|
||
|
||
[Strings.0407]
|
||
GenericMfg = "(Generische Systemgeräte)"
|
||
*PNP0C14.DeviceDesc = "WMI für ACPI"
|
||
|
||
[Strings.0418]
|
||
GenericMfg = "(dispozitive generice de sistem)"
|
||
*PNP0C14.DeviceDesc = "WMI pentru ACPI"
|
||
|
||
[Strings.0419]
|
||
GenericMfg = "(Универсальные системные устройства)"
|
||
*PNP0C14.DeviceDesc = "WMI для ACPI"
|
||
|
||
[Strings.041f]
|
||
GenericMfg = "(Umûmî Dizge Aygıtları)"
|
||
*PNP0C14.DeviceDesc = "ACPI için WMI"
|