reactos/media/inf/flpydisk.inf
Joachim Henze de98f38ce6 [0.4.9][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)
------------
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-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:29:20 +01:00

99 lines
2.5 KiB
INI

; FDC.INF
; Installation file for floppy disk drives
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = FloppyDisk
ClassGuid = {4D36E980-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 08/15/2005,1.01.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = Floppy.NT.AddReg
[Floppy.NT.AddReg]
HKR, , , 0, %FloppyClassName%
HKR, , Icon, 0, "-50"
HKR, , NoInstallClass, , 1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
;FIXME: We do not have a driver yet
%Floppy.DeviceDesc% = NO_DRV, GenFloppyDisk
;%Floppy.DeviceDesc% = floppy_Inst, GenFloppyDisk
;----------------------------- FDC DRIVER -----------------------------
[floppy_Inst.NT]
CopyFiles = floppy_CopyFiles.NT
[floppy_CopyFiles.NT]
flpydisk.sys
[flopy_Inst.NT.Services]
AddService = flpydisk, 0x00000002, floppy_Service_Inst
[floppy_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\flpydisk.sys
;---------------------------- NO DRIVER REQ -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
FloppyClassName = "Floppy disk drives"
GenericMfg = "(Generic floppy disk drives)"
Floppy.DeviceDesc = "Generic floppy disk drive"
[Strings.0405]
FloppyClassName = "Disketové jednotky"
GenericMfg = "(Obecné disketové jednotky)"
Floppy.DeviceDesc = "Obecná disketová jednotka"
[Strings.0a]
FloppyClassName = "Disqueteras"
GenericMfg = "(Disqueteras genéricas)"
Floppy.DeviceDesc = "Disquetera genérica"
[Strings.0415]
FloppyClassName = "Stacje dyskietek"
GenericMfg = "(Standardowe stacje dyskietek)"
Floppy.DeviceDesc = "Standardowa stacja dyskietek"
[Strings.0418]
FloppyClassName = "Unitate de disc flexibil"
GenericMfg = "(unități generice de disc flexibil)"
Floppy.DeviceDesc = "Unitate de disc flexibil"
[Strings.0419]
FloppyClassName = "Дисководы гибких дисков"
GenericMfg = "(Универсальные дисководы гибких дисков)"
Floppy.DeviceDesc = "Универсальный дисковод гибких дисков"
[Strings.041f]
FloppyClassName = "Yumuşak Disk Sürücüleri"
GenericMfg = "(Umûmî Yumuşak Disk Sürücüleri)"
Floppy.DeviceDesc = "Umûmî Yumuşak Disk Sürücüsü"
[Strings.0804]
GenericMfg = "(通用软盘驱动器)"
Floppy.DeviceDesc = "通用软盘驱动器"