7dea59944a3f8a21ce41d1dc998cba8063ef2829
[reactos.git] / base / applications / charmap / lang / ko-KR.rc
1 /*
2 *Korean translation by manatails007(www.manatails007.org)
3 */
4 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
5
6 IDD_CHARMAP DIALOGEX 6, 6, 293, 205 //233
7 CAPTION "¹®ÀÚÇ¥"
8 FONT 8,"MS Shell Dlg",0,0
9 STYLE DS_SHELLFONT | WS_BORDER | WS_VISIBLE | WS_SYSMENU | WS_MINIMIZEBOX
10 BEGIN
11 LTEXT "±Û²Ã:", IDC_STATIC, 6, 7, 24, 9
12 COMBOBOX IDC_FONTCOMBO, 36, 5, 210, 210, WS_CHILD | WS_VISIBLE | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_SORT | CBS_HASSTRINGS
13 PUSHBUTTON "µµ¿ò¸»", IDC_CMHELP, 249, 5, 35, 13
14 CONTROL "", IDC_FONTMAP, "FontMapWnd", WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL, 20, 22, 266, 156
15 LTEXT "º¹»çÇÒ ¹®ÀÚ:", IDC_STATIC, 6, 188, 66, 9
16 EDITTEXT IDC_TEXTBOX, 74, 186, 114, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
17 DEFPUSHBUTTON "¼±ÅÃ", IDC_SELECT, 194, 186, 44, 13
18 PUSHBUTTON "º¹»ç", IDC_COPY, 242, 186, 44, 13, WS_DISABLED
19 //AUTOCHECKBOX "È®Àå ¸ðµå", IDC_ADVVIEW, 10, 204, 64, 9, WS_CHILD | WS_VISIBLE | WS_TABSTOP
20 //EDITTEXT IDC_DISPLAY, 8, 217, 278, 13, WS_VISIBLE | WS_TABSTOP | ES_READONLY
21 END
22
23 IDD_ABOUTBOX DIALOGEX 22,16,210,182
24 CAPTION "¹®ÀÚÇ¥¿¡ ´ëÇÏ¿©"
25 FONT 8,"MS Shell Dlg",0,0
26 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
27 BEGIN
28 LTEXT "Character Map v0.1\nCopyright (C) 2007 Ged Murphy (gedmurphy@reactos.org)", IDC_STATIC, 48, 7, 150, 36
29 PUSHBUTTON "Close", IDOK, 75, 162, 44, 15
30 ICON IDI_ICON, IDC_STATIC, 10, 10, 7, 30
31 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 194, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
32 END
33
34 STRINGTABLE DISCARDABLE
35 BEGIN
36 IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program 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 General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
37 IDS_ABOUT "Á¤º¸(&A)"
38 END