Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / avmedia / source / framework / mediacontrol.src
blob6aa48b278bd2d10241f372f0ab761f91c81de7fe
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "mediacontrol.hrc"
21 String AVMEDIA_STR_OPEN
23     Text[en-US] = "Open";
26 String AVMEDIA_STR_INSERT
28     Text [ en-US ] = "Apply" ;
31 String AVMEDIA_STR_PLAY
33     Text[en-US] = "Play";
36 String AVMEDIA_STR_PAUSE
38     Text[en-US] = "Pause";
41 String AVMEDIA_STR_STOP
43     Text[en-US] = "Stop";
46 String AVMEDIA_STR_ENDLESS
48     Text[en-US] = "Repeat";
51 String AVMEDIA_STR_MUTE
53     Text[en-US] = "Mute";
56 String AVMEDIA_STR_ZOOM
58     Text[en-US] = "View";
61 String AVMEDIA_STR_ZOOM_50
63     Text[en-US] = "50%";
66 String AVMEDIA_STR_ZOOM_100
68     Text[en-US] = "100%";
71 String AVMEDIA_STR_ZOOM_200
73     Text[en-US] = "200%";
76 String AVMEDIA_STR_ZOOM_FIT
78     Text[en-US] = "Scaled";
81 String AVMEDIA_STR_MEDIAPLAYER
83     Text[en-US] = "Media Player";
86 ImageList AVMEDIA_IMGLST
88     Prefix = "av";
89     MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
90     IdList =
91     {
92         AVMEDIA_IMG_OPEN;
93         AVMEDIA_IMG_PLAY;
94         AVMEDIA_IMG_PAUSE;
95         AVMEDIA_IMG_STOP;
96         AVMEDIA_IMG_ENDLESS;
97         AVMEDIA_IMG_INSERT;
98         AVMEDIA_IMG_MUTE;
99     };
100     IdCount = 7;
103 ImageList AVMEDIA_IMGLST_L
105     Prefix = "avl";
106     MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
107     IdList =
108     {
109         AVMEDIA_IMG_OPEN;
110         AVMEDIA_IMG_PLAY;
111         AVMEDIA_IMG_PAUSE;
112         AVMEDIA_IMG_STOP;
113         AVMEDIA_IMG_ENDLESS;
114         AVMEDIA_IMG_INSERT;
115         AVMEDIA_IMG_MUTE;
116     };
117     IdCount = 7;