70 lines
2.1 KiB
Plaintext
70 lines
2.1 KiB
Plaintext
|
/*
|
|||
|
* Help Viewer
|
|||
|
* Simplified Chinese Language Support
|
|||
|
*
|
|||
|
* Copyright 2002 liuspider <liuspider@yahoo.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
|
*/
|
|||
|
|
|||
|
/* Menu */
|
|||
|
|
|||
|
MAIN_MENU MENU LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|||
|
{
|
|||
|
POPUP "<22>ļ<EFBFBD><C4BC><EFBFBD>&F<><46>" {
|
|||
|
MENUITEM "<22><EFBFBD>&O<><4F>", MNID_FILE_OPEN
|
|||
|
MENUITEM SEPARATOR
|
|||
|
MENUITEM "<22><>ӡ<EFBFBD><D3A1>&P<><50>", MNID_FILE_PRINT
|
|||
|
MENUITEM "<22><>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD><EFBFBD>ã<EFBFBD>&S<><53>...", MNID_FILE_SETUP
|
|||
|
MENUITEM SEPARATOR
|
|||
|
MENUITEM "<22>˳<EFBFBD><CBB3><EFBFBD>&E<><45>", MNID_FILE_EXIT
|
|||
|
}
|
|||
|
POPUP "<22>༭<EFBFBD><E0BCAD>&E<><45>" {
|
|||
|
MENUITEM "<22><><EFBFBD>ƣ<EFBFBD>&C<><43>...", MNID_EDIT_COPYDLG
|
|||
|
MENUITEM SEPARATOR
|
|||
|
MENUITEM "ע<>ͣ<EFBFBD>&A<><41>...", MNID_EDIT_ANNOTATE
|
|||
|
}
|
|||
|
POPUP "<22><>ǩ<EFBFBD><C7A9>&B<><42>" {
|
|||
|
MENUITEM "<22><><EFBFBD>壨&D<><44>...", MNID_BKMK_DEFINE
|
|||
|
}
|
|||
|
POPUP "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>&H<><48>" {
|
|||
|
MENUITEM "<22><><EFBFBD><EFBFBD>ʹ<EFBFBD>ð<EFBFBD><C3B0><EFBFBD><EFBFBD><EFBFBD>&O<><4F>", MNID_HELP_HELPON
|
|||
|
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǰ<EFBFBD>棨&T<><54>", MNID_HELP_HELPTOP
|
|||
|
MENUITEM SEPARATOR
|
|||
|
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>&I<><49>...", MNID_HELP_ABOUT
|
|||
|
#ifdef WINELIB
|
|||
|
MENUITEM "<22><><EFBFBD><EFBFBD> WINE<4E><45>&A<><41>", MNID_HELP_WINE
|
|||
|
#endif
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/* Strings */
|
|||
|
STRINGTABLE DISCARDABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|||
|
{
|
|||
|
STID_WINE_HELP, "WINE <20><><EFBFBD><EFBFBD>"
|
|||
|
STID_WHERROR, "<22><><EFBFBD><EFBFBD>"
|
|||
|
STID_WARNING, "<22><><EFBFBD><EFBFBD>"
|
|||
|
STID_INFO, "<22><>Ϣ"
|
|||
|
STID_NOT_IMPLEMENTED, "δʵ<CEB4><CAB5>"
|
|||
|
STID_HLPFILE_ERROR_s, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD> <20><>%s<><73> ʱ<><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
|||
|
STID_CONTENTS, "<22><><EFBFBD>ݣ<EFBFBD>&C<><43>"
|
|||
|
STID_SEARCH, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>&S<><53>"
|
|||
|
STID_BACK, "<22><><EFBFBD>أ<EFBFBD>&B<><42>"
|
|||
|
STID_HISTORY, "<22><>ʷ<EFBFBD><CAB7>&H<><48>"
|
|||
|
STID_TOPICS, "<22><><EFBFBD>⣨&T<><54>"
|
|||
|
STID_ALL_FILES, "<22><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD> (*.*)"
|
|||
|
STID_HELP_FILES_HLP, "<22><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD> (*.hlp)"
|
|||
|
}
|