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