2007-07-21 02:21:57 +02:00
|
|
|
|
/*
|
|
|
|
|
* Korean resources for localui
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2007 Detlef Riekenberg
|
|
|
|
|
* Copyright 2007 YunSong Hwang(Ȳ<><C8B2><EFBFBD><EFBFBD>)(hys545@dreamwiz.com)
|
|
|
|
|
*
|
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
|
*/
|
|
|
|
|
|
2009-07-02 00:33:47 +02:00
|
|
|
|
#include "localui.h"
|
|
|
|
|
|
2007-07-21 02:21:57 +02:00
|
|
|
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
|
|
|
|
|
|
|
|
|
ADDPORT_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 "<22><><EFBFBD><EFBFBD> <20><>Ʈ <20><><EFBFBD>ϱ<EFBFBD>"
|
2008-12-10 19:29:21 +01:00
|
|
|
|
FONT 9, "MS Shell Dlg"
|
2007-07-21 02:21:57 +02:00
|
|
|
|
BEGIN
|
|
|
|
|
LTEXT "<22><><EFBFBD><EFBFBD> <20><>Ʈ <20≯<EFBFBD> <20>Է<EFBFBD>(&E):", -1, 7, 13, 194, 13, WS_VISIBLE
|
|
|
|
|
EDITTEXT ADDPORT_EDIT, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
|
|
|
|
|
DEFPUSHBUTTON "Ȯ<><C8AE>", IDOK, 199, 10, 40, 14, WS_VISIBLE
|
|
|
|
|
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LPTCONFIG_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 220, 47
|
|
|
|
|
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
|
|
|
|
CAPTION "LPT <20><>Ʈ <20><><EFBFBD><EFBFBD>"
|
2008-12-10 19:29:21 +01:00
|
|
|
|
FONT 9, "MS Shell Dlg"
|
2007-07-21 02:21:57 +02:00
|
|
|
|
BEGIN
|
|
|
|
|
GROUPBOX "<22>ð<EFBFBD><C3B0>ʰ<EFBFBD>(<28><>)", LPTCONFIG_GROUP, 6, 6, 150, 35, BS_GROUPBOX
|
|
|
|
|
LTEXT "<22><> <20><><EFBFBD><EFBFBD> Ƚ<><C8BD>(&T):", -1, 14, 22, 90, 13, WS_VISIBLE
|
|
|
|
|
EDITTEXT LPTCONFIG_EDIT, 112, 20, 32, 13, WS_VISIBLE | ES_NUMBER
|
|
|
|
|
DEFPUSHBUTTON "Ȯ<><C8AE>", IDOK, 164, 10, 50, 14, WS_VISIBLE
|
|
|
|
|
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 164, 27, 50, 14, WS_VISIBLE
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
|
{
|
|
|
|
|
IDS_LOCALPORT "<22><><EFBFBD><EFBFBD> <20><>Ʈ"
|
|
|
|
|
IDS_INVALIDNAME "'%s'<27><> <20>ùٸ<C3B9> <20><>Ʈ <20≯<EFBFBD><CCB8><EFBFBD> <20>ƴմϴ<D5B4>"
|
|
|
|
|
IDS_PORTEXISTS "<22><>Ʈ %s<><73> <20>̹<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>մϴ<D5B4>"
|
|
|
|
|
IDS_NOTHINGTOCONFIG "<22><> <20><>Ʈ<EFBFBD><C6AE> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ɼ<EFBFBD><C9BC><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>"
|
|
|
|
|
}
|