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