17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
|
|
[Strings]
|
|
MS = "Microsoft"
|
|
ClassName = "Ramdisk"
|
|
RamdiskBusDesc = "Windows RAM Disk Denetleyicisi"
|
|
RamdiskDiskDesc = "Windows RAM Disk Aygýtý (disk)"
|
|
RamdiskVolumeDesc = "Windows RAM Disk Aygýtý (birim)"
|
|
RamdiskServiceDesc = "Windows RAM Disk Sürücüsü"
|
|
|
|
;*******************************************
|
|
;Handy macro substitutions (non-localizable)
|
|
SPSVCINST_ASSOCSERVICE = 0x00000002
|
|
SERVICE_KERNEL_DRIVER = 1
|
|
SERVICE_DEMAND_START = 3
|
|
SERVICE_ERROR_NORMAL = 1
|
|
REG_DWORD = 0x00010001
|