0
|
1 /*
|
|
2 * $Id: message.c,v 1.2 2001/06/14 18:16:13 ura Exp $
|
|
3 */
|
|
4
|
|
5 /*
|
|
6 * FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
7 * This file is part of FreeWnn.
|
|
8 *
|
|
9 * Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
10 * Copyright 1991 by Massachusetts Institute of Technology
|
|
11 *
|
|
12 * Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp>
|
|
13 *
|
|
14 * This program is free software; you can redistribute it and/or modify
|
|
15 * it under the terms of the GNU General Public License as published by
|
|
16 * the Free Software Foundation; either version 2, or (at your option)
|
|
17 * any later version.
|
|
18 *
|
|
19 * This program is distributed in the hope that it will be useful,
|
|
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
22 * GNU General Public License for more details.
|
|
23 *
|
|
24 * You should have received a copy of the GNU General Public License
|
|
25 * along with GNU Emacs; see the file COPYING. If not, write to the
|
|
26 * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
27 *
|
|
28 * Commentary:
|
|
29 *
|
|
30 * Change log:
|
|
31 *
|
|
32 * Last modified date: 8,Feb.1999
|
|
33 *
|
|
34 * Code:
|
|
35 *
|
|
36 */
|
|
37
|
|
38 char *default_message[] = {
|
|
39 /* 0 */ "PREVIOUS",
|
|
40 /* 1 */ "Select Hinsi",
|
|
41 /* 2 */ " CANCEL ",
|
|
42 /* 3 */ " NEXT ",
|
|
43 /* 4 */ "PREVIOUS",
|
|
44 /* 5 */ " YES ",
|
|
45 /* 6 */ " NO ",
|
|
46 /* 7 */ " OK ? ",
|
|
47 /* 8 */ "Exec",
|
|
48 /* 9 */ "Change para",
|
|
49 /* 10 */ "Bunsetsu number",
|
|
50 /* 11 */ "Max of small Bunsetsu",
|
|
51 /* 12 */ "Frequency weight",
|
|
52 /* 13 */ "Small Bunsetsu length weight",
|
|
53 /* 14 */ "Jiritsu word weight",
|
|
54 /* 15 */ "Recnetly used weight",
|
|
55 /* 16 */ "Jisho priority weight",
|
|
56 /* 17 */ "Evaluation value weight",
|
|
57 /* 18 */ "Large Bunsetsu length weight",
|
|
58 /* 19 */ "small Bunsetsu number weight",
|
|
59 /* 20 */ "Frequency of numeral",
|
|
60 /* 21 */ "Frequency of Kana",
|
|
61 /* 22 */ "Frequency of ascii",
|
|
62 /* 23 */ "Frequency of mark",
|
|
63 /* 24 */ "Frequency of )",
|
|
64 /* 25 */ "Frequency of Fuzokugo",
|
|
65 /* 26 */ "Frequency of (",
|
|
66 /* 27 */ "Recently,",
|
|
67 /* 28 */ "Bunsetsu number.",
|
|
68 /* 29 */ "How number do you use?",
|
|
69 /* 30 */ "Recently, ",
|
|
70 /* 31 */ " is ",
|
|
71 /* 32 */ ". ",
|
|
72 /* 33 */ "How number do you use? ",
|
|
73 /* 34 */ "Please, input a number.",
|
|
74 /* 35 */ "Please, input a plus number.",
|
|
75 /* 36 */ "Search Dictionary",
|
|
76 /* 37 */ "Delete Dictionary",
|
|
77 /* 38 */ "Use/Unuse",
|
|
78 /* 39 */ "Comment",
|
|
79 /* 40 */ "Sorry, number of dictionaries is too large.",
|
|
80 /* 41 */ "List of Dictonaries",
|
|
81 /* 42 */ "There is no dictionary.",
|
|
82 /* 43 */ "Use",
|
|
83 /* 44 */ "Unuse",
|
|
84 /* 45 */ "Change Fuzokugo",
|
|
85 /* 46 */ "Please, input Fuzokugo file name.",
|
|
86 /* 47 */ "Add Dictionary",
|
|
87 /* 48 */ "Nxext",
|
|
88 /* 49 */ "Please, input new dictionary name.",
|
|
89 /* 50 */ "Please, input frequency file name.",
|
|
90 /* 51 */ "Please, input number of dictionary priority.",
|
|
91 /* 52 */ "Do you use this dictionary as update mode.?",
|
|
92 /* 53 */ "Do you use this dictionary's frequency as update mode.?",
|
|
93 /* 54 */ "No.",
|
|
94 /* 55 */ "Type",
|
|
95 /* 56 */ "Comment",
|
|
96 /* 57 */ "File name",
|
|
97 /* 58 */ "Frequency file name",
|
|
98 /* 59 */ "Number of words",
|
|
99 /* 60 */ "Priority",
|
|
100 /* 61 */ "Enable register",
|
|
101 /* 62 */ "Enable update frequency",
|
|
102 /* 63 */ "Use/Unuse",
|
|
103 /* 64 */ "Password of register",
|
|
104 /* 65 */ "Password of update frequency",
|
|
105 /* 66 */ "There isn't this.",
|
|
106 /* 67 */ "Delete",
|
|
107 /* 68 */ "Use/Unuse",
|
|
108 /* 69 */ "Search",
|
|
109 /* 70 */ "Yomi",
|
|
110 /* 71 */ "There isn't this word.",
|
|
111 /* 72 */ "Can't open default uumkey.",
|
|
112 /* 73 */ "can't be expanded.",
|
|
113 /* 74 */ "is duplicate definition at key",
|
|
114 /* 75 */ "Malloc Error!!!",
|
|
115 /* 76 */ "¡ÖHOME¡× is wrong.",
|
|
116 /* 77 */ "Dictionary",
|
|
117 /* 78 */ " will be removed.",
|
|
118 /* 79 */ " will become disable.",
|
|
119 /* 80 */ " will become enable.",
|
|
120 /* 81 */ "Please, input some comment.",
|
|
121 /* 82 */ "You can't delete, because the dictionary is read-only.",
|
|
122 /* 83 */ "You can't delete entry, because the dictionary is read-only.",
|
|
123 /* 84 */ "{",
|
|
124 /* 85 */ "} will be remove.",
|
|
125 /* 86 */ "You can't change, because the frequency is read-only.",
|
|
126 /* 87 */ "} will become enable.",
|
|
127 /* 88 */ "} will become disable.",
|
|
128 /* 89 */ "You can't comment, because the dictionary is read-only.",
|
|
129 /* 90 */ "",
|
|
130 /* 91 */ "Please, input some comment.",
|
|
131 /* 92 */ "REGISTER",
|
|
132 /* 93 */ "Start of register:",
|
|
133 /* 94 */ "End of register:",
|
|
134 /* 95 */ "Yomi:",
|
|
135 /* 96 */ "Hinsi:",
|
|
136 /* 97 */ "Dictionary:",
|
|
137 /* 98 */ " Dictionary ",
|
|
138 /* 99 */ "There is no registerable dictionary.",
|
|
139 /* 100 */ "Range of register is too long.",
|
|
140 /* 101 */ "Can't open default uumrc.",
|
|
141 /* 102 */ "Dictionary file",
|
|
142 /* 103 */ "doesn't exist.",
|
|
143 /* 104 */ "Would you like to create it?",
|
|
144 /* 105 */ "Frequency file",
|
|
145 /* 106 */ "Dictionary",
|
|
146 /* 107 */ "is not consistent with the frequency. Would you like to re-create it?",
|
|
147 /* 108 */ "Password file",
|
|
148 /* 109 */ "was created.",
|
|
149 /* 110 */ "Directory",
|
|
150 /* 111 */ " MOUSE ",
|
|
151 /* 112 */ " KEY ",
|
|
152 /* 113 */ "JIS code input",
|
|
153 /* 114 */ "Please input JIS code",
|
|
154 /* 115 */ "KUTEN input",
|
|
155 /* 116 */ "Please input KUTEN",
|
|
156 /* 117 */ "KU",
|
|
157 /* 118 */ "You can't set frequency, because the frequency is read-only.",
|
|
158 /* 119 */ "Recentry, the frequency is ",
|
|
159 /* 120 */ "Please, input a valid number.",
|
|
160 /* 121 */ "Change frequency",
|
|
161 /* 122 */ "Turn on the Recnetly used bit",
|
|
162 /* 123 */ "Turn off the Recnetly used bit",
|
|
163 /* 124 */ "Add one to the frequency",
|
|
164 /* 125 */ "Take one from the frequency",
|
|
165 /* 126 */ "Disable this entry",
|
|
166 /* 127 */ "Change the frequency as value",
|
|
167 };
|