bump product version to 5.0.4.1
[LibreOffice.git] / svx / source / gallery2 / gallery.src
blobb3ef1d2c08254c51aca393480230fd65c94f8d19
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <sfx2/sfxsids.hrc>
21 #include "helpid.hrc"
22 #include "gallery.hrc"
24 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
26 String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
28     Text [ en-US ] = "Update";
30 String RID_SVXSTR_GALLERY_FOPENERROR
32     Text [ en-US ] = "This file cannot be opened" ;
34 String RID_SVXSTR_GALLERY_NOTHEME
36     Text [ en-US ] = "Invalid Theme Name!" ;
38 String RID_SVXSTR_EXTFORMAT1_SYS
40     Text = "wav" ;
42 String RID_SVXSTR_EXTFORMAT1_UI
44     Text [ en-US ] = "Wave - Sound File" ;
46 String RID_SVXSTR_EXTFORMAT2_SYS
48     Text = "aif" ;
50 String RID_SVXSTR_EXTFORMAT2_UI
52     Text [ en-US ] = "Audio Interchange File Format" ;
54 String RID_SVXSTR_EXTFORMAT3_SYS
56     Text = "au" ;
58 String RID_SVXSTR_EXTFORMAT3_UI
60     Text [ en-US ] = "AU - Sound File" ;
62 String RID_SVXSTR_GALLERY_FILTER
64     Text [ en-US ] = "Graphics filter" ;
66 String RID_SVXSTR_GALLERY_LENGTH
68     Text [ en-US ] = "Length:" ;
70 String RID_SVXSTR_GALLERY_SIZE
72     Text [ en-US ] = "Size:" ;
74 String RID_SVXSTR_GALLERY_DELETEDD
76     Text [ en-US ] = "Do you want to delete the linked file?" ;
78 String RID_SVXSTR_GALLERY_SGIERROR
80     Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path? " ;
82 String RID_SVXSTR_GALLERY_NEWTHEME
84     Text [ en-US ] = "New Theme" ;
86 String RID_SVXSTR_GALLERY_BROWSER
88     Text [ en-US ] = "~Organizer..." ;
90 String RID_SVXSTR_GALLERY_THEMEERR
92     Text [ en-US ] = "This theme name already exists.\nPlease choose a different one." ;
94 String RID_SVXSTR_GALLERY_IMPORTTHEME
96     Text [ en-US ] = "I~mport..." ;
98 String RID_SVXSTR_GALLERY_CREATETHEME
100     Text [ en-US ] = "New Theme..." ;
102 String RID_SVXSTR_GALLERY_DIALOGID
104     Text [ en-US ] = "Assign ID" ;
106 String RID_SVXSTR_GALLERY_TITLE
108     Text [ en-US ] = "Title" ;
110 String RID_SVXSTR_GALLERY_PATH
112     Text [ en-US ] = "Path" ;
114 String RID_SVXSTR_GALLERY_ICONVIEW
116     Text [ en-US ] = "Icon View";
118 String RID_SVXSTR_GALLERY_LISTVIEW
120     Text [ en-US ] = "Detailed View";
123 Bitmap RID_SVXBMP_GALLERY
125     File = "lx03135.bmp" ;
128 Bitmap RID_SVXBMP_THEME_NORMAL
130     File = "galnors.bmp" ;
133 Bitmap RID_SVXBMP_THEME_READONLY
135     File = "galrdos.bmp" ;
138 Bitmap RID_SVXBMP_THEME_DEFAULT
140     File = "galdefs.bmp" ;
143 Bitmap RID_SVXBMP_GALLERY_MEDIA
145     File = "galmedia.bmp";
148 Bitmap RID_SVXBMP_GALLERY_SOUND_1
150     File = "galsnd1.bmp";
153 Bitmap RID_SVXBMP_GALLERY_SOUND_2
155     File = "galsnd2.bmp";
158 Bitmap RID_SVXBMP_GALLERY_SOUND_3
160     File = "galsnd3.bmp";
163 Bitmap RID_SVXBMP_GALLERY_SOUND_4
165     File = "galsnd4.bmp";
168 Bitmap RID_SVXBMP_GALLERY_SOUND_5
170     File = "galsnd5.bmp";
173 Bitmap RID_SVXBMP_GALLERY_SOUND_6
175     File = "galsnd6.bmp";
178 Bitmap RID_SVXBMP_GALLERY_SOUND_7
180     File = "galsnd7.bmp";
183 Image RID_SVXIMG_GALLERY_VIEW_ICON
185     ImageBitmap = Bitmap { File = "galicon.bmp"; };
186     MASKCOLOR
189 Image RID_SVXIMG_GALLERY_VIEW_LIST
191     ImageBitmap = Bitmap { File = "gallist.bmp"; };
192     MASKCOLOR
195 Menu RID_SVXMN_GALLERY1
197     ItemList =
198     {
199         MenuItem
200         {
201             Identifier = MN_ACTUALIZE;
202             HelpId = HID_GALLERY_ACTUALIZE;
203             Text [ en-US ] = "Update";
204         };
205         MenuItem
206         {
207             Separator = TRUE ;
208         };
209         MenuItem
210         {
211             Identifier = MN_DELETE ;
212             HelpId = HID_GALLERY_MN_DELETE ;
213             Text [ en-US ] = "~Delete" ;
214         };
215         MenuItem
216         {
217             Identifier = MN_RENAME;
218             HelpId = HID_GALLERY_RENAME;
219             Text [ en-US ] = "~Rename" ;
220         };
221         MenuItem
222         {
223             Separator = TRUE ;
224         };
225         MenuItem
226         {
227             Identifier = MN_ASSIGN_ID;
228             Text [ en-US ] = "Assign ~ID" ;
229         };
230         MenuItem
231         {
232             Separator = TRUE ;
233         };
234         MenuItem
235         {
236             Identifier = MN_PROPERTIES;
237             HelpId = HID_GALLERY_PROPERTIES;
238             Text [ en-US ] = "Propert~ies..." ;
239         };
240     };
243 Menu RID_SVXMN_GALLERY2
245     ItemList =
246     {
247         MenuItem
248         {
249             Identifier = MN_ADD ;
250             HelpId = HID_GALLERY_MN_ADD ;
251             Text [ en-US ] = "~Insert" ;
252         };
253         MenuItem
254         {
255             Identifier = MN_BACKGROUND ;
256             HelpId = HID_GALLERY_MN_BACKGROUND ;
257             Text [ en-US ] = "Insert as Bac~kground" ;
258         };
259         MenuItem
260         {
261             Separator = TRUE ;
262         };
263         MenuItem
264         {
265             Identifier = MN_PREVIEW ;
266             HelpId = HID_GALLERY_MN_PREVIEW ;
267             Text [ en-US ] = "~Preview" ;
268         };
269         MenuItem
270         {
271             Separator = TRUE ;
272         };
273         MenuItem
274         {
275             Identifier = MN_TITLE ;
276             HelpId = HID_GALLERY_TITLE;
277             Text [ en-US ] = "~Title" ;
278         };
279         MenuItem
280         {
281             Separator = TRUE ;
282         };
283         MenuItem
284         {
285             Identifier = MN_DELETE ;
286             HelpId = HID_GALLERY_MN_DELETE ;
287             Text [ en-US ] = "~Delete" ;
288         };
289         MenuItem
290         {
291             Separator = TRUE ;
292         };
293         MenuItem
294         {
295             Identifier = MN_COPYCLIPBOARD;
296             HelpId = HID_GALLERY_MN_COPYCLIPBOARD;
297             Text [ en-US ] = "~Copy" ;
298         };
299         MenuItem
300         {
301             Identifier = MN_PASTECLIPBOARD;
302             HelpId = HID_GALLERY_MN_PASTECLIPBOARD;
303             Text [ en-US ] = "~Insert" ;
304         };
305     };
308 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */