mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
7047aa80ef
Polish translation update for calc, fltmc, magnify, notepad, osk, sndvol32, usetup, fdebug, appwiz, mmsys, sysdm, acppage, ziplfdr, browseui, cryptui, jscript, shell32, themeui and inf. Added translation for cyrptext, vcdcontroltool, and (not yet complete) getuname.
106 lines
2.8 KiB
INI
106 lines
2.8 KiB
INI
; HAL.INF
|
||
|
||
; Installation file for HAL device
|
||
|
||
[Version]
|
||
Signature = "$Windows NT$"
|
||
;Signature = "$ReactOS$"
|
||
LayoutFile = layout.inf
|
||
Class = Computer
|
||
ClassGUID = {4D36E966-E325-11CE-BFC1-08002BE10318}
|
||
Provider = %ReactOS%
|
||
DriverVer = 8/15/2011,1.00.0.0
|
||
|
||
[DestinationDirs]
|
||
DefaultDestDir = 12
|
||
|
||
[ClassInstall32.NT]
|
||
AddReg = ComputerClass.NT.AddReg
|
||
|
||
[ComputerClass.NT.AddReg]
|
||
HKR, , , 0, %ComputerClassName%
|
||
HKR, , Icon, 0, "-27"
|
||
|
||
[Manufacturer]
|
||
%GenericMfg% = GenericMfg
|
||
|
||
[GenericMfg]
|
||
%acpipic_up.DeviceDesc% = NO_DRV,acpipic_up
|
||
%e_isa_up.DeviceDesc% = NO_DRV,e_isa_up
|
||
|
||
;------------------------------ NO DRIVER -----------------------------
|
||
|
||
[NO_DRV]
|
||
|
||
[NO_DRV.Services]
|
||
AddService = , 0x00000002
|
||
|
||
;-------------------------------- STRINGS -------------------------------
|
||
|
||
[Strings]
|
||
ReactOS = "ReactOS Team"
|
||
|
||
ComputerClassName = "Computer"
|
||
|
||
GenericMfg = "(Generic computers)"
|
||
acpipic_up.DeviceDesc = "ACPI Uniprocessor PC"
|
||
e_isa_up.DeviceDesc = "Standard Uniprocessor PC"
|
||
|
||
[Strings.0405]
|
||
ComputerClassName = "Počítač"
|
||
GenericMfg = "(Obecné počítače)"
|
||
acpipic_up.DeviceDesc = "Jednoprocesorové PC s ACPI rozhraním"
|
||
e_isa_up.DeviceDesc = "Standardní jednoprocesorové PC"
|
||
|
||
[Strings.0a]
|
||
ReactOS = "Equipo de ReactOS"
|
||
ComputerClassName = "Equipo"
|
||
|
||
GenericMfg = "(Equipos genéricos)"
|
||
acpipic_up.DeviceDesc = "PC con uniprocesador ACPI"
|
||
e_isa_up.DeviceDesc = "PC con uniprocesador estándar"
|
||
|
||
[Strings.0415]
|
||
ReactOS = "Zespół ReactOS"
|
||
ComputerClassName = "Komputer"
|
||
GenericMfg = "(Komputery standardowe)"
|
||
acpipic_up.DeviceDesc = "Komputer PC z interfejsem ACPI"
|
||
e_isa_up.DeviceDesc = "Standardowy komputer PC"
|
||
|
||
[Strings.0418]
|
||
ReactOS = "Echipa ReactOS"
|
||
ComputerClassName = "Calculator"
|
||
GenericMfg = "(calculatoare generice)"
|
||
acpipic_up.DeviceDesc = "PC uniprocesor ACPI"
|
||
e_isa_up.DeviceDesc = "PC uniprocesor standard"
|
||
|
||
[Strings.0419]
|
||
ReactOS = "Команда ReactOS"
|
||
|
||
ComputerClassName = "Компьютер"
|
||
|
||
GenericMfg = "(Универсальный компьютер)"
|
||
acpipic_up.DeviceDesc = "ACPI однопроцессорный ПК"
|
||
e_isa_up.DeviceDesc = "Стандартный однопроцессорный ПК"
|
||
|
||
|
||
[Strings.041f]
|
||
ReactOS = "ReactOS Takımı"
|
||
|
||
ComputerClassName = "Bilgisayar"
|
||
|
||
GenericMfg = "(Umûmî Bilgisayarlar)"
|
||
acpipic_up.DeviceDesc = "ACPI Tek İşlemcili PC"
|
||
e_isa_up.DeviceDesc = "Ölçünlü Tek İşlemcili PC"
|
||
|
||
[Strings.0422]
|
||
ReactOS = "Команда ReactOS"
|
||
ComputerClassName = "Комп'ютер"
|
||
GenericMfg = "(Стандартний комп'ютер)"
|
||
acpipic_up.DeviceDesc = "ACPI однопроцесорний ПК"
|
||
e_isa_up.DeviceDesc = "Стандартний однопроцесорний ПК"
|
||
|
||
[Strings.0804]
|
||
GenericMfg = "(通用计算机)"
|
||
acpipic_up.DeviceDesc = "ACPI 单处理器 PC"
|
||
e_isa_up.DeviceDesc = "标准单处理器 PC"
|