/* * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ /* Menu */ MAIN_MENU MENU LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED { POPUP "�ļ���&F��" { MENUITEM "��&O��", MNID_FILE_OPEN MENUITEM SEPARATOR MENUITEM "��ӡ��&P��", MNID_FILE_PRINT MENUITEM "��ӡ�����ã�&S��...", MNID_FILE_SETUP MENUITEM SEPARATOR MENUITEM "�˳���&E��", MNID_FILE_EXIT } POPUP "�༭��&E��" { MENUITEM "���ƣ�&C��...", MNID_EDIT_COPYDLG MENUITEM SEPARATOR MENUITEM "ע�ͣ�&A��...", MNID_EDIT_ANNOTATE } POPUP "��ǩ��&B��" { MENUITEM "���壨&D��...", MNID_BKMK_DEFINE } POPUP "������&H��" { MENUITEM "���ʹ�ð�����&O��", MNID_HELP_HELPON MENUITEM "��������ǰ�棨&T��", MNID_HELP_HELPTOP MENUITEM SEPARATOR MENUITEM "������Ϣ��&I��...", MNID_HELP_ABOUT #ifdef WINELIB MENUITEM "���� WINE��&A��", MNID_HELP_WINE #endif } } /* Strings */ STRINGTABLE DISCARDABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED { STID_WINE_HELP, "WINE ����" STID_WHERROR, "����" STID_WARNING, "����" STID_INFO, "��Ϣ" STID_NOT_IMPLEMENTED, "δʵ��" STID_HLPFILE_ERROR_s, "��������ļ� ��%s�� ʱ��������" STID_CONTENTS, "���ݣ�&C��" STID_SEARCH, "������&S��" STID_BACK, "���أ�&B��" STID_HISTORY, "��ʷ��&H��" STID_TOPICS, "���⣨&T��" STID_ALL_FILES, "�����ļ� (*.*)" STID_HELP_FILES_HLP, "�����ļ� (*.hlp)" STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?" }