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