xref: /trunk/main/cui/source/customize/cfg.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#include <cuires.hrc>
28#include "cfg.hrc"
29#include "helpid.hrc"
30
31TabDialog RID_SVXDLG_CUSTOMIZE
32{
33    OutputSize = TRUE ;
34    Text [ de ] = "Anpassen" ;
35    Text [ en-US ] = "Customize" ;
36    Moveable = TRUE ;
37    SvLook = TRUE ;
38    TabControl 1
39    {
40        OutputSize = TRUE ;
41        PageList =
42        {
43            PageItem
44            {
45                Identifier = RID_SVXPAGE_MENUS ;
46                Text [ de ] = "Menüs" ;
47                Text [ en-US ] = "Menus" ;
48                PageResID = 300 ;
49            };
50            PageItem
51            {
52                Identifier = RID_SVXPAGE_KEYBOARD ;
53                Text [ de ] = "Tastatur" ;
54                Text [ en-US ] = "Keyboard" ;
55                PageResID = 301 ;
56            };
57            PageItem
58            {
59                Identifier = RID_SVXPAGE_TOOLBARS ;
60                Text [ de ] = "Symbolleisten" ;
61                Text [ en-US ] = "Toolbars" ;
62                PageResID = 302 ;
63            };
64            PageItem
65            {
66                Identifier = RID_SVXPAGE_EVENTS ;
67                Text [ de ] = "Ereignisse" ;
68                Text [ en-US ] = "Events" ;
69                PageResID = 303 ;
70            };
71        };
72    };
73};
74
75#define TEXT_MENU \
76    Text [ de ] = "Menü" ; \
77    Text [ en-US ] = "Menu" ;\
78
79#define TEXT_BEGIN_GROUP \
80    Text [ de ] = "Gruppe beginnen" ; \
81    Text [ en-US ] = "Begin a Group" ;\
82
83#define TEXT_RENAME \
84    Text [ de ] = "Umbenennen..." ; \
85    Text [ en-US ] = "Rename..." ;\
86
87#define TEXT_DELETE \
88    Text [ de ] = "Entfernen..." ; \
89    Text [ en-US ] = "Delete..." ;\
90
91#define TEXT_DELETE_NODOTS \
92    Text [ de ] = "Entfernen" ; \
93    Text [ en-US ] = "Delete" ;\
94
95#define TEXT_MOVE \
96    Text [ de ] = "Verschieben..." ; \
97    Text [ en-US ] = "Move..." ;\
98
99#define TEXT_DEFAULT_STYLE \
100    Text [ de ] = "Standard Einstellungen herstellen" ; \
101    Text [ en-US ] = "Restore Default Settings" ;\
102
103#define TEXT_DEFAULT_COMMAND \
104    Text [ de ] = "Standardbefehl ~wiederherstellen" ; \
105    Text [ en-US ] = "Restore Default Command" ;\
106
107#define TEXT_TEXT_ONLY \
108    Text [ de ] = "Nur Text" ; \
109    Text [ en-US ] = "Text only" ;\
110
111#define TEXT_TOOLBAR_NAME \
112    Text [ de ] = "Name der Symbolleiste" ; \
113    Text [ en-US ] = "Toolbar Name" ;\
114
115#define TEXT_SAVE_IN \
116    Text [ de ] = "Speichern in" ; \
117    Text [ en-US ] = "Save In" ;\
118
119TabPage RID_SVXPAGE_MENUS
120{
121    Hide = TRUE ;
122    Size = MAP_APPFONT ( 273 , 258 ) ;
123    HelpId = HID_SVX_CONFIG_MENU ;
124    FixedLine GRP_MENUS
125    {
126        Pos = MAP_APPFONT ( 6 , 11 ) ;
127        Size = MAP_APPFONT ( 261 , 8 ) ;
128        Text [ de ] = "%PRODUCTNAME %MODULENAME Menüs" ;
129        Text [ en-US ] = "%PRODUCTNAME %MODULENAME Menus" ;
130    };
131    FixedText FT_MENUS
132    {
133        Pos = MAP_APPFONT ( 9 , 24 ) ;
134        Size = MAP_APPFONT ( 55 , 8 ) ;
135        TEXT_MENU
136    };
137    ListBox LB_MENUS
138    {
139        HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_MENUS";
140        Border = TRUE ;
141        Pos = MAP_APPFONT ( 64 , 22 ) ;
142        Size = MAP_APPFONT ( 108 , 108 ) ;
143        DropDown = TRUE ;
144    };
145    PushButton BTN_NEW
146    {
147        HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_NEW";
148        Pos = MAP_APPFONT ( 192 , 22 ) ;
149        Size = MAP_APPFONT ( 75 , 14 ) ;
150        TabStop = TRUE ;
151        Text [ de ] = "Neu..." ;
152        Text [ en-US ] = "New..." ;
153    };
154    MenuButton BTN_CHANGE
155    {
156        HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE";
157        Pos = MAP_APPFONT ( 192 , 39 ) ;
158        Size = MAP_APPFONT ( 75 , 14 ) ;
159        TabStop = TRUE ;
160        TEXT_MENU
161    };
162    FixedLine GRP_MENU_SEPARATOR
163    {
164        Pos = MAP_APPFONT ( 6 , 56 ) ;
165        Size = MAP_APPFONT ( 261 , 8 ) ;
166        Text [ de ] = "Menüinhalt" ;
167        Text [ en-US ] = "Menu Content" ;
168    };
169    FixedText GRP_MENU_ENTRIES
170    {
171        Pos = MAP_APPFONT ( 9 , 67 ) ;
172        Size = MAP_APPFONT ( 55 , 8 ) ;
173        Group = TRUE ;
174        Text [ de ] = "Einträge" ;
175        Text [ en-US ] = "Entries" ;
176    };
177    Control BOX_ENTRIES
178    {
179        Border = TRUE ;
180        Pos = MAP_APPFONT ( 64 , 67 ) ;
181        Size = MAP_APPFONT ( 108 , 115 ) ;
182        TabStop = TRUE ;
183        HelpId = HID_SVX_CONFIG_MENU_CONTENTS ;
184    };
185    PushButton BTN_ADD_COMMANDS
186    {
187        HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_ADD_COMMANDS";
188        Pos = MAP_APPFONT ( 192 , 67 ) ;
189        Size = MAP_APPFONT ( 75 , 14 ) ;
190        TabStop = TRUE ;
191        Text [ de ] = "Hinzufügen..." ;
192        Text [ en-US ] = "Add..." ;
193    };
194    MenuButton BTN_CHANGE_ENTRY
195    {
196        HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE_ENTRY";
197        Pos = MAP_APPFONT ( 192 , 84 ) ;
198        Size = MAP_APPFONT ( 75 , 14 ) ;
199        TabStop = TRUE ;
200        Text [ de ] = "Ändern" ;
201        Text [ en-US ] = "Modify" ;
202    };
203    ImageButton BTN_UP
204    {
205        HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_UP";
206        Pos = MAP_APPFONT ( 175 , 102 ) ;
207        Size = MAP_APPFONT ( 14 , 14 ) ;
208        TabStop = TRUE ;
209        Symbol = IMAGEBUTTON_ARROW_UP ;
210        Disable = TRUE ;
211    };
212    ImageButton BTN_DOWN
213    {
214        HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_DOWN";
215        Pos = MAP_APPFONT ( 175 , 119 ) ;
216        Size = MAP_APPFONT ( 14 , 14 ) ;
217        TabStop = TRUE ;
218        Symbol = IMAGEBUTTON_ARROW_DOWN ;
219        Disable = TRUE ;
220    };
221    FixedText TXT_SAVEIN
222    {
223        Pos = MAP_APPFONT ( 9 , 190 ) ;
224        Size = MAP_APPFONT ( 55 , 8 ) ;
225        Group = TRUE ;
226        TEXT_SAVE_IN
227    };
228    ListBox LB_SAVEIN
229    {
230        HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_SAVEIN";
231        Border = TRUE ;
232        Pos = MAP_APPFONT ( 64 , 188 ) ;
233        Size = MAP_APPFONT ( 108 , 53 ) ;
234        DropDown = TRUE ;
235    };
236    FixedText FT_DESCRIPTION
237    {
238        Pos = MAP_APPFONT ( 6 , 205 ) ;
239        Size = MAP_APPFONT ( 261 , 8 ) ;
240        Text [ de ] = "Beschreibung" ;
241        Text [ en-US ] = "Description" ;
242    };
243    MultiLineEdit ED_DESCRIPTION
244    {
245        HelpID = "cui:MultiLineEdit:RID_SVXPAGE_MENUS:ED_DESCRIPTION";
246        Pos = MAP_APPFONT ( 6 , 216 ) ;
247        Size = MAP_APPFONT ( 261 , 36 ) ;
248        Border = TRUE;
249        VScroll = TRUE;
250        IgnoreTab = TRUE;
251        ReadOnly = TRUE;
252    };
253};
254
255Menu MODIFY_MENU
256{
257    ItemList =
258    {
259        MenuItem
260        {
261            Identifier = ID_MOVE ;
262            TEXT_MOVE
263        };
264        MenuItem
265        {
266            Identifier = ID_RENAME ;
267            TEXT_RENAME
268        };
269        MenuItem
270        {
271            Separator = TRUE ;
272        };
273        MenuItem
274        {
275            Identifier = ID_DELETE ;
276            TEXT_DELETE
277        };
278    };
279};
280
281Menu MODIFY_ENTRY
282{
283    ItemList =
284    {
285        MenuItem
286        {
287            Identifier = ID_ADD_SUBMENU ;
288            Text [ de ] = "Untermenü einfügen..." ;
289            Text [ en-US ] = "Add Submenu..." ;
290        };
291        MenuItem
292        {
293            Identifier = ID_BEGIN_GROUP ;
294            TEXT_BEGIN_GROUP
295        };
296        MenuItem
297        {
298            Separator = TRUE ;
299        };
300        MenuItem
301        {
302            Identifier = ID_RENAME ;
303            TEXT_RENAME
304        };
305        MenuItem
306        {
307            Separator = TRUE ;
308        };
309        MenuItem
310        {
311            Identifier = ID_DELETE ;
312            TEXT_DELETE_NODOTS
313        };
314    };
315};
316
317Menu MODIFY_TOOLBAR
318{
319    ItemList =
320    {
321        MenuItem
322        {
323            Identifier = ID_RENAME ;
324            TEXT_RENAME
325        };
326        MenuItem
327        {
328            Identifier = ID_DELETE ;
329            TEXT_DELETE_NODOTS
330        };
331        MenuItem
332        {
333            Separator = TRUE ;
334        };
335        MenuItem
336        {
337            Identifier = ID_DEFAULT_STYLE ;
338            TEXT_DEFAULT_STYLE
339        };
340        MenuItem
341        {
342            Separator = TRUE ;
343        };
344        MenuItem
345        {
346            Identifier = ID_ICONS_ONLY ;
347            RadioCheck = TRUE ;
348            AutoCheck = TRUE ;
349            Text [ de ] = "Nur Symbole" ;
350            Text [ en-US ] = "Icons Only" ;
351        };
352        MenuItem
353        {
354            Identifier = ID_TEXT_ONLY ;
355            RadioCheck = TRUE ;
356            AutoCheck = TRUE ;
357            TEXT_TEXT_ONLY
358        };
359        MenuItem
360        {
361            Identifier = ID_ICONS_AND_TEXT ;
362            RadioCheck = TRUE ;
363            AutoCheck = TRUE ;
364            Text [ de ] = "Symbole & Text" ;
365            Text [ en-US ] = "Icons & Text" ;
366        };
367    };
368};
369
370Menu MODIFY_TOOLBAR_CONTENT
371{
372    ItemList =
373    {
374        MenuItem
375        {
376            Identifier = ID_RENAME ;
377            TEXT_RENAME
378        };
379        MenuItem
380        {
381            Identifier = ID_DELETE ;
382            TEXT_DELETE_NODOTS
383        };
384        MenuItem
385        {
386            Identifier = ID_DEFAULT_COMMAND ;
387            TEXT_DEFAULT_COMMAND
388        };
389        MenuItem
390        {
391            Separator = TRUE ;
392        };
393        MenuItem
394        {
395            Identifier = ID_BEGIN_GROUP ;
396            TEXT_BEGIN_GROUP
397        };
398        MenuItem
399        {
400            Separator = TRUE ;
401        };
402        /*
403        MenuItem
404        {
405            Identifier = ID_ICON_ONLY ;
406            Text [ de ] = "Nur Symbol" ;
407            Text [ en-US ] = "Icon Only" ;
408            RadioCheck = TRUE ;
409            AutoCheck = TRUE ;
410        };
411        MenuItem
412        {
413            Identifier = ID_TEXT_ONLY ;
414            Text [ de ] = "Nur Text" ;
415            Text [ en-US ] = "Text Only" ;
416            RadioCheck = TRUE ;
417            AutoCheck = TRUE ;
418        };
419        MenuItem
420        {
421            Identifier = ID_ICON_AND_TEXT ;
422            Text [ de ] = "Symbol & Text" ;
423            Text [ en-US ] = "Icon & Text" ;
424            RadioCheck = TRUE ;
425            AutoCheck = TRUE ;
426        };
427        MenuItem
428        {
429            Separator = TRUE ;
430        };
431        */
432        MenuItem
433        {
434            Identifier = ID_CHANGE_SYMBOL ;
435            Text [ de ] = "Symbol austauschen..." ;
436            Text [ en-US ] = "Change Icon..." ;
437        };
438        MenuItem
439        {
440            Identifier = ID_RESET_SYMBOL ;
441            Text [ de ] = "Symbol zurücksetzen" ;
442            Text [ en-US ] = "Reset Icon" ;
443        };
444    };
445};
446
447/* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
448String RID_SVXSTR_NEW_MENU
449{
450    Text [ de ] = "Neues Menü %n";
451    Text [ en-US ] = "New Menu %n";
452};
453
454/* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
455String RID_SVXSTR_NEW_TOOLBAR
456{
457    Text [ de ] = "Neue Symbolleiste %n";
458    Text [ en-US ] = "New Toolbar %n";
459};
460
461String RID_SVXSTR_MOVE_MENU
462{
463    Text [ de ] = "Menü verschieben";
464    Text [ en-US ] = "Move Menu";
465};
466
467String RID_SVXSTR_ADD_SUBMENU
468{
469    Text [ de ] = "Untermenü hinzufügen";
470    Text [ en-US ] = "Add Submenu";
471};
472
473String RID_SVXSTR_SUBMENU_NAME
474{
475    Text [ de ] = "Name des Untermenüs";
476    Text [ en-US ] = "Submenu name";
477};
478
479String RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION
480{
481    Text [ de ] = "Um Befehle einem menu hinzuzufügen, wählen Sie zuerst eine Kategorie und dann den Befehl. Alternativ ziehen Sie den Befehl in die Befehlsliste auf der Registerseite 'Menüs' im Dialog 'Anpassen'.";
482    Text [ en-US ] = "To add a command to a menu, select the category and then the command. You can also drag the command to the Commands list of the Menus tab page in the Customize dialog.";
483};
484
485ModalDialog MD_MENU_ORGANISER
486{
487    OutputSize = TRUE ;
488    Size = MAP_APPFONT ( 172 , 154 ) ;
489    Text [ de ] = "Neues Menü" ;
490    Text [ en-US ] = "New Menu" ;
491    SvLook = TRUE ;
492    Moveable = TRUE ;
493    HelpId = HID_SVX_CONFIG_MENU_ORGANIZER;
494    FixedText TXT_MENU_NAME
495    {
496        Pos = MAP_APPFONT ( 6 , 8 ) ;
497        Size = MAP_APPFONT ( 93 , 8 ) ;
498        Group = TRUE ;
499        Left = TRUE ;
500        Text [ de ] = "Menüname" ;
501        Text [ en-US ] = "Menu name" ;
502    };
503    Edit EDIT_MENU_NAME
504    {
505        HelpID = "cui:Edit:MD_MENU_ORGANISER:EDIT_MENU_NAME";
506        Border = TRUE ;
507        Pos = MAP_APPFONT ( 6 , 19 ) ;
508        Size = MAP_APPFONT ( 93 , 12 ) ;
509        TabStop = TRUE ;
510    };
511    FixedText TXT_MENU
512    {
513        Pos = MAP_APPFONT ( 6 , 37 ) ;
514        Size = MAP_APPFONT ( 93 , 8 ) ;
515        Group = TRUE ;
516        Left = TRUE ;
517        Text [ de ] = "Menüposition" ;
518        Text [ en-US ] = "Menu position" ;
519    };
520    Control BOX_MAIN_MENUS
521    {
522        HelpId = HID_SVX_CONFIG_MENU_LISTBOX ;
523        Border = TRUE ;
524        Pos = MAP_APPFONT ( 6 , 48 ) ;
525        Size = MAP_APPFONT ( 93 , 100 ) ;
526        TabStop = TRUE ;
527    };
528    ImageButton BTN_MENU_UP
529    {
530        HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_UP";
531        Pos = MAP_APPFONT ( 102 , 80 ) ;
532        Size = MAP_APPFONT ( 14 , 14 ) ;
533        TabStop = TRUE ;
534        Symbol = IMAGEBUTTON_ARROW_UP ;
535    };
536    ImageButton BTN_MENU_DOWN
537    {
538        HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_DOWN";
539        Pos = MAP_APPFONT ( 102 , 97 ) ;
540        Size = MAP_APPFONT ( 14 , 14 ) ;
541        TabStop = TRUE ;
542        Symbol = IMAGEBUTTON_ARROW_DOWN ;
543    };
544    OKButton BTN_MENU_ADD
545    {
546        DefButton = TRUE;
547        Pos = MAP_APPFONT ( 119 , 6 ) ;
548        Size = MAP_APPFONT ( 50 , 14 ) ;
549    };
550    CancelButton BTN_MENU_CLOSE
551    {
552        Pos = MAP_APPFONT ( 119 , 23 ) ;
553        Size = MAP_APPFONT ( 50 , 14 ) ;
554    };
555    HelpButton BTN_MENU_HELP
556    {
557        Pos = MAP_APPFONT ( 119 , 40 ) ;
558        Size = MAP_APPFONT ( 50 , 14 ) ;
559    };
560};
561
562// MD_NEW_TOOLBAR -------------------------------------------------
563ModalDialog MD_NEW_TOOLBAR
564{
565    HelpID = "cui:ModalDialog:MD_NEW_TOOLBAR";
566    OutputSize = TRUE ;
567    SvLook = TRUE ;
568    Size = MAP_APPFONT ( 165 , 63 ) ;
569    Text [ de ] = "Name" ;
570    Text [ en-US ] = "Name" ;
571    Moveable = TRUE ;
572    FixedText FT_NAME
573    {
574        Pos = MAP_APPFONT ( 6 , 6 ) ;
575        Size = MAP_APPFONT ( 98 , 8 ) ;
576        TEXT_TOOLBAR_NAME
577        WordBreak = TRUE ;
578    };
579    Edit EDT_STRING
580    {
581        HelpID = "cui:Edit:MD_NEW_TOOLBAR:EDT_STRING";
582        Border = TRUE ;
583        Pos = MAP_APPFONT ( 6 , 17 ) ;
584        Size = MAP_APPFONT ( 97 , 12 ) ;
585        TabStop = TRUE ;
586    };
587    FixedText TXT_SAVEIN
588    {
589        Pos = MAP_APPFONT ( 6 , 35 ) ;
590        Size = MAP_APPFONT ( 98 , 8 ) ;
591        Group = TRUE ;
592        TEXT_SAVE_IN
593    };
594    ListBox LB_SAVEIN
595    {
596        HelpID = "cui:ListBox:MD_NEW_TOOLBAR:LB_SAVEIN";
597        Border = TRUE ;
598        Pos = MAP_APPFONT ( 6 , 43 ) ;
599        Size = MAP_APPFONT ( 97 , 53 ) ;
600        DropDown = TRUE ;
601    };
602    OKButton BTN_OK
603    {
604        Pos = MAP_APPFONT ( 109 , 6 ) ;
605        Size = MAP_APPFONT ( 50 , 14 ) ;
606        TabStop = TRUE ;
607        DefButton = TRUE ;
608    };
609    CancelButton BTN_CANCEL
610    {
611        Pos = MAP_APPFONT ( 109 , 23 ) ;
612        Size = MAP_APPFONT ( 50 , 14 ) ;
613        TabStop = TRUE ;
614    };
615    HelpButton BTN_HELP
616    {
617        Pos = MAP_APPFONT ( 109 , 43 ) ;
618        Size = MAP_APPFONT ( 50 , 14 ) ;
619        TabStop = TRUE ;
620    };
621};
622
623#ifndef IMAGE_STDBTN_COLOR
624#define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
625#endif
626
627ModalDialog MD_ICONSELECTOR
628{
629    OutputSize = TRUE ;
630    SVLook = TRUE ;
631    Size = MAP_APPFONT ( 240 , 152 ) ;
632    Text [ de ] = "Symbole Austauschen" ;
633    Text [ en-US ] = "Change Icon" ;
634    Moveable = TRUE ;
635    HelpId = HID_SVX_CONFIG_ICON_SELECTOR;
636    FixedText FT_SYMBOLS
637    {
638        Pos = MAP_APPFONT ( 6 , 3 ) ;
639        Size = MAP_APPFONT ( 172 , 8 ) ;
640        Text [ de ] = "Symbole" ;
641        Text [ en-US ] = "Icons" ;
642    };
643    ToolBox TB_SYMBOLS
644    {
645        Pos = MAP_APPFONT ( 12 , 14 ) ;
646        Size = MAP_APPFONT ( 160 , 80 ) ;
647        Scroll = TRUE ;
648        LineSpacing = TRUE ;
649        Customize = FALSE ;
650    };
651    OKButton BTN_OK
652    {
653        Pos = MAP_APPFONT ( 60 , 130 ) ;
654        Size = MAP_APPFONT ( 50 , 14 ) ;
655        TabStop = TRUE ;
656        DefButton = TRUE ;
657    };
658    CancelButton BTN_CANCEL
659    {
660        Pos = MAP_APPFONT ( 120 , 130 ) ;
661        Size = MAP_APPFONT ( 50 , 14 ) ;
662        TabStop = TRUE ;
663    };
664    HelpButton BTN_HELP
665    {
666        Pos = MAP_APPFONT ( 180 , 130 ) ;
667        Size = MAP_APPFONT ( 50 , 14 ) ;
668        TabStop = TRUE ;
669    };
670    PushButton BTN_IMPORT
671    {
672        HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_IMPORT";
673        Pos = MAP_APPFONT ( 184 , 7 ) ;
674        Size = MAP_APPFONT ( 50 , 14 ) ;
675        TabStop = TRUE ;
676        Text [ de ] = "Importieren..." ;
677        Text[ en-US ] = "Import...";
678    };
679    PushButton BTN_DELETE
680    {
681        HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_DELETE";
682        Pos = MAP_APPFONT ( 184 , 24 ) ;
683        Size = MAP_APPFONT ( 50 , 14 ) ;
684        TabStop = TRUE ;
685        Text[ en-US ] = "Delete...";
686    };
687    FixedText FT_NOTE
688    {
689        Pos = MAP_APPFONT ( 12 , 95 ) ;
690        Size = MAP_APPFONT ( 200 , 24 ) ;
691        Text [ de ] = "Hinweis:\nBitte beachten Sie das für einen erfolgreichen Import die Symbole eine Größe  von 16x16 Pixel haben müssen." ;
692        Text [ en-US ] = "Note:\nThe size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically." ;
693        Left = TRUE ;
694        WordBreak = TRUE;
695    };
696    FixedLine FL_SEPARATOR
697    {
698        Pos = MAP_APPFONT ( 0, 120 );
699        Size = MAP_APPFONT ( 240, 8 );
700    };
701    Color IMAGE_BTN_COLOR
702    {
703        Red = 0xC000 ;
704        Green = 0xC000 ;
705        Blue = 0xC000 ;
706    };
707};
708//added for issue83555
709ModalDialog MD_ICONCHANGE
710{
711    HelpID = "cui:ModalDialog:MD_ICONCHANGE";
712    OutputSize = TRUE ;
713    SVLook = TRUE ;
714    Size = MAP_APPFONT ( 200 , 150 ) ;
715    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
716    Moveable = TRUE ;
717    FixedImage FI_INFO
718    {
719        Pos = MAP_APPFONT ( 6 , 6 ) ;
720        Size = MAP_APPFONT ( 24 , 24 ) ;
721        Fixed = Image
722        {
723
724        };
725    };
726    FixedText FTCHGE_DESCRIPTION
727    {
728        Pos = MAP_APPFONT ( 30 ,15 ) ;
729        Size = MAP_APPFONT ( 200 , 50 ) ;
730        Text [ en-US ] = "The files listed below could not be imported.\nThe file format could not be interpreted." ;
731    };
732
733    MultiLineEdit EDT_ADDR
734    {
735        HelpID = "cui:MultiLineEdit:MD_ICONCHANGE:EDT_ADDR";
736        Pos = MAP_APPFONT ( 30 , 38) ;
737        Size = MAP_APPFONT ( 140 , 83 ) ;
738        Border = TRUE;
739      //  VScroll = TRUE;
740        IgnoreTab = TRUE;
741        ReadOnly = TRUE;
742    };
743    OKButton MD_BTN_OK
744    {
745        Pos = MAP_APPFONT ( 68 , 131 ) ;
746        Size = MAP_APPFONT ( 50 , 14 ) ;
747        TabStop = TRUE ;
748        DefButton = TRUE ;
749    };
750
751};
752
753// Strings ---------------------------------------------------------------
754String RID_SVXSTR_IMPORT_ICON_ERROR
755{
756    Text [ de ] = "Die aufgelisteten Dateien konnten nicht importiert werden. Die Symbole entsprechen nicht der Größe von 16x16 Pixel." ;
757    Text [ en-US ] = "The files listed below could not be imported. The file format could not be interpreted." ;
758};
759
760String RID_SVXSTR_DELETE_ICON_CONFIRM  //added for issue73355
761{
762    Text [ en-US ] = "Are you sure to delete the image?" ;
763};
764
765String RID_SVXSTR_REPLACE_ICON_WARNING  //added for issue73355
766{
767    Text [ en-US ] = "The icon %ICONNAME is already contained in the image list.\nWould you like to replace the existing icon?";
768};
769
770String RID_SVXSTR_REPLACE_ICON_CONFIRM //added for issue73355
771{
772    Text [ en-US ] = "Confirm Icon Replacement";
773};
774
775String RID_SVXSTR_YESTOALL //added for issue73355
776{
777    Text [ en-US ] = "Yes to All";
778};
779
780String RID_SVXSTR_PRODUCTNAME_TOOLBARS
781{
782    Text [ de ] = "%PRODUCTNAME %MODULENAME Symbolleisten" ;
783    Text [ en-US ] = "%PRODUCTNAME %MODULENAME Toolbars" ;
784};
785
786String RID_SVXSTR_TOOLBAR
787{
788    Text [ de ] = "Symbolleiste" ;
789    Text [ en-US ] = "Toolbar" ;
790};
791
792String RID_SVXSTR_TOOLBAR_CONTENT
793{
794    Text [ de ] = "Symbolleisteninhalt" ;
795    Text [ en-US ] = "Toolbar Content" ;
796};
797
798String RID_SVXSTR_COMMANDS
799{
800    Text [ de ] = "Befehle" ;
801    Text [ en-US ] = "Commands" ;
802};
803
804String RID_SVXSTR_COMMAND
805{
806    Text [ de ] = "Befehl" ;
807    Text [ en-US ] = "Command" ;
808};
809
810String RID_SVXSTR_TOOLBAR_NAME
811{
812    TEXT_TOOLBAR_NAME
813};
814
815/* %MENUNAME will be replaced at runtime by the name of the selected menu. */
816QueryBox QBX_CONFIRM_DELETE_MENU
817{
818    Message [ de ] = "Sind Sie sicher, dass Sie das Menü '%MENUNAME' löschen möchten?";
819    Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?";
820    BUTTONS = WB_YES_NO ;
821    DEFBUTTON = WB_DEF_NO ;
822};
823
824QueryBox QBX_CONFIRM_DELETE_TOOLBAR
825{
826    Message [ de ] = "Die Symbolleiste beinhaltet keine Befehle mehr. Soll die Symbolleiste gelöscht werden?";
827    Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?";
828    BUTTONS = WB_YES_NO ;
829    DEFBUTTON = WB_DEF_NO ;
830};
831
832/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be
833   replaced at runtime by the name of the selected application or document.
834*/
835QueryBox QBX_CONFIRM_RESET
836{
837    Message [ de ] = "Die Menükonfiguration für %SAVE IN SELECTION% wird auf die Standardeinstellung zurückgesetzt. Möchten Sie fortfahren?";
838    Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?";
839    BUTTONS = WB_YES_NO ;
840    DEFBUTTON = WB_DEF_NO ;
841};
842
843/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
844   and will be replaced at runtime by the name of the selected application
845   or document.
846*/
847String RID_SVXSTR_CONFIRM_MENU_RESET
848{
849    Text [ de ] = "Die Menükonfiguration für %SAVE IN SELECTION% wird auf die Standardeinstellung zurückgesetzt. Möchten Sie fortfahren?";
850    Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?";
851};
852
853String RID_SVXSTR_CONFIRM_TOOLBAR_RESET
854{
855    Text [ de ] = "Die Symbolleistenkonfiguration für %SAVE IN SELECTION% wird auf die Standardeinstellung zurückgesetzt. Möchten Sie fortfahren?";
856    Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?";
857};
858
859QueryBox QBX_CONFIRM_RESTORE_DEFAULT
860{
861    Message [ de ] = "Alle Anpassungen die an dieser Symbolleiste vorgenommen wurden werden gelöscht. Möchten Sie diese Symbolleiste wirklich zurücksetzen?";
862    Message [ en-US ] = "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?";
863    BUTTONS = WB_YES_NO ;
864    DEFBUTTON = WB_DEF_NO ;
865};
866
867InfoBox IBX_MNUCFG_ALREADY_INCLUDED
868{
869    Message [ de ] = "Die Funktion ist bereits in diesem Popup enthalten." ;
870    Message [ en-US ] = "Function is already included in this popup." ;
871};
872
873String RID_SVXSTR_LABEL_NEW_NAME
874{
875    Text [ de ] = "~Neuer Name";
876    Text [ en-US ] = "~New name";
877};
878
879String RID_SVXSTR_RENAME_MENU
880{
881    Text [ de ] = "Menü umbenennen";
882    Text [ en-US ] = "Rename Menu";
883};
884
885String RID_SVXSTR_RENAME_TOOLBAR
886{
887    Text [ de ] = "Symbolleiste umbenennen";
888    Text [ en-US ] = "Rename Toolbar";
889};
890
891String BUTTON_STR_UP
892{
893    Text [ en-US ] = "Up";
894};
895String BUTTON_STR_DOWN
896{
897    Text [ en-US ] = "Down";
898};
899
900