Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
[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 ��ũ��Ʈ ȣ��Ʈ" DESC_WSH = "Windows ��ũ��Ʈ ȣ��Ʈ" DESC_DISKS = "Windows ��ũ��Ʈ ȣ��Ʈ ����" TIPS_WSH = "Windows���� �۾� �ڵ�ȭ�� �����ֱ� ���� ��ũ��Ʈ�� ���ϴ�."
DESC_DOTWSH = "Windows ��ũ��Ʈ ȣ��Ʈ ���� ����" DESC_DOTVBS = "VBScript ��ũ��Ʈ ����" DESC_DOTVBE = "VBScript ���ڵ��� ��ũ��Ʈ ����" DESC_DOTJS = "JScript ��ũ��Ʈ ����" DESC_DOTJSE = "JScript ���ڵ��� ��ũ��Ʈ ����" DESC_DOTWS = "Windows ��ũ��Ʈ ����" DESC_WSHEXT = "Windows ��ũ��Ʈ ȣ��Ʈ�� �� Ȯ��"
DESC_WSHOMLIB = "Microsoft Windows ��ũ��Ʈ ȣ��Ʈ ��ü ����" DESC_WSHSHELL = "Windows ��ũ��Ʈ ȣ��Ʈ �� ��ü" DESC_WSHNETWORK = "Windows ��ũ��Ʈ ȣ��Ʈ ��Ʈ��ũ ��ü"
MENU_OPEN = "����(&O)" MENU_CONOPEN = "���� ������Ʈ�� ����(&W)" MENU_DOSOPEN = "MS-DOS ������Ʈ�� ����(&W)" MENU_EDIT = "����(&E)" MENU_PRINT = "�μ�(&P)"
FILE_WSHEXT = "wshext.dll" FILE_SCROBJ = "scrobj.dll"
|