|
1 /* |
|
2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource definitions for project mpxvideoplaybackviews |
|
15 * |
|
16 */ |
|
17 |
|
18 // Version : %version: 7 % |
|
19 |
|
20 |
|
21 // RESOURCE NAME IDENTIFIER |
|
22 NAME MVPV // 4 letter ID |
|
23 |
|
24 // INCLUDES |
|
25 #include <avkon.rsg> |
|
26 #include <avkon.rh> |
|
27 #include <avkon.loc> |
|
28 #include <eikon.rh> |
|
29 #include <avkon.mbg> |
|
30 #include <bldvariant.hrh> |
|
31 #include <mpxvideoplaybackviews.loc> |
|
32 |
|
33 #include "mpxcommonvideoplaybackview.hrh" |
|
34 |
|
35 // CONSTANTS |
|
36 |
|
37 // RESOURCE IDENTIFIER |
|
38 RESOURCE RSS_SIGNATURE { } |
|
39 |
|
40 RESOURCE TBUF |
|
41 { |
|
42 buf = ""; |
|
43 } |
|
44 |
|
45 // ------------------------------------------------------------------------------------------------- |
|
46 // |
|
47 // r_mpx_video_playback_view_menu |
|
48 // |
|
49 // ------------------------------------------------------------------------------------------------- |
|
50 // |
|
51 RESOURCE MENU_PANE r_mpx_video_playback_view_menu |
|
52 { |
|
53 items= |
|
54 { |
|
55 MENU_ITEM |
|
56 { |
|
57 command = EMPXPbvCmdChangeAspectRatio; |
|
58 txt = qtn_mpx_video_option_change_asp_ratio; |
|
59 cascade = r_mpx_aspectratio_cascade; |
|
60 }, |
|
61 MENU_ITEM |
|
62 { |
|
63 command = EMPXPbvCmdShowFileDetails; |
|
64 txt = qtn_mpx_video_option_show_file_details; |
|
65 }, |
|
66 MENU_ITEM |
|
67 { |
|
68 command = EAknCmdExit; |
|
69 txt = qtn_options_exit; |
|
70 } |
|
71 }; |
|
72 } |
|
73 |
|
74 //-------------------------------------------------------------------------------------------------- |
|
75 // |
|
76 // r_mpx_aspectratio_cascade |
|
77 // |
|
78 //-------------------------------------------------------------------------------------------------- |
|
79 // |
|
80 RESOURCE MENU_PANE r_mpx_aspectratio_cascade |
|
81 { |
|
82 items = |
|
83 { |
|
84 MENU_ITEM |
|
85 { |
|
86 command = EMPXPbvCmdNaturalAspectRatio; |
|
87 txt = qtn_mpx_video_aspect_ratio_natural; |
|
88 }, |
|
89 MENU_ITEM |
|
90 { |
|
91 command = EMPXPbvCmdStretchAspectRatio; |
|
92 txt = qtn_mpx_video_aspect_ratio_stretch; |
|
93 }, |
|
94 MENU_ITEM |
|
95 { |
|
96 command = EMPXPbvCmdZoomAspectRatio; |
|
97 txt = qtn_mpx_video_aspect_ratio_zoom; |
|
98 } |
|
99 }; |
|
100 } |
|
101 |
|
102 |
|
103 // ------------------------------------------------------------------------------------------------- |
|
104 // |
|
105 // r_mpx_video_playback_view_menubar |
|
106 // |
|
107 // ------------------------------------------------------------------------------------------------- |
|
108 // |
|
109 RESOURCE MENU_BAR r_mpx_video_playback_view_menubar |
|
110 { |
|
111 titles = |
|
112 { |
|
113 MENU_TITLE |
|
114 { |
|
115 menu_pane = r_mpx_video_playback_view_menu; |
|
116 } |
|
117 }; |
|
118 } |
|
119 |
|
120 // ------------------------------------------------------------------------------------------------- |
|
121 // |
|
122 // r_mpx_video_playback_view |
|
123 // |
|
124 // ------------------------------------------------------------------------------------------------- |
|
125 // |
|
126 RESOURCE AVKON_VIEW r_mpx_video_playback_view |
|
127 { |
|
128 menubar = r_mpx_video_playback_view_menubar; |
|
129 cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; |
|
130 } |
|
131 |
|
132 // ------------------------------------------------------------------------------------------------- |
|
133 // |
|
134 // r_mpx_video_playback_view_fake_sk_details |
|
135 // Fake Soft Key label: Option |
|
136 // |
|
137 // ------------------------------------------------------------------------------------------------- |
|
138 // |
|
139 RESOURCE TBUF r_mpx_video_playback_view_fake_sk_details |
|
140 { |
|
141 buf = text_softkey_details; |
|
142 } |
|
143 |
|
144 // ------------------------------------------------------------------------------------------------- |
|
145 // |
|
146 // r_mpx_video_playback_view_fake_sk_back |
|
147 // Fake Soft Key label: back |
|
148 // |
|
149 // ------------------------------------------------------------------------------------------------- |
|
150 // |
|
151 RESOURCE TBUF r_mpx_video_playback_view_fake_sk_back |
|
152 { |
|
153 buf = text_softkey_back; |
|
154 } |
|
155 |
|
156 // ------------------------------------------------------------------------------------------------- |
|
157 // |
|
158 // r_mpx_video_playback_view_fake_sk_cancel |
|
159 // Fake Soft Key label: cancel |
|
160 // |
|
161 // ------------------------------------------------------------------------------------------------- |
|
162 // |
|
163 RESOURCE TBUF r_mpx_video_playback_view_fake_sk_cancel |
|
164 { |
|
165 buf = text_softkey_cancel; |
|
166 } |
|
167 |
|
168 // ------------------------------------------------------------------------------------------------- |
|
169 // |
|
170 // r_mpx_video_pdl_all_content_played_msg |
|
171 // |
|
172 // ------------------------------------------------------------------------------------------------- |
|
173 // |
|
174 RESOURCE TBUF r_mpx_video_pdl_all_content_played_msg |
|
175 { |
|
176 buf = qtn_mpx_video_pdl_played_all_dl_resume; |
|
177 } |
|
178 |
|
179 // ------------------------------------------------------------------------------------------------- |
|
180 // |
|
181 // r_mpx_video_pdl_wait_dl_complete_msg |
|
182 // |
|
183 // ------------------------------------------------------------------------------------------------- |
|
184 // |
|
185 RESOURCE TBUF r_mpx_video_pdl_wait_dl_complete_msg |
|
186 { |
|
187 buf = qtn_mpx_video_pdl_wait_download_complete; |
|
188 } |
|
189 |
|
190 // ------------------------------------------------------------------------------------------------- |
|
191 // |
|
192 // r_mpx_pdl_more_data_needed_msg |
|
193 // |
|
194 // ------------------------------------------------------------------------------------------------- |
|
195 // |
|
196 RESOURCE TBUF r_mpx_pdl_more_data_needed_msg |
|
197 { |
|
198 buf = qtn_mpx_video_pdl_more_data_needed; |
|
199 } |
|
200 // ------------------------------------------------------------------------------------------------- |
|
201 // |
|
202 // r_mpx_could_not_connect |
|
203 // |
|
204 // ------------------------------------------------------------------------------------------------- |
|
205 // |
|
206 RESOURCE TBUF r_mpx_could_not_connect |
|
207 { |
|
208 buf = qtn_mpx_video_unable_to_connect; |
|
209 } |
|
210 |
|
211 // ------------------------------------------------------------------------------------------------- |
|
212 // |
|
213 // r_mpx_video_invalid_clip |
|
214 // |
|
215 // ------------------------------------------------------------------------------------------------- |
|
216 // |
|
217 RESOURCE TBUF r_mpx_video_invalid_clip |
|
218 { |
|
219 buf = qtn_mpx_video_invalid_clip; |
|
220 } |
|
221 // ------------------------------------------------------------------------------------------------- |
|
222 // |
|
223 // r_mpx_low_bandwidth |
|
224 // |
|
225 // ------------------------------------------------------------------------------------------------- |
|
226 // |
|
227 RESOURCE TBUF r_mpx_low_bandwidth |
|
228 { |
|
229 buf = qtn_mpx_video_not_enough_bw; |
|
230 } |
|
231 |
|
232 // ------------------------------------------------------------------------------------------------- |
|
233 // |
|
234 // r_mpx_clip_not_found_in_server |
|
235 // |
|
236 // ------------------------------------------------------------------------------------------------- |
|
237 // |
|
238 RESOURCE TBUF r_mpx_clip_not_found_in_server |
|
239 { |
|
240 buf = qtn_mpx_video_file_not_found; |
|
241 } |
|
242 |
|
243 // ------------------------------------------------------------------------------------------------- |
|
244 // |
|
245 // r_mpx_invalid_url |
|
246 // |
|
247 // ------------------------------------------------------------------------------------------------- |
|
248 // |
|
249 RESOURCE TBUF r_mpx_invalid_url |
|
250 { |
|
251 buf = qtn_mpx_video_invalid_url; |
|
252 } |
|
253 |
|
254 // ------------------------------------------------------------------------------------------------- |
|
255 // |
|
256 // r_mpx_in_connection_timeout |
|
257 // |
|
258 // ------------------------------------------------------------------------------------------------- |
|
259 // |
|
260 RESOURCE TBUF r_mpx_in_connection_timeout |
|
261 { |
|
262 buf = qtn_mpx_video_connection_timeout; |
|
263 } |
|
264 |
|
265 // ------------------------------------------------------------------------------------------------- |
|
266 // |
|
267 // r_mpx_resource_lost |
|
268 // |
|
269 // ------------------------------------------------------------------------------------------------- |
|
270 // |
|
271 RESOURCE TBUF r_mpx_resource_lost |
|
272 { |
|
273 buf = qtn_mpx_video_resource_lost; |
|
274 } |
|
275 |
|
276 // ------------------------------------------------------------------------------------------------- |
|
277 // |
|
278 // r_mpx_video_call_ongoing |
|
279 // |
|
280 // ------------------------------------------------------------------------------------------------- |
|
281 // |
|
282 RESOURCE TBUF r_mpx_video_call_ongoing |
|
283 { |
|
284 buf = qtn_mpx_video_call_ongoing; |
|
285 } |
|
286 |
|
287 // ------------------------------------------------------------------------------------------------- |
|
288 // |
|
289 // r_mpx_video_drm_no_tv_out |
|
290 // |
|
291 // ------------------------------------------------------------------------------------------------- |
|
292 // |
|
293 RESOURCE TBUF r_mpx_video_drm_no_tv_out |
|
294 { |
|
295 buf = qtn_mpx_video_drm_no_tvout; |
|
296 } |
|
297 |
|
298 // ------------------------------------------------------------------------------------------------- |
|
299 // |
|
300 // r_mpx_video_play_over_2g_during_voice_call |
|
301 // |
|
302 // ------------------------------------------------------------------------------------------------- |
|
303 // |
|
304 RESOURCE TBUF r_mpx_video_play_over_2g_during_voice_call |
|
305 { |
|
306 buf = qtn_mpx_video_play_over_2g_during_voice_call; |
|
307 } |
|
308 |
|
309 //---------------------------------------------------- |
|
310 // |
|
311 // r_mpx_drm_rights_missing |
|
312 // |
|
313 //---------------------------------------------------- |
|
314 // |
|
315 RESOURCE TBUF r_mpx_drm_rights_missing |
|
316 { |
|
317 buf = qtn_mpx_video_drm_no_rights; |
|
318 } |
|
319 |
|
320 // EOF |