reactos/media/inf/monitor.inf
Joachim Henze b130d5f4c0 [0.4.13][INF] Backport String deduplication and minor fixes
Fixes a bug in msmouse.inf missing " at begin of last string in section [Strings.0416].
partial pick of 0.4.15-dev-1105-g d50cbb6eed (only the changes in msmouse.inf were picked) (#3173)
------------
Fixes a bug in nete1000.inf missing " at the end of a string in section [Strings.0415] (which affected releases/0.4.12 to releases/0.4.14).
------------
partial pick of 0.4.15-dev-4867-g bbccad0ed6 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-g 7c8d5635aa [PROCESSR][INF] Fix "Intel Intel" duplication typos
which was an addendum to 3509318521 == 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.
2022-12-18 15:10:54 +01:00

108 lines
2.7 KiB
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; Monitor.INF
;
; Installation file for monitors
;
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Monitor
ClassGUID = {4D36E96E-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 03/11/2012,1.00
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = MonitorClass.NT.AddReg
[MonitorClass.NT.AddReg]
HKR, , , 0, %MonitorClassName%
HKR, , Icon, 0, "-1"
HKR, , Installer32, 0, "desk.cpl,MonitorClassInstaller"
[Manufacturer]
%StdMfg% = StdMfg
[StdMfg]
%PnPMonitor.DeviceDesc% = Monitor_Inst,*PNP09FF
%DefaultMonitor.DeviceDesc% = Monitor_Inst,Monitor\Default_Monitor
;---------------------------- MONITOR DRIVER ----------------------------
[Monitor_Inst.NT]
CopyFiles = Monitor_Inst_CopyFiles.NT
[Monitor_Inst_CopyFiles.NT]
monitor.sys
[Monitor_Inst.NT.Services]
AddService = , 0x00000002
;AddService = Monitor, 0x00000002, Monitor_Service_Inst
[Monitor_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\monitor.sys
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
MonitorClassName = "Monitors"
StdMfg = "(Standard monitor types)"
DefaultMonitor.DeviceDesc = "Default Monitor"
PnPMonitor.DeviceDesc = "Plug and Play Monitor"
[Strings.0405]
MonitorClassName = "Monitory"
StdMfg = "(Obecné monitory)"
DefaultMonitor.DeviceDesc = "Výchozí monitor"
PnPMonitor.DeviceDesc = "Plug and Play monitor"
[Strings.0407]
MonitorClassName = "Monitore"
StdMfg = "(Generische Monitore)"
PnPMonitor.DeviceDesc = "Plug and Play Monitor"
[Strings.0a]
MonitorClassName = "Monitores"
StdMfg = "(Monitores genéricos)"
DefaultMonitor.DeviceDesc = "Monitor predeterminado"
PnPMonitor.DeviceDesc = "Monitor Plug and Play"
[Strings.0415]
MonitorClassName = "Monitory"
StdMfg = "(Standardowe typy monitorów)"
DefaultMonitor.DeviceDesc = "Domyślny monitor"
PnPMonitor.DeviceDesc = "Monitor Plug and Play"
[Strings.0418]
MonitorClassName = "Ecrane"
StdMfg = "(ecrane de tip standard)"
DefaultMonitor.DeviceDesc = "Ecran implicit"
PnPMonitor.DeviceDesc = "Ecran cuplare dinamică (PnP)"
[Strings.0419]
MonitorClassName = "Мониторы"
StdMfg = "(Стандартные мониторы)"
DefaultMonitor.DeviceDesc = "Модуль подключения монитора"
PnPMonitor.DeviceDesc = "Монитор Plug and Play"
[Strings.041f]
MonitorClassName = "Göstergeçler"
StdMfg = "(Ölçünlü Göstergeç Türleri)"
DefaultMonitor.DeviceDesc = "Ön Tanımlı Göstergeç"
PnPMonitor.DeviceDesc = "Tak ve Çalıştır Göstergeç"
[Strings.0804]
StdMfg = "(标准监视器类型)"
DefaultMonitor.DeviceDesc = "默认监视器"
PnPMonitor.DeviceDesc = "即插即用监视器"