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