merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / misc / glossary.src
blob2fa9b77344166d121fc98312752309a45cd49997
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: glossary.src,v $
10  * $Revision: 1.42 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "misc.hrc"
32 #include "glossary.hrc"
33 #include "cmdid.h"
34 #include "helpid.h"
35  // #define DLG_GLOSSARY 256
36 ModalDialog DLG_GLOSSARY
38     HelpID = FN_GLOSSARY_DLG ;
39     OutputSize = TRUE ;
40     SVLook = TRUE ;
41     Size = MAP_APPFONT ( 375 , 164 ) ;
42     Text [ en-US ] = "AutoText" ;
43     Moveable = TRUE ;
44     CheckBox CB_INSERT_TIP
45     {
46         Pos = MAP_APPFONT ( 12 , 12 ) ;
47         Size = MAP_APPFONT ( 200 , 12 ) ;
48         TabStop = TRUE ;
49         Text [ en-US ] = "~Display remainder of name as suggestion while typing" ;
50     };
51     FixedText FT_NAME
52     {
53         Pos = MAP_APPFONT ( 12 , 31 ) ;
54         Size = MAP_APPFONT ( 40 , 8 ) ;
55         Text [ en-US ] = "~Name" ;
56         Left = TRUE ;
57     };
58     Edit ED_NAME
59     {
60         Border = TRUE ;
61         Pos = MAP_APPFONT ( 55 , 29 ) ;
62         Size = MAP_APPFONT ( 85 , 12 ) ;
63         TabStop = TRUE ;
64         Left = TRUE ;
65     };
66     FixedText FT_SHORTNAME
67     {
68         Disable = TRUE ;
69         Pos = MAP_APPFONT ( 143 , 31 ) ;
70         Size = MAP_APPFONT ( 57 , 8 ) ;
71         Text [ en-US ] = "~Shortcut" ;
72         Right = TRUE ;
73     };
74     Edit ED_SHORTNAME
75     {
76         Disable = TRUE ;
77         Border = TRUE ;
78         Pos = MAP_APPFONT ( 203 , 29 ) ;
79         Size = MAP_APPFONT ( 21 , 12 ) ;
80         TabStop = TRUE ;
81         Left = TRUE ;
82     };
83     Control LB_BIB
84     {
85         Border = TRUE ;
86         Pos = MAP_APPFONT ( 12 , 44 ) ;
87         Size = MAP_APPFONT ( 212 , 84 ) ;
88         TabStop = TRUE ;
89          //        Sort = TRUE ;
90          //        CurPos = 0 ;
91         String ST_READONLY
92         {
93             Text [ en-US ] = "read-only";
94         };
95     };
96     FixedLine FL_RELATIVE
97     {
98         Pos = MAP_APPFONT (    6 , 134 ) ;
99         Size = MAP_APPFONT ( 221 , 8 ) ;
100         Text [ en-US ] = "Save links relative to";
101     };
102     CheckBox CB_FILE_REL
103     {
104         Pos = MAP_APPFONT ( 14 , 145 ) ;
105         Size = MAP_APPFONT ( 90 , 12 ) ;
106         TabStop = TRUE ;
107         Text [ en-US ] = "~File system" ;
108     };
109     CheckBox CB_NET_REL
110     {
111         Pos = MAP_APPFONT ( 109 , 145 ) ;
112         Size = MAP_APPFONT ( 90 , 12 ) ;
113         Text [ en-US ] = "Inte~rnet" ;
114     };
115     Window WIN_EXAMPLE
116     {
117         Pos = MAP_APPFONT ( 231 , 14 ) ;
118         Size = MAP_APPFONT ( 82 , 124 ) ;
119     };
120     Window WIN_EXAMPLE_DUMMY
121     {
122         Pos = MAP_APPFONT ( 231 , 14 ) ;
123         Size = MAP_APPFONT ( 82 , 124 ) ;
124         Border = TRUE;
125     };
126     CheckBox CB_SHOW_EXAMPLE
127     {
128         Pos = MAP_APPFONT ( 231 , 145 ) ;
129         Size = MAP_APPFONT ( 82 , 12 ) ;
130         Text [ en-US ] = "Sho~w preview";
131     };
132     OKButton PB_INSERT
133     {
134         Pos = MAP_APPFONT ( 319 , 6 ) ;
135         Size = MAP_APPFONT ( 50 , 14 ) ;
136         /* ### ACHTUNG: Neuer Text in Resource? ~Einfügen : ~Einf³gen */
137         Text [ en-US ] = "~Insert" ;
138         /* ### 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 */
139         TabStop = TRUE ;
140         DefButton = TRUE ;
141     };
142     CancelButton PB_CLOSE
143     {
144         Pos = MAP_APPFONT ( 319 , 23 ) ;
145         Size = MAP_APPFONT ( 50 , 14 ) ;
146         /* ### ACHTUNG: Neuer Text in Resource? ~Schließen : ~Schlie˜en */
147         Text [ en-US ] = "~Close" ;
148         TabStop = TRUE ;
149     };
150     HelpButton PB_HELP
151     {
152         Pos = MAP_APPFONT ( 319 , 43 ) ;
153         Size = MAP_APPFONT ( 50 , 14 ) ;
154     };
155     MenuButton PB_EDIT
156     {
157         Pos = MAP_APPFONT ( 319 , 60 ) ;
158         Size = MAP_APPFONT ( 50 , 14 ) ;
159         Text [ en-US ] = "AutoTe~xt" ;
160         TabStop = TRUE ;
161     };
162     PushButton PB_BIB
163     {
164         Pos = MAP_APPFONT ( 319 , 77 ) ;
165         Size = MAP_APPFONT ( 50 , 14 ) ;
166         Text [ en-US ] = "C~ategories..." ;
167         TabStop = TRUE ;
168     };
169     PushButton PB_PATH
170     {
171         Pos = MAP_APPFONT ( 319 , 94 ) ;
172         Size = MAP_APPFONT ( 50 , 14 ) ;
173         TabStop = TRUE ;
174         Text [ en-US ] = "~Path..." ;
175     };
176     String ST_READONLY_PATH
177     {
178         Text [ en-US ] = "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?";
179     };
180     Menu MNU_EDIT
181     {
182         ItemList =
183         {
184             MenuItem
185             {
186                 Identifier = FN_GL_DEFINE ;
187                 HelpID = HID_MD_GLOS_DEFINE ;
188                 Text [ en-US ] = "~New" ;
189             };
190             MenuItem
191             {
192                 Identifier = FN_GL_DEFINE_TEXT ;
193                 HelpID = HID_MD_GLOS_DEFINE_TEXT ;
194                 Text [ en-US ] = "New (text only)" ;
195             };
196             MenuItem
197             {
198                 Identifier = FN_GL_COPY_TO_CLIPBOARD;
199                 HelpID = HID_MD_COPY_TO_CLIPBOARD;
200                 Text [ en-US ] = "~Copy";
201             };
202             MenuItem
203             {
204                 Identifier = FN_GL_REPLACE ;
205                 HelpID = HID_MD_GLOS_REPLACE ;
206                 Text [ en-US ] = "Replace" ;
207             };
208             MenuItem
209             {
210                 Identifier = FN_GL_REPLACE_TEXT;
211                 HelpID = HID_MD_GLOS_REPLACE;
212                 Text [ en-US ] = "Rep~lace (text only)" ;
213             };
214             MenuItem
215             {
216                 Identifier = FN_GL_RENAME ;
217                 HelpID = HID_MD_GLOS_RENAME ;
218                 Text [ en-US ] = "Rename..." ;
219             };
220             MenuItem
221             {
222                 Identifier = FN_GL_DELETE ;
223                 HelpID = HID_MD_GLOS_DELETE ;
224                 /* ### ACHTUNG: Neuer Text in Resource? ~Löschen : ~L÷schen */
225                 Text [ en-US ] = "~Delete" ;
226             };
227             MenuItem
228             {
229                 Separator = TRUE ;
230             };
231             MenuItem
232             {
233                 Identifier = FN_GL_EDIT ;
234                 HelpID = HID_MD_GLOS_EDIT ;
235                 Text [ en-US ] = "~Edit" ;
236             };
237             MenuItem
238             {
239                 Separator = TRUE ;
240             };
241             MenuItem
242             {
243                 Identifier = FN_GL_MACRO ;
244                 HelpID = HID_MD_GLOS_MACRO ;
245                 Text [ en-US ] = "~Macro..." ;
246             };
247             MenuItem
248             {
249                 Separator = TRUE ;
250             };
251             MenuItem
252             {
253                 Identifier = FN_GL_IMPORT;
254                 HelpID = HID_MD_GLOS_IMPORT ;
255                 Text [ en-US ] = "~Import...";
256             };
257         };
258     };
260 InfoBox MSG_DOUBLE_SHORTNAME
262     /* ### 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! */
263     Message [ en-US ] = "Shortcut name already exists. Please choose another name." ;
265 QueryBox MSG_QUERY_DELETE
267     BUTTONS = WB_YES_NO ;
268     DEFBUTTON = WB_DEF_NO ;
269     /* ### ACHTUNG: Neuer Text in Resource? Soll der AutoText gelöscht werden? : Soll der AutoText gel÷scht werden? */
270     Message [ en-US ] = "Delete AutoText?" ;
272 String STR_QUERY_DELETE_GROUP1
274     Text [ en-US ] = "Delete the category " ;
276 String STR_QUERY_DELETE_GROUP2
278     /* ### ACHTUNG: Neuer Text in Resource?  gelöscht werden? :  gel÷scht werden? */
279     Text [ en-US ] = "?" ;
281 String STR_GLOSSARY
283     Text [ en-US ] = "AutoText :" ;
285 ModalDialog DLG_RENAME_GLOS
287     OutputSize = TRUE ;
288     SVLook = TRUE ;
289     Size = MAP_APPFONT ( 287 , 47 ) ;
290     Moveable = TRUE ;
291     HelpID = HID_RENAME_GLOSSARY ;
292     OKButton BT_OKNEW
293     {
294         Disable = TRUE ;
295         Pos = MAP_APPFONT ( 231 , 6 ) ;
296         Size = MAP_APPFONT ( 50 , 14 ) ;
297         DefButton = TRUE ;
298         TabStop = TRUE ;
299     };
300     CancelButton BT_CANCEL
301     {
302         Pos = MAP_APPFONT ( 231 , 23 ) ;
303         Size = MAP_APPFONT ( 50 , 14 ) ;
304         TabStop = TRUE ;
305     };
306     FixedText FT_ON
307     {
308         Pos = MAP_APPFONT ( 12 , 14 ) ;
309         Size = MAP_APPFONT ( 30 , 8 ) ;
310         Text [ en-US ] = "Na~me" ;
311     };
312     Edit ED_ON
313     {
314         ReadOnly = TRUE ;
315         Border = TRUE ;
316         Pos = MAP_APPFONT ( 44 , 12 ) ;
317         Size = MAP_APPFONT ( 100 , 12 ) ;
318         Left = TRUE ;
319     };
320     FixedText FT_OS
321     {
322         Pos = MAP_APPFONT ( 147 , 14 ) ;
323         Size = MAP_APPFONT ( 52 , 8 ) ;
324         Text [ en-US ] = "Short~cut" ;
325     };
326     Edit ED_OS
327     {
328         ReadOnly = TRUE ;
329         Border = TRUE ;
330         Pos = MAP_APPFONT ( 200 , 12 ) ;
331         Size = MAP_APPFONT ( 21 , 12 ) ;
332         Left = TRUE ;
333     };
334     FixedText FT_NN
335     {
336         Pos = MAP_APPFONT ( 12 , 29 ) ;
337         Size = MAP_APPFONT ( 30 , 8 ) ;
338         Text [ en-US ] = "~New" ;
339     };
340     Edit ED_NN
341     {
342         TabStop = TRUE ;
343         Border = TRUE ;
344         Pos = MAP_APPFONT ( 44 , 27 ) ;
345         Size = MAP_APPFONT ( 100 , 12 ) ;
346         Left = TRUE ;
347     };
348     FixedText FT_NS
349     {
350         Pos = MAP_APPFONT ( 147 , 29 ) ;
351         Size = MAP_APPFONT ( 52 , 8 ) ;
352         Text [ en-US ] = "~Shortcut" ;
353     };
354     Edit ED_NS
355     {
356         TabStop = TRUE ;
357         Border = TRUE ;
358         Pos = MAP_APPFONT ( 200 , 27 ) ;
359         Size = MAP_APPFONT ( 21 , 12 ) ;
360         Left = TRUE ;
361     };
362     FixedLine FL_NN
363     {
364         Pos = MAP_APPFONT ( 6 , 3 ) ;
365         Size = MAP_APPFONT ( 219 , 8 ) ;
366     };
367     Text [ en-US ] = "Rename AutoText" ;
369 String STR_SAVE_GLOSSARY
371     Text[ en-US ] = "Save AutoText";
373 InfoBox MSG_NO_GLOSSARIES
375     Message [ en-US ] = "There is no AutoText in this file.";