reactos/media/inf/fdc.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

152 lines
4.2 KiB
INI

; FDC.INF
; Installation file for floppy disk controllers
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = FDC
ClassGUID = {4D36E969-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 08/15/2005,1.01.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = FDC.NT.AddReg
[FDC.NT.AddReg]
HKR, , , 0, %FDCClassName%
HKR, , Icon, 0, "-9"
HKR,,NoInstallClass,,1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
;FIXME: We do not have a driver yet
%*PNP0700.DeviceDesc% = fdc_Inst,*PNP0700
;%*PNP0700.DeviceDesc% = NO_DRV,*PNP0700
;----------------------------- FDC DRIVER -----------------------------
[fdc_Inst.NT]
CopyFiles = fdc_CopyFiles.NT
[fdc_CopyFiles.NT]
fdc.sys
[fdc_Inst.NT.Services]
AddService = fdc, 0x00000002, fdc_Service_Inst
[fdc_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\fdc.sys
LoadOrderGroup = System Bus Extender
;---------------------------- NO DRIVER REQ -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
FDCClassName = "Floppy disk controllers"
GenericMfg = "(Generic floppy disk controllers)"
*PNP0700.DeviceDesc = "Generic floppy disk controller"
[Strings.0405]
FDCClassName = "Řadiče disketových jednotek"
GenericMfg = "(Generické řadiče disketových jednotek)"
*PNP0700.DeviceDesc = "Generický řadič disketové jednotky"
[Strings.0407]
FDCClassName = "Disketten-Controller"
GenericMfg = "(Generische Disketten-Controller)"
*PNP0700.DeviceDesc = "Generischer Disketten-Controller"
[Strings.0408]
FDCClassName = "Ελεγκτής Δισκέτας"
GenericMfg = "(Γενικοί ελεγκτές δισκέτας)"
*PNP0700.DeviceDesc = "Γενικός ελεγκτής δισκέτας"
[Strings.0a]
FDCClassName = "Controladores de disquete"
GenericMfg = "(Controlador estándar de disquetes)"
*PNP0700.DeviceDesc = "Controlador estándar de disquetes"
[Strings.040C]
FDCClassName = "Contrôleurs de lecteur de disquettes"
GenericMfg = "(Contrôleurs de lecteur de disquettes génériques)"
*PNP0700.DeviceDesc = "Contrôleur de lecteur de disquettes générique"
[Strings.0411]
FDCClassName = "フロッピー ディスク コントローラ"
GenericMfg = "(標準フロッピー ディスク コントローラ)"
*PNP0700.DeviceDesc = "標準フロッピー ディスク コントローラ"
[Strings.0415]
FDCClassName = "Kontrolery stacji dyskietek"
GenericMfg = "(Standardowowe kontrolery stacji dyskietek)"
*PNP0700.DeviceDesc = "Standardowy kontroler stacji dyskietek"
[Strings.0416]
FDCClassName = "Unidades de disquete"
GenericMfg = "(Unidades de disquete padrão)"
*PNP0700.DeviceDesc = "Controlador padrão de disquete"
[Strings.0418]
FDCClassName = "Dispozitive de control disc flexibil"
GenericMfg = "(dispozitiv generic de control disc flexibil)"
*PNP0700.DeviceDesc = "Dispozitiv generic de control disc flexibil"
[Strings.0419]
FDCClassName = "Контроллеры гибких дисков"
GenericMfg = "(Стандартные контроллеры гибких дисков)"
*PNP0700.DeviceDesc = "Стандартный контроллер гибких дисков"
[Strings.041B]
FDCClassName = "Radiče disketových mechaník"
GenericMfg = "(Generické radiče disketových mechaník)"
*PNP0700.DeviceDesc = "Generický radič disketovej mechaniky"
[Strings.041f]
FDCClassName = "Yumuşak Disk Denetleyicileri"
GenericMfg = "(Umûmî Yumuşak Disk Denetleyicileri)"
*PNP0700.DeviceDesc = "Umûmî Yumuşak Disk Denetleyicisi"
[Strings.0422]
FDCClassName = "Контроллери гнучких дисків"
GenericMfg = "(Стандартні контроллери гнучких дисків)"
*PNP0700.DeviceDesc = "Стандартний контроллер гнучких дисків"
[Strings.0427]
FDCClassName = "Diskelių įrenginių valdikliai"
GenericMfg = "(Standartiniai diskelių įrenginių valdikliai)"
*PNP0700.DeviceDesc = "Standartinis diskelių įrenginio valdiklis"
[Strings.0804]
GenericMfg = "(通用软盘控制器)"
*PNP0700.DeviceDesc = "通用软盘控制器"