summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/gallery.src
blob: abd82ce5b1401ef54df02f85cabdf3b281640c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include <sfx2/sfxsids.hrc>
#include "helpid.hrc"
#include "gallery.hrc"

String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
{
    Text [ en-US ] = "Update";
};
String RID_SVXSTR_GALLERY_FOPENERROR
{
    Text [ en-US ] = "This file cannot be opened" ;
};
String RID_SVXSTR_GALLERY_NOTHEME
{
    Text [ en-US ] = "Invalid Theme Name!" ;
};
String RID_SVXSTR_EXTFORMAT1_SYS
{
    Text = "wav" ;
};
String RID_SVXSTR_EXTFORMAT1_UI
{
    Text [ en-US ] = "Wave - Sound File" ;
};
String RID_SVXSTR_EXTFORMAT2_SYS
{
    Text = "aif" ;
};
String RID_SVXSTR_EXTFORMAT2_UI
{
    Text [ en-US ] = "Audio Interchange File Format" ;
};
String RID_SVXSTR_EXTFORMAT3_SYS
{
    Text = "au" ;
};
String RID_SVXSTR_EXTFORMAT3_UI
{
    Text [ en-US ] = "AU - Sound File" ;
};
String RID_SVXSTR_GALLERY_FILTER
{
    Text [ en-US ] = "Graphics filter" ;
};
String RID_SVXSTR_GALLERY_LENGTH
{
    Text [ en-US ] = "Length:" ;
};
String RID_SVXSTR_GALLERY_SIZE
{
    Text [ en-US ] = "Size:" ;
};
String RID_SVXSTR_GALLERY_DELETEDD
{
    Text [ en-US ] = "Do you want to delete the linked file?" ;
};
String RID_SVXSTR_GALLERY_SGIERROR
{
    Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path? " ;
};
String RID_SVXSTR_GALLERY_NEWTHEME
{
    Text [ en-US ] = "New Theme" ;
};
String RID_SVXSTR_GALLERY_BROWSER
{
    Text [ en-US ] = "~Organizer..." ;
};
String RID_SVXSTR_GALLERY_THEMEERR
{
    Text [ en-US ] = "This theme name already exists.\nPlease choose a different one." ;
};
String RID_SVXSTR_GALLERY_IMPORTTHEME
{
    Text [ en-US ] = "I~mport..." ;
};
String RID_SVXSTR_GALLERY_CREATETHEME
{
    Text [ en-US ] = "New Theme..." ;
};
String RID_SVXSTR_GALLERY_DIALOGID
{
    Text [ en-US ] = "Assign ID" ;
};
String RID_SVXSTR_GALLERY_TITLE
{
    Text [ en-US ] = "Title" ;
};
String RID_SVXSTR_GALLERY_PATH
{
    Text [ en-US ] = "Path" ;
};
String RID_SVXSTR_GALLERY_ICONVIEW
{
    Text [ en-US ] = "Icon View";
};
String RID_SVXSTR_GALLERY_LISTVIEW
{
    Text [ en-US ] = "Detailed View";
};

Bitmap RID_SVXBMP_GALLERY
{
    File = "lx03135.png" ;
};

Bitmap RID_SVXBMP_THEME_NORMAL
{
    File = "galnors.png" ;
};

Bitmap RID_SVXBMP_THEME_READONLY
{
    File = "galrdos.png" ;
};

Bitmap RID_SVXBMP_THEME_DEFAULT
{
    File = "galdefs.png" ;
};

Bitmap RID_SVXBMP_GALLERY_MEDIA
{
    File = "galmedia.png";
};

Bitmap RID_SVXBMP_GALLERY_SOUND_1
{
    File = "galsnd1.png";
};

Bitmap RID_SVXBMP_GALLERY_SOUND_2
{
    File = "galsnd2.png";
};

Bitmap RID_SVXBMP_GALLERY_SOUND_3
{
    File = "galsnd3.png";
};

Bitmap RID_SVXBMP_GALLERY_SOUND_4
{
    File = "galsnd4.png";
};

Bitmap RID_SVXBMP_GALLERY_SOUND_5
{
    File = "galsnd5.png";
};

Bitmap RID_SVXBMP_GALLERY_SOUND_6
{
    File = "galsnd6.png";
};

Bitmap RID_SVXBMP_GALLERY_SOUND_7
{
    File = "galsnd7.png";
};

Image RID_SVXIMG_GALLERY_VIEW_ICON
{
    ImageBitmap = Bitmap { File = "galicon.png"; };
};

Image RID_SVXIMG_GALLERY_VIEW_LIST
{
    ImageBitmap = Bitmap { File = "gallist.png"; };
};

Menu RID_SVXMN_GALLERY1
{
    ItemList =
    {
        MenuItem
        {
            Identifier = MN_ACTUALIZE;
            HelpId = HID_GALLERY_ACTUALIZE;
            Text [ en-US ] = "Update";
        };
        MenuItem
        {
            Separator = TRUE ;
        };
        MenuItem
        {
            Identifier = MN_DELETE ;
            HelpId = HID_GALLERY_MN_DELETE ;
            Text [ en-US ] = "~Delete" ;
        };
        MenuItem
        {
            Identifier = MN_RENAME;
            HelpId = HID_GALLERY_RENAME;
            Text [ en-US ] = "~Rename" ;
        };
        MenuItem
        {
            Separator = TRUE ;
        };
        MenuItem
        {
            Identifier = MN_ASSIGN_ID;
            Text [ en-US ] = "Assign ~ID" ;
        };
        MenuItem
        {
            Separator = TRUE ;
        };
        MenuItem
        {
            Identifier = MN_PROPERTIES;
            HelpId = HID_GALLERY_PROPERTIES;
            Text [ en-US ] = "Propert~ies..." ;
        };
    };
};

Menu RID_SVXMN_GALLERY2
{
    ItemList =
    {
        MenuItem
        {
            Identifier = MN_ADD ;
            HelpId = HID_GALLERY_MN_ADD ;
            Text [ en-US ] = "~Insert" ;
        };
        MenuItem
        {
            Identifier = MN_BACKGROUND ;
            HelpId = HID_GALLERY_MN_BACKGROUND ;
            Text [ en-US ] = "Insert as Bac~kground" ;
        };
        MenuItem
        {
            Separator = TRUE ;
        };
        MenuItem
        {
            Identifier = MN_PREVIEW ;
            HelpId = HID_GALLERY_MN_PREVIEW ;
            Text [ en-US ] = "~Preview" ;
        };
        MenuItem
        {
            Separator = TRUE ;
        };
        MenuItem
        {
            Identifier = MN_TITLE ;
            HelpId = HID_GALLERY_TITLE;
            Text [ en-US ] = "~Title" ;
        };
        MenuItem
        {
            Separator = TRUE ;
        };
        MenuItem
        {
            Identifier = MN_DELETE ;
            HelpId = HID_GALLERY_MN_DELETE ;
            Text [ en-US ] = "~Delete" ;
        };
        MenuItem
        {
            Separator = TRUE ;
        };
        MenuItem
        {
            Identifier = MN_COPYCLIPBOARD;
            HelpId = HID_GALLERY_MN_COPYCLIPBOARD;
            Text [ en-US ] = "~Copy" ;
        };
        MenuItem
        {
            Identifier = MN_PASTECLIPBOARD;
            HelpId = HID_GALLERY_MN_PASTECLIPBOARD;
            Text [ en-US ] = "~Insert" ;
        };
    };
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */