update dev300-m58
[ooovba.git] / avmedia / source / framework / mediacontrol.src
blob109647e7e0ed69f268f35f6473e4cc2b45184842
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: mediacontrol.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 "mediacontrol.hrc"
33 String AVMEDIA_STR_OPEN
35     Text[en-US] = "Open";
38 // ------------------------------------------------------------------------------
40 String AVMEDIA_STR_INSERT
42     Text [ en-US ] = "Apply" ;
45 // ------------------------------------------------------------------------------
47 String AVMEDIA_STR_PLAY
49     Text[en-US] = "Play";
52 // ------------------------------------------------------------------------------
54 String AVMEDIA_STR_PAUSE
56     Text[en-US] = "Pause";
59 // ------------------------------------------------------------------------------
61 String AVMEDIA_STR_STOP                 
63     Text[en-US] = "Stop";
66 // ------------------------------------------------------------------------------
68 String AVMEDIA_STR_ENDLESS      
70     Text[en-US] = "Repeat";
73 // ------------------------------------------------------------------------------
75 String AVMEDIA_STR_MUTE
77     Text[en-US] = "Mute";
80 // ------------------------------------------------------------------------------
82 String AVMEDIA_STR_ZOOM                 
84     Text[en-US] = "View";
87 // ------------------------------------------------------------------------------
89 String AVMEDIA_STR_ZOOM_50      
91     Text[en-US] = "50%";
94 // ------------------------------------------------------------------------------
96 String AVMEDIA_STR_ZOOM_100     
98     Text[en-US] = "100%";
101 // ------------------------------------------------------------------------------
103 String AVMEDIA_STR_ZOOM_200     
105     Text[en-US] = "200%";
108 // ------------------------------------------------------------------------------
110 String AVMEDIA_STR_ZOOM_FIT     
112     Text[en-US] = "Scaled";
115 // ------------------------------------------------------------------------------
117 String AVMEDIA_STR_MEDIAPLAYER
119     Text[en-US] = "Media Player";
122 // ------------------------------------------------------------------------------
124 ImageList AVMEDIA_IMGLST
126     Prefix = "av";
127     MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
128     IdList =
129     {
130         AVMEDIA_IMG_OPEN;
131         AVMEDIA_IMG_PLAY;
132         AVMEDIA_IMG_PAUSE;
133         AVMEDIA_IMG_STOP;
134         AVMEDIA_IMG_ENDLESS;
135         AVMEDIA_IMG_INSERT;
136         AVMEDIA_IMG_MUTE;
137     };
138     IdCount = 7;
141 // ------------------------------------------------------------------------------
143 ImageList AVMEDIA_IMGLST_L
145     Prefix = "avl";
146     MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
147     IdList =
148     {
149         AVMEDIA_IMG_OPEN;
150         AVMEDIA_IMG_PLAY;
151         AVMEDIA_IMG_PAUSE;
152         AVMEDIA_IMG_STOP;
153         AVMEDIA_IMG_ENDLESS;
154         AVMEDIA_IMG_INSERT;
155         AVMEDIA_IMG_MUTE;
156     };
157     IdCount = 7;
160 // ------------------------------------------------------------------------------
162 ImageList AVMEDIA_IMGLST_HC
164     Prefix = "avh";
165     MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
166     IdList =
167     {
168         AVMEDIA_IMG_OPEN;
169         AVMEDIA_IMG_PLAY;
170         AVMEDIA_IMG_PAUSE;
171         AVMEDIA_IMG_STOP;
172         AVMEDIA_IMG_ENDLESS;
173         AVMEDIA_IMG_INSERT;
174         AVMEDIA_IMG_MUTE;
175     };
176     IdCount = 7;
179 // ------------------------------------------------------------------------------
181 ImageList AVMEDIA_IMGLST_L_HC
183     Prefix = "avlh";
184     MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
185     IdList =
186     {
187         AVMEDIA_IMG_OPEN;
188         AVMEDIA_IMG_PLAY;
189         AVMEDIA_IMG_PAUSE;
190         AVMEDIA_IMG_STOP;
191         AVMEDIA_IMG_ENDLESS;
192         AVMEDIA_IMG_INSERT;
193         AVMEDIA_IMG_MUTE;
194     };
195     IdCount = 7;