26
|
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 mpxcommonui
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
// RESOURCE NAME IDENTIFIER
|
|
21 |
NAME MXCU // 4 letter ID
|
|
22 |
|
|
23 |
// INCLUDES
|
|
24 |
#include <e32keys.h>
|
|
25 |
#include <pathconfiguration.hrh>
|
|
26 |
#include <avkon.rh>
|
|
27 |
#include <avkon.rsg>
|
|
28 |
#include <avkon.mbg>
|
|
29 |
#include <avkon.loc>
|
|
30 |
#include <eikon.rh>
|
|
31 |
#include <CommonDialogs.hrh>
|
|
32 |
#include <CommonDialogs.rh>
|
|
33 |
#include "mpxcommonui.hrh"
|
|
34 |
#include <mpxcommonui.loc>
|
|
35 |
|
|
36 |
|
|
37 |
// RESOURCE IDENTIFIER
|
|
38 |
RESOURCE RSS_SIGNATURE { }
|
|
39 |
|
|
40 |
RESOURCE TBUF
|
|
41 |
{
|
|
42 |
buf = "";
|
|
43 |
}
|
|
44 |
|
|
45 |
|
|
46 |
// RESOURCE DEFINITIONS
|
|
47 |
|
|
48 |
// -----------------------------------------------------------------------------
|
|
49 |
// r_mpx_time_durat_hhhmmss_with_zero
|
|
50 |
// 103:55:23, 003:15:12 (hours, minutes and seconds)
|
|
51 |
// (separators are locale dependent)
|
|
52 |
// -----------------------------------------------------------------------------
|
|
53 |
//
|
|
54 |
RESOURCE TBUF r_mpx_time_durat_hhhmmss_with_zero
|
|
55 |
{
|
|
56 |
buf = "%:0%N%:1%T%:2%S%:3";
|
|
57 |
}
|
|
58 |
|
|
59 |
|
|
60 |
// ** Set as ringing tone **
|
|
61 |
|
|
62 |
// -----------------------------------------------------------------------------
|
|
63 |
// r_mpx_change_rt_for_all_confirmation_query
|
|
64 |
// Confirmation query for set as ringtone for all profiles.
|
|
65 |
// -----------------------------------------------------------------------------
|
|
66 |
//
|
|
67 |
RESOURCE DIALOG r_mpx_change_rt_for_all_confirmation_query
|
|
68 |
{
|
|
69 |
flags = EGeneralQueryFlags;
|
|
70 |
buttons = R_AVKON_SOFTKEYS_YES_NO;
|
|
71 |
items =
|
|
72 |
{
|
|
73 |
DLG_LINE
|
|
74 |
{
|
|
75 |
type = EAknCtQuery;
|
|
76 |
id = EGeneralQuery;
|
|
77 |
control= AVKON_CONFIRMATION_QUERY
|
|
78 |
{
|
|
79 |
layout = EConfirmationLayout;
|
|
80 |
label = qtn_mg_query_rtone_change_for_all;
|
|
81 |
};
|
|
82 |
}
|
|
83 |
};
|
|
84 |
}
|
|
85 |
|
|
86 |
// -----------------------------------------------------------------------------
|
|
87 |
// r_mpx_ringtone_set_text
|
|
88 |
// Note text when ringtone is set.
|
|
89 |
// -----------------------------------------------------------------------------
|
|
90 |
//
|
|
91 |
RESOURCE TBUF r_mpx_ringtone_set_text
|
|
92 |
{
|
|
93 |
buf = qtn_nmp_note_ringtone_set;
|
|
94 |
}
|
|
95 |
|
|
96 |
// -----------------------------------------------------------------------------
|
|
97 |
// r_mpx_ringtone_not_allowed_text
|
|
98 |
// Note text when set as ringtone is not allowed.
|
|
99 |
// -----------------------------------------------------------------------------
|
|
100 |
//
|
|
101 |
RESOURCE TBUF r_mpx_ringtone_not_allowed_text
|
|
102 |
{
|
|
103 |
buf = text_not_allowed;
|
|
104 |
}
|
|
105 |
|
|
106 |
// -----------------------------------------------------------------------------
|
|
107 |
// r_mpx_ringtone_unprotected_file_text
|
|
108 |
// Note text when the unprotected file can't be set as ringtone.
|
|
109 |
// -----------------------------------------------------------------------------
|
|
110 |
//
|
|
111 |
RESOURCE TBUF r_mpx_ringtone_unprotected_file_text
|
|
112 |
{
|
|
113 |
buf = qtn_profiles_info_tone_no_drm;
|
|
114 |
}
|
|
115 |
|
|
116 |
|
|
117 |
// ** Error Strings **
|
|
118 |
|
|
119 |
// -----------------------------------------------------------------------------
|
|
120 |
// r_mpx_file_not_found_text
|
|
121 |
// Note text when attempting to perform an operation on broken file.
|
|
122 |
// -----------------------------------------------------------------------------
|
|
123 |
//
|
|
124 |
RESOURCE TBUF r_mpx_file_not_found_text
|
|
125 |
{
|
|
126 |
buf = qtn_mp_note_broken_file;
|
|
127 |
}
|
|
128 |
|
|
129 |
// -----------------------------------------------------------------------------
|
|
130 |
// r_mpx_invalid_group_text
|
|
131 |
// Text for an information note shown when user attempts to play a playlist
|
|
132 |
// or a category of songs, and all of the tracks are missing or unplayable.
|
|
133 |
// -----------------------------------------------------------------------------
|
|
134 |
//
|
|
135 |
RESOURCE TBUF r_mpx_invalid_group_text
|
|
136 |
{
|
|
137 |
buf = qtn_nmp_note_invalid_list;
|
|
138 |
}
|
|
139 |
|
|
140 |
// -----------------------------------------------------------------------------
|
|
141 |
// r_mpx_invalid_clip
|
|
142 |
// Notification that a file is corrupted
|
|
143 |
// -----------------------------------------------------------------------------
|
|
144 |
//
|
|
145 |
RESOURCE TBUF r_mpx_invalid_clip
|
|
146 |
{
|
|
147 |
buf = qtn_mp_note_corrupt_file;
|
|
148 |
}
|
|
149 |
|
|
150 |
|
|
151 |
// *** Unit conversion ***
|
|
152 |
|
|
153 |
// -----------------------------------------------------------------------------
|
|
154 |
// r_mpx_cui_memory_b
|
|
155 |
// -----------------------------------------------------------------------------
|
|
156 |
//
|
|
157 |
RESOURCE TBUF r_mpx_cui_memory_b
|
|
158 |
{
|
|
159 |
buf = qtn_mus_memory_b;
|
|
160 |
}
|
|
161 |
|
|
162 |
// -----------------------------------------------------------------------------
|
|
163 |
// r_mpx_cui_memory_b_free
|
|
164 |
// -----------------------------------------------------------------------------
|
|
165 |
//
|
|
166 |
RESOURCE TBUF r_mpx_cui_memory_b_free
|
|
167 |
{
|
|
168 |
buf = qtn_mus_memory_b_free;
|
|
169 |
}
|
|
170 |
|
|
171 |
// -----------------------------------------------------------------------------
|
|
172 |
// r_mpx_cui_memory_gb
|
|
173 |
// -----------------------------------------------------------------------------
|
|
174 |
//
|
|
175 |
RESOURCE TBUF r_mpx_cui_memory_gb
|
|
176 |
{
|
|
177 |
buf = qtn_mus_memory_gb;
|
|
178 |
}
|
|
179 |
|
|
180 |
// -----------------------------------------------------------------------------
|
|
181 |
// r_mpx_cui_memory_gb1_free
|
|
182 |
// -----------------------------------------------------------------------------
|
|
183 |
//
|
|
184 |
RESOURCE TBUF r_mpx_cui_memory_gb1_free
|
|
185 |
{
|
|
186 |
buf = qtn_mus_memory_gb1_free;
|
|
187 |
}
|
|
188 |
|
|
189 |
// -----------------------------------------------------------------------------
|
|
190 |
// r_mpx_cui_memory_mb
|
|
191 |
// -----------------------------------------------------------------------------
|
|
192 |
//
|
|
193 |
RESOURCE TBUF r_mpx_cui_memory_mb
|
|
194 |
{
|
|
195 |
buf = qtn_nmp_memory_mb;
|
|
196 |
}
|
|
197 |
|
|
198 |
// -----------------------------------------------------------------------------
|
|
199 |
// r_mpx_cui_memory_mb1_free
|
|
200 |
// -----------------------------------------------------------------------------
|
|
201 |
//
|
|
202 |
RESOURCE TBUF r_mpx_cui_memory_mb1_free
|
|
203 |
{
|
|
204 |
buf = qtn_mus_memory_mb1_free;
|
|
205 |
}
|
|
206 |
|
|
207 |
// -----------------------------------------------------------------------------
|
|
208 |
// r_mpx_cui_memory_kb
|
|
209 |
// -----------------------------------------------------------------------------
|
|
210 |
//
|
|
211 |
RESOURCE TBUF r_mpx_cui_memory_kb
|
|
212 |
{
|
|
213 |
buf = qtn_nmp_memory_kb;
|
|
214 |
}
|
|
215 |
|
|
216 |
// -----------------------------------------------------------------------------
|
|
217 |
// r_mpx_cui_memory_kb1_free
|
|
218 |
// -----------------------------------------------------------------------------
|
|
219 |
//
|
|
220 |
RESOURCE TBUF r_mpx_cui_memory_kb1_free
|
|
221 |
{
|
|
222 |
buf = qtn_mus_memory_kb1_free;
|
|
223 |
}
|
|
224 |
|
|
225 |
// -----------------------------------------------------------------------------
|
|
226 |
// r_mpx_cui_phone_memory_root_path
|
|
227 |
// -----------------------------------------------------------------------------
|
|
228 |
//
|
|
229 |
RESOURCE TBUF r_mpx_cui_phone_memory_root_path
|
|
230 |
{
|
|
231 |
buf = text_phone_memory_root_path;
|
|
232 |
}
|
|
233 |
|
|
234 |
// -----------------------------------------------------------------------------
|
|
235 |
// r_mpx_cui_memory_card_root_path
|
|
236 |
// -----------------------------------------------------------------------------
|
|
237 |
//
|
|
238 |
RESOURCE TBUF r_mpx_cui_memory_card_root_path
|
|
239 |
{
|
|
240 |
buf = text_memory_card_root_path;
|
|
241 |
}
|
|
242 |
|
|
243 |
// -----------------------------------------------------------------------------
|
|
244 |
// r_mpx_cui_memlo_not_enough_memory
|
|
245 |
// -----------------------------------------------------------------------------
|
|
246 |
//
|
|
247 |
RESOURCE TBUF r_mpx_cui_memlo_not_enough_memory
|
|
248 |
{
|
|
249 |
buf = qtn_memlo_not_enough_memory;
|
|
250 |
}
|
|
251 |
|
|
252 |
// ** Speed scrolling **
|
|
253 |
|
|
254 |
// -----------------------------------------------------------------------------
|
|
255 |
// r_mpx_cui_up_down_keys_silent
|
|
256 |
// Keysound behaviour when end of list is reached.
|
|
257 |
// -----------------------------------------------------------------------------
|
|
258 |
//
|
|
259 |
RESOURCE AVKON_SKEY_LIST r_mpx_cui_up_down_keys_silent
|
|
260 |
{
|
|
261 |
list=
|
|
262 |
{
|
|
263 |
AVKON_SKEY_INFO
|
|
264 |
{
|
|
265 |
key = EStdKeyUpArrow;
|
|
266 |
sid = EAvkonSIDNoSound;
|
|
267 |
type = ESKeyTypeLong;
|
|
268 |
},
|
|
269 |
AVKON_SKEY_INFO
|
|
270 |
{
|
|
271 |
key = EStdKeyUpArrow;
|
|
272 |
sid = EAvkonSIDNoSound;
|
|
273 |
type = ESKeyTypeRepeat;
|
|
274 |
},
|
|
275 |
AVKON_SKEY_INFO
|
|
276 |
{
|
|
277 |
key = EStdKeyDownArrow;
|
|
278 |
sid = EAvkonSIDNoSound;
|
|
279 |
type = ESKeyTypeLong;
|
|
280 |
},
|
|
281 |
AVKON_SKEY_INFO
|
|
282 |
{
|
|
283 |
key = EStdKeyDownArrow;
|
|
284 |
sid = EAvkonSIDNoSound;
|
|
285 |
type = ESKeyTypeRepeat;
|
|
286 |
}
|
|
287 |
};
|
|
288 |
}
|
|
289 |
|
|
290 |
// -----------------------------------------------------------------------------
|
|
291 |
// r_mpx_cui_scroll_speed_fast
|
|
292 |
// Text format used for displaying scrolling speed
|
|
293 |
// -----------------------------------------------------------------------------
|
|
294 |
//
|
|
295 |
RESOURCE TBUF r_mpx_cui_scroll_speed_fast
|
|
296 |
{
|
|
297 |
buf = qtn_nmp_navi_speed_fast;
|
|
298 |
}
|
|
299 |
|
|
300 |
// *** Playlist ***
|
|
301 |
|
|
302 |
// -----------------------------------------------------------------------------
|
|
303 |
// r_mpx_cui_playlist_query_list
|
|
304 |
// -----------------------------------------------------------------------------
|
|
305 |
//
|
|
306 |
RESOURCE AVKON_LIST_QUERY r_mpx_cui_playlist_query_list
|
|
307 |
{
|
|
308 |
flags = EGeneralQueryFlags;
|
|
309 |
softkeys = R_AVKON_SOFTKEYS_OK_CANCEL;
|
|
310 |
items =
|
|
311 |
{
|
|
312 |
AVKON_LIST_QUERY_DLG_LINE
|
|
313 |
{
|
|
314 |
control = AVKON_LIST_QUERY_CONTROL
|
|
315 |
{
|
|
316 |
listtype = EAknCtSinglePopupMenuListBox;
|
|
317 |
heading = qtn_mus_title_select_pl;
|
|
318 |
listbox = AVKON_LIST_QUERY_LIST
|
|
319 |
{
|
|
320 |
};
|
|
321 |
};
|
|
322 |
}
|
|
323 |
};
|
|
324 |
}
|
|
325 |
|
|
326 |
// ---------------------------------------------------------------------------
|
|
327 |
// r_mpx_generic_wait_note
|
|
328 |
// Generic wait note.
|
|
329 |
// ---------------------------------------------------------------------------
|
|
330 |
//
|
|
331 |
RESOURCE DIALOG r_mpx_generic_wait_note
|
|
332 |
{
|
|
333 |
flags = EAknWaitNoteFlags;
|
|
334 |
buttons = R_AVKON_SOFTKEYS_EMPTY;
|
|
335 |
items =
|
|
336 |
{
|
|
337 |
DLG_LINE
|
|
338 |
{
|
|
339 |
type = EAknCtNote;
|
|
340 |
id = 0x1000;
|
|
341 |
control = AVKON_NOTE
|
|
342 |
{
|
|
343 |
layout = EWaitLayout;
|
|
344 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM;
|
|
345 |
};
|
|
346 |
}
|
|
347 |
};
|
|
348 |
}
|
|
349 |
|
|
350 |
// ---------------------------------------------------------------------------
|
|
351 |
// r_mpx_waitnote_softkeys_empty_stop
|
|
352 |
// Softkeys used by generic wait note.
|
|
353 |
// ---------------------------------------------------------------------------
|
|
354 |
//
|
|
355 |
RESOURCE CBA r_mpx_waitnote_softkeys_empty_stop
|
|
356 |
{
|
|
357 |
buttons=
|
|
358 |
{
|
|
359 |
CBA_BUTTON
|
|
360 |
{
|
|
361 |
txt = text_softkey_empty;
|
|
362 |
},
|
|
363 |
CBA_BUTTON
|
|
364 |
{
|
|
365 |
id = EAknSoftkeyCancel;
|
|
366 |
txt = text_softkey_stop;
|
|
367 |
}
|
|
368 |
};
|
|
369 |
}
|
|
370 |
|
|
371 |
// -----------------------------------------------------------------------------
|
|
372 |
// r_mpx_playlist_memory_selection_locations
|
|
373 |
// -----------------------------------------------------------------------------
|
|
374 |
//
|
|
375 |
RESOURCE MEMORYSELECTIONDIALOG r_mpx_playlist_memory_selection_locations
|
|
376 |
{
|
|
377 |
title = qtn_mp_save_to_query;
|
|
378 |
softkey_1 = text_softkey_ok;
|
|
379 |
softkey_2 = text_softkey_cancel;
|
|
380 |
locations =
|
|
381 |
{
|
|
382 |
LOCATION
|
|
383 |
{
|
|
384 |
root_path = text_phone_memory_root_path;
|
|
385 |
},
|
|
386 |
LOCATION
|
|
387 |
{
|
|
388 |
root_path = text_memory_card_root_path;
|
|
389 |
}
|
|
390 |
};
|
|
391 |
}
|
|
392 |
|
|
393 |
// -----------------------------------------------------------------------------
|
|
394 |
// r_mpx_cui_targetfolder_playlist
|
|
395 |
// -----------------------------------------------------------------------------
|
|
396 |
//
|
|
397 |
RESOURCE TBUF r_mpx_cui_targetfolder_playlist
|
|
398 |
{
|
|
399 |
buf = text_targetfolder_playlists;
|
|
400 |
}
|
|
401 |
|
|
402 |
// -----------------------------------------------------------------------------
|
|
403 |
// r_mpx_playlist_name_query_title
|
|
404 |
// -----------------------------------------------------------------------------
|
|
405 |
//
|
|
406 |
RESOURCE TBUF r_mpx_playlist_name_query_title
|
|
407 |
{
|
|
408 |
buf = qtn_mus_enter_pl_name;
|
|
409 |
}
|
|
410 |
|
|
411 |
// -----------------------------------------------------------------------------
|
|
412 |
// r_mpx_cui_default_playlist_name
|
|
413 |
// -----------------------------------------------------------------------------
|
|
414 |
//
|
|
415 |
RESOURCE TBUF r_mpx_cui_default_playlist_name
|
|
416 |
{
|
|
417 |
buf = qtn_mg_def_name_playlist;
|
|
418 |
}
|
|
419 |
|
|
420 |
// -----------------------------------------------------------------------------
|
|
421 |
// r_mpx_qtn_nmp_note_adding_one_song
|
|
422 |
// -----------------------------------------------------------------------------
|
|
423 |
//
|
|
424 |
RESOURCE TBUF r_mpx_qtn_nmp_note_adding_one_song
|
|
425 |
{
|
|
426 |
buf = qtn_nmp_note_adding_one_song;
|
|
427 |
}
|
|
428 |
|
|
429 |
// -----------------------------------------------------------------------------
|
|
430 |
// r_mpx_qtn_mus_note_adding_tracks
|
|
431 |
// -----------------------------------------------------------------------------
|
|
432 |
//
|
|
433 |
RESOURCE TBUF r_mpx_qtn_mus_note_adding_tracks
|
|
434 |
{
|
|
435 |
buf = qtn_mus_note_adding_tracks;
|
|
436 |
}
|
|
437 |
|
|
438 |
// ---------------------------------------------------------------------------
|
|
439 |
// r_mpx_qtn_mus_multiple_tracks_added_to_pl
|
|
440 |
// Confirmation text for adding tracks to playlist (plural).
|
|
441 |
// ---------------------------------------------------------------------------
|
|
442 |
//
|
|
443 |
RESOURCE TBUF r_mpx_qtn_mus_multiple_tracks_added_to_pl
|
|
444 |
{
|
|
445 |
buf = qtn_mus_multiple_tracks_added_to_pl;
|
|
446 |
}
|
|
447 |
|
|
448 |
// ---------------------------------------------------------------------------
|
|
449 |
// r_mpx_qtn_mus_note_track_added_to_pl
|
|
450 |
// Confirmation text for adding track to playlist (singular).
|
|
451 |
// ---------------------------------------------------------------------------
|
|
452 |
//
|
|
453 |
RESOURCE TBUF r_mpx_qtn_mus_note_track_added_to_pl
|
|
454 |
{
|
|
455 |
buf = qtn_mus_note_track_added_to_pl;
|
|
456 |
}
|
|
457 |
|
|
458 |
|
|
459 |
// *** DRM ***
|
|
460 |
|
|
461 |
// -----------------------------------------------------------------------------
|
|
462 |
// r_mpx_drm_expired_playback
|
|
463 |
// Note text when the DRM file cannot be played
|
|
464 |
// -----------------------------------------------------------------------------
|
|
465 |
//
|
|
466 |
RESOURCE TBUF r_mpx_drm_expired_playback
|
|
467 |
{
|
|
468 |
buf = qtn_nmp_drm_expired_playback;
|
|
469 |
}
|
|
470 |
|
|
471 |
// -----------------------------------------------------------------------------
|
|
472 |
// r_mpx_drm_prev_rights_set
|
|
473 |
// -----------------------------------------------------------------------------
|
|
474 |
//
|
|
475 |
RESOURCE TBUF r_mpx_drm_prev_rights_set
|
|
476 |
{
|
|
477 |
buf = qtn_drm_prev_rights_set;
|
|
478 |
}
|
|
479 |
|
|
480 |
// -----------------------------------------------------------------------------
|
|
481 |
// r_mpx_no_drm_over_bt
|
|
482 |
// Cannot play DRM protected music over bluetooth
|
|
483 |
// -----------------------------------------------------------------------------
|
|
484 |
//
|
|
485 |
RESOURCE TBUF r_mpx_no_drm_over_bt
|
|
486 |
{
|
|
487 |
buf = qtn_nmp_note_protected_over_bluetooth;
|
|
488 |
}
|
|
489 |
|
|
490 |
// -----------------------------------------------------------------------------
|
|
491 |
// r_mpx_confirm_query_with_yes_no
|
|
492 |
// -----------------------------------------------------------------------------
|
|
493 |
//
|
|
494 |
RESOURCE DIALOG r_mpx_confirm_query_with_yes_no
|
|
495 |
{
|
|
496 |
flags = EGeneralQueryFlags;
|
|
497 |
buttons = R_AVKON_SOFTKEYS_YES_NO;
|
|
498 |
items =
|
|
499 |
{
|
|
500 |
DLG_LINE
|
|
501 |
{
|
|
502 |
type = EAknCtQuery;
|
|
503 |
id = EGeneralQuery;
|
|
504 |
control = AVKON_CONFIRMATION_QUERY
|
|
505 |
{
|
|
506 |
layout = EConfirmationQueryLayout;
|
|
507 |
};
|
|
508 |
}
|
|
509 |
};
|
|
510 |
}
|
|
511 |
|
|
512 |
// -----------------------------------------------------------------------------
|
|
513 |
// r_mpx_qtn_fldr_illegal_characters
|
|
514 |
// -----------------------------------------------------------------------------
|
|
515 |
//
|
|
516 |
RESOURCE TBUF r_mpx_qtn_fldr_illegal_characters
|
|
517 |
{
|
|
518 |
buf = qtn_fldr_illegal_characters;
|
|
519 |
}
|
|
520 |
|
|
521 |
// -----------------------------------------------------------------------------
|
|
522 |
// r_mpx_qtn_fldr_bad_file_name
|
|
523 |
// -----------------------------------------------------------------------------
|
|
524 |
//
|
|
525 |
RESOURCE TBUF r_mpx_qtn_fldr_bad_file_name
|
|
526 |
{
|
|
527 |
buf = qtn_fldr_bad_file_name;
|
|
528 |
}
|
|
529 |
|
|
530 |
// -----------------------------------------------------------------------------
|
|
531 |
// r_mpx_qtn_fldr_overwrite_query
|
|
532 |
// -----------------------------------------------------------------------------
|
|
533 |
//
|
|
534 |
RESOURCE TBUF r_mpx_qtn_fldr_overwrite_query
|
|
535 |
{
|
|
536 |
buf = qtn_fldr_overwrite_query;
|
|
537 |
}
|
|
538 |
|
|
539 |
// -----------------------------------------------------------------------------
|
|
540 |
// r_mpx_file_name_query
|
|
541 |
// -----------------------------------------------------------------------------
|
|
542 |
//
|
|
543 |
RESOURCE DIALOG r_mpx_file_name_query
|
|
544 |
{
|
|
545 |
flags = EGeneralQueryFlags;
|
|
546 |
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
|
|
547 |
items =
|
|
548 |
{
|
|
549 |
DLG_LINE
|
|
550 |
{
|
|
551 |
type = EAknCtQuery;
|
|
552 |
id = EGeneralQuery;
|
|
553 |
control = AVKON_DATA_QUERY
|
|
554 |
{
|
|
555 |
layout = EDataLayout;
|
|
556 |
label = qtn_fldr_item_name_prmpt;
|
|
557 |
control = EDWIN
|
|
558 |
{
|
|
559 |
flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
|
|
560 |
lines = 1;
|
|
561 |
maxlength = 256;
|
|
562 |
};
|
|
563 |
};
|
|
564 |
}
|
|
565 |
};
|
|
566 |
}
|
|
567 |
|
|
568 |
// -----------------------------------------------------------------------------
|
|
569 |
// r_mpx_create_playlist_name_query
|
|
570 |
// -----------------------------------------------------------------------------
|
|
571 |
//
|
|
572 |
RESOURCE DIALOG r_mpx_create_playlist_name_query
|
|
573 |
{
|
|
574 |
flags = EGeneralQueryFlags;
|
|
575 |
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
|
|
576 |
items =
|
|
577 |
{
|
|
578 |
DLG_LINE
|
|
579 |
{
|
|
580 |
type = EAknCtQuery;
|
|
581 |
id = EGeneralQuery;
|
|
582 |
control = AVKON_DATA_QUERY
|
|
583 |
{
|
|
584 |
layout = EDataLayout;
|
|
585 |
label = qtn_mus_enter_pl_name;
|
|
586 |
control = EDWIN
|
|
587 |
{
|
|
588 |
flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
|
|
589 |
lines = 1;
|
|
590 |
maxlength = 256;
|
|
591 |
};
|
|
592 |
};
|
|
593 |
}
|
|
594 |
};
|
|
595 |
}
|
|
596 |
|
|
597 |
// -----------------------------------------------------------------------------
|
|
598 |
// r_mpx_cui_time_sec_text
|
|
599 |
// -----------------------------------------------------------------------------
|
|
600 |
//
|
|
601 |
RESOURCE TBUF r_mpx_cui_time_sec_text
|
|
602 |
{
|
|
603 |
buf = qtn_mus_time_frmt_single_second;
|
|
604 |
}
|
|
605 |
|
|
606 |
// -----------------------------------------------------------------------------
|
|
607 |
// r_mpx_cui_time_secs_text
|
|
608 |
// -----------------------------------------------------------------------------
|
|
609 |
//
|
|
610 |
RESOURCE TBUF r_mpx_cui_time_secs_text
|
|
611 |
{
|
|
612 |
buf = qtn_mus_time_frmt_plural_second;
|
|
613 |
}
|
|
614 |
|
|
615 |
// -----------------------------------------------------------------------------
|
|
616 |
// r_mpx_cui_time_min_sec_text
|
|
617 |
// -----------------------------------------------------------------------------
|
|
618 |
//
|
|
619 |
RESOURCE TBUF r_mpx_cui_time_min_sec_text
|
|
620 |
{
|
|
621 |
buf = qtn_mus_time_frmt_single_min_single_sec;
|
|
622 |
}
|
|
623 |
|
|
624 |
// -----------------------------------------------------------------------------
|
|
625 |
// r_mpx_cui_time_min_secs_text
|
|
626 |
// -----------------------------------------------------------------------------
|
|
627 |
//
|
|
628 |
RESOURCE TBUF r_mpx_cui_time_min_secs_text
|
|
629 |
{
|
|
630 |
buf = qtn_mus_time_frmt_single_min_plural_sec;
|
|
631 |
}
|
|
632 |
|
|
633 |
// -----------------------------------------------------------------------------
|
|
634 |
// r_mpx_cui_time_mins_sec_text
|
|
635 |
// -----------------------------------------------------------------------------
|
|
636 |
//
|
|
637 |
RESOURCE TBUF r_mpx_cui_time_mins_sec_text
|
|
638 |
{
|
|
639 |
buf = qtn_mus_time_frmt_plural_min_single_sec;
|
|
640 |
}
|
|
641 |
|
|
642 |
// -----------------------------------------------------------------------------
|
|
643 |
// r_mpx_cui_time_mins_secs_text
|
|
644 |
// -----------------------------------------------------------------------------
|
|
645 |
//
|
|
646 |
RESOURCE TBUF r_mpx_cui_time_mins_secs_text
|
|
647 |
{
|
|
648 |
buf = qtn_mus_time_frmt_plural_min_plural_sec;
|
|
649 |
}
|
|
650 |
|
|
651 |
// -----------------------------------------------------------------------------
|
|
652 |
// r_mpx_cui_time_hr_min_text
|
|
653 |
// -----------------------------------------------------------------------------
|
|
654 |
//
|
|
655 |
RESOURCE TBUF r_mpx_cui_time_hr_min_text
|
|
656 |
{
|
|
657 |
buf = qtn_mus_time_frmt_single_hr_single_min;
|
|
658 |
}
|
|
659 |
|
|
660 |
// -----------------------------------------------------------------------------
|
|
661 |
// r_mpx_cui_time_hr_mins_text
|
|
662 |
// -----------------------------------------------------------------------------
|
|
663 |
//
|
|
664 |
RESOURCE TBUF r_mpx_cui_time_hr_mins_text
|
|
665 |
{
|
|
666 |
buf = qtn_mus_time_frmt_single_hr_plural_min;
|
|
667 |
}
|
|
668 |
|
|
669 |
// -----------------------------------------------------------------------------
|
|
670 |
// r_mpx_cui_time_hrs_min_text
|
|
671 |
// -----------------------------------------------------------------------------
|
|
672 |
//
|
|
673 |
RESOURCE TBUF r_mpx_cui_time_hrs_min_text
|
|
674 |
{
|
|
675 |
buf = qtn_mus_time_frmt_plural_hr_single_min;
|
|
676 |
}
|
|
677 |
|
|
678 |
// -----------------------------------------------------------------------------
|
|
679 |
// r_mpx_cui_time_hrs_mins_text
|
|
680 |
// -----------------------------------------------------------------------------
|
|
681 |
//
|
|
682 |
RESOURCE TBUF r_mpx_cui_time_hrs_mins_text
|
|
683 |
{
|
|
684 |
buf = qtn_mus_time_frmt_plural_hr_plural_min;
|
|
685 |
}
|
|
686 |
|
|
687 |
// -----------------------------------------------------------------------------
|
|
688 |
// r_mpx_cui_time_day_hr_text
|
|
689 |
// -----------------------------------------------------------------------------
|
|
690 |
//
|
|
691 |
RESOURCE TBUF r_mpx_cui_time_day_hr_text
|
|
692 |
{
|
|
693 |
buf = qtn_mus_time_frmt_single_day_single_hr;
|
|
694 |
}
|
|
695 |
|
|
696 |
// -----------------------------------------------------------------------------
|
|
697 |
// r_mpx_cui_time_day_hrs_text
|
|
698 |
// -----------------------------------------------------------------------------
|
|
699 |
//
|
|
700 |
RESOURCE TBUF r_mpx_cui_time_day_hrs_text
|
|
701 |
{
|
|
702 |
buf = qtn_mus_time_frmt_single_day_plural_hr;
|
|
703 |
}
|
|
704 |
|
|
705 |
// -----------------------------------------------------------------------------
|
|
706 |
// r_mpx_cui_time_days_hr_text
|
|
707 |
// -----------------------------------------------------------------------------
|
|
708 |
//
|
|
709 |
RESOURCE TBUF r_mpx_cui_time_days_hr_text
|
|
710 |
{
|
|
711 |
buf = qtn_mus_time_frmt_plural_day_single_hr;
|
|
712 |
}
|
|
713 |
|
|
714 |
// -----------------------------------------------------------------------------
|
|
715 |
// r_mpx_cui_time_days_hrs_text
|
|
716 |
// -----------------------------------------------------------------------------
|
|
717 |
//
|
|
718 |
RESOURCE TBUF r_mpx_cui_time_days_hrs_text
|
|
719 |
{
|
|
720 |
buf = qtn_mus_time_frmt_plural_day_plural_hr;
|
|
721 |
}
|
|
722 |
|
|
723 |
// ---------------------------------------------------------------------------
|
|
724 |
// r_mpx_generic_wait_note
|
|
725 |
// Generic wait note.
|
|
726 |
// ---------------------------------------------------------------------------
|
|
727 |
//
|
|
728 |
RESOURCE DIALOG r_mpx_delete_wait_note
|
|
729 |
{
|
|
730 |
flags = EAknWaitNoteFlags;
|
|
731 |
buttons = R_AVKON_SOFTKEYS_EMPTY;
|
|
732 |
items =
|
|
733 |
{
|
|
734 |
DLG_LINE
|
|
735 |
{
|
|
736 |
type = EAknCtNote;
|
|
737 |
id = 0x1000;
|
|
738 |
control = AVKON_NOTE
|
|
739 |
{
|
|
740 |
layout = EWaitLayout;
|
|
741 |
imagefile = AVKON_BITMAP_FILE; // bitmap file
|
|
742 |
imageid = EMbmAvkonQgn_note_erased;
|
|
743 |
imagemask = EMbmAvkonQgn_note_erased_mask;
|
|
744 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM;
|
|
745 |
};
|
|
746 |
}
|
|
747 |
};
|
|
748 |
}
|
|
749 |
|
|
750 |
// -----------------------------------------------------------------------------
|
|
751 |
// qtn_mus_playlist_name_exist
|
|
752 |
// -----------------------------------------------------------------------------
|
|
753 |
//
|
|
754 |
RESOURCE TBUF r_mpx_playlist_name_exist
|
|
755 |
{
|
|
756 |
buf = qtn_fldr_rename_query;
|
|
757 |
}
|
|
758 |
|
|
759 |
//----------------------------------------------------
|
|
760 |
//
|
|
761 |
// r_attendee_query
|
|
762 |
//
|
|
763 |
//
|
|
764 |
//----------------------------------------------------
|
|
765 |
//
|
|
766 |
RESOURCE DIALOG r_rename_query
|
|
767 |
{
|
|
768 |
flags = EGeneralQueryFlags;
|
|
769 |
buttons = R_AVKON_SOFTKEYS_YES_NO;
|
|
770 |
items =
|
|
771 |
{
|
|
772 |
DLG_LINE
|
|
773 |
{
|
|
774 |
type = EAknCtQuery;
|
|
775 |
id = EGeneralQuery;
|
|
776 |
control = AVKON_CONFIRMATION_QUERY
|
|
777 |
{
|
|
778 |
layout = EConfirmationQueryLayout;
|
|
779 |
};
|
|
780 |
}
|
|
781 |
};
|
|
782 |
}
|
|
783 |
|
|
784 |
// End of File
|