1997-02-02 20:01:52 +01:00
|
|
|
|
/*
|
|
|
|
|
* Program Manager
|
|
|
|
|
*
|
|
|
|
|
* Copyright 1996 Ulrich Schmid
|
2002-03-10 00:29:33 +01:00
|
|
|
|
*
|
|
|
|
|
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
1997-02-02 20:01:52 +01:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#define LANGUAGE_ID Ko
|
1997-02-15 15:29:56 +01:00
|
|
|
|
#define LANGUAGE_NUMBER A
|
1997-02-02 20:01:52 +01:00
|
|
|
|
#define LANGUAGE_MENU_ITEM "&Korean"
|
|
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
|
|
|
|
|
#define MENU_FILE "<22><><EFBFBD><EFBFBD>(&F)"
|
|
|
|
|
#define MENU_FILE_NEW "<22><> <20><><EFBFBD><EFBFBD>(&N)..."
|
|
|
|
|
#define MENU_FILE_OPEN "<22><><EFBFBD><EFBFBD>(&P)\tEnter"
|
|
|
|
|
#define MENU_FILE_MOVE "<22>̵<EFBFBD>(&M)...\tF7"
|
|
|
|
|
#define MENU_FILE_COPY "<22><><EFBFBD><EFBFBD>(&C)...\tF8"
|
|
|
|
|
#define MENU_FILE_DELETE "<22><><EFBFBD><EFBFBD>(&D)\tEntf"
|
|
|
|
|
#define MENU_FILE_ATTRIBUTES "<22>Ӽ<EFBFBD>(&A)...\tAlt+Enter"
|
|
|
|
|
#define MENU_FILE_EXECUTE "<22><><EFBFBD><EFBFBD>(&E)..."
|
|
|
|
|
#define MENU_FILE_EXIT "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(&X)..."
|
|
|
|
|
|
|
|
|
|
#define MENU_OPTIONS "<22>ɼ<EFBFBD>(&O)"
|
|
|
|
|
#define MENU_OPTIONS_AUTO_ARRANGE "<22>ڵ<EFBFBD> <20><><EFBFBD><EFBFBD>(&A)"
|
|
|
|
|
#define MENU_OPTIONS_MIN_ON_RUN "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>(&M)"
|
|
|
|
|
#define MENU_OPTIONS_SAVE_SETTINGS "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(&S)"
|
|
|
|
|
|
|
|
|
|
#define MENU_WINDOWS "â(&W)"
|
|
|
|
|
#define MENU_WINDOWS_OVERLAP "<22><>ø(&O)\tShift+F5"
|
|
|
|
|
#define MENU_WINDOWS_SIDE_BY_SIDE "<22><><EFBFBD><EFBFBD>(&S)\tShift+F4"
|
|
|
|
|
#define MENU_WINDOWS_ARRANGE "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(&A)"
|
|
|
|
|
|
|
|
|
|
#define MENU_LANGUAGE "<22><><EFBFBD><EFBFBD>(&L)"
|
|
|
|
|
|
|
|
|
|
#define MENU_HELP "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)"
|
|
|
|
|
#define MENU_HELP_CONTENTS "<22><><EFBFBD><EFBFBD>(&C)"
|
|
|
|
|
#define MENU_HELP_SEARCH "ã<><C3A3>(&S)..."
|
|
|
|
|
#define MENU_HELP_HELP_ON_HELP "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)"
|
|
|
|
|
#define MENU_HELP_TUTORIAL "<22>ڽ<EFBFBD><DABD><EFBFBD>(&T)"
|
|
|
|
|
|
|
|
|
|
#define MENU_INFO "<22><><EFBFBD><EFBFBD>(&I)..."
|
|
|
|
|
#define MENU_INFO_LICENSE "<22><><EFBFBD>̼<EFBFBD><CCBC><EFBFBD>(&L)"
|
|
|
|
|
#define MENU_INFO_NO_WARRANTY "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&N)"
|
|
|
|
|
#define MENU_INFO_ABOUT_WINE "<22><><EFBFBD>ο<EFBFBD> <20><><EFBFBD>Ͽ<EFBFBD>(&A)"
|
|
|
|
|
|
|
|
|
|
/* Dialogs */
|
|
|
|
|
|
|
|
|
|
#define DIALOG_OK "Ȯ<><C8AE>"
|
|
|
|
|
#define DIALOG_CANCEL "<22><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define DIALOG_BROWSE "<22>˻<EFBFBD>(&B)"
|
|
|
|
|
#define DIALOG_HELP "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)"
|
|
|
|
|
|
|
|
|
|
#define DIALOG_NEW_CAPTION "<22><> <20><><EFBFBD>α<CEB1> <20><>ü"
|
|
|
|
|
#define DIALOG_NEW_NEW "<22><> <20><>ü"
|
|
|
|
|
#define DIALOG_NEW_GROUP "<22><><EFBFBD>α<CEB1> <20><EFBFBD>(&G)"
|
|
|
|
|
#define DIALOG_NEW_PROGRAM "<22><><EFBFBD>α<CEB1>(&P)"
|
|
|
|
|
|
|
|
|
|
#define DIALOG_MOVE_CAPTION "<22><><EFBFBD>α<CEB1> <20>̵<EFBFBD>"
|
|
|
|
|
#define DIALOG_MOVE_PROGRAM "<22><><EFBFBD>α<CEB1> <20>̵<EFBFBD>:"
|
|
|
|
|
#define DIALOG_MOVE_FROM_GROUP "<22>̵<EFBFBD> <20><>:"
|
|
|
|
|
#define DIALOG_MOVE_TO_GROUP "<22>̵<EFBFBD> <20><>(&T):"
|
|
|
|
|
|
|
|
|
|
#define DIALOG_COPY_CAPTION "<22><><EFBFBD>α<CEB1> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define DIALOG_COPY_PROGRAM "<22><><EFBFBD>α<CEB1> <20><><EFBFBD><EFBFBD>:"
|
|
|
|
|
#define DIALOG_COPY_FROM_GROUP DIALOG_MOVE_FROM_GROUP
|
|
|
|
|
#define DIALOG_COPY_TO_GROUP DIALOG_MOVE_TO_GROUP
|
|
|
|
|
|
|
|
|
|
#define DIALOG_GROUP_CAPTION "<22><><EFBFBD>α<CEB1> <20><EFBFBD> <20>Ӽ<EFBFBD>"
|
|
|
|
|
#define DIALOG_GROUP_DESCRIPTION "<22><><EFBFBD><EFBFBD>(&D):"
|
|
|
|
|
#define DIALOG_GROUP_FILE "<22><EFBFBD> <20><><EFBFBD><EFBFBD>(&G):"
|
|
|
|
|
|
|
|
|
|
#define DIALOG_PROGRAM_CAPTION "<22><><EFBFBD>α<CEB1> <20>Ӽ<EFBFBD>"
|
|
|
|
|
#define DIALOG_PROGRAM_DESCRIPTION DIALOG_GROUP_DESCRIPTION
|
|
|
|
|
#define DIALOG_PROGRAM_COMMAND_LINE "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&C):"
|
|
|
|
|
#define DIALOG_PROGRAM_DIRECTORY "<22>۾<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>丮(&W):"
|
|
|
|
|
#define DIALOG_PROGRAM_HOT_KEY "Ű <20><><EFBFBD><EFBFBD>(&K):"
|
|
|
|
|
#define DIALOG_PROGRAM_SYMBOL "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&S)"
|
|
|
|
|
#define DIALOG_PROGRAM_OTHER_SYMBOL "<22>ٸ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&O)..."
|
|
|
|
|
|
|
|
|
|
#define DIALOG_SYMBOL_CAPTION "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define DIALOG_SYMBOL_FILE "<22><><EFBFBD>ϸ<EFBFBD>(&F):"
|
|
|
|
|
#define DIALOG_SYMBOL_CURRENT "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&C):"
|
|
|
|
|
|
|
|
|
|
#define DIALOG_EXECUTE_CAPTION "<22><><EFBFBD>α<CEB1> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define DIALOG_EXECUTE_COMMAND_LINE DIALOG_PROGRAM_COMMAND_LINE
|
|
|
|
|
#define DIALOG_EXECUTE_SYMBOL DIALOG_PROGRAM_SYMBOL
|
|
|
|
|
|
|
|
|
|
/* Strings */
|
|
|
|
|
|
|
|
|
|
#define STRING_PROGRAM_MANAGER "<22><><EFBFBD>α<CEB1> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
|
|
|
|
#define STRING_ERROR "<22><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define STRING_WARNING "<22><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define STRING_INFO "<22><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define STRING_DELETE "<22><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define STRING_DELETE_GROUP_s "<22><EFBFBD> `%s'<27><> <20><><EFBFBD><EFBFBD><EFBFBD>ұ<EFBFBD><D2B1><EFBFBD>?"
|
|
|
|
|
#define STRING_DELETE_PROGRAM_s "<22><><EFBFBD>α<CEB1> `%s'<27><> <20><><EFBFBD><EFBFBD><EFBFBD>ұ<EFBFBD><D2B1><EFBFBD>?"
|
|
|
|
|
#define STRING_NOT_IMPLEMENTED "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ʾ<EFBFBD><CABE><EFBFBD>"
|
|
|
|
|
#define STRING_FILE_READ_ERROR_s "`%s' <20>б<EFBFBD> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define STRING_FILE_WRITE_ERROR_s "`%s' <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
|
|
|
|
|
#define STRING_GRPFILE_READ_ERROR_s "\
|
|
|
|
|
<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> `%s'<27><> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.\n\
|
|
|
|
|
<EFBFBD>ѹ<EFBFBD> <20><> <20>õ<EFBFBD><C3B5><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?"
|
|
|
|
|
|
|
|
|
|
#define STRING_OUT_OF_MEMORY "<22><EFBFBD><DEB8><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define STRING_WINHELP_ERROR "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>"
|
|
|
|
|
#define STRING_UNKNOWN_FEATURE_s "%s<><73> <20><> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define STRING_FILE_NOT_OVERWRITTEN_s "<22><><EFBFBD><EFBFBD> `%s'<27><> <20><><EFBFBD><EFBFBD><EFBFBD>մϴ<D5B4>. <20><><EFBFBD><EFBFBD><EEBEB2> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>."
|
|
|
|
|
#define STRING_SAVE_GROUP_AS_s "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EEBEB2> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><EFBFBD><D7B7><EFBFBD> `%s'<27><> <20><><EFBFBD><EFBFBD><EFBFBD>մϴ<D5B4>"
|
|
|
|
|
|
|
|
|
|
#define STRING_NO_HOT_KEY "<22><><EFBFBD><EFBFBD>"
|
|
|
|
|
|
|
|
|
|
#define STRING_ALL_FILES "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (*.*)"
|
|
|
|
|
#define STRING_PROGRAMS "<22><><EFBFBD>α<CEB1>"
|
|
|
|
|
#define STRING_LIBRARIES_DLL "<22><><EFBFBD>̺귯<CCBA><EAB7AF> (*.dll)"
|
|
|
|
|
#define STRING_SYMBOL_FILES "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
#define STRING_SYMBOLS_ICO "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (*.ico)"
|
|
|
|
|
|
|
|
|
|
#include "Xx.rc"
|