Byeong-Sik Jeon : oleview: Update Korean resources.
Module: wine Branch: master Commit: 43e96028a952d5fd0b0e5574fcf5c9cebb638f52 URL: http://source.winehq.org/git/wine.git/?a=commit;h=43e96028a952d5fd0b0e5574fc... Author: Byeong-Sik Jeon <wjsqudtlr(a)gmail.com> Date: Sat Oct 21 00:47:04 2006 +0900 oleview: Update Korean resources. --- programs/oleview/Ko.rc | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/programs/oleview/Ko.rc b/programs/oleview/Ko.rc index 81370d9..8fab7ff 100644 --- a/programs/oleview/Ko.rc +++ b/programs/oleview/Ko.rc @@ -97,7 +97,8 @@ STRINGTABLE IDS_ABOUT "OleView - OLE/COM ��ü ���" IDS_ABOUTVER "���� 1.0" IDS_TYPELIBTITLE "ITypeLib ���" - + IDS_OPEN "����" + IDM_BIND, "���� �������� ���� ����" IDM_TYPELIB, "Ÿ�� ���̺귯�� ������ ���� ���� ����" IDM_SYSCONF, "�ӽ� ��ü�� DCOM���� �ٲٱ�" @@ -139,9 +140,12 @@ STRINGTABLE IDS_CGCOFAIL, "CoGetClassObject ����." IDS_ERROR_UNKN, "�˼� ���� ����" - IDS_TRUE "��" - IDS_FALSE "����" - IDS_BYTES "����Ʈ" + IDS_TRUE, "��" + IDS_FALSE, "����" + IDS_BYTES, "����Ʈ" + + IDS_ERROR_LOADTYPELIB, "LoadTypeLib( %s ) ���� ($%x)" + IDS_INHERITINTERFACES, "Inherited Interfaces" } DLG_CREATEINSTON DIALOG DISCARDABLE 0, 0, 250, 41
participants (1)
-
Alexandre Julliard