Module: wine Branch: master Commit: 5f23e98aa0b0ea398a2ae63afc54c81c08fe1a3b URL: http://source.winehq.org/git/wine.git/?a=commit;h=5f23e98aa0b0ea398a2ae63afc...
Author: Hwang YunSong hys545@dreamwiz.com Date: Mon Jun 21 10:30:52 2010 +0900
oledlg: Update Korean resource.
---
dlls/oledlg/oledlg_Ko.rc | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/dlls/oledlg/oledlg_Ko.rc b/dlls/oledlg/oledlg_Ko.rc index 7e0ae7e..a1474c9 100644 --- a/dlls/oledlg/oledlg_Ko.rc +++ b/dlls/oledlg/oledlg_Ko.rc @@ -1,5 +1,6 @@ /* - * Copyright 2005,2007 YunSong Hwang + * Copyright 2003 Ulrich Czekalla for CodeWeavers + * Copyright 2005,2007,2010 YunSong Hwang * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -56,7 +57,7 @@ STRINGTABLE DISCARDABLE IDS_NOTOLEMODCAPTION "��Ʈ�� ���ϱ�" }
-IDD_PASTESPECIAL4 DIALOG DISCARDABLE 3, 15, 293, 140 +IDD_PASTESPECIAL4 DIALOG DISCARDABLE 3, 15, 299, 140 STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Ư���ϰ� �ٿ��ֱ�" FONT 9, "MS Shell Dlg" @@ -66,14 +67,14 @@ BEGIN 1, 44, 55, 10 CONTROL "��ũ�� �ٿ��ֱ�(&L)", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE, 1, 61, 69, 10 - LTEXT "�ٸ� �̸�����(&A):", -1, 67, 25, 53, 8, WS_VISIBLE | WS_GROUP - LISTBOX IDC_PS_PASTELIST, 66, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE - LISTBOX IDC_PS_PASTELINKLIST, 66, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE - LISTBOX IDC_PS_DISPLAYLIST, 66, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE - CONTROL "Ȯ��", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14 - CONTROL "���", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14 - CONTROL "����(&H)", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14 - CONTROL "���������� ����(&D)", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14 + LTEXT "�ٸ� �̸�����(&A):", -1, 73, 25, 59, 8, WS_VISIBLE | WS_GROUP + LISTBOX IDC_PS_PASTELIST, 73, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE + LISTBOX IDC_PS_PASTELINKLIST, 73, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE + LISTBOX IDC_PS_DISPLAYLIST, 73, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE + CONTROL "Ȯ��", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 226, 6, 66, 14 + CONTROL "���", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 226, 23, 66, 14 + CONTROL "����(&H)", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 226, 42, 66, 14 + CONTROL "���������� ����(&D)", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 226, 59, 70, 14 CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44 CONTROL "������ �ٲٱ�(&I)...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14 CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34 @@ -93,5 +94,5 @@ STRINGTABLE DISCARDABLE IDS_PS_NON_OLE "����� ������ Ŭ�������� ���� �����ϱ�." IDS_PS_UNKNOWN_TYPE "�˼� ���� ����" IDS_PS_UNKNOWN_SRC "�˼� ���� ����" - IDS_PS_UNKNOWN_APP "�� ���α��� �� �� ���� ���α����� ����������ϴ�" + IDS_PS_UNKNOWN_APP "���� ���� ���α�" }