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