66 lines
1.5 KiB
Plaintext
66 lines
1.5 KiB
Plaintext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Strings]
|
|
; Unlocalizable strings
|
|
REG_WSH = "Software\Microsoft\Windows Script Host"
|
|
REG_APPROVE = "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
|
|
REG_UNINSTALL = "Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsScriptHost"
|
|
CLSID_WSHEXT = "{60254CA5-953B-11CF-8C96-00AA00B8708C}"
|
|
|
|
; Localizable strings
|
|
DISP_WSH = "Microsoft Windows Komut Dosyasý Sistemi"
|
|
DESC_WSH = "Windows Komut Dosyasý Sistemi"
|
|
DESC_DISKS = "Windows Komut Dosyasý Sistemi Dosyalarý"
|
|
TIPS_WSH = "Windows'daki görevleri otomatikleþtirmeye yardýmcý olmak için komut dosyalarý yazýn"
|
|
|
|
DESC_DOTWSH = "Windows Komut Dosyasý Sistemi Ayarlar Dosyasý"
|
|
DESC_DOTVBS = "VBScript Komut Dosyasi"
|
|
DESC_DOTVBE = "VBScript Kodlu Komut Dosyasý"
|
|
DESC_DOTJS = "JScript Komut Dosyasi"
|
|
DESC_DOTJSE = "JScript Kodlu Komut Dosyasý"
|
|
DESC_DOTWS = "Windows Komut Dosyasý"
|
|
DESC_WSHEXT = "Windows Komut Dosyasý Sistemi Kabuk uzantýlarý"
|
|
|
|
DESC_WSHOMLIB = "Microsoft Windows Komut Dosyasý Sistemi Nesne Modeli"
|
|
DESC_WSHSHELL = "Windows Komut Dosyasý Sistemi Kabuk Nesnesi"
|
|
DESC_WSHNETWORK = "Windows Komut Dosyasý Sistemi Að Nesnesi"
|
|
|
|
MENU_OPEN = "&Aç"
|
|
MENU_CONOPEN = "&Komut Ýstemiyle Aç"
|
|
MENU_DOSOPEN = "&MS-DOS Komut Ýstemiyle Aç"
|
|
MENU_EDIT = "&Düzenle"
|
|
MENU_PRINT = "&Yazdýr"
|
|
|
|
FILE_WSHEXT = "wshext.dll"
|
|
FILE_SCROBJ = "scrobj.dll"
|