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