glossary.src (4d7c9de0) glossary.src (aba847bd)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
23
24#include "misc.hrc"
25#include "glossary.hrc"
26#include "cmdid.h"
27#include "helpid.h"
28#include "access.hrc"
29
20 *************************************************************/
21
22
23
24#include "misc.hrc"
25#include "glossary.hrc"
26#include "cmdid.h"
27#include "helpid.h"
28#include "access.hrc"
29
30 // #define DLG_GLOSSARY 256
30// #define DLG_GLOSSARY 256
31ModalDialog DLG_GLOSSARY
32{
33 HelpID = CMD_FN_GLOSSARY_DLG ;
34 OutputSize = TRUE ;
35 SVLook = TRUE ;
31ModalDialog DLG_GLOSSARY
32{
33 HelpID = CMD_FN_GLOSSARY_DLG ;
34 OutputSize = TRUE ;
35 SVLook = TRUE ;
36 Size = MAP_APPFONT ( 375 , 164 ) ;
36 Size = MAP_APPFONT ( 375, 164 ) ;
37 Text [ en-US ] = "AutoText" ;
38 Moveable = TRUE ;
39 CheckBox CB_INSERT_TIP
40 {
37 Text [ en-US ] = "AutoText" ;
38 Moveable = TRUE ;
39 CheckBox CB_INSERT_TIP
40 {
41 HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_INSERT_TIP";
42 Pos = MAP_APPFONT ( 12 , 12 ) ;
43 Size = MAP_APPFONT ( 200 , 12 ) ;
41 HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_INSERT_TIP" ;
42 Pos = MAP_APPFONT ( 12, 12 ) ;
43 Size = MAP_APPFONT ( 200, 12 ) ;
44 TabStop = TRUE ;
45 Text [ en-US ] = "~Display remainder of name as suggestion while typing" ;
46 };
47 FixedText FT_NAME
48 {
44 TabStop = TRUE ;
45 Text [ en-US ] = "~Display remainder of name as suggestion while typing" ;
46 };
47 FixedText FT_NAME
48 {
49 Pos = MAP_APPFONT ( 12 , 31 ) ;
50 Size = MAP_APPFONT ( 40 , 8 ) ;
49 Pos = MAP_APPFONT ( 12, 31 ) ;
50 Size = MAP_APPFONT ( 40, 8 ) ;
51 Text [ en-US ] = "~Name" ;
52 Left = TRUE ;
53 };
54 Edit ED_NAME
55 {
51 Text [ en-US ] = "~Name" ;
52 Left = TRUE ;
53 };
54 Edit ED_NAME
55 {
56 HelpID = "sw:Edit:DLG_GLOSSARY:ED_NAME";
56 HelpID = "sw:Edit:DLG_GLOSSARY:ED_NAME" ;
57 Border = TRUE ;
57 Border = TRUE ;
58 Pos = MAP_APPFONT ( 55 , 29 ) ;
59 Size = MAP_APPFONT ( 85 , 12 ) ;
58 Pos = MAP_APPFONT ( 55, 29 ) ;
59 Size = MAP_APPFONT ( 85, 12 ) ;
60 TabStop = TRUE ;
61 Left = TRUE ;
62 };
63 FixedText FT_SHORTNAME
64 {
65 Disable = TRUE ;
60 TabStop = TRUE ;
61 Left = TRUE ;
62 };
63 FixedText FT_SHORTNAME
64 {
65 Disable = TRUE ;
66 Pos = MAP_APPFONT ( 143 , 31 ) ;
67 Size = MAP_APPFONT ( 57 , 8 ) ;
66 Pos = MAP_APPFONT ( 143, 31 ) ;
67 Size = MAP_APPFONT ( 57, 8 ) ;
68 Text [ en-US ] = "~Shortcut" ;
69 Right = TRUE ;
70 };
71 Edit ED_SHORTNAME
72 {
68 Text [ en-US ] = "~Shortcut" ;
69 Right = TRUE ;
70 };
71 Edit ED_SHORTNAME
72 {
73 HelpID = "sw:Edit:DLG_GLOSSARY:ED_SHORTNAME";
73 HelpID = "sw:Edit:DLG_GLOSSARY:ED_SHORTNAME" ;
74 Disable = TRUE ;
75 Border = TRUE ;
74 Disable = TRUE ;
75 Border = TRUE ;
76 Pos = MAP_APPFONT ( 203 , 29 ) ;
77 Size = MAP_APPFONT ( 21 , 12 ) ;
76 Pos = MAP_APPFONT ( 203, 29 ) ;
77 Size = MAP_APPFONT ( 21, 12 ) ;
78 TabStop = TRUE ;
79 Left = TRUE ;
80 };
81 Control LB_BIB
82 {
83 Border = TRUE ;
78 TabStop = TRUE ;
79 Left = TRUE ;
80 };
81 Control LB_BIB
82 {
83 Border = TRUE ;
84 Pos = MAP_APPFONT ( 12 , 44 ) ;
85 Size = MAP_APPFONT ( 212 , 84 ) ;
84 Pos = MAP_APPFONT ( 12, 44 ) ;
85 Size = MAP_APPFONT ( 212, 84 ) ;
86 TabStop = TRUE ;
86 TabStop = TRUE ;
87 // Sort = TRUE ;
88 // CurPos = 0 ;
87 // Sort = TRUE ;
88 // CurPos = 0 ;
89 String ST_READONLY
90 {
89 String ST_READONLY
90 {
91 Text [ en-US ] = "read-only";
91 Text [ en-US ] = "read-only" ;
92 };
93 };
92 };
93 };
94 FixedLine FL_RELATIVE
94 FixedLine FL_RELATIVE
95 {
95 {
96 Pos = MAP_APPFONT ( 6 , 134 ) ;
97 Size = MAP_APPFONT ( 221 , 8 ) ;
98 Text [ en-US ] = "Save links relative to";
96 Pos = MAP_APPFONT ( 6, 134 ) ;
97 Size = MAP_APPFONT ( 221, 8 ) ;
98 Text [ en-US ] = "Save links relative to" ;
99 };
100 CheckBox CB_FILE_REL
101 {
99 };
100 CheckBox CB_FILE_REL
101 {
102 HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_FILE_REL";
103 Pos = MAP_APPFONT ( 14 , 145 ) ;
104 Size = MAP_APPFONT ( 90 , 12 ) ;
102 HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_FILE_REL" ;
103 Pos = MAP_APPFONT ( 14, 145 ) ;
104 Size = MAP_APPFONT ( 90, 12 ) ;
105 TabStop = TRUE ;
106 Text [ en-US ] = "~File system" ;
107 };
108 CheckBox CB_NET_REL
109 {
105 TabStop = TRUE ;
106 Text [ en-US ] = "~File system" ;
107 };
108 CheckBox CB_NET_REL
109 {
110 HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_NET_REL";
111 Pos = MAP_APPFONT ( 109 , 145 ) ;
112 Size = MAP_APPFONT ( 90 , 12 ) ;
110 HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_NET_REL" ;
111 Pos = MAP_APPFONT ( 109, 145 ) ;
112 Size = MAP_APPFONT ( 90, 12 ) ;
113 Text [ en-US ] = "Inte~rnet" ;
114 };
115 Window WIN_EXAMPLE
116 {
113 Text [ en-US ] = "Inte~rnet" ;
114 };
115 Window WIN_EXAMPLE
116 {
117 Pos = MAP_APPFONT ( 231 , 14 ) ;
118 Size = MAP_APPFONT ( 82 , 124 ) ;
117 Pos = MAP_APPFONT ( 231, 14 ) ;
118 Size = MAP_APPFONT ( 82, 124 ) ;
119 };
119 };
120 Window WIN_EXAMPLE_DUMMY
120 Window WIN_EXAMPLE_DUMMY
121 {
121 {
122 Pos = MAP_APPFONT ( 231 , 14 ) ;
123 Size = MAP_APPFONT ( 82 , 124 ) ;
124 Border = TRUE;
122 Pos = MAP_APPFONT ( 231, 14 ) ;
123 Size = MAP_APPFONT ( 82, 124 ) ;
124 Border = TRUE;
125 };
125 };
126 CheckBox CB_SHOW_EXAMPLE
126 CheckBox CB_SHOW_EXAMPLE
127 {
127 {
128 HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_SHOW_EXAMPLE";
129 Pos = MAP_APPFONT ( 231 , 145 ) ;
130 Size = MAP_APPFONT ( 82 , 12 ) ;
131 Text [ en-US ] = "Sho~w preview";
128 HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_SHOW_EXAMPLE" ;
129 Pos = MAP_APPFONT ( 231, 145 ) ;
130 Size = MAP_APPFONT ( 82, 12 ) ;
131 Text [ en-US ] = "Sho~w preview" ;
132 };
133 OKButton PB_INSERT
134 {
132 };
133 OKButton PB_INSERT
134 {
135 Pos = MAP_APPFONT ( 319 , 6 ) ;
136 Size = MAP_APPFONT ( 50 , 14 ) ;
137 /* ### ACHTUNG: Neuer Text in Resource? ~Einf�gen : ~Einf�gen */
135 Pos = MAP_APPFONT ( 319, 6 ) ;
136 Size = MAP_APPFONT ( 50, 14 ) ;
138 Text [ en-US ] = "~Insert" ;
137 Text [ en-US ] = "~Insert" ;
139 /* ### ACHTUNG: Neuer Text in Resource? F�gt den aktuellen Textblock ein und schlie�t das Dialogfeld : F�gt den aktuellen Textblock ein und schlie�t das Dialogfeld */
140 TabStop = TRUE ;
141 DefButton = TRUE ;
142 };
143 CancelButton PB_CLOSE
144 {
138 TabStop = TRUE ;
139 DefButton = TRUE ;
140 };
141 CancelButton PB_CLOSE
142 {
145 Pos = MAP_APPFONT ( 319 , 23 ) ;
146 Size = MAP_APPFONT ( 50 , 14 ) ;
147 /* ### ACHTUNG: Neuer Text in Resource? ~Schlie�en : ~Schlie�en */
143 Pos = MAP_APPFONT ( 319, 23 ) ;
144 Size = MAP_APPFONT ( 50, 14 ) ;
148 Text [ en-US ] = "~Close" ;
149 TabStop = TRUE ;
150 };
151 HelpButton PB_HELP
152 {
145 Text [ en-US ] = "~Close" ;
146 TabStop = TRUE ;
147 };
148 HelpButton PB_HELP
149 {
153 Pos = MAP_APPFONT ( 319 , 43 ) ;
154 Size = MAP_APPFONT ( 50 , 14 ) ;
150 Pos = MAP_APPFONT ( 319, 43 ) ;
151 Size = MAP_APPFONT ( 50, 14 ) ;
155 };
156 MenuButton PB_EDIT
157 {
152 };
153 MenuButton PB_EDIT
154 {
158 HelpID = "sw:MenuButton:DLG_GLOSSARY:PB_EDIT";
159 Pos = MAP_APPFONT ( 319 , 60 ) ;
160 Size = MAP_APPFONT ( 50 , 14 ) ;
155 HelpID = "sw:MenuButton:DLG_GLOSSARY:PB_EDIT" ;
156 Pos = MAP_APPFONT ( 319, 60 ) ;
157 Size = MAP_APPFONT ( 50, 14 ) ;
161 Text [ en-US ] = "AutoTe~xt" ;
162 TabStop = TRUE ;
163 };
164 PushButton PB_BIB
165 {
158 Text [ en-US ] = "AutoTe~xt" ;
159 TabStop = TRUE ;
160 };
161 PushButton PB_BIB
162 {
166 HelpID = "sw:PushButton:DLG_GLOSSARY:PB_BIB";
167 Pos = MAP_APPFONT ( 319 , 77 ) ;
168 Size = MAP_APPFONT ( 50 , 14 ) ;
163 HelpID = "sw:PushButton:DLG_GLOSSARY:PB_BIB" ;
164 Pos = MAP_APPFONT ( 319, 77 ) ;
165 Size = MAP_APPFONT ( 50, 14 ) ;
169 Text [ en-US ] = "C~ategories..." ;
170 TabStop = TRUE ;
171 };
172 PushButton PB_PATH
173 {
166 Text [ en-US ] = "C~ategories..." ;
167 TabStop = TRUE ;
168 };
169 PushButton PB_PATH
170 {
174 HelpID = "sw:PushButton:DLG_GLOSSARY:PB_PATH";
175 Pos = MAP_APPFONT ( 319 , 94 ) ;
176 Size = MAP_APPFONT ( 50 , 14 ) ;
171 HelpID = "sw:PushButton:DLG_GLOSSARY:PB_PATH" ;
172 Pos = MAP_APPFONT ( 319, 94 ) ;
173 Size = MAP_APPFONT ( 50, 14 ) ;
177 TabStop = TRUE ;
178 Text [ en-US ] = "~Path..." ;
179 };
180 String ST_READONLY_PATH
181 {
174 TabStop = TRUE ;
175 Text [ en-US ] = "~Path..." ;
176 };
177 String ST_READONLY_PATH
178 {
182 Text [ en-US ] = "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?";
179 Text [ en-US ] = "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?" ;
183 };
184 Menu MNU_EDIT
185 {
186 ItemList =
187 {
188 MenuItem
189 {
190 Identifier = FN_GL_DEFINE ;
191 HelpID = HID_MD_GLOS_DEFINE ;
192 Text [ en-US ] = "~New" ;
193 };
194 MenuItem
195 {
196 Identifier = FN_GL_DEFINE_TEXT ;
197 HelpID = HID_MD_GLOS_DEFINE_TEXT ;
198 Text [ en-US ] = "New (text only)" ;
199 };
200 MenuItem
201 {
180 };
181 Menu MNU_EDIT
182 {
183 ItemList =
184 {
185 MenuItem
186 {
187 Identifier = FN_GL_DEFINE ;
188 HelpID = HID_MD_GLOS_DEFINE ;
189 Text [ en-US ] = "~New" ;
190 };
191 MenuItem
192 {
193 Identifier = FN_GL_DEFINE_TEXT ;
194 HelpID = HID_MD_GLOS_DEFINE_TEXT ;
195 Text [ en-US ] = "New (text only)" ;
196 };
197 MenuItem
198 {
202 Identifier = FN_GL_COPY_TO_CLIPBOARD;
203 HelpID = HID_MD_COPY_TO_CLIPBOARD;
204 Text [ en-US ] = "~Copy";
199 Identifier = FN_GL_COPY_TO_CLIPBOARD ;
200 HelpID = HID_MD_COPY_TO_CLIPBOARD ;
201 Text [ en-US ] = "~Copy" ;
205 };
206 MenuItem
207 {
208 Identifier = FN_GL_REPLACE ;
209 HelpID = HID_MD_GLOS_REPLACE ;
210 Text [ en-US ] = "Replace" ;
211 };
212 MenuItem
213 {
202 };
203 MenuItem
204 {
205 Identifier = FN_GL_REPLACE ;
206 HelpID = HID_MD_GLOS_REPLACE ;
207 Text [ en-US ] = "Replace" ;
208 };
209 MenuItem
210 {
214 Identifier = FN_GL_REPLACE_TEXT;
215 HelpID = HID_MD_GLOS_REPLACE;
211 Identifier = FN_GL_REPLACE_TEXT ;
212 HelpID = HID_MD_GLOS_REPLACE ;
216 Text [ en-US ] = "Rep~lace (text only)" ;
217 };
218 MenuItem
219 {
220 Identifier = FN_GL_RENAME ;
221 HelpID = HID_MD_GLOS_RENAME ;
222 Text [ en-US ] = "Rename..." ;
223 };
224 MenuItem
225 {
226 Identifier = FN_GL_DELETE ;
227 HelpID = HID_MD_GLOS_DELETE ;
213 Text [ en-US ] = "Rep~lace (text only)" ;
214 };
215 MenuItem
216 {
217 Identifier = FN_GL_RENAME ;
218 HelpID = HID_MD_GLOS_RENAME ;
219 Text [ en-US ] = "Rename..." ;
220 };
221 MenuItem
222 {
223 Identifier = FN_GL_DELETE ;
224 HelpID = HID_MD_GLOS_DELETE ;
228 /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
229 Text [ en-US ] = "~Delete" ;
230 };
231 MenuItem
232 {
233 Separator = TRUE ;
234 };
235 MenuItem
236 {

--- 14 unchanged lines hidden (view full) ---

251 MenuItem
252 {
253 Separator = TRUE ;
254 };
255 MenuItem
256 {
257 Identifier = FN_GL_IMPORT;
258 HelpID = HID_MD_GLOS_IMPORT ;
225 Text [ en-US ] = "~Delete" ;
226 };
227 MenuItem
228 {
229 Separator = TRUE ;
230 };
231 MenuItem
232 {

--- 14 unchanged lines hidden (view full) ---

247 MenuItem
248 {
249 Separator = TRUE ;
250 };
251 MenuItem
252 {
253 Identifier = FN_GL_IMPORT;
254 HelpID = HID_MD_GLOS_IMPORT ;
259 Text [ en-US ] = "~Import...";
255 Text [ en-US ] = "~Import..." ;
260 };
261 };
262 };
263};
264InfoBox MSG_DOUBLE_SHORTNAME
265{
256 };
257 };
258 };
259};
260InfoBox MSG_DOUBLE_SHORTNAME
261{
266 /* ### ACHTUNG: Neuer Text in Resource? K�rzel wird bereits verwendet. Bitte einen anderen Namen vergeben! : K�rzel wird bereits verwendet. Bitte einen anderen Namen vergeben! */
267 Message [ en-US ] = "Shortcut name already exists. Please choose another name." ;
268};
269QueryBox MSG_QUERY_DELETE
270{
271 BUTTONS = WB_YES_NO ;
272 DEFBUTTON = WB_DEF_NO ;
262 Message [ en-US ] = "Shortcut name already exists. Please choose another name." ;
263};
264QueryBox MSG_QUERY_DELETE
265{
266 BUTTONS = WB_YES_NO ;
267 DEFBUTTON = WB_DEF_NO ;
273 /* ### ACHTUNG: Neuer Text in Resource? Soll der AutoText gel�scht werden? : Soll der AutoText gel�scht werden? */
274 Message [ en-US ] = "Delete AutoText?" ;
275};
276String STR_QUERY_DELETE_GROUP1
277{
278 Text [ en-US ] = "Delete the category " ;
279};
280String STR_QUERY_DELETE_GROUP2
281{
268 Message [ en-US ] = "Delete AutoText?" ;
269};
270String STR_QUERY_DELETE_GROUP1
271{
272 Text [ en-US ] = "Delete the category " ;
273};
274String STR_QUERY_DELETE_GROUP2
275{
282 /* ### ACHTUNG: Neuer Text in Resource? gel�scht werden? : gel�scht werden? */
283 Text [ en-US ] = "?" ;
284};
285String STR_GLOSSARY
286{
276 Text [ en-US ] = "?" ;
277};
278String STR_GLOSSARY
279{
287 Text [ en-US ] = "AutoText :" ;
280 Text [ en-US ] = "AutoText :" ;
288};
289String STR_ACCESS_SW_CATEGORY
290{
281};
282String STR_ACCESS_SW_CATEGORY
283{
291 Text [ en-US ] = "Category" ;
284 Text [ en-US ] = "Category" ;
292};
293ModalDialog DLG_RENAME_GLOS
294{
295 OutputSize = TRUE ;
296 SVLook = TRUE ;
285};
286ModalDialog DLG_RENAME_GLOS
287{
288 OutputSize = TRUE ;
289 SVLook = TRUE ;
297 Size = MAP_APPFONT ( 287 , 47 ) ;
290 Size = MAP_APPFONT ( 287, 47 ) ;
298 Moveable = TRUE ;
299 HelpID = HID_RENAME_GLOSSARY ;
300 OKButton BT_OKNEW
301 {
302 Disable = TRUE ;
291 Moveable = TRUE ;
292 HelpID = HID_RENAME_GLOSSARY ;
293 OKButton BT_OKNEW
294 {
295 Disable = TRUE ;
303 Pos = MAP_APPFONT ( 231 , 6 ) ;
304 Size = MAP_APPFONT ( 50 , 14 ) ;
296 Pos = MAP_APPFONT ( 231, 6 ) ;
297 Size = MAP_APPFONT ( 50, 14 ) ;
305 DefButton = TRUE ;
306 TabStop = TRUE ;
307 };
308 CancelButton BT_CANCEL
309 {
298 DefButton = TRUE ;
299 TabStop = TRUE ;
300 };
301 CancelButton BT_CANCEL
302 {
310 Pos = MAP_APPFONT ( 231 , 23 ) ;
311 Size = MAP_APPFONT ( 50 , 14 ) ;
303 Pos = MAP_APPFONT ( 231, 23 ) ;
304 Size = MAP_APPFONT ( 50, 14 ) ;
312 TabStop = TRUE ;
313 };
314 FixedText FT_ON
315 {
305 TabStop = TRUE ;
306 };
307 FixedText FT_ON
308 {
316 Pos = MAP_APPFONT ( 12 , 14 ) ;
317 Size = MAP_APPFONT ( 30 , 8 ) ;
309 Pos = MAP_APPFONT ( 12, 14 ) ;
310 Size = MAP_APPFONT ( 30, 8 ) ;
318 Text [ en-US ] = "Na~me" ;
319 };
320 Edit ED_ON
321 {
311 Text [ en-US ] = "Na~me" ;
312 };
313 Edit ED_ON
314 {
322 HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_ON";
315 HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_ON" ;
323 ReadOnly = TRUE ;
324 Border = TRUE ;
316 ReadOnly = TRUE ;
317 Border = TRUE ;
325 Pos = MAP_APPFONT ( 44 , 12 ) ;
326 Size = MAP_APPFONT ( 100 , 12 ) ;
318 Pos = MAP_APPFONT ( 44, 12 ) ;
319 Size = MAP_APPFONT ( 100, 12 ) ;
327 Left = TRUE ;
328 };
329 FixedText FT_OS
330 {
320 Left = TRUE ;
321 };
322 FixedText FT_OS
323 {
331 Pos = MAP_APPFONT ( 147 , 14 ) ;
332 Size = MAP_APPFONT ( 52 , 8 ) ;
324 Pos = MAP_APPFONT ( 147, 14 ) ;
325 Size = MAP_APPFONT ( 52, 8 ) ;
333 Text [ en-US ] = "Short~cut" ;
334 };
335 Edit ED_OS
336 {
326 Text [ en-US ] = "Short~cut" ;
327 };
328 Edit ED_OS
329 {
337 HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_OS";
330 HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_OS" ;
338 ReadOnly = TRUE ;
339 Border = TRUE ;
331 ReadOnly = TRUE ;
332 Border = TRUE ;
340 Pos = MAP_APPFONT ( 200 , 12 ) ;
341 Size = MAP_APPFONT ( 21 , 12 ) ;
333 Pos = MAP_APPFONT ( 200, 12 ) ;
334 Size = MAP_APPFONT ( 21, 12 ) ;
342 Left = TRUE ;
343 };
344 FixedText FT_NN
345 {
335 Left = TRUE ;
336 };
337 FixedText FT_NN
338 {
346 Pos = MAP_APPFONT ( 12 , 29 ) ;
347 Size = MAP_APPFONT ( 30 , 8 ) ;
339 Pos = MAP_APPFONT ( 12, 29 ) ;
340 Size = MAP_APPFONT ( 30, 8 ) ;
348 Text [ en-US ] = "~New" ;
349 };
350 Edit ED_NN
351 {
341 Text [ en-US ] = "~New" ;
342 };
343 Edit ED_NN
344 {
352 HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_NN";
345 HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_NN" ;
353 TabStop = TRUE ;
354 Border = TRUE ;
346 TabStop = TRUE ;
347 Border = TRUE ;
355 Pos = MAP_APPFONT ( 44 , 27 ) ;
356 Size = MAP_APPFONT ( 100 , 12 ) ;
348 Pos = MAP_APPFONT ( 44, 27 ) ;
349 Size = MAP_APPFONT ( 100, 12 ) ;
357 Left = TRUE ;
358 };
359 FixedText FT_NS
360 {
350 Left = TRUE ;
351 };
352 FixedText FT_NS
353 {
361 Pos = MAP_APPFONT ( 147 , 29 ) ;
362 Size = MAP_APPFONT ( 52 , 8 ) ;
354 Pos = MAP_APPFONT ( 147, 29 ) ;
355 Size = MAP_APPFONT ( 52, 8 ) ;
363 Text [ en-US ] = "~Shortcut" ;
364 };
365 Edit ED_NS
366 {
356 Text [ en-US ] = "~Shortcut" ;
357 };
358 Edit ED_NS
359 {
367 HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_NS";
360 HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_NS" ;
368 TabStop = TRUE ;
369 Border = TRUE ;
361 TabStop = TRUE ;
362 Border = TRUE ;
370 Pos = MAP_APPFONT ( 200 , 27 ) ;
371 Size = MAP_APPFONT ( 21 , 12 ) ;
363 Pos = MAP_APPFONT ( 200, 27 ) ;
364 Size = MAP_APPFONT ( 21, 12 ) ;
372 Left = TRUE ;
373 };
365 Left = TRUE ;
366 };
374 FixedLine FL_NN
367 FixedLine FL_NN
375 {
368 {
376 Pos = MAP_APPFONT ( 6 , 3 ) ;
377 Size = MAP_APPFONT ( 219 , 8 ) ;
369 Pos = MAP_APPFONT ( 6, 3 ) ;
370 Size = MAP_APPFONT ( 219, 8 ) ;
378 };
379 Text [ en-US ] = "Rename AutoText" ;
380};
381String STR_SAVE_GLOSSARY
382{
371 };
372 Text [ en-US ] = "Rename AutoText" ;
373};
374String STR_SAVE_GLOSSARY
375{
383 Text[ en-US ] = "Save AutoText";
376 Text[ en-US ] = "Save AutoText" ;
384};
385InfoBox MSG_NO_GLOSSARIES
386{
377};
378InfoBox MSG_NO_GLOSSARIES
379{
387 Message [ en-US ] = "There is no AutoText in this file.";
380 Message [ en-US ] = "There is no AutoText in this file." ;
388};
389
381};
382
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
383// ********************************************************************** EOF