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