xref: /aoo41x/main/svx/source/gallery2/gallery.src (revision e1372f43)
109a1d057SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
309a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
409a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
509a1d057SAndrew Rist * distributed with this work for additional information
609a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
709a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
809a1d057SAndrew Rist * "License"); you may not use this file except in compliance
909a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
1009a1d057SAndrew Rist *
1109a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1209a1d057SAndrew Rist *
1309a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
1409a1d057SAndrew Rist * software distributed under the License is distributed on an
1509a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1609a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
1709a1d057SAndrew Rist * specific language governing permissions and limitations
1809a1d057SAndrew Rist * under the License.
1909a1d057SAndrew Rist *
2009a1d057SAndrew Rist *************************************************************/
2109a1d057SAndrew Rist
2209a1d057SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <sfx2/sfxsids.hrc>
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir#include "gallery.hrc"
27cdf0e10cSrcweir
28cdf0e10cSrcweir/******************************************************************************/
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
31cdf0e10cSrcweir
32cdf0e10cSrcweirDockingWindow RID_SVXDLG_GALLERYBROWSER
33cdf0e10cSrcweir{
34cdf0e10cSrcweir	HelpId = "SVX_HID_GALLERY_BROWSER" ;
35cdf0e10cSrcweir	OutputSize = TRUE ;
36cdf0e10cSrcweir	Hide = TRUE ;
37cdf0e10cSrcweir	SVLook = TRUE ;
38cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
39cdf0e10cSrcweir	Size = MAP_APPFONT ( 211, 100 ) ;
40cdf0e10cSrcweir	Text [ en-US ] = "Gallery";
41cdf0e10cSrcweir	Sizeable = TRUE;
42cdf0e10cSrcweir	Moveable = TRUE ;
43cdf0e10cSrcweir	Closeable = TRUE ;
44cdf0e10cSrcweir	Zoomable = TRUE ;
45cdf0e10cSrcweir	Dockable = TRUE ;
46cdf0e10cSrcweir	EnableResizing = TRUE ;
47cdf0e10cSrcweir
48cdf0e10cSrcweir	Control GALLERY_BROWSER1
49cdf0e10cSrcweir	{
50cdf0e10cSrcweir		Pos = MAP_APPFONT ( 0 , 0 ) ;
51cdf0e10cSrcweir		Size = MAP_APPFONT ( 69, 150 ) ;
52cdf0e10cSrcweir		Border = FALSE;
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir
55cdf0e10cSrcweir	Splitter GALLERY_SPLITTER
56cdf0e10cSrcweir	{
57cdf0e10cSrcweir		Pos = MAP_APPFONT ( 70 , 0 ) ;
58cdf0e10cSrcweir		Size = MAP_APPFONT ( 3, 150 ) ;
59cdf0e10cSrcweir		HScroll = TRUE;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir
62cdf0e10cSrcweir	Control GALLERY_BROWSER2
63cdf0e10cSrcweir	{
64cdf0e10cSrcweir		Pos = MAP_APPFONT ( 73, 0 ) ;
65cdf0e10cSrcweir		Size = MAP_APPFONT ( 138, 150 ) ;
66cdf0e10cSrcweir		Border = FALSE;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir};
69cdf0e10cSrcweir
70cdf0e10cSrcweir/******************************************************************************/
71cdf0e10cSrcweir
72cdf0e10cSrcweirString RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
73cdf0e10cSrcweir{
74cdf0e10cSrcweir	Text [ en-US ] = "Update";
75cdf0e10cSrcweir};
76cdf0e10cSrcweirString RID_SVXSTR_GALLERY_FOPENERROR
77cdf0e10cSrcweir{
78cdf0e10cSrcweir	Text [ en-US ] = "This file cannot be opened" ;
79cdf0e10cSrcweir};
80cdf0e10cSrcweirString RID_SVXSTR_GALLERY_NOTHEME
81cdf0e10cSrcweir{
82cdf0e10cSrcweir	Text [ en-US ] = "Invalid Theme Name!" ;
83cdf0e10cSrcweir};
84cdf0e10cSrcweirString RID_SVXSTR_GALLERY_DELETEOBJ
85cdf0e10cSrcweir{
86cdf0e10cSrcweir	Text [ en-US ] = "Do you really want to\ndelete this object?" ;
87cdf0e10cSrcweir};
88cdf0e10cSrcweirString RID_SVXSTR_GALLERY_DELETETHEME
89cdf0e10cSrcweir{
90cdf0e10cSrcweir	Text [ en-US ] = "Do you really want to\ndelete this theme?" ;
91cdf0e10cSrcweir};
92cdf0e10cSrcweirString RID_SVXSTR_EXTFORMAT1_SYS
93cdf0e10cSrcweir{
94cdf0e10cSrcweir	Text = "wav" ;
95cdf0e10cSrcweir};
96cdf0e10cSrcweirString RID_SVXSTR_EXTFORMAT1_UI
97cdf0e10cSrcweir{
98cdf0e10cSrcweir	Text [ en-US ] = "Wave - Sound File" ;
99cdf0e10cSrcweir};
100cdf0e10cSrcweirString RID_SVXSTR_EXTFORMAT2_SYS
101cdf0e10cSrcweir{
102cdf0e10cSrcweir	Text = "aif" ;
103cdf0e10cSrcweir};
104cdf0e10cSrcweirString RID_SVXSTR_EXTFORMAT2_UI
105cdf0e10cSrcweir{
106cdf0e10cSrcweir	Text [ en-US ] = "Audio Interchange File Format" ;
107cdf0e10cSrcweir};
108cdf0e10cSrcweirString RID_SVXSTR_EXTFORMAT3_SYS
109cdf0e10cSrcweir{
110cdf0e10cSrcweir	Text = "au" ;
111cdf0e10cSrcweir};
112cdf0e10cSrcweirString RID_SVXSTR_EXTFORMAT3_UI
113cdf0e10cSrcweir{
114cdf0e10cSrcweir	Text [ en-US ] = "AU - Sound File" ;
115cdf0e10cSrcweir};
116cdf0e10cSrcweirString RID_SVXSTR_GALLERY_FILTER
117cdf0e10cSrcweir{
118cdf0e10cSrcweir	Text [ en-US ] = "Graphics filter" ;
119cdf0e10cSrcweir};
120cdf0e10cSrcweirString RID_SVXSTR_GALLERY_LENGTH
121cdf0e10cSrcweir{
122cdf0e10cSrcweir	Text [ en-US ] = "Length:" ;
123cdf0e10cSrcweir};
124cdf0e10cSrcweirString RID_SVXSTR_GALLERY_SIZE
125cdf0e10cSrcweir{
126cdf0e10cSrcweir	Text [ en-US ] = "Size:" ;
127cdf0e10cSrcweir};
128cdf0e10cSrcweirString RID_SVXSTR_GALLERY_DELETEDD
129cdf0e10cSrcweir{
130cdf0e10cSrcweir	Text [ en-US ] = "Do you want to delete the linked file?" ;
131cdf0e10cSrcweir};
132cdf0e10cSrcweirString RID_SVXSTR_GALLERY_SGIERROR
133cdf0e10cSrcweir{
134cdf0e10cSrcweir	Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path? " ;
135cdf0e10cSrcweir};
136cdf0e10cSrcweirString RID_SVXSTR_GALLERY_NEWTHEME
137cdf0e10cSrcweir{
138cdf0e10cSrcweir	Text [ en-US ] = "New Theme" ;
139cdf0e10cSrcweir};
140cdf0e10cSrcweirString RID_SVXSTR_GALLERY_BROWSER
141cdf0e10cSrcweir{
142cdf0e10cSrcweir	Text [ en-US ] = "~Organizer..." ;
143cdf0e10cSrcweir};
144cdf0e10cSrcweirString RID_SVXSTR_GALLERY_THEMEERR
145cdf0e10cSrcweir{
146cdf0e10cSrcweir	Text [ en-US ] = "This theme name already exists.\nPlease choose a different one." ;
147cdf0e10cSrcweir};
148cdf0e10cSrcweirString RID_SVXSTR_GALLERY_IMPORTTHEME
149cdf0e10cSrcweir{
150cdf0e10cSrcweir	Text [ en-US ] = "I~mport..." ;
151cdf0e10cSrcweir};
152cdf0e10cSrcweirString RID_SVXSTR_GALLERY_CREATETHEME
153cdf0e10cSrcweir{
154cdf0e10cSrcweir	Text [ en-US ] = "New Theme..." ;
155cdf0e10cSrcweir};
156cdf0e10cSrcweirString RID_SVXSTR_GALLERY_DIALOGID
157cdf0e10cSrcweir{
158cdf0e10cSrcweir	Text [ en-US ] = "Assign ID" ;
159cdf0e10cSrcweir};
160cdf0e10cSrcweirString RID_SVXSTR_GALLERY_TITLE
161cdf0e10cSrcweir{
162cdf0e10cSrcweir	Text [ en-US ] = "Title" ;
163cdf0e10cSrcweir};
164cdf0e10cSrcweirString RID_SVXSTR_GALLERY_PATH
165cdf0e10cSrcweir{
166cdf0e10cSrcweir	Text [ en-US ] = "Path" ;
167cdf0e10cSrcweir};
168cdf0e10cSrcweirString RID_SVXSTR_GALLERY_ICONVIEW
169cdf0e10cSrcweir{
170cdf0e10cSrcweir	Text [ en-US ] = "Icon View";
171cdf0e10cSrcweir};
172cdf0e10cSrcweirString RID_SVXSTR_GALLERY_LISTVIEW
173cdf0e10cSrcweir{
174cdf0e10cSrcweir	Text [ en-US ] = "Detailed View";
175cdf0e10cSrcweir};
176cdf0e10cSrcweir
177cdf0e10cSrcweir/******************************************************************************/
178cdf0e10cSrcweir
179cdf0e10cSrcweirBitmap RID_SVXBMP_GALLERY
180cdf0e10cSrcweir{
181*e1372f43Smseidel	File = "lx03135.png" ;
182cdf0e10cSrcweir};
183cdf0e10cSrcweir
184cdf0e10cSrcweirBitmap RID_SVXBMP_THEME_NORMAL
185cdf0e10cSrcweir{
186*e1372f43Smseidel	File = "galnors.png" ;
187cdf0e10cSrcweir};
188cdf0e10cSrcweir
189cdf0e10cSrcweirBitmap RID_SVXBMP_THEME_IMPORTED
190cdf0e10cSrcweir{
191*e1372f43Smseidel	File = "galimps.png" ;
192cdf0e10cSrcweir};
193cdf0e10cSrcweir
194cdf0e10cSrcweirBitmap RID_SVXBMP_THEME_READONLY
195cdf0e10cSrcweir{
196*e1372f43Smseidel	File = "galrdos.png" ;
197cdf0e10cSrcweir};
198cdf0e10cSrcweir
199cdf0e10cSrcweirBitmap RID_SVXBMP_THEME_DEFAULT
200cdf0e10cSrcweir{
201*e1372f43Smseidel	File = "galdefs.png" ;
202cdf0e10cSrcweir};
203cdf0e10cSrcweir
204cdf0e10cSrcweirBitmap RID_SVXBMP_GALLERY_MEDIA
205cdf0e10cSrcweir{
206*e1372f43Smseidel	File = "galmedia.png";
207cdf0e10cSrcweir};
208cdf0e10cSrcweir
209cdf0e10cSrcweirBitmap RID_SVXBMP_GALLERY_SOUND_1
210cdf0e10cSrcweir{
211*e1372f43Smseidel	File = "galsnd1.png";
212cdf0e10cSrcweir};
213cdf0e10cSrcweir
214cdf0e10cSrcweirBitmap RID_SVXBMP_GALLERY_SOUND_2
215cdf0e10cSrcweir{
216*e1372f43Smseidel	File = "galsnd2.png";
217cdf0e10cSrcweir};
218cdf0e10cSrcweir
219cdf0e10cSrcweirBitmap RID_SVXBMP_GALLERY_SOUND_3
220cdf0e10cSrcweir{
221*e1372f43Smseidel	File = "galsnd3.png";
222cdf0e10cSrcweir};
223cdf0e10cSrcweir
224cdf0e10cSrcweirBitmap RID_SVXBMP_GALLERY_SOUND_4
225cdf0e10cSrcweir{
226*e1372f43Smseidel	File = "galsnd4.png";
227cdf0e10cSrcweir};
228cdf0e10cSrcweir
229cdf0e10cSrcweirBitmap RID_SVXBMP_GALLERY_SOUND_5
230cdf0e10cSrcweir{
231*e1372f43Smseidel	File = "galsnd5.png";
232cdf0e10cSrcweir};
233cdf0e10cSrcweir
234cdf0e10cSrcweirBitmap RID_SVXBMP_GALLERY_SOUND_6
235cdf0e10cSrcweir{
236*e1372f43Smseidel	File = "galsnd6.png";
237cdf0e10cSrcweir};
238cdf0e10cSrcweir
239cdf0e10cSrcweirBitmap RID_SVXBMP_GALLERY_SOUND_7
240cdf0e10cSrcweir{
241*e1372f43Smseidel	File = "galsnd7.png";
242cdf0e10cSrcweir};
243cdf0e10cSrcweir
244cdf0e10cSrcweirImage RID_SVXIMG_GALLERY_VIEW_ICON
245cdf0e10cSrcweir{
246*e1372f43Smseidel	ImageBitmap = Bitmap { File = "galicon.png"; };
247cdf0e10cSrcweir	MASKCOLOR
248cdf0e10cSrcweir};
249cdf0e10cSrcweir
250cdf0e10cSrcweirImage RID_SVXIMG_GALLERY_VIEW_LIST
251cdf0e10cSrcweir{
252*e1372f43Smseidel	ImageBitmap = Bitmap { File = "gallist.png"; };
253cdf0e10cSrcweir	MASKCOLOR
254cdf0e10cSrcweir};
255cdf0e10cSrcweir
256cdf0e10cSrcweirImage RID_SVXIMG_GALLERY_VIEW_ICON_HC
257cdf0e10cSrcweir{
258*e1372f43Smseidel	ImageBitmap = Bitmap { File = "galicon_h.png"; };
259cdf0e10cSrcweir	MASKCOLOR
260cdf0e10cSrcweir};
261cdf0e10cSrcweir
262cdf0e10cSrcweirImage RID_SVXIMG_GALLERY_VIEW_LIST_HC
263cdf0e10cSrcweir{
264*e1372f43Smseidel	ImageBitmap = Bitmap { File = "gallist_h.png"; };
265cdf0e10cSrcweir	MASKCOLOR
266cdf0e10cSrcweir};
267cdf0e10cSrcweir
268cdf0e10cSrcweir
269cdf0e10cSrcweir/******************************************************************************/
270cdf0e10cSrcweir
271cdf0e10cSrcweirMenu RID_SVXMN_GALLERY1
272cdf0e10cSrcweir{
273cdf0e10cSrcweir	ItemList =
274cdf0e10cSrcweir	{
275cdf0e10cSrcweir		MenuItem
276cdf0e10cSrcweir		{
277cdf0e10cSrcweir			Identifier = MN_ACTUALIZE;
278cdf0e10cSrcweir			HelpId = HID_GALLERY_ACTUALIZE;
279cdf0e10cSrcweir			Text [ en-US ] = "Update";
280cdf0e10cSrcweir		};
281cdf0e10cSrcweir		MenuItem
282cdf0e10cSrcweir		{
283cdf0e10cSrcweir			Separator = TRUE ;
284cdf0e10cSrcweir		};
285cdf0e10cSrcweir		MenuItem
286cdf0e10cSrcweir		{
287cdf0e10cSrcweir			Identifier = MN_DELETE ;
288cdf0e10cSrcweir			HelpId = HID_GALLERY_MN_DELETE ;
289cdf0e10cSrcweir			Text [ en-US ] = "~Delete" ;
290cdf0e10cSrcweir		};
291cdf0e10cSrcweir		MenuItem
292cdf0e10cSrcweir		{
293cdf0e10cSrcweir			Identifier = MN_RENAME;
294cdf0e10cSrcweir			HelpId = HID_GALLERY_RENAME;
295cdf0e10cSrcweir			Text [ en-US ] = "~Rename" ;
296cdf0e10cSrcweir		};
297cdf0e10cSrcweir		MenuItem
298cdf0e10cSrcweir		{
299cdf0e10cSrcweir			Separator = TRUE ;
300cdf0e10cSrcweir		};
301cdf0e10cSrcweir		MenuItem
302cdf0e10cSrcweir		{
303cdf0e10cSrcweir			Identifier = MN_ASSIGN_ID;
304cdf0e10cSrcweir			Text [ en-US ] = "Assign ~ID" ;
305cdf0e10cSrcweir		};
306cdf0e10cSrcweir		MenuItem
307cdf0e10cSrcweir		{
308cdf0e10cSrcweir			Separator = TRUE ;
309cdf0e10cSrcweir		};
310cdf0e10cSrcweir		MenuItem
311cdf0e10cSrcweir		{
312cdf0e10cSrcweir			Identifier = MN_PROPERTIES;
313cdf0e10cSrcweir			HelpId = HID_GALLERY_PROPERTIES;
314cdf0e10cSrcweir			Text [ en-US ] = "Propert~ies..." ;
315cdf0e10cSrcweir		};
316cdf0e10cSrcweir	};
317cdf0e10cSrcweir};
318cdf0e10cSrcweir
319cdf0e10cSrcweir/******************************************************************************/
320cdf0e10cSrcweir
321cdf0e10cSrcweirMenu RID_SVXMN_GALLERY2
322cdf0e10cSrcweir{
323cdf0e10cSrcweir	ItemList =
324cdf0e10cSrcweir	{
325cdf0e10cSrcweir		MenuItem
326cdf0e10cSrcweir		{
327cdf0e10cSrcweir			Identifier = MN_ADDMENU ;
328cdf0e10cSrcweir			HelpId = HID_GALLERY_MN_ADDMENU ;
329cdf0e10cSrcweir			Text [ en-US ] = "~Insert" ;
330cdf0e10cSrcweir			SubMenu = Menu
331cdf0e10cSrcweir			{
332cdf0e10cSrcweir				ItemList =
333cdf0e10cSrcweir				{
334cdf0e10cSrcweir					MenuItem
335cdf0e10cSrcweir					{
336cdf0e10cSrcweir						Identifier = MN_ADD ;
337cdf0e10cSrcweir						HelpId = HID_GALLERY_MN_ADD ;
338cdf0e10cSrcweir						Text [ en-US ] = "~Copy" ;
339cdf0e10cSrcweir					};
340cdf0e10cSrcweir					MenuItem
341cdf0e10cSrcweir					{
342cdf0e10cSrcweir						Identifier = MN_ADD_LINK ;
343cdf0e10cSrcweir						HelpId = HID_GALLERY_MN_ADD_LINK ;
344cdf0e10cSrcweir						Text [ en-US ] = "Link" ;
345cdf0e10cSrcweir					};
346cdf0e10cSrcweir					MenuItem
347cdf0e10cSrcweir					{
348cdf0e10cSrcweir						Separator = TRUE ;
349cdf0e10cSrcweir					};
350cdf0e10cSrcweir					MenuItem
351cdf0e10cSrcweir					{
352cdf0e10cSrcweir						Identifier = MN_BACKGROUND ;
353cdf0e10cSrcweir						HelpId = HID_GALLERY_MN_BACKGROUND ;
354cdf0e10cSrcweir						Text [ en-US ] = "Bac~kground" ;
355cdf0e10cSrcweir					};
356cdf0e10cSrcweir				};
357cdf0e10cSrcweir			};
358cdf0e10cSrcweir		};
359cdf0e10cSrcweir		MenuItem
360cdf0e10cSrcweir		{
361cdf0e10cSrcweir			Separator = TRUE ;
362cdf0e10cSrcweir		};
363cdf0e10cSrcweir		MenuItem
364cdf0e10cSrcweir		{
365cdf0e10cSrcweir			Identifier = MN_PREVIEW ;
366cdf0e10cSrcweir			HelpId = HID_GALLERY_MN_PREVIEW ;
367cdf0e10cSrcweir			Text [ en-US ] = "~Preview" ;
368cdf0e10cSrcweir		};
369cdf0e10cSrcweir		MenuItem
370cdf0e10cSrcweir		{
371cdf0e10cSrcweir			Separator = TRUE ;
372cdf0e10cSrcweir		};
373cdf0e10cSrcweir		MenuItem
374cdf0e10cSrcweir		{
375cdf0e10cSrcweir			Identifier = MN_TITLE ;
376cdf0e10cSrcweir			HelpId = HID_GALLERY_TITLE;
377cdf0e10cSrcweir			Text [ en-US ] = "~Title" ;
378cdf0e10cSrcweir		};
379cdf0e10cSrcweir		MenuItem
380cdf0e10cSrcweir		{
381cdf0e10cSrcweir			Separator = TRUE ;
382cdf0e10cSrcweir		};
383cdf0e10cSrcweir		MenuItem
384cdf0e10cSrcweir		{
385cdf0e10cSrcweir			Identifier = MN_DELETE ;
386cdf0e10cSrcweir			HelpId = HID_GALLERY_MN_DELETE ;
387cdf0e10cSrcweir			Text [ en-US ] = "~Delete" ;
388cdf0e10cSrcweir		};
389cdf0e10cSrcweir		MenuItem
390cdf0e10cSrcweir		{
391cdf0e10cSrcweir			Separator = TRUE ;
392cdf0e10cSrcweir		};
393cdf0e10cSrcweir		MenuItem
394cdf0e10cSrcweir		{
395cdf0e10cSrcweir			Identifier = MN_COPYCLIPBOARD;
396cdf0e10cSrcweir			HelpId = HID_GALLERY_MN_COPYCLIPBOARD;
397cdf0e10cSrcweir			Text [ en-US ] = "~Copy" ;
398cdf0e10cSrcweir		};
399cdf0e10cSrcweir		MenuItem
400cdf0e10cSrcweir		{
401cdf0e10cSrcweir			Identifier = MN_PASTECLIPBOARD;
402cdf0e10cSrcweir			HelpId = HID_GALLERY_MN_PASTECLIPBOARD;
403cdf0e10cSrcweir			Text [ en-US ] = "~Insert" ;
404cdf0e10cSrcweir		};
405cdf0e10cSrcweir	};
406cdf0e10cSrcweir};
407cdf0e10cSrcweir
408