update credits
[LibreOffice.git] / cui / source / customize / cfg.src
blob66cd4c7478bc77c8a658591f41a65525c3e488fe
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #include <cuires.hrc>
20 #include "cfg.hrc"
21 #include "helpid.hrc"
23 TabDialog RID_SVXDLG_CUSTOMIZE
25     OutputSize = TRUE ;
26     Text [ en-US ] = "Customize" ;
27     Moveable = TRUE ;
28     SvLook = TRUE ;
29     TabControl 1
30     {
31         OutputSize = TRUE ;
32         PageList =
33         {
34             PageItem
35             {
36                 Identifier = RID_SVXPAGE_MENUS ;
37                 Text [ en-US ] = "Menus" ;
38                 PageResID = 300 ;
39             };
40             PageItem
41             {
42                 Identifier = RID_SVXPAGE_KEYBOARD ;
43                 Text [ en-US ] = "Keyboard" ;
44                 PageResID = 301 ;
45             };
46             PageItem
47             {
48                 Identifier = RID_SVXPAGE_TOOLBARS ;
49                 Text [ en-US ] = "Toolbars" ;
50                 PageResID = 302 ;
51             };
52             PageItem
53             {
54                 Identifier = RID_SVXPAGE_EVENTS ;
55                 Text [ en-US ] = "Events" ;
56                 PageResID = 303 ;
57             };
58         };
59     };
62 #define TEXT_MENU \
63     Text [ en-US ] = "Menu" ;\
65 #define TEXT_BEGIN_GROUP \
66     Text [ en-US ] = "Begin a Group" ;\
68 #define TEXT_RENAME \
69     Text [ en-US ] = "Rename..." ;\
71 #define TEXT_DELETE \
72     Text [ en-US ] = "Delete..." ;\
74 #define TEXT_DELETE_NODOTS \
75     Text [ en-US ] = "Delete" ;\
77 #define TEXT_MOVE \
78     Text [ en-US ] = "Move..." ;\
80 #define TEXT_DEFAULT_STYLE \
81     Text [ en-US ] = "Restore Default Settings" ;\
83 #define TEXT_DEFAULT_COMMAND \
84     Text [ en-US ] = "Restore Default Command" ;\
86 #define TEXT_TEXT_ONLY \
87     Text [ en-US ] = "Text only" ;\
89 #define TEXT_TOOLBAR_NAME \
90     Text [ en-US ] = "Toolbar Name" ;\
92 #define TEXT_SAVE_IN \
93     Text [ en-US ] = "Save In" ;\
95 TabPage RID_SVXPAGE_MENUS
97     Hide = TRUE ;
98     Size = MAP_APPFONT ( 273 , 258 ) ;
99     HelpId = HID_SVX_CONFIG_MENU ;
100     FixedLine GRP_MENUS
101     {
102         Pos = MAP_APPFONT ( 6 , 11 ) ;
103         Size = MAP_APPFONT ( 261 , 8 ) ;
104         Text [ en-US ] = "%PRODUCTNAME %MODULENAME Menus" ;
105     };
106     FixedText FT_MENUS
107     {
108         Pos = MAP_APPFONT ( 9 , 24 ) ;
109         Size = MAP_APPFONT ( 55 , 8 ) ;
110         TEXT_MENU
111     };
112     ListBox LB_MENUS
113     {
114         HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_MENUS";
115         Border = TRUE ;
116         Pos = MAP_APPFONT ( 64 , 22 ) ;
117         Size = MAP_APPFONT ( 108 , 108 ) ;
118         DropDown = TRUE ;
119     };
120     PushButton BTN_NEW
121     {
122         HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_NEW";
123         Pos = MAP_APPFONT ( 192 , 22 ) ;
124         Size = MAP_APPFONT ( 75 , 14 ) ;
125         TabStop = TRUE ;
126         Text [ en-US ] = "New..." ;
127     };
128     MenuButton BTN_CHANGE
129     {
130         HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE";
131         Pos = MAP_APPFONT ( 192 , 39 ) ;
132         Size = MAP_APPFONT ( 75 , 14 ) ;
133         TabStop = TRUE ;
134         TEXT_MENU
135     };
136     FixedLine GRP_MENU_SEPARATOR
137     {
138         Pos = MAP_APPFONT ( 6 , 56 ) ;
139         Size = MAP_APPFONT ( 261 , 8 ) ;
140         Text [ en-US ] = "Menu Content" ;
141     };
142     FixedText GRP_MENU_ENTRIES
143     {
144         Pos = MAP_APPFONT ( 9 , 67 ) ;
145         Size = MAP_APPFONT ( 55 , 8 ) ;
146         Group = TRUE ;
147         Text [ en-US ] = "Entries" ;
148     };
149     Control BOX_ENTRIES
150     {
151         Border = TRUE ;
152         Pos = MAP_APPFONT ( 64 , 67 ) ;
153         Size = MAP_APPFONT ( 108 , 115 ) ;
154         TabStop = TRUE ;
155         HelpId = HID_SVX_CONFIG_MENU_CONTENTS ;
156     };
157     PushButton BTN_ADD_COMMANDS
158     {
159         HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_ADD_COMMANDS";
160         Pos = MAP_APPFONT ( 192 , 67 ) ;
161         Size = MAP_APPFONT ( 75 , 14 ) ;
162         TabStop = TRUE ;
163         Text [ en-US ] = "Add..." ;
164     };
165     MenuButton BTN_CHANGE_ENTRY
166     {
167         HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE_ENTRY";
168         Pos = MAP_APPFONT ( 192 , 84 ) ;
169         Size = MAP_APPFONT ( 75 , 14 ) ;
170         TabStop = TRUE ;
171         Text [ en-US ] = "Modify" ;
172     };
173     ImageButton BTN_UP
174     {
175         HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_UP";
176         Pos = MAP_APPFONT ( 175 , 102 ) ;
177         Size = MAP_APPFONT ( 14 , 14 ) ;
178         TabStop = TRUE ;
179         Symbol = IMAGEBUTTON_ARROW_UP ;
180         Disable = TRUE ;
181     };
182     ImageButton BTN_DOWN
183     {
184         HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_DOWN";
185         Pos = MAP_APPFONT ( 175 , 119 ) ;
186         Size = MAP_APPFONT ( 14 , 14 ) ;
187         TabStop = TRUE ;
188         Symbol = IMAGEBUTTON_ARROW_DOWN ;
189         Disable = TRUE ;
190     };
191     FixedText TXT_SAVEIN
192     {
193         Pos = MAP_APPFONT ( 9 , 190 ) ;
194         Size = MAP_APPFONT ( 55 , 8 ) ;
195         Group = TRUE ;
196         TEXT_SAVE_IN
197     };
198     ListBox LB_SAVEIN
199     {
200         HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_SAVEIN";
201         Border = TRUE ;
202         Pos = MAP_APPFONT ( 64 , 188 ) ;
203         Size = MAP_APPFONT ( 108 , 53 ) ;
204         DropDown = TRUE ;
205     };
206     FixedText FT_DESCRIPTION
207     {
208         Pos = MAP_APPFONT ( 6 , 205 ) ;
209         Size = MAP_APPFONT ( 261 , 8 ) ;
210         Text [ en-US ] = "Description" ;
211     };
212     MultiLineEdit ED_DESCRIPTION
213     {
214         HelpID = "cui:MultiLineEdit:RID_SVXPAGE_MENUS:ED_DESCRIPTION";
215         Pos = MAP_APPFONT ( 6 , 216 ) ;
216         Size = MAP_APPFONT ( 261 , 36 ) ;
217         Border = TRUE;
218         VScroll = TRUE;
219         IgnoreTab = TRUE;
220         ReadOnly = TRUE;
221     };
224 Menu MODIFY_MENU
226     ItemList =
227     {
228         MenuItem
229         {
230             Identifier = ID_MOVE ;
231             TEXT_MOVE
232         };
233         MenuItem
234         {
235             Identifier = ID_RENAME ;
236             TEXT_RENAME
237         };
238         MenuItem
239         {
240             Separator = TRUE ;
241         };
242         MenuItem
243         {
244             Identifier = ID_DELETE ;
245             TEXT_DELETE
246         };
247     };
250 Menu MODIFY_ENTRY
252     ItemList =
253     {
254         MenuItem
255         {
256             Identifier = ID_ADD_SUBMENU ;
257             Text [ en-US ] = "Add Submenu..." ;
258         };
259         MenuItem
260         {
261             Identifier = ID_BEGIN_GROUP ;
262             TEXT_BEGIN_GROUP
263         };
264         MenuItem
265         {
266             Separator = TRUE ;
267         };
268         MenuItem
269         {
270             Identifier = ID_RENAME ;
271             TEXT_RENAME
272         };
273         MenuItem
274         {
275             Separator = TRUE ;
276         };
277         MenuItem
278         {
279             Identifier = ID_DELETE ;
280             TEXT_DELETE_NODOTS
281         };
282     };
285 Menu MODIFY_TOOLBAR
287     ItemList =
288     {
289         MenuItem
290         {
291             Identifier = ID_RENAME ;
292             TEXT_RENAME
293         };
294         MenuItem
295         {
296             Identifier = ID_DELETE ;
297             TEXT_DELETE_NODOTS
298         };
299         MenuItem
300         {
301             Separator = TRUE ;
302         };
303         MenuItem
304         {
305             Identifier = ID_DEFAULT_STYLE ;
306             TEXT_DEFAULT_STYLE
307         };
308         MenuItem
309         {
310             Separator = TRUE ;
311         };
312         MenuItem
313         {
314             Identifier = ID_ICONS_ONLY ;
315             RadioCheck = TRUE ;
316             AutoCheck = TRUE ;
317             Text [ en-US ] = "Icons Only" ;
318         };
319         MenuItem
320         {
321             Identifier = ID_TEXT_ONLY ;
322             RadioCheck = TRUE ;
323             AutoCheck = TRUE ;
324             TEXT_TEXT_ONLY
325         };
326         MenuItem
327         {
328             Identifier = ID_ICONS_AND_TEXT ;
329             RadioCheck = TRUE ;
330             AutoCheck = TRUE ;
331             Text [ en-US ] = "Icons & Text" ;
332         };
333     };
336 Menu MODIFY_TOOLBAR_CONTENT
338     ItemList =
339     {
340         MenuItem
341         {
342             Identifier = ID_RENAME ;
343             TEXT_RENAME
344         };
345         MenuItem
346         {
347             Identifier = ID_DELETE ;
348             TEXT_DELETE_NODOTS
349         };
350         MenuItem
351         {
352             Identifier = ID_DEFAULT_COMMAND ;
353             TEXT_DEFAULT_COMMAND
354         };
355         MenuItem
356         {
357             Separator = TRUE ;
358         };
359         MenuItem
360         {
361             Identifier = ID_BEGIN_GROUP ;
362             TEXT_BEGIN_GROUP
363         };
364         MenuItem
365         {
366             Separator = TRUE ;
367         };
368         MenuItem
369         {
370             Identifier = ID_CHANGE_SYMBOL ;
371             Text [ en-US ] = "Change Icon..." ;
372         };
373         MenuItem
374         {
375             Identifier = ID_RESET_SYMBOL ;
376             Text [ en-US ] = "Reset Icon" ;
377         };
378     };
381 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
382 String RID_SVXSTR_NEW_MENU
384     Text [ en-US ] = "New Menu %n";
387 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
388 String RID_SVXSTR_NEW_TOOLBAR
390     Text [ en-US ] = "New Toolbar %n";
393 String RID_SVXSTR_MOVE_MENU
395     Text [ en-US ] = "Move Menu";
398 String RID_SVXSTR_ADD_SUBMENU
400     Text [ en-US ] = "Add Submenu";
403 String RID_SVXSTR_SUBMENU_NAME
405     Text [ en-US ] = "Submenu name";
408 String RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION
410     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.";
413 ModalDialog MD_MENU_ORGANISER
415     OutputSize = TRUE ;
416     Size = MAP_APPFONT ( 172 , 154 ) ;
417     Text [ en-US ] = "New Menu" ;
418     SvLook = TRUE ;
419     Moveable = TRUE ;
420     HelpId = HID_SVX_CONFIG_MENU_ORGANIZER;
421     FixedText TXT_MENU_NAME
422     {
423         Pos = MAP_APPFONT ( 6 , 8 ) ;
424         Size = MAP_APPFONT ( 93 , 8 ) ;
425         Group = TRUE ;
426         Left = TRUE ;
427         Text [ en-US ] = "Menu name" ;
428     };
429     Edit EDIT_MENU_NAME
430     {
431         HelpID = "cui:Edit:MD_MENU_ORGANISER:EDIT_MENU_NAME";
432         Border = TRUE ;
433         Pos = MAP_APPFONT ( 6 , 19 ) ;
434         Size = MAP_APPFONT ( 93 , 12 ) ;
435         TabStop = TRUE ;
436     };
437     FixedText TXT_MENU
438     {
439         Pos = MAP_APPFONT ( 6 , 37 ) ;
440         Size = MAP_APPFONT ( 93 , 8 ) ;
441         Group = TRUE ;
442         Left = TRUE ;
443         Text [ en-US ] = "Menu position" ;
444     };
445     Control BOX_MAIN_MENUS
446     {
447         HelpId = HID_SVX_CONFIG_MENU_LISTBOX ;
448         Border = TRUE ;
449         Pos = MAP_APPFONT ( 6 , 48 ) ;
450         Size = MAP_APPFONT ( 93 , 100 ) ;
451         TabStop = TRUE ;
452     };
453     ImageButton BTN_MENU_UP
454     {
455         HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_UP";
456         Pos = MAP_APPFONT ( 102 , 80 ) ;
457         Size = MAP_APPFONT ( 14 , 14 ) ;
458         TabStop = TRUE ;
459         Symbol = IMAGEBUTTON_ARROW_UP ;
460     };
461     ImageButton BTN_MENU_DOWN
462     {
463         HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_DOWN";
464         Pos = MAP_APPFONT ( 102 , 97 ) ;
465         Size = MAP_APPFONT ( 14 , 14 ) ;
466         TabStop = TRUE ;
467         Symbol = IMAGEBUTTON_ARROW_DOWN ;
468     };
469     OKButton BTN_MENU_ADD
470     {
471         DefButton = TRUE;
472         Pos = MAP_APPFONT ( 119 , 6 ) ;
473         Size = MAP_APPFONT ( 50 , 14 ) ;
474     };
475     CancelButton BTN_MENU_CLOSE
476     {
477         Pos = MAP_APPFONT ( 119 , 23 ) ;
478         Size = MAP_APPFONT ( 50 , 14 ) ;
479     };
480     HelpButton BTN_MENU_HELP
481     {
482         Pos = MAP_APPFONT ( 119 , 40 ) ;
483         Size = MAP_APPFONT ( 50 , 14 ) ;
484     };
487 #ifndef IMAGE_STDBTN_COLOR
488 #define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
489 #endif
491 ModalDialog MD_ICONSELECTOR
493     OutputSize = TRUE ;
494     SVLook = TRUE ;
495     Size = MAP_APPFONT ( 240 , 152 ) ;
496     Text [ en-US ] = "Change Icon" ;
497     Moveable = TRUE ;
498     HelpId = HID_SVX_CONFIG_ICON_SELECTOR;
499     FixedText FT_SYMBOLS
500     {
501         Pos = MAP_APPFONT ( 6 , 3 ) ;
502         Size = MAP_APPFONT ( 172 , 8 ) ;
503         Text [ en-US ] = "Icons" ;
504     };
505     ToolBox TB_SYMBOLS
506     {
507         Pos = MAP_APPFONT ( 12 , 14 ) ;
508         Size = MAP_APPFONT ( 160 , 80 ) ;
509         Scroll = TRUE ;
510         LineSpacing = TRUE ;
511         Customize = FALSE ;
512     };
513     OKButton BTN_OK
514     {
515         Pos = MAP_APPFONT ( 60 , 130 ) ;
516         Size = MAP_APPFONT ( 50 , 14 ) ;
517         TabStop = TRUE ;
518         DefButton = TRUE ;
519     };
520     CancelButton BTN_CANCEL
521     {
522         Pos = MAP_APPFONT ( 120 , 130 ) ;
523         Size = MAP_APPFONT ( 50 , 14 ) ;
524         TabStop = TRUE ;
525     };
526     HelpButton BTN_HELP
527     {
528         Pos = MAP_APPFONT ( 180 , 130 ) ;
529         Size = MAP_APPFONT ( 50 , 14 ) ;
530         TabStop = TRUE ;
531     };
532     PushButton BTN_IMPORT
533     {
534         HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_IMPORT";
535         Pos = MAP_APPFONT ( 184 , 7 ) ;
536         Size = MAP_APPFONT ( 50 , 14 ) ;
537         TabStop = TRUE ;
538             Text[ en-US ] = "Import...";
539     };
540     PushButton BTN_DELETE
541     {
542         HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_DELETE";
543         Pos = MAP_APPFONT ( 184 , 24 ) ;
544         Size = MAP_APPFONT ( 50 , 14 ) ;
545         TabStop = TRUE ;
546             Text[ en-US ] = "Delete...";
547     };
548     FixedText FT_NOTE
549     {
550         Pos = MAP_APPFONT ( 12 , 95 ) ;
551         Size = MAP_APPFONT ( 200 , 24 ) ;
552         Text [ en-US ] = "Note:\nThe size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically." ;
553         Left = TRUE ;
554         WordBreak = TRUE;
555     };
556     FixedLine FL_SEPARATOR
557     {
558         Pos = MAP_APPFONT ( 0, 120 );
559         Size = MAP_APPFONT ( 240, 8 );
560     };
561     Color IMAGE_BTN_COLOR
562     {
563         Red = 0xC000 ;
564         Green = 0xC000 ;
565         Blue = 0xC000 ;
566     };
568 //added for issue83555
569 ModalDialog MD_ICONCHANGE
571     HelpID = "cui:ModalDialog:MD_ICONCHANGE";
572     OutputSize = TRUE ;
573     SVLook = TRUE ;
574     Size = MAP_APPFONT ( 200 , 150 ) ;
575     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
576     Moveable = TRUE ;
577     FixedImage FI_INFO
578     {
579         Pos = MAP_APPFONT ( 6 , 6 ) ;
580         Size = MAP_APPFONT ( 24 , 24 ) ;
581         Fixed = Image
582         {
584         };
585     };
586     FixedText FTCHGE_DESCRIPTION
587     {
588         Pos = MAP_APPFONT ( 30 ,15 ) ;
589         Size = MAP_APPFONT ( 200 , 50 ) ;
590         Text [ en-US ] = "The files listed below could not be imported.\nThe file format could not be interpreted." ;
591     };
593     MultiLineEdit EDT_ADDR
594     {
595         HelpID = "cui:MultiLineEdit:MD_ICONCHANGE:EDT_ADDR";
596         Pos = MAP_APPFONT ( 30 , 38) ;
597         Size = MAP_APPFONT ( 140 , 83 ) ;
598         Border = TRUE;
599       //  VScroll = TRUE;
600         IgnoreTab = TRUE;
601         ReadOnly = TRUE;
602     };
603     OKButton MD_BTN_OK
604     {
605         Pos = MAP_APPFONT ( 68 , 131 ) ;
606         Size = MAP_APPFONT ( 50 , 14 ) ;
607         TabStop = TRUE ;
608         DefButton = TRUE ;
609     };
613 // Strings ---------------------------------------------------------------
614 String RID_SVXSTR_IMPORT_ICON_ERROR
616     Text [ en-US ] = "The files listed below could not be imported. The file format could not be interpreted." ;
619 String RID_SVXSTR_DELETE_ICON_CONFIRM  //added for issue73355
621     Text [ en-US ] = "Are you sure to delete the image?" ;
624 String RID_SVXSTR_REPLACE_ICON_WARNING  //added for issue73355
626     Text [ en-US ] = "The icon %ICONNAME is already contained in the image list.\nWould you like to replace the existing icon?";
629 String RID_SVXSTR_REPLACE_ICON_CONFIRM //added for issue73355
631     Text [ en-US ] = "Confirm Icon Replacement";
634 String RID_SVXSTR_YESTOALL //added for issue73355
636     Text [ en-US ] = "Yes to All";
639 String RID_SVXSTR_PRODUCTNAME_TOOLBARS
641     Text [ en-US ] = "%PRODUCTNAME %MODULENAME Toolbars" ;
644 String RID_SVXSTR_TOOLBAR
646     Text [ en-US ] = "Toolbar" ;
649 String RID_SVXSTR_TOOLBAR_CONTENT
651     Text [ en-US ] = "Toolbar Content" ;
654 String RID_SVXSTR_COMMANDS
656     Text [ en-US ] = "Commands" ;
659 String RID_SVXSTR_COMMAND
661     Text [ en-US ] = "Command" ;
664 String RID_SVXSTR_TOOLBAR_NAME
666     TEXT_TOOLBAR_NAME
669 /* %MENUNAME will be replaced at runtime by the name of the selected menu. */
670 QueryBox QBX_CONFIRM_DELETE_MENU
672     Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?";
673     BUTTONS = WB_YES_NO ;
674     DEFBUTTON = WB_DEF_NO ;
677 QueryBox QBX_CONFIRM_DELETE_TOOLBAR
679     Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?";
680     BUTTONS = WB_YES_NO ;
681     DEFBUTTON = WB_DEF_NO ;
684 /* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be
685    replaced at runtime by the name of the selected application or document.
687 QueryBox QBX_CONFIRM_RESET
689     Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?";
690     BUTTONS = WB_YES_NO ;
691     DEFBUTTON = WB_DEF_NO ;
694 /* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
695    and will be replaced at runtime by the name of the selected application
696    or document.
698 String RID_SVXSTR_CONFIRM_MENU_RESET
700     Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?";
703 String RID_SVXSTR_CONFIRM_TOOLBAR_RESET
705     Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?";
708 QueryBox QBX_CONFIRM_RESTORE_DEFAULT
710     Message [ en-US ] = "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?";
711     BUTTONS = WB_YES_NO ;
712     DEFBUTTON = WB_DEF_NO ;
715 InfoBox IBX_MNUCFG_ALREADY_INCLUDED
717     Message [ en-US ] = "Function is already included in this popup." ;
720 String RID_SVXSTR_LABEL_NEW_NAME
722     Text [ en-US ] = "~New name";
725 String RID_SVXSTR_RENAME_MENU
727     Text [ en-US ] = "Rename Menu";
730 String RID_SVXSTR_RENAME_TOOLBAR
732     Text [ en-US ] = "Rename Toolbar";
735 String BUTTON_STR_UP
737     Text [ en-US ] = "Up";
739 String BUTTON_STR_DOWN
741     Text [ en-US ] = "Down";
744 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */