|
1 /* |
|
2 * Copyright (c) 2006 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 mpxpdplaybackview |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // RESOURCE NAME IDENTIFIER |
|
21 NAME MPPV // 4 letter ID |
|
22 |
|
23 // INCLUDES |
|
24 #include <avkon.rsg> |
|
25 #include <avkon.rh> |
|
26 #include <avkon.loc> |
|
27 #include <eikon.rh> |
|
28 #include <avkon.mbg> |
|
29 #include <bldvariant.hrh> |
|
30 #include <mpxcommonplaybackview.mbg> |
|
31 #include <mpxcommonplaybackview.rsg> |
|
32 #include "mpxcommonplaybackview.hrh" |
|
33 #include <mpxcommonplaybackview.loc> |
|
34 #include <mpxpdplaybackview.loc> |
|
35 |
|
36 // RESOURCE IDENTIFIER |
|
37 RESOURCE RSS_SIGNATURE { } |
|
38 |
|
39 RESOURCE TBUF |
|
40 { |
|
41 buf = ""; |
|
42 } |
|
43 |
|
44 // RESOURCE DEFINITIONS |
|
45 |
|
46 // --------------------------------------------------------------------------- |
|
47 // r_mpx_pd_playback_view |
|
48 // Progressive Download Playback view information resource. |
|
49 // --------------------------------------------------------------------------- |
|
50 // |
|
51 RESOURCE AVKON_VIEW r_mpx_pd_playback_view |
|
52 { |
|
53 menubar = r_mpx_pd_playback_view_menubar; |
|
54 cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; |
|
55 toolbar = R_MPX_PBV_TOUCH_TOOLBAR; |
|
56 } |
|
57 |
|
58 // --------------------------------------------------------------------------- |
|
59 // r_mpx_pd_playback_view_menubar |
|
60 // Progressive Download Playback view menu bar. |
|
61 // --------------------------------------------------------------------------- |
|
62 // |
|
63 RESOURCE MENU_BAR r_mpx_pd_playback_view_menubar |
|
64 { |
|
65 titles = |
|
66 { |
|
67 MENU_TITLE |
|
68 { |
|
69 menu_pane = r_mpx_pd_playback_view_menu; |
|
70 } |
|
71 }; |
|
72 } |
|
73 |
|
74 // ----------------------------------------------------------------------------- |
|
75 // |
|
76 // r_mpx_pd_playback_view_menu |
|
77 // |
|
78 // ----------------------------------------------------------------------------- |
|
79 // |
|
80 RESOURCE MENU_PANE r_mpx_pd_playback_view_menu |
|
81 { |
|
82 items= |
|
83 { |
|
84 MENU_ITEM |
|
85 { |
|
86 command = EMPXPbvCmdResumeDownload; |
|
87 txt = qtn_mus_options_resume_dl; |
|
88 }, |
|
89 MENU_ITEM |
|
90 { |
|
91 command = EMPXPbvCmdCancelDownload; |
|
92 txt = qtn_mus_options_cancel_dl; |
|
93 }, |
|
94 MENU_ITEM |
|
95 { |
|
96 command = EMPXPbvCmdFMTransmitter; |
|
97 txt = qtn_nmp_go_to_fm_transmitter; |
|
98 }, |
|
99 MENU_ITEM |
|
100 { |
|
101 command = EAknCmdHelp; |
|
102 txt = qtn_options_help; |
|
103 }, |
|
104 MENU_ITEM |
|
105 { |
|
106 command = EAknCmdExit; |
|
107 txt = qtn_options_exit; |
|
108 } |
|
109 }; |
|
110 } |
|
111 |
|
112 // ----------------------------------------------------------------------------- |
|
113 // |
|
114 // r_mpx_download_status_buffering |
|
115 // Text used when download content is buffering. |
|
116 // |
|
117 // ----------------------------------------------------------------------------- |
|
118 // |
|
119 RESOURCE TBUF r_mpx_download_status_buffering |
|
120 { |
|
121 buf = qtn_music_shop_status_buffering; |
|
122 } |
|
123 |
|
124 // ----------------------------------------------------------------------------- |
|
125 // |
|
126 // r_mpx_download_status_paused |
|
127 // Text used when download content is paused. |
|
128 // |
|
129 // ----------------------------------------------------------------------------- |
|
130 // |
|
131 RESOURCE TBUF r_mpx_download_status_paused |
|
132 { |
|
133 buf = qtn_music_shop_downloadstatus_paused; |
|
134 } |
|
135 |
|
136 // ----------------------------------------------------------------------------- |
|
137 // |
|
138 // r_mpx_download_status_completed |
|
139 // Text used when download content is completed. |
|
140 // |
|
141 // ----------------------------------------------------------------------------- |
|
142 // |
|
143 RESOURCE TBUF r_mpx_download_status_completed |
|
144 { |
|
145 buf = qtn_music_shop_downloadstatus_completed; |
|
146 } |
|
147 |
|
148 // ----------------------------------------------------------------------------- |
|
149 // |
|
150 // r_mpx_download_status_interrupted |
|
151 // Text used when download content is interrupted. |
|
152 // |
|
153 // ----------------------------------------------------------------------------- |
|
154 // |
|
155 RESOURCE TBUF r_mpx_download_status_interrupted |
|
156 { |
|
157 buf = qtn_music_shop_downloadstatus_stopped; |
|
158 } |
|
159 |
|
160 // ----------------------------------------------------------------------------- |
|
161 // |
|
162 // r_mpx_conf_cancel_download_txt |
|
163 // Confirmation query text for canceling download. |
|
164 // |
|
165 // ----------------------------------------------------------------------------- |
|
166 // |
|
167 RESOURCE TBUF r_mpx_conf_cancel_download_txt |
|
168 { |
|
169 buf = qtn_musicshop_note_cancel; |
|
170 } |
|
171 |
|
172 // ----------------------------------------------------------------------------- |
|
173 // |
|
174 // r_mpx_download_played_all_content |
|
175 // Text used when all download content has been played |
|
176 // |
|
177 // ----------------------------------------------------------------------------- |
|
178 // |
|
179 RESOURCE TBUF r_mpx_download_played_all_content |
|
180 { |
|
181 buf = qtn_musicshop_note_played_all_content; |
|
182 } |
|
183 |
|
184 |
|
185 // End of File |