Module: wine Branch: master Commit: 108d86be77cee0f9aeabed7d11f89cab6f5fd933 URL: http://source.winehq.org/git/wine.git/?a=commit;h=108d86be77cee0f9aeabed7d11...
Author: Hwang YunSong(황윤성) hys545@dreamwiz.com Date: Fri Aug 24 16:48:30 2007 +0900
wordpad: Updated Korean resource.
---
programs/wordpad/Ko.rc | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/programs/wordpad/Ko.rc b/programs/wordpad/Ko.rc index 1868800..5f82c82 100644 --- a/programs/wordpad/Ko.rc +++ b/programs/wordpad/Ko.rc @@ -41,8 +41,8 @@ BEGIN MENUITEM "�����(&C)\tDEL", ID_EDIT_CLEAR MENUITEM "��� ����(&S)\tCtrl+A", ID_EDIT_SELECTALL MENUITEM SEPARATOR - MENUITEM "&Find . . .\tCrtl+F", ID_FIND - MENUITEM "Find &next\tF3", ID_FIND_NEXT + MENUITEM "ã��(&F). . .\tCrtl+F", ID_FIND + MENUITEM "���� ã��(&N)\tF3", ID_FIND_NEXT MENUITEM SEPARATOR MENUITEM "�б� ����(&O)", ID_EDIT_READONLY MENUITEM "���� ����(&M)", ID_EDIT_MODIFIED @@ -68,7 +68,7 @@ BEGIN END POPUP "����(&O)" BEGIN - MENUITEM "B&ullet points" ID_BULLET + MENUITEM " ���� ��(&U)" ID_BULLET POPUP "���(&B)" BEGIN MENUITEM "�ý���(&S)\tCtrl+1", ID_BACK_1 @@ -96,20 +96,20 @@ END
IDD_NEWFILE DIALOG DISCARDABLE 30, 20, 140, 80 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU -CAPTION "New" +CAPTION "�� ����" FONT 10, "MS Sans Serif" BEGIN - LTEXT "New document type",0,3,2,100,15 + LTEXT "�� ���� ����",0,3,2,100,15 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT - PUSHBUTTON "&OK",IDOK,97,12,40,12 - PUSHBUTTON "&Cancel",IDCANCEL,97,26,40,12 + PUSHBUTTON "Ȯ��(&O)",IDOK,97,12,40,12 + PUSHBUTTON "���(&C)",IDCANCEL,97,26,40,12 END
STRINGTABLE DISCARDABLE BEGIN STRING_RICHTEXT_FILES_RTF, "��ġ �ؽ�Ʈ �������� (*.rtf)" STRING_TEXT_FILES_TXT, "�ؽ�Ʈ ���� (*.txt)" - STRING_TEXT_FILES_UNICODE_TXT, "Unicode text document (*.txt)" + STRING_TEXT_FILES_UNICODE_TXT, "�����ڵ� �ؽ�Ʈ ����(*.txt)" STRING_ALL_FILES, "��� ���� (*.*)" END
@@ -117,9 +117,9 @@ STRINGTABLE DISCARDABLE BEGIN STRING_DEFAULT_FILENAME, "����" STRING_PROMPT_SAVE_CHANGES, "'%s'�� �ٲ� ���� �����ϰڽ��ϱ�?" - STRING_SEARCH_FINISHED, "Finished searching the document." - STRING_LOAD_RICHED_FAILED, "Failed to load the RichEdit library." - STRING_SAVE_LOSEFORMATTING, "You have chosen to save in plain text format, " \ - "which will cause all formatting to be lost. " \ - "Are you sure that you wish to do this?" + STRING_SEARCH_FINISHED, "�������� ã�� ��." + STRING_LOAD_RICHED_FAILED, "��ġ�ؽ�Ʈ ���̺귯�� �ҷ����� ����." + STRING_SAVE_LOSEFORMATTING, "����� ���� �ؽ�Ʈ �������� �����ϱ⸦ �����߽��ϴ�, " \ + "�̰��� Ư���� �ٹ��� ���� ���Դϴ�. " \ + "����� ������ �����ϱ⸦ ���մϱ�?" END