Module: wine Branch: stable Commit: 3b1799c5eb32a6f0eca6eed3c309d7a5673e3665 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3b1799c5eb32a6f0eca6eed3c3...
Author: Hwang YunSong hys545@dreamwiz.com Date: Sat Jan 8 10:41:46 2011 +0900
winspool.drv: Update Korean resource. (cherry picked from commit ac2b56162a742b36f2d30fe5a8af55fccb8e17a3)
---
dlls/winspool.drv/Ko.rc | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/dlls/winspool.drv/Ko.rc b/dlls/winspool.drv/Ko.rc index 8c5a9c4..23142e0 100644 --- a/dlls/winspool.drv/Ko.rc +++ b/dlls/winspool.drv/Ko.rc @@ -1,7 +1,7 @@ /* * Korean resources for winspool * - * Copyright 2005 YunSong Hwang + * Copyright 2005,2011 YunSong Hwang * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,22 +20,24 @@
#include "wspool.h"
+#pragma code_page(65001) + LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
FILENAME_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47 STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION -CAPTION "���Ϸ� �μ�" +CAPTION "파일로 인쇄" FONT 9, "MS Shell Dlg" BEGIN - LTEXT "��� ���� �̸�(&O):", -1, 7, 13, 194, 13, WS_VISIBLE + LTEXT "출력 파일 이름(&O):", -1, 7, 13, 194, 13, WS_VISIBLE EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL - DEFPUSHBUTTON "Ȯ��", IDOK, 199, 10, 40, 14, WS_VISIBLE - PUSHBUTTON "���", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE + DEFPUSHBUTTON "확인", IDOK, 199, 10, 40, 14, WS_VISIBLE + PUSHBUTTON "취소", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE END
STRINGTABLE DISCARDABLE { - IDS_CAPTION "���� ��Ʈ" - IDS_FILE_EXISTS "��� ������ �����մϴ�. 'Ȯ��'�� ������ ��������̴ϴ�." - IDS_CANNOT_OPEN "��� ������ ����� �����ϴ�." + IDS_CAPTION "지역 포트" + IDS_FILE_EXISTS "출력 파일은 존재합니다. '확인'을 누르면 덮어쓰여질겁니다." + IDS_CANNOT_OPEN "출력 파일을 만들수 없습니다." }