210 lines
1.7 KiB
Plaintext
210 lines
1.7 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 = "wshtr.dll"
|
||
FILE_SCROBJ = "scotr.dll"
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|