Module: wine Branch: master Commit: 58634e84816230310500a63bf6e029efb58de1d8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=58634e84816230310500a63bf6...
Author: Hwang YunSong(황윤성) hys545@dreamwiz.com Date: Wed May 23 16:25:17 2007 +0900
xcopy: New Korean resource.
---
programs/xcopy/Ko.rc | 80 ++++++++++++++++++++++++++++++++++++++++++++++++ programs/xcopy/rsrc.rc | 1 + 2 files changed, 81 insertions(+), 0 deletions(-)
diff --git a/programs/xcopy/Ko.rc b/programs/xcopy/Ko.rc new file mode 100644 index 0000000..843be88 --- /dev/null +++ b/programs/xcopy/Ko.rc @@ -0,0 +1,80 @@ +/* + * 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] Copy new files or those modified after the supplied date.\n\ +\t\tIf no date is supplied, only copy if destination is older\n\ +\t\tthan source\n\n" + +} diff --git a/programs/xcopy/rsrc.rc b/programs/xcopy/rsrc.rc index 1f7882c..23f778c 100644 --- a/programs/xcopy/rsrc.rc +++ b/programs/xcopy/rsrc.rc @@ -22,5 +22,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "En.rc" +#include "Ko.rc" #include "Pl.rc" #include "Ru.rc"