17cca058cSAndrew Rist/**************************************************************
2f77fb251SMatthias Seidel *
37cca058cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
47cca058cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
57cca058cSAndrew Rist * distributed with this work for additional information
67cca058cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
77cca058cSAndrew Rist * to you under the Apache License, Version 2.0 (the
87cca058cSAndrew Rist * "License"); you may not use this file except in compliance
97cca058cSAndrew Rist * with the License.  You may obtain a copy of the License at
10f77fb251SMatthias Seidel *
117cca058cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12f77fb251SMatthias Seidel *
137cca058cSAndrew Rist * Unless required by applicable law or agreed to in writing,
147cca058cSAndrew Rist * software distributed under the License is distributed on an
157cca058cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167cca058cSAndrew Rist * KIND, either express or implied.  See the License for the
177cca058cSAndrew Rist * specific language governing permissions and limitations
187cca058cSAndrew Rist * under the License.
19f77fb251SMatthias Seidel *
207cca058cSAndrew Rist *************************************************************/
217cca058cSAndrew Rist
22cdf0e10cSrcweir#include "mediacontrol.hrc"
23cdf0e10cSrcweir
24cdf0e10cSrcweirString AVMEDIA_STR_OPEN
25cdf0e10cSrcweir{
26f77fb251SMatthias Seidel	Text [ en-US ] = "Open" ;
27cdf0e10cSrcweir};
28cdf0e10cSrcweir
29cdf0e10cSrcweir// ------------------------------------------------------------------------------
30cdf0e10cSrcweir
31cdf0e10cSrcweirString AVMEDIA_STR_INSERT
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	Text [ en-US ] = "Apply" ;
34cdf0e10cSrcweir};
35cdf0e10cSrcweir
36cdf0e10cSrcweir// ------------------------------------------------------------------------------
37cdf0e10cSrcweir
38cdf0e10cSrcweirString AVMEDIA_STR_PLAY
39cdf0e10cSrcweir{
40f77fb251SMatthias Seidel	Text [ en-US ] = "Play" ;
41cdf0e10cSrcweir};
42cdf0e10cSrcweir
43cdf0e10cSrcweir// ------------------------------------------------------------------------------
44cdf0e10cSrcweir
45cdf0e10cSrcweirString AVMEDIA_STR_PAUSE
46cdf0e10cSrcweir{
47f77fb251SMatthias Seidel	Text [ en-US ] = "Pause" ;
48cdf0e10cSrcweir};
49cdf0e10cSrcweir
50cdf0e10cSrcweir// ------------------------------------------------------------------------------
51cdf0e10cSrcweir
52f77fb251SMatthias SeidelString AVMEDIA_STR_STOP
53cdf0e10cSrcweir{
54f77fb251SMatthias Seidel	Text [ en-US ] = "Stop" ;
55cdf0e10cSrcweir};
56cdf0e10cSrcweir
57cdf0e10cSrcweir// ------------------------------------------------------------------------------
58cdf0e10cSrcweir
59f77fb251SMatthias SeidelString AVMEDIA_STR_ENDLESS
60cdf0e10cSrcweir{
61f77fb251SMatthias Seidel	Text [ en-US ] = "Repeat" ;
62cdf0e10cSrcweir};
63cdf0e10cSrcweir
64cdf0e10cSrcweir// ------------------------------------------------------------------------------
65cdf0e10cSrcweir
66cdf0e10cSrcweirString AVMEDIA_STR_MUTE
67cdf0e10cSrcweir{
68f77fb251SMatthias Seidel	Text [ en-US ] = "Mute" ;
69cdf0e10cSrcweir};
70cdf0e10cSrcweir
71cdf0e10cSrcweir// ------------------------------------------------------------------------------
72cdf0e10cSrcweir
73f77fb251SMatthias SeidelString AVMEDIA_STR_ZOOM
74cdf0e10cSrcweir{
75f77fb251SMatthias Seidel	Text [ en-US ] = "View" ;
76cdf0e10cSrcweir};
77cdf0e10cSrcweir
78cdf0e10cSrcweir// ------------------------------------------------------------------------------
79cdf0e10cSrcweir
80f77fb251SMatthias SeidelString AVMEDIA_STR_ZOOM_50
81cdf0e10cSrcweir{
82*132eec79Smseidel	Text [ en-US ] = "50%" ;
83cdf0e10cSrcweir};
84cdf0e10cSrcweir
85cdf0e10cSrcweir// ------------------------------------------------------------------------------
86cdf0e10cSrcweir
87f77fb251SMatthias SeidelString AVMEDIA_STR_ZOOM_100
88cdf0e10cSrcweir{
89*132eec79Smseidel	Text [ en-US ] = "100%" ;
90cdf0e10cSrcweir};
91cdf0e10cSrcweir
92cdf0e10cSrcweir// ------------------------------------------------------------------------------
93cdf0e10cSrcweir
94f77fb251SMatthias SeidelString AVMEDIA_STR_ZOOM_200
95cdf0e10cSrcweir{
96*132eec79Smseidel	Text [ en-US ] = "200%" ;
97cdf0e10cSrcweir};
98cdf0e10cSrcweir
99cdf0e10cSrcweir// ------------------------------------------------------------------------------
100cdf0e10cSrcweir
101f77fb251SMatthias SeidelString AVMEDIA_STR_ZOOM_FIT
102cdf0e10cSrcweir{
103f77fb251SMatthias Seidel	Text [ en-US ] = "Scaled" ;
104cdf0e10cSrcweir};
105cdf0e10cSrcweir
106cdf0e10cSrcweir// ------------------------------------------------------------------------------
107cdf0e10cSrcweir
108cdf0e10cSrcweirString AVMEDIA_STR_MEDIAPLAYER
109cdf0e10cSrcweir{
110f77fb251SMatthias Seidel	Text [ en-US ] = "Media Player" ;
111cdf0e10cSrcweir};
112cdf0e10cSrcweir
113cdf0e10cSrcweir// ------------------------------------------------------------------------------
114cdf0e10cSrcweir
115cdf0e10cSrcweirImageList AVMEDIA_IMGLST
116cdf0e10cSrcweir{
117f77fb251SMatthias Seidel	Prefix = "av" ;
118cdf0e10cSrcweir	MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
119cdf0e10cSrcweir	IdList =
120cdf0e10cSrcweir	{
121f77fb251SMatthias Seidel		AVMEDIA_IMG_OPEN ;
122f77fb251SMatthias Seidel		AVMEDIA_IMG_PLAY ;
123f77fb251SMatthias Seidel		AVMEDIA_IMG_PAUSE ;
124f77fb251SMatthias Seidel		AVMEDIA_IMG_STOP ;
125f77fb251SMatthias Seidel		AVMEDIA_IMG_ENDLESS ;
126f77fb251SMatthias Seidel		AVMEDIA_IMG_INSERT ;
127f77fb251SMatthias Seidel		AVMEDIA_IMG_MUTE ;
128cdf0e10cSrcweir	};
129f77fb251SMatthias Seidel	IdCount = 7 ;
130cdf0e10cSrcweir};
131cdf0e10cSrcweir
132cdf0e10cSrcweir// ------------------------------------------------------------------------------
133cdf0e10cSrcweir
134cdf0e10cSrcweirImageList AVMEDIA_IMGLST_L
135cdf0e10cSrcweir{
136f77fb251SMatthias Seidel	Prefix = "avl" ;
137cdf0e10cSrcweir	MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
138cdf0e10cSrcweir	IdList =
139cdf0e10cSrcweir	{
140f77fb251SMatthias Seidel		AVMEDIA_IMG_OPEN ;
141f77fb251SMatthias Seidel		AVMEDIA_IMG_PLAY ;
142f77fb251SMatthias Seidel		AVMEDIA_IMG_PAUSE ;
143f77fb251SMatthias Seidel		AVMEDIA_IMG_STOP ;
144f77fb251SMatthias Seidel		AVMEDIA_IMG_ENDLESS ;
145f77fb251SMatthias Seidel		AVMEDIA_IMG_INSERT ;
146f77fb251SMatthias Seidel		AVMEDIA_IMG_MUTE ;
147cdf0e10cSrcweir	};
148f77fb251SMatthias Seidel	IdCount = 7 ;
149cdf0e10cSrcweir};
150cdf0e10cSrcweir
151cdf0e10cSrcweir// ------------------------------------------------------------------------------
152cdf0e10cSrcweir
153cdf0e10cSrcweirImageList AVMEDIA_IMGLST_HC
154cdf0e10cSrcweir{
155f77fb251SMatthias Seidel	Prefix = "avh" ;
156cdf0e10cSrcweir	MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
157cdf0e10cSrcweir	IdList =
158cdf0e10cSrcweir	{
159f77fb251SMatthias Seidel		AVMEDIA_IMG_OPEN ;
160f77fb251SMatthias Seidel		AVMEDIA_IMG_PLAY ;
161f77fb251SMatthias Seidel		AVMEDIA_IMG_PAUSE ;
162f77fb251SMatthias Seidel		AVMEDIA_IMG_STOP ;
163f77fb251SMatthias Seidel		AVMEDIA_IMG_ENDLESS ;
164f77fb251SMatthias Seidel		AVMEDIA_IMG_INSERT ;
165f77fb251SMatthias Seidel		AVMEDIA_IMG_MUTE ;
166cdf0e10cSrcweir	};
167f77fb251SMatthias Seidel	IdCount = 7 ;
168cdf0e10cSrcweir};
169cdf0e10cSrcweir
170cdf0e10cSrcweir// ------------------------------------------------------------------------------
171cdf0e10cSrcweir
172cdf0e10cSrcweirImageList AVMEDIA_IMGLST_L_HC
173cdf0e10cSrcweir{
174f77fb251SMatthias Seidel	Prefix = "avlh" ;
175cdf0e10cSrcweir	MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
176cdf0e10cSrcweir	IdList =
177cdf0e10cSrcweir	{
178f77fb251SMatthias Seidel		AVMEDIA_IMG_OPEN ;
179f77fb251SMatthias Seidel		AVMEDIA_IMG_PLAY ;
180f77fb251SMatthias Seidel		AVMEDIA_IMG_PAUSE ;
181f77fb251SMatthias Seidel		AVMEDIA_IMG_STOP ;
182f77fb251SMatthias Seidel		AVMEDIA_IMG_ENDLESS ;
183f77fb251SMatthias Seidel		AVMEDIA_IMG_INSERT ;
184f77fb251SMatthias Seidel		AVMEDIA_IMG_MUTE ;
185cdf0e10cSrcweir	};
186f77fb251SMatthias Seidel	IdCount = 7 ;
187cdf0e10cSrcweir};
188f77fb251SMatthias Seidel
189f77fb251SMatthias Seidel// ********************************************************************** EOF
190