/* *Korean translation by manatails007(www.manatails007.org) */ LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT IDR_MAINMENU MENU BEGIN POPUP "(&F)" BEGIN MENUITEM "(&X)", IDC_EXIT END POPUP "׼" BEGIN MENUITEM "Ʈ", IDC_PRINT, GRAYED MENUITEM SEPARATOR MENUITEM "Ӽ", IDC_PROP, GRAYED MENUITEM SEPARATOR MENUITEM "", IDC_PROGHELP, GRAYED END POPUP "" BEGIN MENUITEM "Devices by type", IDC_DEVBYTYPE, CHECKED MENUITEM "Devices by connection", IDC_STATIC, GRAYED MENUITEM "Resources by type", IDC_STATIC, GRAYED MENUITEM "Resources by connection", IDC_STATIC, GRAYED END POPUP "" BEGIN MENUITEM "", IDC_PROGHELP MENUITEM "", IDC_ABOUT END END IDR_POPUP MENU BEGIN POPUP "˾" BEGIN MENUITEM "Ӽ", IDC_PROP, GRAYED MENUITEM SEPARATOR MENUITEM "", IDC_PROGHELP END END IDD_ABOUTBOX DIALOGEX 22,16,190,182 CAPTION "ġ ڿ Ͽ" FONT 8,"MS Shell Dlg",0,0 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME BEGIN LTEXT "Device Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30 PUSHBUTTON "Close", IDOK, 75, 162, 44, 15 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE END STRINGTABLE DISCARDABLE BEGIN 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." END STRINGTABLE DISCARDABLE BEGIN IDS_TOOLTIP_PROP "Ӽ" IDS_TOOLTIP_REFRESH " ħ" IDS_TOOLTIP_HELP "" IDS_TOOLTIP_EXIT "" END /* Hints */ STRINGTABLE DISCARDABLE BEGIN IDS_APPNAME "ReactOS ġ " IDS_HINT_BLANK " " IDS_HINT_EXIT " α׷ մϴ." IDS_HINT_REFRESH " Ʈ Ĩϴ." IDS_HINT_PROP " ׸ Ӽ â ϴ." IDS_HINT_HELP " ϴ." IDS_HINT_ABOUT " ReactOS ġ ڿ ." IDS_HINT_SYS_RESTORE " â ũ ϴ." IDS_HINT_SYS_MOVE " â Դϴ." IDS_HINT_SYS_SIZE " â ũ⸦ մϴ." IDS_HINT_SYS_MINIMIZE " â ϴ." IDS_HINT_SYS_MAXIMIZE " â ִ ũ ϴ." IDS_HINT_SYS_CLOSE " â ݽϴ." END