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