winspool.drv: Update Korean resource.

This commit is contained in:
Hwang YunSong 2011-01-08 10:41:46 +09:00 committed by Alexandre Julliard
parent e1c71291cc
commit ac2b56162a
1 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
/* /*
* 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 @@
#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 "출력 파일을 만들수 없습니다."
} }