|
1 /* |
|
2 * Copyright (c) 2002-2009 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: This file contains all the resources for the module. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME VM // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 #include <bldvariant.hrh> |
|
24 #include <data_caging_paths_strings.hrh> |
|
25 #include <AiwCommon.rh> |
|
26 #include <appinfo.rh>//svg icons |
|
27 #include <eikon.rh> |
|
28 #include <avkon.rsg> |
|
29 #include <avkon.rh> |
|
30 #include <avkon.mbg> |
|
31 #include <avkon.loc> |
|
32 #include <vm.loc> |
|
33 #include <vm.mbg> |
|
34 #include "vm.hrh" |
|
35 |
|
36 // CONSTANTS |
|
37 #define vm_mbm "Z:\\Resource\\Apps\\vm.mbm" |
|
38 |
|
39 // RESOURCE DEFINITIONS |
|
40 |
|
41 // ----------------------------------------------------------------------------- |
|
42 // |
|
43 // RSS signature |
|
44 // |
|
45 // ----------------------------------------------------------------------------- |
|
46 // |
|
47 RESOURCE RSS_SIGNATURE { } |
|
48 |
|
49 // ----------------------------------------------------------------------------- |
|
50 // |
|
51 // A document name buffer. |
|
52 // |
|
53 // ----------------------------------------------------------------------------- |
|
54 // |
|
55 RESOURCE TBUF { buf=""; } |
|
56 |
|
57 // ----------------------------------------------------------------------------- |
|
58 // |
|
59 // Application information. |
|
60 // |
|
61 // ----------------------------------------------------------------------------- |
|
62 // |
|
63 RESOURCE EIK_APP_INFO |
|
64 { |
|
65 status_pane = r_vm_status_pane; |
|
66 menubar = r_vm_menubar; |
|
67 cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT; |
|
68 } |
|
69 |
|
70 // ----------------------------------------------------------------------------- |
|
71 // |
|
72 // r_vm_menubar |
|
73 // A menubar. |
|
74 // |
|
75 // ----------------------------------------------------------------------------- |
|
76 // |
|
77 RESOURCE MENU_BAR r_vm_menubar |
|
78 { |
|
79 titles= |
|
80 { |
|
81 MENU_TITLE { menu_pane=r_vm_menu; txt="File"; } |
|
82 }; |
|
83 } |
|
84 |
|
85 // ----------------------------------------------------------------------------- |
|
86 // |
|
87 // r_vm_menu |
|
88 // Menu items |
|
89 // |
|
90 // ----------------------------------------------------------------------------- |
|
91 // |
|
92 RESOURCE MENU_PANE r_vm_menu |
|
93 { |
|
94 items= |
|
95 { |
|
96 MENU_ITEM { command = EVmCmdAiwPlaceholder ; txt = ""; } |
|
97 // populated in run-time |
|
98 }; |
|
99 } |
|
100 |
|
101 // ----------------------------------------------------------------------------- |
|
102 // |
|
103 // r_vm_status_pane |
|
104 // Status pane resource. |
|
105 // |
|
106 // ----------------------------------------------------------------------------- |
|
107 // |
|
108 RESOURCE STATUS_PANE_APP_MODEL r_vm_status_pane |
|
109 { |
|
110 panes= |
|
111 { |
|
112 SPANE_PANE |
|
113 { |
|
114 id = EEikStatusPaneUidTitle; |
|
115 type = EAknCtTitlePane; |
|
116 resource = r_overriden_app_name; |
|
117 } |
|
118 #ifndef __SCALABLE_ICONS |
|
119 , |
|
120 SPANE_PANE |
|
121 { // Context pane definition |
|
122 id = EEikStatusPaneUidContext; |
|
123 type = EAknCtContextPane; |
|
124 resource = r_overriden_icon; |
|
125 } |
|
126 #endif |
|
127 }; |
|
128 } |
|
129 |
|
130 // ----------------------------------------------------------------------------- |
|
131 // |
|
132 // r_overriden_app_name |
|
133 // Title pane for r_vm_status_pane |
|
134 // |
|
135 // ----------------------------------------------------------------------------- |
|
136 // |
|
137 RESOURCE TITLE_PANE r_overriden_app_name |
|
138 { |
|
139 txt = qtn_smsvo_title_voice_mailbox; |
|
140 } |
|
141 |
|
142 // ----------------------------------------------------------------------------- |
|
143 // |
|
144 // r_overriden_icon |
|
145 // Context pane for r_vm_status_pane when no scalable icons |
|
146 // |
|
147 // ----------------------------------------------------------------------------- |
|
148 // |
|
149 RESOURCE CONTEXT_PANE r_overriden_icon |
|
150 { |
|
151 bmpfile = vm_mbm; |
|
152 bmpid = EMbmVmQgn_menu_smsvo_cxt; |
|
153 bmpmask = EMbmVmQgn_menu_smsvo_cxt_mask; |
|
154 } |
|
155 // ----------------------------------------------------------------------------- |
|
156 // |
|
157 // r_call_voicemail |
|
158 // Text string in the main view in a list pane for double item |
|
159 // |
|
160 // ----------------------------------------------------------------------------- |
|
161 // |
|
162 RESOURCE TBUF r_call_voicemail |
|
163 { |
|
164 buf = qtn_smsvo_call_voicemail; |
|
165 } |
|
166 |
|
167 // ----------------------------------------------------------------------------- |
|
168 // |
|
169 // r_number_pane_empty |
|
170 // Text string to show, when vmbx number is not defined. |
|
171 // |
|
172 // ----------------------------------------------------------------------------- |
|
173 // |
|
174 RESOURCE TBUF r_number_pane_empty |
|
175 { |
|
176 buf = qtn_smsvo_number_pane_empty; |
|
177 } |
|
178 |
|
179 // ----------------------------------------------------------------------------- |
|
180 // |
|
181 // r_menu_call_voicemail |
|
182 // Command string in options list |
|
183 // |
|
184 // ----------------------------------------------------------------------------- |
|
185 // |
|
186 RESOURCE TBUF r_menu_call_voicemail |
|
187 { |
|
188 buf = qtn_smsvo_call_voicemail_opt; |
|
189 } |
|
190 |
|
191 // ----------------------------------------------------------------------------- |
|
192 // |
|
193 // r_menu_define_number |
|
194 // Command string in options list |
|
195 // |
|
196 // ----------------------------------------------------------------------------- |
|
197 // |
|
198 RESOURCE TBUF r_menu_define_number |
|
199 { |
|
200 buf = qtn_smsvo_define_number; |
|
201 } |
|
202 |
|
203 // ----------------------------------------------------------------------------- |
|
204 // |
|
205 // r_menu_define_video_number |
|
206 // Command string in options list |
|
207 // |
|
208 // ----------------------------------------------------------------------------- |
|
209 // |
|
210 RESOURCE TBUF r_menu_define_video_number |
|
211 { |
|
212 buf = qtn_smsvi_define_number; |
|
213 } |
|
214 |
|
215 // ----------------------------------------------------------------------------- |
|
216 // |
|
217 // r_menu_change_number |
|
218 // Command string in options list |
|
219 // |
|
220 // ----------------------------------------------------------------------------- |
|
221 // |
|
222 RESOURCE TBUF r_menu_change_number |
|
223 { |
|
224 buf = qtn_smsvo_change_number; |
|
225 } |
|
226 |
|
227 // ----------------------------------------------------------------------------- |
|
228 // |
|
229 // r_menu_exit |
|
230 // A common option in a options list for closing application. |
|
231 // |
|
232 // ----------------------------------------------------------------------------- |
|
233 // |
|
234 RESOURCE TBUF r_menu_exit |
|
235 { |
|
236 buf = qtn_options_exit; |
|
237 } |
|
238 |
|
239 // ----------------------------------------------------------------------------- |
|
240 // |
|
241 // r_menu_help |
|
242 // Getting help via options Help selection. |
|
243 // |
|
244 // ----------------------------------------------------------------------------- |
|
245 // |
|
246 RESOURCE TBUF r_menu_help |
|
247 { |
|
248 buf = qtn_options_help; |
|
249 } |
|
250 |
|
251 // ----------------------------------------------------------------------------- |
|
252 // |
|
253 // r_int_call_voicemail |
|
254 // Text string in the main view in a list pane for double item |
|
255 // |
|
256 // ----------------------------------------------------------------------------- |
|
257 // |
|
258 RESOURCE TBUF r_int_call_voicemail |
|
259 { |
|
260 buf = qtn_voip_mailbox; |
|
261 } |
|
262 |
|
263 // ----------------------------------------------------------------------------- |
|
264 // |
|
265 // r_address_pane_empty |
|
266 // Text string shown, when vmbx address is not defined. |
|
267 // |
|
268 // ----------------------------------------------------------------------------- |
|
269 // |
|
270 RESOURCE TBUF r_address_pane_empty |
|
271 { |
|
272 buf = qtn_voip_mailbox_empty; |
|
273 } |
|
274 |
|
275 // ----------------------------------------------------------------------------- |
|
276 // |
|
277 // r_menu_define_address |
|
278 // Command string in options list . |
|
279 // |
|
280 // ----------------------------------------------------------------------------- |
|
281 // |
|
282 RESOURCE TBUF r_menu_define_address |
|
283 { |
|
284 buf = qtn_voip_define_mailbox_address; |
|
285 } |
|
286 |
|
287 // ----------------------------------------------------------------------------- |
|
288 // |
|
289 // r_menu_change_address |
|
290 // Command string in options list. |
|
291 // |
|
292 // ----------------------------------------------------------------------------- |
|
293 // |
|
294 RESOURCE TBUF r_menu_change_address |
|
295 { |
|
296 buf = qtn_voip_change_address; |
|
297 } |
|
298 |
|
299 // ----------------------------------------------------------------------------- |
|
300 // |
|
301 // r_menu_call_int_mailbox |
|
302 // Command string in options list . |
|
303 // |
|
304 // ----------------------------------------------------------------------------- |
|
305 // |
|
306 RESOURCE TBUF r_menu_call_int_mailbox |
|
307 { |
|
308 buf = qtn_voip_call_mailbox; |
|
309 } |
|
310 |
|
311 |
|
312 // CDMA ADDITIONS |
|
313 |
|
314 // ----------------------------------------------------------------------------- |
|
315 // |
|
316 // r_vmbx_detail_dialog |
|
317 // Details of last message dialog. |
|
318 // |
|
319 // ----------------------------------------------------------------------------- |
|
320 // |
|
321 RESOURCE DIALOG r_vmbx_detail_dialog |
|
322 { |
|
323 flags = EAknDialogSelectionList; |
|
324 buttons = R_AVKON_SOFTKEYS_BACK; |
|
325 items = |
|
326 { |
|
327 DLG_LINE |
|
328 { |
|
329 type = EAknCtSingleHeadingListBox; |
|
330 id = KVmDetailsDialog; |
|
331 control= LISTBOX |
|
332 { |
|
333 flags = EAknListBoxViewerFlags; |
|
334 }; |
|
335 } |
|
336 }; |
|
337 } |
|
338 |
|
339 // ----------------------------------------------------------------------------- |
|
340 // |
|
341 // r_vmbx_detail_menubar |
|
342 // Empty. Mandatory for the dialog. |
|
343 // |
|
344 // ----------------------------------------------------------------------------- |
|
345 // |
|
346 RESOURCE MENU_BAR r_vmbx_detail_menubar |
|
347 { |
|
348 titles= |
|
349 { |
|
350 }; |
|
351 } |
|
352 |
|
353 // ----------------------------------------------------------------------------- |
|
354 // |
|
355 // r_voicemail_cleared |
|
356 // Text in infotmation note when the voicemail icon is cleared. |
|
357 // |
|
358 // ----------------------------------------------------------------------------- |
|
359 // |
|
360 RESOURCE TBUF r_voicemail_cleared |
|
361 { |
|
362 buf = qtn_smsvo_voicemail_cleared; |
|
363 } |
|
364 |
|
365 // ----------------------------------------------------------------------------- |
|
366 // |
|
367 // r_clear_icon |
|
368 // Command string in options list. |
|
369 // |
|
370 // ----------------------------------------------------------------------------- |
|
371 // |
|
372 RESOURCE TBUF r_clear_icon |
|
373 { |
|
374 buf = qtn_smsvo_clear_icon; |
|
375 } |
|
376 |
|
377 // ----------------------------------------------------------------------------- |
|
378 // |
|
379 // r_voice_messages |
|
380 // Text string in the main view in a list pane for double item. |
|
381 // |
|
382 // ----------------------------------------------------------------------------- |
|
383 // |
|
384 RESOURCE TBUF r_voice_messages |
|
385 { |
|
386 buf = qtn_smsvo_voice_messages; |
|
387 } |
|
388 |
|
389 // ----------------------------------------------------------------------------- |
|
390 // |
|
391 // r_no_new |
|
392 // Text for number of new messages in the double listbox. |
|
393 // |
|
394 // ----------------------------------------------------------------------------- |
|
395 // |
|
396 RESOURCE TBUF r_no_new |
|
397 { |
|
398 buf = qtn_smsvo_no_new; |
|
399 } |
|
400 |
|
401 // ----------------------------------------------------------------------------- |
|
402 // |
|
403 // r_new_messages |
|
404 // Text for new messages in the double listbox. |
|
405 // |
|
406 // ----------------------------------------------------------------------------- |
|
407 // |
|
408 RESOURCE TBUF r_new_messages |
|
409 { |
|
410 buf = qtn_smsvo_new_messages; |
|
411 } |
|
412 |
|
413 // ----------------------------------------------------------------------------- |
|
414 // |
|
415 // r_n_new |
|
416 // Text for number of new messages in the double listbox. |
|
417 // |
|
418 // ----------------------------------------------------------------------------- |
|
419 // |
|
420 RESOURCE TBUF r_n_new |
|
421 { |
|
422 buf = qtn_smsvo_n_new; |
|
423 } |
|
424 |
|
425 // ----------------------------------------------------------------------------- |
|
426 // |
|
427 // r_details_of_last |
|
428 // Text string in the main view in a list pane for double item; |
|
429 // |
|
430 // ----------------------------------------------------------------------------- |
|
431 // |
|
432 RESOURCE TBUF r_details_of_last |
|
433 { |
|
434 buf = qtn_smsvo_details_of_last; |
|
435 } |
|
436 |
|
437 // ----------------------------------------------------------------------------- |
|
438 // |
|
439 // r_title_details |
|
440 // Text string in title pane in the last message details dialog |
|
441 // |
|
442 // ----------------------------------------------------------------------------- |
|
443 // |
|
444 RESOURCE TBUF r_title_details |
|
445 { |
|
446 buf = qtn_smsvo_title_details; |
|
447 } |
|
448 |
|
449 // ----------------------------------------------------------------------------- |
|
450 // |
|
451 // r_urgency |
|
452 // Heading in the details view |
|
453 // |
|
454 // ----------------------------------------------------------------------------- |
|
455 // |
|
456 RESOURCE TBUF r_urgency |
|
457 { |
|
458 buf = qtn_smsvo_urgency; |
|
459 } |
|
460 |
|
461 // ----------------------------------------------------------------------------- |
|
462 // |
|
463 // r_emergency |
|
464 // Body text in the details view under Urgency heading |
|
465 // |
|
466 // ----------------------------------------------------------------------------- |
|
467 // |
|
468 RESOURCE TBUF r_emergency |
|
469 { |
|
470 buf = qtn_smsvo_emergency; |
|
471 } |
|
472 |
|
473 // ----------------------------------------------------------------------------- |
|
474 // |
|
475 // r_urgent |
|
476 // Body text in the details view under Urgency heading. |
|
477 // |
|
478 // ----------------------------------------------------------------------------- |
|
479 // |
|
480 RESOURCE TBUF r_urgent |
|
481 { |
|
482 buf = qtn_smsvo_urgent; |
|
483 } |
|
484 |
|
485 // ----------------------------------------------------------------------------- |
|
486 // |
|
487 // r_normal |
|
488 // Body text in the details view under Urgency heading. |
|
489 // |
|
490 // ----------------------------------------------------------------------------- |
|
491 // |
|
492 RESOURCE TBUF r_normal |
|
493 { |
|
494 buf = qtn_smsvo_normal; |
|
495 } |
|
496 |
|
497 // ----------------------------------------------------------------------------- |
|
498 // |
|
499 // r_date |
|
500 // Heading in the details view. |
|
501 // |
|
502 // ----------------------------------------------------------------------------- |
|
503 // |
|
504 RESOURCE TBUF r_date |
|
505 { |
|
506 buf = qtn_smsvo_date; |
|
507 } |
|
508 |
|
509 // ----------------------------------------------------------------------------- |
|
510 // |
|
511 // r_time |
|
512 // Heading in the details view. |
|
513 // |
|
514 // ----------------------------------------------------------------------------- |
|
515 // |
|
516 RESOURCE TBUF r_time |
|
517 { |
|
518 buf = qtn_smsvo_time; |
|
519 } |
|
520 |
|
521 // ----------------------------------------------------------------------------- |
|
522 // |
|
523 // r_call_back |
|
524 // Heading in the details view. |
|
525 // |
|
526 // ----------------------------------------------------------------------------- |
|
527 // |
|
528 RESOURCE TBUF r_call_back |
|
529 { |
|
530 buf = qtn_smsvo_call_back; |
|
531 } |
|
532 |
|
533 // ----------------------------------------------------------------------------- |
|
534 // |
|
535 // r_text |
|
536 // Heading in the details view. |
|
537 // |
|
538 // ----------------------------------------------------------------------------- |
|
539 // |
|
540 RESOURCE TBUF r_text |
|
541 { |
|
542 buf = qtn_smsvo_text; |
|
543 } |
|
544 |
|
545 // ----------------------------------------------------------------------------- |
|
546 // |
|
547 // r_mailbox_number |
|
548 // Displayed in the main view in a list pane for double item instead of |
|
549 // qtn_smsvo_call_voicemail in CDMA |
|
550 // |
|
551 // ----------------------------------------------------------------------------- |
|
552 // |
|
553 RESOURCE TBUF r_mailbox_number |
|
554 { |
|
555 buf = qtn_smsvo_mailbox_number; |
|
556 } |
|
557 |
|
558 // ----------------------------------------------------------------------------- |
|
559 // |
|
560 // r_open_details |
|
561 // Command in Options menu command name for "Open". |
|
562 // |
|
563 // ----------------------------------------------------------------------------- |
|
564 // |
|
565 RESOURCE TBUF r_open_details |
|
566 { |
|
567 buf = qtn_options_open; |
|
568 } |
|
569 |
|
570 // ----------------------------------------------------------------------------- |
|
571 // |
|
572 // r_offline_not_possible_sap |
|
573 // The note that is shown when the user attempts to connect the network when |
|
574 // in SIM Access Profile mode. From rel. 2.6 onwards |
|
575 // |
|
576 // ----------------------------------------------------------------------------- |
|
577 // |
|
578 RESOURCE TBUF r_offline_not_possible_sap |
|
579 { |
|
580 buf = qtn_offline_not_possible_sap; |
|
581 } |
|
582 |
|
583 // ----------------------------------------------------------------------------- |
|
584 // |
|
585 // r_vm_localisable_app_info |
|
586 // Localisable app info |
|
587 // |
|
588 // ----------------------------------------------------------------------------- |
|
589 // |
|
590 RESOURCE LOCALISABLE_APP_INFO r_vm_localisable_app_info |
|
591 { |
|
592 short_caption = qtn_apps_smsvo_grid; |
|
593 caption_and_icon = |
|
594 CAPTION_AND_ICON_INFO |
|
595 { |
|
596 caption = qtn_apps_smsvo_list; |
|
597 #ifdef __SCALABLE_ICONS |
|
598 number_of_icons = 1; |
|
599 icon_file = APP_BITMAP_DIR"\\vm_aif.mif"; |
|
600 #else |
|
601 number_of_icons = 2; |
|
602 icon_file = APP_BITMAP_DIR"\\vm_aif.mbm"; |
|
603 #endif |
|
604 }; |
|
605 } |
|
606 |
|
607 // ----------------------------------------------------------------------------- |
|
608 // |
|
609 // r_vmbx_select_type_list |
|
610 // Selection listbox |
|
611 // |
|
612 // ----------------------------------------------------------------------------- |
|
613 // |
|
614 RESOURCE LISTBOX r_vmbx_select_type_list |
|
615 { |
|
616 array_id = r_vmbx_select_type_list_items; |
|
617 flags = EAknListBoxSelectionList; |
|
618 } |
|
619 |
|
620 // ----------------------------------------------------------------------------- |
|
621 // |
|
622 // r_vmbx_select_type_list_items |
|
623 // Listbox items for "r_vmbx_select_type_list" -listbox |
|
624 // |
|
625 // ----------------------------------------------------------------------------- |
|
626 // |
|
627 RESOURCE ARRAY r_vmbx_select_type_list_items |
|
628 { |
|
629 items = |
|
630 { |
|
631 LBUF |
|
632 { |
|
633 txt = "Voice mailbox"; |
|
634 }, |
|
635 LBUF |
|
636 { |
|
637 txt = "Internet call voice mailbox"; |
|
638 } |
|
639 }; |
|
640 } |
|
641 |
|
642 // ----------------------------------------------------------------------------- |
|
643 // |
|
644 // r_call_videomail |
|
645 // Text string in the main view in a list pane for double item |
|
646 // |
|
647 // ----------------------------------------------------------------------------- |
|
648 // |
|
649 RESOURCE TBUF r_call_videomail |
|
650 { |
|
651 buf = qtn_smsvi_list_video_mailbox; |
|
652 } |
|
653 |
|
654 |
|
655 // ----------------------------------------------------------------------------- |
|
656 // |
|
657 // r_menu_call_videomail |
|
658 // Text string in the main view in a list pane for double item |
|
659 // |
|
660 // ----------------------------------------------------------------------------- |
|
661 // |
|
662 RESOURCE TBUF r_menu_call_videomail |
|
663 { |
|
664 buf = qtn_smsvi_call_videomail_opt; |
|
665 } |
|
666 |
|
667 // ----------------------------------------------------------------------------- |
|
668 // |
|
669 // r_vmbx_cba_define_vo_number |
|
670 // CBA buttons when voice mailbox number not defined |
|
671 // |
|
672 // ----------------------------------------------------------------------------- |
|
673 // |
|
674 RESOURCE CBA r_vmbx_cba_define_vo_number |
|
675 { |
|
676 flags = 0; |
|
677 buttons = |
|
678 { |
|
679 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
680 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_exit;}, |
|
681 CBA_BUTTON {id=EVmCbaMskDefVoMbx; txt=qtn_msk_define_cs_vmbx_number;} |
|
682 }; |
|
683 } |
|
684 |
|
685 // ----------------------------------------------------------------------------- |
|
686 // |
|
687 // r_vmbx_cba_notallow_define_vo_number |
|
688 // CBA buttons when voice mailbox number not defined |
|
689 // |
|
690 // ----------------------------------------------------------------------------- |
|
691 // |
|
692 RESOURCE CBA r_vmbx_cba_notallow_define_vo_number |
|
693 { |
|
694 flags = 0; |
|
695 buttons = |
|
696 { |
|
697 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
698 CBA_BUTTON {id=EAknSoftkeyExit; txt=text_softkey_exit;} |
|
699 }; |
|
700 } |
|
701 |
|
702 // ----------------------------------------------------------------------------- |
|
703 // |
|
704 // r_vmbx_cba_call_vo_mailbox |
|
705 // CBA buttons when voice mailbox number defined |
|
706 // |
|
707 // ----------------------------------------------------------------------------- |
|
708 // |
|
709 RESOURCE CBA r_vmbx_cba_call_vo_mailbox |
|
710 { |
|
711 flags = 0; |
|
712 buttons = |
|
713 { |
|
714 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
715 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_exit;}, |
|
716 CBA_BUTTON {id=EVmCbaMskCallVoMbx; txt= qtn_msk_call_cs_vmbx;} |
|
717 }; |
|
718 } |
|
719 |
|
720 // ----------------------------------------------------------------------------- |
|
721 // |
|
722 // r_vmbx_gs_cba_define_vo_number |
|
723 // CBA buttons when voice mailbox number not defined (application opened from |
|
724 // general settings) |
|
725 // |
|
726 // ----------------------------------------------------------------------------- |
|
727 // |
|
728 RESOURCE CBA r_vmbx_gs_cba_define_vo_number |
|
729 { |
|
730 flags = 0; |
|
731 buttons = |
|
732 { |
|
733 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
734 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_back;}, |
|
735 CBA_BUTTON {id=EVmCbaMskDefVoMbx; txt=qtn_msk_define_cs_vmbx_number;} |
|
736 }; |
|
737 } |
|
738 |
|
739 // ----------------------------------------------------------------------------- |
|
740 // |
|
741 // r_vmbx_gs_cba_notallow_define_vo_number |
|
742 // CBA buttons when voice mailbox number not defined |
|
743 // |
|
744 // ----------------------------------------------------------------------------- |
|
745 // |
|
746 RESOURCE CBA r_vmbx_gs_cba_notallow_define_vo_number |
|
747 { |
|
748 flags = 0; |
|
749 buttons = |
|
750 { |
|
751 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
752 CBA_BUTTON {id=EAknSoftkeyExit; txt=text_softkey_back;} |
|
753 }; |
|
754 } |
|
755 |
|
756 // ----------------------------------------------------------------------------- |
|
757 // |
|
758 // r_vmbx_gs_cba_call_vo_mailbox |
|
759 // CBA buttons when voice mailbox number defined (application opened from |
|
760 // general settings) |
|
761 // |
|
762 // ----------------------------------------------------------------------------- |
|
763 // |
|
764 RESOURCE CBA r_vmbx_gs_cba_call_vo_mailbox |
|
765 { |
|
766 flags = 0; |
|
767 buttons = |
|
768 { |
|
769 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
770 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_back;}, |
|
771 CBA_BUTTON {id=EVmCbaMskCallVoMbx; txt= qtn_msk_call_cs_vmbx;} |
|
772 }; |
|
773 } |
|
774 |
|
775 // ----------------------------------------------------------------------------- |
|
776 // |
|
777 // r_vmbx_cba_define_vi_number |
|
778 // CBA buttons when video mailbox number not defined |
|
779 // |
|
780 // ----------------------------------------------------------------------------- |
|
781 // |
|
782 RESOURCE CBA r_vmbx_cba_define_vi_number |
|
783 { |
|
784 flags = 0; |
|
785 buttons = |
|
786 { |
|
787 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
788 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_exit;}, |
|
789 CBA_BUTTON {id=EVmCbaMskDefViMbx; txt=qtn_msk_define_video_mbx_number;} |
|
790 }; |
|
791 } |
|
792 |
|
793 // ----------------------------------------------------------------------------- |
|
794 // |
|
795 // r_vmbx_cba_notallow_define_vi_number |
|
796 // CBA buttons when video mailbox number not defined |
|
797 // |
|
798 // ----------------------------------------------------------------------------- |
|
799 // |
|
800 RESOURCE CBA r_vmbx_cba_notallow_define_vi_number |
|
801 { |
|
802 flags = 0; |
|
803 buttons = |
|
804 { |
|
805 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
806 CBA_BUTTON {id=EAknSoftkeyExit; txt=text_softkey_exit;} |
|
807 }; |
|
808 } |
|
809 |
|
810 // ----------------------------------------------------------------------------- |
|
811 // |
|
812 // r_vmbx_cba_call_vi_mailbox |
|
813 // CBA buttons when video mailbox number defined |
|
814 // |
|
815 // ----------------------------------------------------------------------------- |
|
816 // |
|
817 RESOURCE CBA r_vmbx_cba_call_vi_mailbox |
|
818 { |
|
819 flags = 0; |
|
820 buttons = |
|
821 { |
|
822 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
823 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_exit;}, |
|
824 CBA_BUTTON {id=EVmCbaMskCallViMbx; txt=qtn_msk_call_video_mbx;} |
|
825 }; |
|
826 } |
|
827 |
|
828 // ----------------------------------------------------------------------------- |
|
829 // |
|
830 // r_vmbx_gs_cba_define_vi_number |
|
831 // CBA buttons when video mailbox number not defined (application opened from |
|
832 // general settings) |
|
833 // |
|
834 // ----------------------------------------------------------------------------- |
|
835 // |
|
836 RESOURCE CBA r_vmbx_gs_cba_define_vi_number |
|
837 { |
|
838 flags = 0; |
|
839 buttons = |
|
840 { |
|
841 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
842 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_back;}, |
|
843 CBA_BUTTON {id=EVmCbaMskDefViMbx; txt=qtn_msk_define_video_mbx_number;} |
|
844 }; |
|
845 } |
|
846 |
|
847 // ----------------------------------------------------------------------------- |
|
848 // |
|
849 // r_vmbx_gs_cba_notallow_define_vi_number |
|
850 // CBA buttons when voice mailbox number not defined |
|
851 // |
|
852 // ----------------------------------------------------------------------------- |
|
853 // |
|
854 RESOURCE CBA r_vmbx_gs_cba_notallow_define_vi_number |
|
855 { |
|
856 flags = 0; |
|
857 buttons = |
|
858 { |
|
859 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
860 CBA_BUTTON {id=EAknSoftkeyExit; txt=text_softkey_back;} |
|
861 }; |
|
862 } |
|
863 |
|
864 // ----------------------------------------------------------------------------- |
|
865 // |
|
866 // r_vmbx_gs_cba_call_vi_mailbox |
|
867 // CBA buttons when video mailbox number defined (application opened from |
|
868 // general settings) |
|
869 // |
|
870 // ----------------------------------------------------------------------------- |
|
871 // |
|
872 RESOURCE CBA r_vmbx_gs_cba_call_vi_mailbox |
|
873 { |
|
874 flags = 0; |
|
875 buttons = |
|
876 { |
|
877 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
878 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_back;}, |
|
879 CBA_BUTTON {id=EVmCbaMskCallViMbx; txt=qtn_msk_call_video_mbx;} |
|
880 }; |
|
881 } |
|
882 |
|
883 // ----------------------------------------------------------------------------- |
|
884 // |
|
885 // r_vmbx_cba_define_voip_number |
|
886 // CBA buttons when voip mailbox not defined |
|
887 // |
|
888 // ----------------------------------------------------------------------------- |
|
889 // |
|
890 RESOURCE CBA r_vmbx_cba_define_voip_number |
|
891 { |
|
892 flags = 0; |
|
893 buttons = |
|
894 { |
|
895 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
896 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_exit;}, |
|
897 CBA_BUTTON {id=EVmCbaMskDefVoipMbx; txt=qtn_msk_define_voip_mbx_address;} |
|
898 }; |
|
899 } |
|
900 |
|
901 // ----------------------------------------------------------------------------- |
|
902 // |
|
903 // r_vmbx_cba_call_voip_mailbox |
|
904 // CBA buttons when voip mailbox defined |
|
905 // |
|
906 // ----------------------------------------------------------------------------- |
|
907 // |
|
908 RESOURCE CBA r_vmbx_cba_call_voip_mailbox |
|
909 { |
|
910 flags = 0; |
|
911 buttons = |
|
912 { |
|
913 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
914 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_exit;}, |
|
915 CBA_BUTTON {id=EVmCbaMskCallVoipMbx; txt=qtn_msk_call_voip_vmbx;} |
|
916 }; |
|
917 } |
|
918 |
|
919 // ----------------------------------------------------------------------------- |
|
920 // |
|
921 // r_vmbx_gs_call_voip_mailbox |
|
922 // CBA buttons when voip mailbox defined (vmbx opened from General settings) |
|
923 // |
|
924 // ----------------------------------------------------------------------------- |
|
925 // |
|
926 RESOURCE CBA r_vmbx_gs_call_voip_mailbox |
|
927 { |
|
928 flags = 0; |
|
929 buttons = |
|
930 { |
|
931 CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;}, |
|
932 CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_back;}, |
|
933 CBA_BUTTON {id=EVmCbaMskCallVoipMbx; txt=qtn_msk_call_voip_vmbx;} |
|
934 }; |
|
935 } |
|
936 |
|
937 // ----------------------------------------------------------------------------- |
|
938 // |
|
939 // r_vmbx_app_interest |
|
940 // For AIW |
|
941 // |
|
942 // ----------------------------------------------------------------------------- |
|
943 // |
|
944 RESOURCE AIW_INTEREST r_vmbx_app_interest |
|
945 { |
|
946 items= |
|
947 { |
|
948 // This application is interested in calling from menu. |
|
949 AIW_CRITERIA_ITEM |
|
950 { |
|
951 id = EVmCmdAiwPlaceholder ; |
|
952 serviceCmd = KAiwCmdCall; |
|
953 serviceClass = KAiwClassMenu; |
|
954 contentType = "*"; |
|
955 defaultProvider = 0x101F868E; |
|
956 maxProviders = 1; |
|
957 } |
|
958 }; |
|
959 } |
|
960 |
|
961 // ----------------------------------------------------------------------------- |
|
962 // |
|
963 // r_voip_list_mailbox_name |
|
964 // Command string in options list. |
|
965 // |
|
966 // ----------------------------------------------------------------------------- |
|
967 // |
|
968 RESOURCE TBUF r_voip_list_mailbox_name |
|
969 { |
|
970 buf = qtn_voip_list_mailbox_name; |
|
971 } |
|
972 |
|
973 // End of File |