Update ooo320-m1
[ooovba.git] / sd / source / ui / animations / CustomAnimation.src
blob80d9d8f51188bfe5d884b7f3380e7d90be178750
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: CustomAnimation.src,v $
10  * $Revision: 1.6 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "CustomAnimation.hrc"
33 Menu RID_EFFECT_CONTEXTMENU
35     ItemList =
36     {
37         MenuItem
38         {
39             Identifier = CM_WITH_CLICK ;
40             Text [ en-US ] = "Start On ~Click" ;
41         };
42         MenuItem
43         {
44             Identifier = CM_WITH_PREVIOUS ;
45             Text [ en-US ] = "Start ~With Previous" ;
46         };
47         MenuItem
48         {
49             Identifier = CM_AFTER_PREVIOUS;
50             Text [ en-US ] = "Start ~After Previous" ;
51         };
52         MenuItem
53         {
54             Separator = TRUE ;
55         };
56         MenuItem
57         {
58             Identifier = CM_OPTIONS;
59             Text [ en-US ] = "~Effect Options..." ;
60         };
61         MenuItem
62         {
63             Identifier = CM_DURATION;
64             Text [ en-US ] = "~Timing..." ;
65         };
66         MenuItem
67         {
68             Identifier = CM_REMOVE;
69             Text [ en-US ] = "~Remove" ;
70         };        
71     };
74 Menu RID_CUSTOMANIMATION_FONTSIZE_POPUP
76     ItemList =
77     {
78         MenuItem
79         {
80             Identifier = CM_SIZE_25 ;
81             Text [ en-US ] = "Tiny" ;
82         };
83         MenuItem
84         {
85             Identifier = CM_SIZE_50 ;
86             Text [ en-US ] = "Smaller" ;
87         };                      
88         MenuItem
89         {
90             Identifier = CM_SIZE_150 ;
91             Text [ en-US ] = "Larger" ;
92         };                      
93         MenuItem
94         {
95             Identifier = CM_SIZE_400 ;
96             Text [ en-US ] = "Extra large" ;
97         };                      
98     };
101 Menu RID_CUSTOMANIMATION_SCALE_POPUP
103     ItemList =
104     {
105         MenuItem
106         {
107             Identifier = CM_SIZE_25 ;
108             Text [ en-US ] = "Tiny" ;
109         };
110         MenuItem
111         {
112             Identifier = CM_SIZE_50 ;
113             Text [ en-US ] = "Smaller" ;
114         };                      
115         MenuItem
116         {
117             Identifier = CM_SIZE_150 ;
118             Text [ en-US ] = "Larger" ;
119         };                      
120         MenuItem
121         {
122             Identifier = CM_SIZE_400 ;
123             Text [ en-US ] = "Extra large" ;
124         };
125         MenuItem
126         {
127             Separator = TRUE ;
128         };        
129         MenuItem
130         {
131             Identifier = CM_HORIZONTAL  ;
132             Text [ en-US ] = "Horizontal" ;
134         };
135         MenuItem
136         {
137             Identifier = CM_VERTICAL ;
138             Text [ en-US ] = "Vertical" ;
140         };
141         MenuItem
142         {
143             Identifier = CM_BOTH ;
144             Text [ en-US ] = "Both" ;
146         };
147     };
149             
150 Menu RID_CUSTOMANIMATION_ROTATION_POPUP
152     ItemList =
153     {
154         MenuItem
155         {
156             Identifier = CM_QUARTER_SPIN ;
157             Text [ en-US ] = "Quarter spin" ;
158         };
159         MenuItem
160         {
161             Identifier = CM_HALF_SPIN ;
162             Text [ en-US ] = "Half spin" ;
163         };
164         MenuItem
165         {
166             Identifier = CM_FULL_SPIN;
167             Text [ en-US ] = "Full spin" ;
168         };
169         MenuItem
170         {
171             Identifier = CM_TWO_SPINS;
172             Text [ en-US ] = "Two spins" ;
173         };
174         MenuItem
175         {
176             Separator = TRUE ;
177         };
178         MenuItem
179         {
180             Identifier = CM_CLOCKWISE;
181             Text [ en-US ] = "Clockwise" ;
182         };
183         MenuItem
184         {
185             Identifier = CM_COUNTERCLOCKWISE;
186             Text [ en-US ] = "Counter-clockwise" ;
187         };        
188     };
191 Menu RID_CUSTOMANIMATION_FONTSTYLE_POPUP
193     ItemList =
194     {
195         MenuItem
196         {
197             Identifier = CM_BOLD ;
198             Text [ en-US ] = "Bold" ;
199         };
200         MenuItem
201         {
202             Identifier = CM_ITALIC ;
203             Text [ en-US ] = "Italic" ;
204         };
205         MenuItem
206         {
207             Identifier = CM_UNDERLINED ;
208             Text [ en-US ] = "Underlinded" ;
209         };
210     };
213 String STR_CUSTOMANIMATION_DURATION_VERY_SLOW
215     Text [ en-US ] = "Very slow";
218 String STR_CUSTOMANIMATION_DURATION_SLOW
220     Text [ en-US ] = "Slow";
223 String STR_CUSTOMANIMATION_DURATION_NORMAL
225     Text [ en-US ] = "Medium";
228 String STR_CUSTOMANIMATION_DURATION_FAST
230     Text [ en-US ] = "Fast";
233 String STR_CUSTOMANIMATION_DURATION_VERY_FAST
235     Text [ en-US ] = "Very fast";
238 String STR_CUSTOMANIMATION_REPEAT_NONE
240     Text [ en-US ] = "none";
243 String STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK
245     Text [ en-US ] = "Until next click";
248 String STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE
250     Text [ en-US ] = "Until end of slide";
253 String STR_CUSTOMANIMATION_DIRECTION_PROPERTY
255     Text [ en-US ] = "Direction";
258 String STR_CUSTOMANIMATION_ZOOM_PROPERTY
260     Text [ en-US ] = "Zoom";
263 String STR_CUSTOMANIMATION_SPOKES_PROPERTY
265     Text [ en-US ] = "Spokes";
268 String STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY
270     Text [ en-US ] = "First color";
273 String STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY
275     Text [ en-US ] = "Second color";
278 String STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY
280     Text [ en-US ] = "Fill color";
283 String STR_CUSTOMANIMATION_STYLE_PROPERTY
285     Text [ en-US ] = "Style";
288 String STR_CUSTOMANIMATION_FONT_PROPERTY
290     Text [ en-US ] = "Font";
293 String STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY
295     Text [ en-US ] = "Font color";
298 String STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY
300     Text [ en-US ] = "Style";
303 String STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY
305     Text [ en-US ] = "Typeface";
308 String STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY
310     Text [ en-US ] = "Line color";
313 String STR_CUSTOMANIMATION_SIZE_PROPERTY
315     Text [ en-US ] = "Font size";
318 String STR_CUSTOMANIMATION_SCALE_PROPERTY
320     Text [ en-US ] = "Size";
323 String STR_CUSTOMANIMATION_AMOUNT_PROPERTY
325     Text [ en-US ] = "Amount";
328 String STR_CUSTOMANIMATION_COLOR_PROPERTY
330     Text [ en-US ] = "Color";
333 String STR_CUSTOMANIMATION_NO_SOUND
335     Text [ en-US ] = "(No sound)";
338 String STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND
340     Text [ en-US ] = "(Stop previous sound)";
343 String STR_CUSTOMANIMATION_BROWSE_SOUND
345     Text [ en-US ] = "Other sound...";
348 String STR_CUSTOMANIMATION_SAMPLE
350     Text [ en-US ] = "Sample";
353 String STR_CUSTOMANIMATION_1_SPOKES
355     Text [ en-US ] = "1 Spoke";
358 String STR_CUSTOMANIMATION_2_SPOKES
360     Text [ en-US ] = "2 Spokes";
363 String STR_CUSTOMANIMATION_3_SPOKES
365     Text [ en-US ] = "3 Spokes";
368 String STR_CUSTOMANIMATION_4_SPOKES
370     Text [ en-US ] = "4 Spokes";
373 String STR_CUSTOMANIMATION_8_SPOKES
375     Text [ en-US ] = "8 Spokes";
378 String STR_CUSTOMANIMATION_INSTANT
380     Text [ en-US ] = "Instant";
383 String STR_CUSTOMANIMATION_GRADUAL
385     Text [ en-US ] = "Gradual";
388 String STR_CUSTOMANIMATION_TRIGGER
390     Text [ en-US ] = "Trigger";
393 String STR_CUSTOMANIMATION_LIST_HELPTEXT
395     Text [ en-US ] = "First select the slide element and then click 'Add...' to add an animation effect.";
398 Image IMG_CUSTOMANIMATION_ON_CLICK
400     ImageBitmap = Bitmap { File = "click_16.png" ; };
403 Image IMG_CUSTOMANIMATION_ON_CLICK_H
405     ImageBitmap = Bitmap { File = "click_16_h.png" ; };
408 Image IMG_CUSTOMANIMATION_AFTER_PREVIOUS
410     ImageBitmap = Bitmap { File = "time_16.png" ; };
413 Image IMG_CUSTOMANIMATION_AFTER_PREVIOUS_H
415     ImageBitmap = Bitmap { File = "time_16_h.png" ; };
418 Image IMG_CUSTOMANIMATION_ENTRANCE_EFFECT
420     ImageBitmap = Bitmap { File = "effect_16.png" ; };
423 Image IMG_CUSTOMANIMATION_ENTRANCE_EFFECT_H
425     ImageBitmap = Bitmap { File = "effect_16_h.png" ; };
428 Image IMG_CUSTOMANIMATION_EMPHASIS_EFFECT
430     ImageBitmap = Bitmap { File = "effectshape_16.png" ; };
433 Image IMG_CUSTOMANIMATION_EMPHASIS_EFFECT_H
435     ImageBitmap = Bitmap { File = "effectshape_16_h.png" ; };
438 Image IMG_CUSTOMANIMATION_EXIT_EFFECT
440     ImageBitmap = Bitmap { File = "effectfade_16.png" ; };
443 Image IMG_CUSTOMANIMATION_EXIT_EFFECT_H
445     ImageBitmap = Bitmap { File = "effectfade_16_h.png" ; };
448 Image IMG_CUSTOMANIMATION_MOTION_PATH
450     ImageBitmap = Bitmap { File = "effectpath_16.png" ; };
453 Image IMG_CUSTOMANIMATION_MOTION_PATH_H
455     ImageBitmap = Bitmap { File = "effectpath_16_h.png" ; };
458 Image IMG_CUSTOMANIMATION_OLE
460     ImageBitmap = Bitmap { File = "effectole_16.png"; } ;
463 Image IMG_CUSTOMANIMATION_OLE_H
465     ImageBitmap = Bitmap { File = "effectole_16_h.png"; } ;
468 Image IMG_CUSTOMANIMATION_MEDIA_PLAY
470     ImageBitmap = Bitmap { File = "playblue_16.png"; } ;
473 Image IMG_CUSTOMANIMATION_MEDIA_PLAY_H
475     ImageBitmap = Bitmap { File = "playblue_16_h.png"; } ;
478 Image IMG_CUSTOMANIMATION_MEDIA_PAUSE
480     ImageBitmap = Bitmap { File = "breakplayingblue_16.png"; } ;
483 Image IMG_CUSTOMANIMATION_MEDIA_PAUSE_H
485     ImageBitmap = Bitmap { File = "breakplayingblue_16_h.png"; } ;
488 Image IMG_CUSTOMANIMATION_MEDIA_STOP
490     ImageBitmap = Bitmap { File = "stopplayingblue_16.png"; } ;
493 Image IMG_CUSTOMANIMATION_MEDIA_STOP_H
495     ImageBitmap = Bitmap { File = "stopplayingblue_16_h.png"; } ;