bump product version to 5.0.4.1
[LibreOffice.git] / sd / source / ui / animations / CustomAnimation.src
blobb6b222be8c22a531a47162b1e5957bff4397f47a
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 "CustomAnimation.hrc"
22 Menu RID_EFFECT_CONTEXTMENU
24     ItemList =
25     {
26         MenuItem
27         {
28             Identifier = CM_WITH_CLICK ;
29             Text [ en-US ] = "Start On ~Click" ;
30         };
31         MenuItem
32         {
33             Identifier = CM_WITH_PREVIOUS ;
34             Text [ en-US ] = "Start ~With Previous" ;
35         };
36         MenuItem
37         {
38             Identifier = CM_AFTER_PREVIOUS;
39             Text [ en-US ] = "Start ~After Previous" ;
40         };
41         MenuItem
42         {
43             Separator = TRUE ;
44         };
45         MenuItem
46         {
47             Identifier = CM_OPTIONS;
48             Text [ en-US ] = "~Effect Options..." ;
49         };
50         MenuItem
51         {
52             Identifier = CM_DURATION;
53             Text [ en-US ] = "~Timing..." ;
54         };
55         MenuItem
56         {
57             Identifier = CM_REMOVE;
58             Text [ en-US ] = "~Remove" ;
59         };
60     };
63 Menu RID_CUSTOMANIMATION_FONTSIZE_POPUP
65     ItemList =
66     {
67         MenuItem
68         {
69             Identifier = CM_SIZE_25 ;
70             Text [ en-US ] = "Tiny" ;
71         };
72         MenuItem
73         {
74             Identifier = CM_SIZE_50 ;
75             Text [ en-US ] = "Smaller" ;
76         };
77         MenuItem
78         {
79             Identifier = CM_SIZE_150 ;
80             Text [ en-US ] = "Larger" ;
81         };
82         MenuItem
83         {
84             Identifier = CM_SIZE_400 ;
85             Text [ en-US ] = "Extra large" ;
86         };
87     };
90 Menu RID_CUSTOMANIMATION_SCALE_POPUP
92     ItemList =
93     {
94         MenuItem
95         {
96             Identifier = CM_SIZE_25 ;
97             Text [ en-US ] = "Tiny" ;
98         };
99         MenuItem
100         {
101             Identifier = CM_SIZE_50 ;
102             Text [ en-US ] = "Smaller" ;
103         };
104         MenuItem
105         {
106             Identifier = CM_SIZE_150 ;
107             Text [ en-US ] = "Larger" ;
108         };
109         MenuItem
110         {
111             Identifier = CM_SIZE_400 ;
112             Text [ en-US ] = "Extra large" ;
113         };
114         MenuItem
115         {
116             Separator = TRUE ;
117         };
118         MenuItem
119         {
120             Identifier = CM_HORIZONTAL  ;
121             Text [ en-US ] = "Horizontal" ;
123         };
124         MenuItem
125         {
126             Identifier = CM_VERTICAL ;
127             Text [ en-US ] = "Vertical" ;
129         };
130         MenuItem
131         {
132             Identifier = CM_BOTH ;
133             Text [ en-US ] = "Both" ;
135         };
136     };
139 Menu RID_CUSTOMANIMATION_ROTATION_POPUP
141     ItemList =
142     {
143         MenuItem
144         {
145             Identifier = CM_QUARTER_SPIN ;
146             Text [ en-US ] = "Quarter spin" ;
147         };
148         MenuItem
149         {
150             Identifier = CM_HALF_SPIN ;
151             Text [ en-US ] = "Half spin" ;
152         };
153         MenuItem
154         {
155             Identifier = CM_FULL_SPIN;
156             Text [ en-US ] = "Full spin" ;
157         };
158         MenuItem
159         {
160             Identifier = CM_TWO_SPINS;
161             Text [ en-US ] = "Two spins" ;
162         };
163         MenuItem
164         {
165             Separator = TRUE ;
166         };
167         MenuItem
168         {
169             Identifier = CM_CLOCKWISE;
170             Text [ en-US ] = "Clockwise" ;
171         };
172         MenuItem
173         {
174             Identifier = CM_COUNTERCLOCKWISE;
175             Text [ en-US ] = "Counter-clockwise" ;
176         };
177     };
180 Menu RID_CUSTOMANIMATION_FONTSTYLE_POPUP
182     ItemList =
183     {
184         MenuItem
185         {
186             Identifier = CM_BOLD ;
187             Text [ en-US ] = "Bold" ;
188         };
189         MenuItem
190         {
191             Identifier = CM_ITALIC ;
192             Text [ en-US ] = "Italic" ;
193         };
194         MenuItem
195         {
196             Identifier = CM_UNDERLINED ;
197             Text [ en-US ] = "Underlined" ;
198         };
199     };
202 String STR_CUSTOMANIMATION_DURATION_VERY_SLOW
204     Text [ en-US ] = "Very slow";
207 String STR_CUSTOMANIMATION_DURATION_SLOW
209     Text [ en-US ] = "Slow";
212 String STR_CUSTOMANIMATION_DURATION_NORMAL
214     Text [ en-US ] = "Medium";
217 String STR_CUSTOMANIMATION_DURATION_FAST
219     Text [ en-US ] = "Fast";
222 String STR_CUSTOMANIMATION_DURATION_VERY_FAST
224     Text [ en-US ] = "Very fast";
227 String STR_CUSTOMANIMATION_REPEAT_NONE
229     Text [ en-US ] = "none";
232 String STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK
234     Text [ en-US ] = "Until next click";
237 String STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE
239     Text [ en-US ] = "Until end of slide";
242 String STR_CUSTOMANIMATION_DIRECTION_PROPERTY
244     Text [ en-US ] = "Direction";
247 String STR_CUSTOMANIMATION_ZOOM_PROPERTY
249     Text [ en-US ] = "Zoom";
252 String STR_CUSTOMANIMATION_SPOKES_PROPERTY
254     Text [ en-US ] = "Spokes";
257 String STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY
259     Text [ en-US ] = "First color";
262 String STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY
264     Text [ en-US ] = "Second color";
267 String STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY
269     Text [ en-US ] = "Fill color";
272 String STR_CUSTOMANIMATION_STYLE_PROPERTY
274     Text [ en-US ] = "Style";
277 String STR_CUSTOMANIMATION_FONT_PROPERTY
279     Text [ en-US ] = "Font";
282 String STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY
284     Text [ en-US ] = "Font color";
287 String STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY
289     Text [ en-US ] = "Style";
292 String STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY
294     Text [ en-US ] = "Typeface";
297 String STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY
299     Text [ en-US ] = "Line color";
302 String STR_CUSTOMANIMATION_SIZE_PROPERTY
304     Text [ en-US ] = "Font size";
307 String STR_CUSTOMANIMATION_SCALE_PROPERTY
309     Text [ en-US ] = "Size";
312 String STR_CUSTOMANIMATION_AMOUNT_PROPERTY
314     Text [ en-US ] = "Amount";
317 String STR_CUSTOMANIMATION_COLOR_PROPERTY
319     Text [ en-US ] = "Color";
322 String STR_CUSTOMANIMATION_NO_SOUND
324     Text [ en-US ] = "(No sound)";
327 String STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND
329     Text [ en-US ] = "(Stop previous sound)";
332 String STR_CUSTOMANIMATION_BROWSE_SOUND
334     Text [ en-US ] = "Other sound...";
337 String STR_CUSTOMANIMATION_SAMPLE
339     Text [ en-US ] = "Sample";
342 String STR_CUSTOMANIMATION_1_SPOKES
344     Text [ en-US ] = "1 Spoke";
347 String STR_CUSTOMANIMATION_2_SPOKES
349     Text [ en-US ] = "2 Spokes";
352 String STR_CUSTOMANIMATION_3_SPOKES
354     Text [ en-US ] = "3 Spokes";
357 String STR_CUSTOMANIMATION_4_SPOKES
359     Text [ en-US ] = "4 Spokes";
362 String STR_CUSTOMANIMATION_8_SPOKES
364     Text [ en-US ] = "8 Spokes";
367 String STR_CUSTOMANIMATION_INSTANT
369     Text [ en-US ] = "Instant";
372 String STR_CUSTOMANIMATION_GRADUAL
374     Text [ en-US ] = "Gradual";
377 String STR_CUSTOMANIMATION_TRIGGER
379     Text [ en-US ] = "Trigger";
382 String STR_CUSTOMANIMATION_LIST_HELPTEXT
384     Text [ en-US ] = "First select the slide element and then click 'Add...' to add an animation effect.";
387 String STR_CUSTOMANIMATION_USERPATH
389     Text [ en-US ] = "User paths";
392 String STR_SLIDETRANSITION_NONE
394     Text [ en-US ] = "No transition";
397 Image IMG_CUSTOMANIMATION_ON_CLICK
399     ImageBitmap = Bitmap { File = "click_16.png" ; };
402 Image IMG_CUSTOMANIMATION_AFTER_PREVIOUS
404     ImageBitmap = Bitmap { File = "time_16.png" ; };
407 Image IMG_CUSTOMANIMATION_ENTRANCE_EFFECT
409     ImageBitmap = Bitmap { File = "effect_16.png" ; };
412 Image IMG_CUSTOMANIMATION_EMPHASIS_EFFECT
414     ImageBitmap = Bitmap { File = "effectshape_16.png" ; };
417 Image IMG_CUSTOMANIMATION_EXIT_EFFECT
419     ImageBitmap = Bitmap { File = "effectfade_16.png" ; };
422 Image IMG_CUSTOMANIMATION_MOTION_PATH
424     ImageBitmap = Bitmap { File = "effectpath_16.png" ; };
427 Image IMG_CUSTOMANIMATION_OLE
429     ImageBitmap = Bitmap { File = "effectole_16.png"; } ;
432 Image IMG_CUSTOMANIMATION_MEDIA_PLAY
434     ImageBitmap = Bitmap { File = "playblue_16.png"; } ;
437 Image IMG_CUSTOMANIMATION_MEDIA_PAUSE
439     ImageBitmap = Bitmap { File = "breakplayingblue_16.png"; } ;
442 Image IMG_CUSTOMANIMATION_MEDIA_STOP
444     ImageBitmap = Bitmap { File = "stopplayingblue_16.png"; } ;
447 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */