summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/glossary.src
blob: 13e29c03997c3392ff84d10ad54896cb6e7d9604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
/*************************************************************************
 *
 *  OpenOffice.org - a multi-platform office productivity suite
 *
 *  $RCSfile: glossary.src,v $
 *
 *  $Revision: 1.40 $
 *
 *  last change: $Author: hr $ $Date: 2005-09-23 13:08:28 $
 *
 *  The Contents of this file are made available subject to
 *  the terms of GNU Lesser General Public License Version 2.1.
 *
 *
 *    GNU Lesser General Public License Version 2.1
 *    =============================================
 *    Copyright 2005 by Sun Microsystems, Inc.
 *    901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *    This library is free software; you can redistribute it and/or
 *    modify it under the terms of the GNU Lesser General Public
 *    License version 2.1, as published by the Free Software Foundation.
 *
 *    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., 59 Temple Place, Suite 330, Boston,
 *    MA  02111-1307  USA
 *
 ************************************************************************/

#include "misc.hrc"
#include "glossary.hrc"
#include "cmdid.h"
#include "helpid.h"
 // #define DLG_GLOSSARY 256
ModalDialog DLG_GLOSSARY
{
    HelpID = FN_GLOSSARY_DLG ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 375 , 164 ) ;
    Text [ de ] = "AutoText" ;
    Text [ en-US ] = "AutoText" ;
    Moveable = TRUE ;
    CheckBox CB_INSERT_TIP
    {
        Pos = MAP_APPFONT ( 12 , 12 ) ;
        Size = MAP_APPFONT ( 200 , 12 ) ;
        TabStop = TRUE ;
        Text [ de ] = "~Rest des Namens bei der Eingabe als Tipp anzeigen" ;
        Text [ en-US ] = "~Display remainder of name as suggestion while typing" ;
        Text [ x-comment ] = " ";
    };
    FixedText FT_NAME
    {
        Pos = MAP_APPFONT ( 12 , 31 ) ;
        Size = MAP_APPFONT ( 40 , 8 ) ;
        Text [ de ] = "~Name" ;
        Text [ en-US ] = "~Name" ;
        Left = TRUE ;
        Text [ x-comment ] = " ";
    };
    Edit ED_NAME
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 55 , 29 ) ;
        Size = MAP_APPFONT ( 85 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
    };
    FixedText FT_SHORTNAME
    {
        Disable = TRUE ;
        Pos = MAP_APPFONT ( 143 , 31 ) ;
        Size = MAP_APPFONT ( 57 , 8 ) ;
        Text [ de ] = "~Kürzel" ;
        Text [ en-US ] = "~Shortcut" ;
        Right = TRUE ;
        Text [ x-comment ] = " ";
    };
    Edit ED_SHORTNAME
    {
        Disable = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 203 , 29 ) ;
        Size = MAP_APPFONT ( 21 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
    };
    Control LB_BIB
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 12 , 44 ) ;
        Size = MAP_APPFONT ( 212 , 84 ) ;
        TabStop = TRUE ;
         //        Sort = TRUE ;
         //        CurPos = 0 ;
        String ST_READONLY
        {
            Text [ de ] = "schreibgeschützt" ;
            Text [ en-US ] = "read-only";
        };
    };
    FixedLine FL_RELATIVE
    {
        Pos = MAP_APPFONT (    6 , 134 ) ;
        Size = MAP_APPFONT ( 221 , 8 ) ;
        Text [ de ] = "Verknüpfungen relativ speichern";
        Text [ en-US ] = "Save links relative to";
        Text [ x-comment ] = " ";
    };
    CheckBox CB_FILE_REL
    {
        Pos = MAP_APPFONT ( 14 , 145 ) ;
        Size = MAP_APPFONT ( 90 , 12 ) ;
        Text [ de ] = "Im ~Dateisystem" ;
        TabStop = TRUE ;
        Text [ en-US ] = "~File system" ;
        Text [ x-comment ] = " ";
    };
    CheckBox CB_NET_REL
    {
        Pos = MAP_APPFONT ( 109 , 145 ) ;
        Size = MAP_APPFONT ( 90 , 12 ) ;
        Text [ de ] = "Im ~Internet" ;
        Text [ en-US ] = "Inte~rnet" ;
        Text [ x-comment ] = " ";
    };
    Window WIN_EXAMPLE
    {
        Pos = MAP_APPFONT ( 231 , 14 ) ;
        Size = MAP_APPFONT ( 82 , 124 ) ;
    };
    Window WIN_EXAMPLE_DUMMY
    {
        Pos = MAP_APPFONT ( 231 , 14 ) ;
        Size = MAP_APPFONT ( 82 , 124 ) ;
        Border = TRUE;
    };
    CheckBox CB_SHOW_EXAMPLE
    {
        Pos = MAP_APPFONT ( 231 , 145 ) ;
        Size = MAP_APPFONT ( 82 , 12 ) ;
        Text [ de ] = "~Vorschau anzeigen" ;
        Text [ en-US ] = "Sho~w preview";
        Text [ x-comment ] = " ";
    };
    OKButton PB_INSERT
    {
        Pos = MAP_APPFONT ( 319 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        /* ### ACHTUNG: Neuer Text in Resource? ~Einfgen : ~Einfgen */
        Text [ de ] = "~Einfügen" ;
        Text [ en-US ] = "~Insert" ;
        /* ### ACHTUNG: Neuer Text in Resource? Fgt den aktuellen Textblock ein und schliet das Dialogfeld : Fgt den aktuellen Textblock ein und schliet das Dialogfeld */
        TabStop = TRUE ;
        DefButton = TRUE ;
        Text [ x-comment ] = " ";
    };
    CancelButton PB_CLOSE
    {
        Pos = MAP_APPFONT ( 319 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        /* ### ACHTUNG: Neuer Text in Resource? ~Schlieen : ~Schlieen */
        Text [ de ] = "~Schließen" ;
        Text [ en-US ] = "~Close" ;
        TabStop = TRUE ;
        Text [ x-comment ] = " ";
    };
    HelpButton PB_HELP
    {
        Pos = MAP_APPFONT ( 319 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    MenuButton PB_EDIT
    {
        Pos = MAP_APPFONT ( 319 , 60 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ de ] = "AutoTe~xt" ;
        Text [ en-US ] = "AutoTe~xt" ;
        TabStop = TRUE ;
        Text [ x-comment ] = " ";
    };
    PushButton PB_BIB
    {
        Pos = MAP_APPFONT ( 319 , 77 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ de ] = "~Bereiche..." ;
        Text [ en-US ] = "C~ategories..." ;
        TabStop = TRUE ;
        Text [ x-comment ] = " ";
    };
    PushButton PB_PATH
    {
        Pos = MAP_APPFONT ( 319 , 94 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ de ] = "~Pfad..." ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Path..." ;
        Text [ x-comment ] = " ";
    };
    String ST_READONLY_PATH
    {
        Text [ de ] = "Für die Verzeichnisse für 'AutoText' sind sind keine Schreibrechte vorhanden. Möchten Sie den Pfaddialog aufrufen?" ;
        Text [ en-US ] = "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?";
    };
    Menu MNU_EDIT
    {
        ItemList =
        {
            MenuItem
            {
                Identifier = FN_GL_DEFINE ;
                HelpID = HID_MD_GLOS_DEFINE ;
                Text [ de ] = "~Neu" ;
                Text [ en-US ] = "~New" ;
                Text [ x-comment ] = " ";
            };
            MenuItem
            {
                Identifier = FN_GL_DEFINE_TEXT ;
                HelpID = HID_MD_GLOS_DEFINE_TEXT ;
                Text [ de ] = "Neu (nur ~Text)" ;
                Text [ en-US ] = "New (text only)" ;
                Text [ x-comment ] = " ";
            };
            MenuItem
            {
                Identifier = FN_GL_COPY_TO_CLIPBOARD;
                HelpID = HID_MD_COPY_TO_CLIPBOARD;
                Text [ de ] = "~Kopieren";
                Text [ en-US ] = "~Copy";
                Text [ x-comment ] = " ";
            };
            MenuItem
            {
                Identifier = FN_GL_REPLACE ;
                HelpID = HID_MD_GLOS_REPLACE ;
                Text [ de ] = "~Ersetzen" ;
                Text [ en-US ] = "Replace" ;
                Text [ x-comment ] = " ";
            };
            MenuItem
            {
                Identifier = FN_GL_REPLACE_TEXT;
                HelpID = HID_MD_GLOS_REPLACE;
                Text [ de ] = "E~rsetzen (nur Text)" ;
                Text [ en-US ] = "Rep~lace (text only)" ;
                Text [ x-comment ] = " ";
            };
            MenuItem
            {
                Identifier = FN_GL_RENAME ;
                HelpID = HID_MD_GLOS_RENAME ;
                Text [ de ] = "~Umbenennen..." ;
                Text [ en-US ] = "Rename..." ;
                Text [ x-comment ] = " ";
            };
            MenuItem
            {
                Identifier = FN_GL_DELETE ;
                HelpID = HID_MD_GLOS_DELETE ;
                /* ### ACHTUNG: Neuer Text in Resource? ~Lschen : ~Lschen */
                Text [ de ] = "~Löschen" ;
                Text [ en-US ] = "~Delete" ;
                Text [ x-comment ] = " ";
            };
            MenuItem
            {
                Separator = TRUE ;
            };
            MenuItem
            {
                Identifier = FN_GL_EDIT ;
                HelpID = HID_MD_GLOS_EDIT ;
                Text [ de ] = "~Bearbeiten" ;
                Text [ en-US ] = "~Edit" ;
                Text [ x-comment ] = " ";
            };
            MenuItem
            {
                Separator = TRUE ;
            };
            MenuItem
            {
                Identifier = FN_GL_MACRO ;
                HelpID = HID_MD_GLOS_MACRO ;
                Text [ de ] = "~Makro..." ;
                Text [ en-US ] = "~Macro..." ;
                Text [ x-comment ] = " ";
            };
            MenuItem
            {
                Separator = TRUE ;
            };
            MenuItem
            {
                Identifier = FN_GL_IMPORT;
                HelpID = HID_MD_GLOS_IMPORT ;
                Text [ de ] = "~Importieren..." ;
                Text [ en-US ] = "~Import...";
            };
        };
    };
    Text [ x-comment ] = " ";
};
InfoBox MSG_DOUBLE_SHORTNAME
{
    /* ### ACHTUNG: Neuer Text in Resource? Krzel wird bereits verwendet. Bitte einen anderen Namen vergeben! : Krzel wird bereits verwendet. Bitte einen anderen Namen vergeben! */
    Message [ de ] = "Kürzel wird bereits verwendet. Bitte einen anderen Namen vergeben!" ;
    Message [ en-US ] = "Shortcut name already exists. Please choose another name." ;
    Message [ x-comment ] = " ";
};
QueryBox MSG_QUERY_DELETE
{
    BUTTONS = WB_YES_NO ;
    DEFBUTTON = WB_DEF_NO ;
    /* ### ACHTUNG: Neuer Text in Resource? Soll der AutoText gelscht werden? : Soll der AutoText gelscht werden? */
    Message [ de ] = "Soll der AutoText gelöscht werden?" ;
    Message [ en-US ] = "Delete AutoText?" ;
    Message [ x-comment ] = " ";
};
String STR_QUERY_DELETE_GROUP1
{
    Text [ de ] = "Soll der Bereich " ;
    Text [ en-US ] = "Delete the category " ;
    Text [ x-comment ] = " ";
};
String STR_QUERY_DELETE_GROUP2
{
    /* ### ACHTUNG: Neuer Text in Resource?  gelscht werden? :  gelscht werden? */
    Text [ de ] = " gelöscht werden?" ;
    Text [ en-US ] = "?" ;
    Text [ x-comment ] = " ";
};
String STR_GLOSSARY
{
    Text [ de ] = "AutoText :" ;
    Text [ en-US ] = "AutoText :" ;
};
ModalDialog DLG_RENAME_GLOS
{
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 287 , 47 ) ;
    Text [ de ] = "AutoText umbenennen" ;
    Moveable = TRUE ;
    HelpID = HID_RENAME_GLOSSARY ;
    OKButton BT_OKNEW
    {
        Disable = TRUE ;
        Pos = MAP_APPFONT ( 231 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        DefButton = TRUE ;
        TabStop = TRUE ;
    };
    CancelButton BT_CANCEL
    {
        Pos = MAP_APPFONT ( 231 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    FixedText FT_ON
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 30 , 8 ) ;
        Text [ de ] = "Na~me" ;
        Text [ en-US ] = "Na~me" ;
        Text [ x-comment ] = " ";
    };
    Edit ED_ON
    {
        ReadOnly = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 44 , 12 ) ;
        Size = MAP_APPFONT ( 100 , 12 ) ;
        Left = TRUE ;
    };
    FixedText FT_OS
    {
        Pos = MAP_APPFONT ( 147 , 14 ) ;
        Size = MAP_APPFONT ( 52 , 8 ) ;
        Text [ de ] = "Kü~rzel" ;
        Text [ en-US ] = "Short~cut" ;
        Text [ x-comment ] = " ";
    };
    Edit ED_OS
    {
        ReadOnly = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 200 , 12 ) ;
        Size = MAP_APPFONT ( 21 , 12 ) ;
        Left = TRUE ;
    };
    FixedText FT_NN
    {
        Pos = MAP_APPFONT ( 12 , 29 ) ;
        Size = MAP_APPFONT ( 30 , 8 ) ;
        Text [ de ] = "~Neu" ;
        Text [ en-US ] = "~New" ;
        Text [ x-comment ] = " ";
    };
    Edit ED_NN
    {
        TabStop = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 44 , 27 ) ;
        Size = MAP_APPFONT ( 100 , 12 ) ;
        Left = TRUE ;
    };
    FixedText FT_NS
    {
        Pos = MAP_APPFONT ( 147 , 29 ) ;
        Size = MAP_APPFONT ( 52 , 8 ) ;
        Text [ de ] = "~Kürzel" ;
        Text [ en-US ] = "~Shortcut" ;
        Text [ x-comment ] = " ";
    };
    Edit ED_NS
    {
        TabStop = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 200 , 27 ) ;
        Size = MAP_APPFONT ( 21 , 12 ) ;
        Left = TRUE ;
    };
    FixedLine FL_NN
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 219 , 8 ) ;
    };
    Text [ en-US ] = "Rename AutoText" ;
    Text [ x-comment ] = " ";
};
String STR_SAVE_GLOSSARY
{
    Text [ de ] = "AutoText speichern";
    Text[ en-US ] = "Save AutoText";
};
InfoBox MSG_NO_GLOSSARIES
{
    Message [ de ] = "Diese Datei enthält keinen AutoText." ;
    Message [ en-US ] = "There is no AutoText in this file.";
};