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 = "Host skryptów systemu Microsoft Windows"
|
|
DESC_WSH = "Host skryptów systemu Windows"
|
|
DESC_DISKS = "Pliki hosta skryptów systemu Windows"
|
|
TIPS_WSH = "Pisz skrypty pomocne w automatyzowaniu zadañ w systemie Windows"
|
|
|
|
DESC_DOTWSH = "Plik ustawieñ hosta skryptów systemu Windows"
|
|
DESC_DOTVBS = "Plik skryptu VBScript"
|
|
DESC_DOTVBE = "Kodowany plik skryptu VBScript"
|
|
DESC_DOTJS = "Plik skryptu JScript"
|
|
DESC_DOTJSE = "Kodowany plik skryptu JScript"
|
|
DESC_DOTWS = "Plik skryptu Windows"
|
|
DESC_WSHEXT = "Rozszerzenia pow³oki dla hosta skryptów systemu Windows"
|
|
|
|
DESC_WSHOMLIB = "Model obiektu hosta skryptów systemu Microsoft Windows"
|
|
DESC_WSHSHELL = "Obiekt pow³oki hosta skryptów systemu Windows"
|
|
DESC_WSHNETWORK = "Obiekt sieciowy hosta skryptów systemu Windows"
|
|
|
|
MENU_OPEN = "&Otwórz"
|
|
MENU_CONOPEN = "Otwórz u¿ywaj¹c &wiersza polecenia"
|
|
MENU_DOSOPEN = "Otwórz u¿ywaj¹c trybu &MS-DOS"
|
|
MENU_EDIT = "&Edytuj"
|
|
MENU_PRINT = "&Drukuj"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILE_WSHEXT = "wshpl.dll"
|
|
FILE_SCROBJ = "scopl.dll"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|