push 7f8c39dca3a5819e8ef115eebf7abed537de3a22
[wine/hacks.git] / programs / winhlp32 / Zh.rc
blobed9c8b468b6ae5767f5c9c09beb14cefceecb619
1 /*
2  * Help Viewer
3  * Simplified Chinese Language Support
4  *
5  * Copyright 2002 liuspider <liuspider@yahoo.com>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
22 /* Menu */
24 MAIN_MENU MENU LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
26  POPUP "Îļþ£¨&F£©" {
27   MENUITEM "´ò¿ª£¨&O£©", MNID_FILE_OPEN
28   MENUITEM SEPARATOR
29   MENUITEM "´òÓ¡£¨&P£©", MNID_FILE_PRINT
30   MENUITEM "´òÓ¡»úÉèÖã¨&S£©...", MNID_FILE_SETUP
31    MENUITEM SEPARATOR
32   MENUITEM "Í˳ö£¨&E£©", MNID_FILE_EXIT
33  }
34  POPUP "±à¼­£¨&E£©" {
35    MENUITEM "¸´ÖÆ£¨&C£©...", MNID_EDIT_COPYDLG
36    MENUITEM SEPARATOR
37    MENUITEM "×¢ÊÍ£¨&A£©...", MNID_EDIT_ANNOTATE
38  }
39  POPUP "ÊéÇ©£¨&B£©" {
40    MENUITEM "¶¨Ò壨&D£©...", MNID_BKMK_DEFINE
41  }
42  POPUP "&Options" {
43    POPUP        "Help always visible"
44    BEGIN
45      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
46      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
47      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
48   END
49   MENUITEM "History",           MNID_OPTS_HISTORY
50   POPUP    "Fonts"
51   BEGIN
52     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
53     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
54     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
55   END
56   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
57  }
58  POPUP "°ïÖú£¨&H£©" {
59    MENUITEM "ÈçºÎʹÓðïÖú£¨&O£©", MNID_HELP_HELPON
60    MENUITEM "×ÜÊÇÔÚ×îÇ°Ã棨&T£©", MNID_HELP_HELPTOP
61    MENUITEM SEPARATOR
62    MENUITEM "×ÊÁÏÐÅÏ¢£¨&I£©...", MNID_HELP_ABOUT
63 #ifdef WINELIB
64    MENUITEM "¹ØÓÚ WINE£¨&A£©", MNID_HELP_WINE
65 #endif
66  }
69 /* Strings */
70 STRINGTABLE DISCARDABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
72 STID_WINE_HELP,         "WINE °ïÖú"
73 STID_WHERROR,           "´íÎó"
74 STID_WARNING,           "¾¯¸æ"
75 STID_INFO,              "ÐÅÏ¢"
76 STID_NOT_IMPLEMENTED,   "δʵÏÖ"
77 STID_HLPFILE_ERROR_s,   "¶ÁÈë°ïÖúÎļþ ¡®%s¡¯ Ê±·¢Éú´íÎó"
78 STID_CONTENTS,          "ÄÚÈÝ£¨&C£©"
79 STID_SEARCH,            "ËÑË÷£¨&S£©"
80 STID_BACK,              "·µ»Ø£¨&B£©"
81 STID_TOPICS,            "Ö÷Ì⣨&T£©"
82 STID_ALL_FILES,         "ËùÓÐÎļþ (*.*)"
83 STID_HELP_FILES_HLP,    "°ïÖúÎļþ (*.hlp)"
84 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
85 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"