Module: wine Branch: master Commit: 70ce53af03f924be7b9a43e86e4b4a2021caf019 URL: http://source.winehq.org/git/wine.git/?a=commit;h=70ce53af03f924be7b9a43e86e...
Author: Hwang YunSong(황윤성) hys545@dreamwiz.com Date: Tue Jul 17 14:45:13 2007 +0900
cmd: Updated Korean resource.
---
programs/cmd/Ko.rc | 54 ++++++++++++++++++++++++++-------------------------- 1 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/programs/cmd/Ko.rc b/programs/cmd/Ko.rc index 88f0626..cc584a3 100644 --- a/programs/cmd/Ko.rc +++ b/programs/cmd/Ko.rc @@ -235,33 +235,33 @@ HELP <����>�� ġ�� �� ������ ���� ������ ������\n" WCMD_NO, "�ƴϿ�" WCMD_NOASSOC, "�� ����Ȯ���� %s�� ����� Ǯ���� �����ϴ�. \n" WCMD_NOFTYPE, "�� ���� ���� '%s'�� ����� ��� ���ɵ� �����ϴ�.'\n" - WCMD_OVERWRITE, "Overwrite %s" + WCMD_OVERWRITE, "%s �����" WCMD_MORESTR, "�� ����..." - WCMD_TRUNCATEDLINE, "Line in Batch processing possibly truncated. Using:\n" - WCMD_NYI, "Not Yet Implemented\n\n" - WCMD_NOARG, "Argument missing\n" - WCMD_SYNTAXERR, "Syntax error\n" - WCMD_FILENOTFOUND, "%s : File Not Found\n" - WCMD_NOCMDHELP, "No help available for %s\n" - WCMD_NOTARGET, "Target to GOTO not found\n" - WCMD_CURRENTDATE, "Current Date is %s\n" - WCMD_CURRENTTIME, "Current Time is %s\n" - WCMD_NEWDATE, "Enter new date: " - WCMD_NEWTIME, "Enter new time: " - WCMD_MISSINGENV, "Environment variable %s not defined\n" - WCMD_READFAIL, "Failed to open '%s'\n" - WCMD_CALLINSCRIPT, "Cannot call batch label outside of a batch script\n" + WCMD_TRUNCATEDLINE, "��ġ �۾��� ���� �Ƹ��� �ҿ����� �� �����ϴ�. ����:\n" + WCMD_NYI, "���� �������� �ʾҽ��ϴ�\n\n" + WCMD_NOARG, "�μ��� �����ϴ�\n" + WCMD_SYNTAXERR, "���� ����\n" + WCMD_FILENOTFOUND, "%s :������ ã�� �� �����ϴ�\n" + WCMD_NOCMDHELP, "%s�� ���� ��� ���� ã�� �� �����ϴ�\n" + WCMD_NOTARGET, "GOTO Ÿ���� ã�� �� �����ϴ�\n" + WCMD_CURRENTDATE, "���� ��¥�� %s\n" + WCMD_CURRENTTIME, "���� �ð��� %s\n" + WCMD_NEWDATE, "�� ��¥ �Է�: " + WCMD_NEWTIME, "�� �ð� �Է�: " + WCMD_MISSINGENV, "ȯ�� ���� %s �� ���ǵ��� �ʾҽ��ϴ�\n" + WCMD_READFAIL, "'%s' ���� ����\n" + WCMD_CALLINSCRIPT, "��ġ ��ũ��Ʈ ���� ��ġ ���� �ҷ��ü� �����ϴ�\n" WCMD_ALL, "A" - WCMD_DELPROMPT, "%s, Delete" - WCMD_ECHOPROMPT, "Echo is %s\n" - WCMD_VERIFYPROMPT, "Verify is %s\n" - WCMD_VERIFYERR, "Verify must be ON or OFF\n"; - WCMD_ARGERR, "Parameter error\n" - WCMD_VOLUMEDETAIL, "Volume in drive %c is %s\nVolume Serial Number is %04x-%04x\n\n" - WCMD_VOLUMEPROMPT, "Volume label (11 characters, ENTER for none)?" - WCMD_NOPATH, "PATH not found\n" - WCMD_ANYKEY,"Press Return key to continue: " - WCMD_CONSTITLE,"Wine Command Prompt" - WCMD_VERSION,"CMD Version %s\n\n" - WCMD_MOREPROMPT, "More? " + WCMD_DELPROMPT, "%s, ����" + WCMD_ECHOPROMPT, "����(Echo)�� %s\n" + WCMD_VERIFYPROMPT, "����(Verify)�� %s\n" + WCMD_VERIFYERR, "����(Verify)�� �ݵ�� ON �̳� OFF�� �Ǿ�� �մϴ�.\n"; + WCMD_ARGERR, "�Ű����� ����\n" + WCMD_VOLUMEDETAIL, "%c ����̺��� ������ %s\n���� �ø��� ��ȣ�� %04x-%04x\n\n" + WCMD_VOLUMEPROMPT, "���� �� (11 ����, ENTER�� ������ ����)?" + WCMD_NOPATH, "PATH�� ã�� �� �����ϴ�\n" + WCMD_ANYKEY,"���� Ű�� ������ ���: " + WCMD_CONSTITLE,"Wine ���� �Է´��" + WCMD_VERSION,"CMD ���� %s\n\n" + WCMD_MOREPROMPT, " ��? " }