/*
 * XCOPY - Wine-compatible xcopy program
 * Korean language support
 *
 * Copyright (C) 2007 J. Edmeades
 * Copyright (C) 2007 YunSong Hwang(hys545@dreamwiz.com)
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */


LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT

STRINGTABLE
{
    STRING_INVPARMS, "�ùٸ��� ���� �Ű������� ���� - xcopy /?�� ������ ���ÿ�\n"
    STRING_INVPARM,  "�ùٸ��� ���� �Ű����� '%s' -  xcopy /?�� ������ ���ÿ�\n"
    STRING_PAUSE,    "<enter> �� ������ ���簡 ���۵� ���Դϴ�\n"
    STRING_SIMCOPY,  "%d ������ ����� ���Դϴ�\n"
    STRING_COPY,     "%d ������ ����Ǿ����ϴ�\n"
    STRING_QISDIR,   "'%s'�� ������ �����̳� ���丮?\n" \
                     "�Դϱ�?\n" \
                     "(F - ����, D - ���丮)\n"
    STRING_SRCPROMPT,"%s? (��|�ƴϿ�)\n"
    STRING_OVERWRITE,"%s�� ����ڽ��ϱ�? (��|�ƴϿ�|���)\n"
    STRING_COPYFAIL, "Copying of '%s' to '%s' failed with r/c %d\n"
    STRING_OPENFAIL, "'%s' ���� ����\n"
    STRING_READFAIL, "'%s�� ���� ���߽��ϴ�'\n"
    STRING_YES_CHAR, "Y"
    STRING_NO_CHAR,  "N"
    STRING_ALL_CHAR, "A"
    STRING_FILE_CHAR,"F"
    STRING_DIR_CHAR, "D"

    STRING_HELP,
"XCOPY - ���� �����̳� ���丮 ������ �������� ����\n\
\n\
����:\n\
XCOPY ���� [���] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
Where:\n\
\n\
[/I]  Assume directory if destination does not exist and copying 2 or\n\
\tmore files\n\
[/S]  ���丮�ϰ� ���� ���丮 ����\n\
[/E]  �� ���丮�� �����ؼ� ���丮�� ���� ���丮 ����\n\
[/Q]  �����ϰ� ����Ǵ� �����̳� ���丮�� ǥ������ �ʰ� ����.\n\
[/F]  �����ϴ� ���� ������ ������ ��� �����ֱ�\n\
[/L]  ����� ���� �����ָ鼭 �������� �۾�\n\
[/W]  ������� �ϱ� ���� Ȯ���ϱ�\n\
[/T]  ������ �������� �ʰ� �� ���丮 ������ ����\n\
[/Y]  ���� ���� �� �� Ȯ������ �ʱ�\n\
[/-Y] ������ ���� �� �� Ȯ���ϱ�\n\
[/P]  �����ϴ� ���ȿ� ������ ���� ���ϸ��� Ȯ��\n\
[/N]  ª�� �̸��� ����ؼ� ����\n\
[/U]  �̹� ��� ���丮�� �����ϴ� ���ϸ� ����\n\
[/R]  �б� ���� ���ϵ� ���� ����\n\
[/H]  ���� �����̳� �ý��� ���ϵ� �����ؼ� ����\n\
[/C]  �����ϴ� ���ȿ� ������ �߻��ص� ��� ����\n\
[/A]  ���� ���� �Ӽ��� �����Ǿ��ִ� ���ϸ� ����\n\
[/M]  ���� ���� �Ӽ��� �����ϸ鼭  ���� �Ӽ��� �����Ǿ��ִ�\n\
\���ϸ� ����\n\
[/D | /D:m-d-y] ������ ��¥ �Ŀ� �����ǰų� ���ο� ���� ����.\n\
\t\tI���� ��� ��¥�� �������� ������,���� ��������\n\
\t\t����� ������ �͸� ����\n\n"

}