mediacontrol.src (0fde6457) mediacontrol.src (eec1b20e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 11 unchanged lines hidden (view full) ---

20 *************************************************************/
21
22
23
24#include "mediacontrol.hrc"
25
26String AVMEDIA_STR_OPEN
27{
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 11 unchanged lines hidden (view full) ---

20 *************************************************************/
21
22
23
24#include "mediacontrol.hrc"
25
26String AVMEDIA_STR_OPEN
27{
28 Text [en-US] = "Open" ;
28 Text [ en-US ] = "Open" ;
29};
30
31// ------------------------------------------------------------------------------
32
33String AVMEDIA_STR_INSERT
34{
35 Text [ en-US ] = "Apply" ;
36};
37
38// ------------------------------------------------------------------------------
39
40String AVMEDIA_STR_PLAY
41{
29};
30
31// ------------------------------------------------------------------------------
32
33String AVMEDIA_STR_INSERT
34{
35 Text [ en-US ] = "Apply" ;
36};
37
38// ------------------------------------------------------------------------------
39
40String AVMEDIA_STR_PLAY
41{
42 Text [en-US] = "Play" ;
42 Text [ en-US ] = "Play" ;
43};
44
45// ------------------------------------------------------------------------------
46
47String AVMEDIA_STR_PAUSE
48{
43};
44
45// ------------------------------------------------------------------------------
46
47String AVMEDIA_STR_PAUSE
48{
49 Text [en-US] = "Pause" ;
49 Text [ en-US ] = "Pause" ;
50};
51
52// ------------------------------------------------------------------------------
53
54String AVMEDIA_STR_STOP
55{
50};
51
52// ------------------------------------------------------------------------------
53
54String AVMEDIA_STR_STOP
55{
56 Text [en-US] = "Stop" ;
56 Text [ en-US ] = "Stop" ;
57};
58
59// ------------------------------------------------------------------------------
60
61String AVMEDIA_STR_ENDLESS
62{
57};
58
59// ------------------------------------------------------------------------------
60
61String AVMEDIA_STR_ENDLESS
62{
63 Text [en-US] = "Repeat" ;
63 Text [ en-US ] = "Repeat" ;
64};
65
66// ------------------------------------------------------------------------------
67
68String AVMEDIA_STR_MUTE
69{
64};
65
66// ------------------------------------------------------------------------------
67
68String AVMEDIA_STR_MUTE
69{
70 Text [en-US] = "Mute" ;
70 Text [ en-US ] = "Mute" ;
71};
72
73// ------------------------------------------------------------------------------
74
75String AVMEDIA_STR_ZOOM
76{
71};
72
73// ------------------------------------------------------------------------------
74
75String AVMEDIA_STR_ZOOM
76{
77 Text [en-US] = "View" ;
77 Text [ en-US ] = "View" ;
78};
79
80// ------------------------------------------------------------------------------
81
82String AVMEDIA_STR_ZOOM_50
83{
78};
79
80// ------------------------------------------------------------------------------
81
82String AVMEDIA_STR_ZOOM_50
83{
84 Text [en-US] = "50 %" ;
84 Text [ en-US ] = "50 %" ;
85};
86
87// ------------------------------------------------------------------------------
88
89String AVMEDIA_STR_ZOOM_100
90{
85};
86
87// ------------------------------------------------------------------------------
88
89String AVMEDIA_STR_ZOOM_100
90{
91 Text [en-US] = "100 %" ;
91 Text [ en-US ] = "100 %" ;
92};
93
94// ------------------------------------------------------------------------------
95
96String AVMEDIA_STR_ZOOM_200
97{
92};
93
94// ------------------------------------------------------------------------------
95
96String AVMEDIA_STR_ZOOM_200
97{
98 Text [en-US] = "200 %" ;
98 Text [ en-US ] = "200 %" ;
99};
100
101// ------------------------------------------------------------------------------
102
103String AVMEDIA_STR_ZOOM_FIT
104{
99};
100
101// ------------------------------------------------------------------------------
102
103String AVMEDIA_STR_ZOOM_FIT
104{
105 Text [en-US] = "Scaled" ;
105 Text [ en-US ] = "Scaled" ;
106};
107
108// ------------------------------------------------------------------------------
109
110String AVMEDIA_STR_MEDIAPLAYER
111{
106};
107
108// ------------------------------------------------------------------------------
109
110String AVMEDIA_STR_MEDIAPLAYER
111{
112 Text [en-US] = "Media Player" ;
112 Text [ en-US ] = "Media Player" ;
113};
114
115// ------------------------------------------------------------------------------
116
117ImageList AVMEDIA_IMGLST
118{
119 Prefix = "av" ;
113};
114
115// ------------------------------------------------------------------------------
116
117ImageList AVMEDIA_IMGLST
118{
119 Prefix = "av" ;
120 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
120 IdList =
121 {
121 IdList =
122 {
122 AVMEDIA_IMG_OPEN;
123 AVMEDIA_IMG_PLAY;
124 AVMEDIA_IMG_PAUSE;
125 AVMEDIA_IMG_STOP;
126 AVMEDIA_IMG_ENDLESS;
127 AVMEDIA_IMG_INSERT;
128 AVMEDIA_IMG_MUTE;
123 AVMEDIA_IMG_OPEN ;
124 AVMEDIA_IMG_PLAY ;
125 AVMEDIA_IMG_PAUSE ;
126 AVMEDIA_IMG_STOP ;
127 AVMEDIA_IMG_ENDLESS ;
128 AVMEDIA_IMG_INSERT ;
129 AVMEDIA_IMG_MUTE ;
129 };
130 };
130 IdCount = 7;
131 IdCount = 7 ;
131};
132
133// ------------------------------------------------------------------------------
134
135ImageList AVMEDIA_IMGLST_L
136{
137 Prefix = "avl" ;
132};
133
134// ------------------------------------------------------------------------------
135
136ImageList AVMEDIA_IMGLST_L
137{
138 Prefix = "avl" ;
139 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
138 IdList =
139 {
140 IdList =
141 {
140 AVMEDIA_IMG_OPEN;
141 AVMEDIA_IMG_PLAY;
142 AVMEDIA_IMG_PAUSE;
143 AVMEDIA_IMG_STOP;
144 AVMEDIA_IMG_ENDLESS;
145 AVMEDIA_IMG_INSERT;
146 AVMEDIA_IMG_MUTE;
142 AVMEDIA_IMG_OPEN ;
143 AVMEDIA_IMG_PLAY ;
144 AVMEDIA_IMG_PAUSE ;
145 AVMEDIA_IMG_STOP ;
146 AVMEDIA_IMG_ENDLESS ;
147 AVMEDIA_IMG_INSERT ;
148 AVMEDIA_IMG_MUTE ;
147 };
149 };
148 IdCount = 7;
150 IdCount = 7 ;
149};
150
151// ------------------------------------------------------------------------------
152
153ImageList AVMEDIA_IMGLST_HC
154{
155 Prefix = "avh" ;
151};
152
153// ------------------------------------------------------------------------------
154
155ImageList AVMEDIA_IMGLST_HC
156{
157 Prefix = "avh" ;
158 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
156 IdList =
157 {
159 IdList =
160 {
158 AVMEDIA_IMG_OPEN;
159 AVMEDIA_IMG_PLAY;
160 AVMEDIA_IMG_PAUSE;
161 AVMEDIA_IMG_STOP;
162 AVMEDIA_IMG_ENDLESS;
163 AVMEDIA_IMG_INSERT;
164 AVMEDIA_IMG_MUTE;
161 AVMEDIA_IMG_OPEN ;
162 AVMEDIA_IMG_PLAY ;
163 AVMEDIA_IMG_PAUSE ;
164 AVMEDIA_IMG_STOP ;
165 AVMEDIA_IMG_ENDLESS ;
166 AVMEDIA_IMG_INSERT ;
167 AVMEDIA_IMG_MUTE ;
165 };
168 };
166 IdCount = 7;
169 IdCount = 7 ;
167};
168
169// ------------------------------------------------------------------------------
170
171ImageList AVMEDIA_IMGLST_L_HC
172{
173 Prefix = "avlh" ;
170};
171
172// ------------------------------------------------------------------------------
173
174ImageList AVMEDIA_IMGLST_L_HC
175{
176 Prefix = "avlh" ;
177 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
174 IdList =
175 {
178 IdList =
179 {
176 AVMEDIA_IMG_OPEN;
177 AVMEDIA_IMG_PLAY;
178 AVMEDIA_IMG_PAUSE;
179 AVMEDIA_IMG_STOP;
180 AVMEDIA_IMG_ENDLESS;
181 AVMEDIA_IMG_INSERT;
182 AVMEDIA_IMG_MUTE;
180 AVMEDIA_IMG_OPEN ;
181 AVMEDIA_IMG_PLAY ;
182 AVMEDIA_IMG_PAUSE ;
183 AVMEDIA_IMG_STOP ;
184 AVMEDIA_IMG_ENDLESS ;
185 AVMEDIA_IMG_INSERT ;
186 AVMEDIA_IMG_MUTE ;
183 };
187 };
184 IdCount = 7;
188 IdCount = 7 ;
185};
186
187// ********************************************************************** EOF
189};
190
191// ********************************************************************** EOF