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