Commit ac2b5616 authored by Hwang YunSong's avatar Hwang YunSong Committed by Alexandre Julliard

winspool.drv: Update Korean resource.

parent e1c71291
/* /*
* Korean resources for winspool * Korean resources for winspool
* *
* Copyright 2005 YunSong Hwang * Copyright 2005,2011 YunSong Hwang
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -20,22 +20,24 @@ ...@@ -20,22 +20,24 @@
#include "wspool.h" #include "wspool.h"
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
FILENAME_DIALOG DIALOG 6, 18, 245, 47 FILENAME_DIALOG DIALOG 6, 18, 245, 47
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
CAPTION "파일로 인쇄" CAPTION "파일로 인쇄"
FONT 9, "MS Shell Dlg" FONT 9, "MS Shell Dlg"
BEGIN 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 EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
DEFPUSHBUTTON "인", IDOK, 199, 10, 40, 14, WS_VISIBLE DEFPUSHBUTTON "확인", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "취소", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE PUSHBUTTON "취소", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END END
STRINGTABLE STRINGTABLE
{ {
IDS_CAPTION "지역 포트" IDS_CAPTION "지역 포트"
IDS_FILE_EXISTS "출력 파일은 존재합니다. '확인'을 누르면 덮어쓰여질겁니다." IDS_FILE_EXISTS "출력 파일은 존재합니다. '확인'을 누르면 덮어쓰여질겁니다."
IDS_CANNOT_OPEN "출력 파일을 만들수 없습니다." IDS_CANNOT_OPEN "출력 파일을 만들수 없습니다."
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment