phoneapp/phoneui/srcdata/phoneui.rss
changeset 0 5f000ab63145
child 1 838b0a10d15b
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2002 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:
       
    15 *     This file contains all the resources for the module.
       
    16 *     All definitions for components used in phone application.
       
    17 *     Positions, sizes, texts, etc.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 NAME    PHUI
       
    23 
       
    24 #include    <bldvariant.hrh>
       
    25 
       
    26 #include    <EIKCORE.rsg>
       
    27 #include    <eikon.rh>
       
    28 #include    <eikon.rsg>
       
    29 #include    <avkon.hrh>
       
    30 #include    <avkon.rsg>
       
    31 #include    <avkon.rh>
       
    32 #include    <avkon.mbg>
       
    33 #include    <avkon.loc>
       
    34 #include    <e32keys.h>
       
    35 #include    <uikon.hrh>
       
    36 #include    <AiwCommon.hrh>
       
    37 #include    <AiwCommon.rh>
       
    38 #include    <aknnotifyplugin.loc>
       
    39 
       
    40 #include    <phone.loc>
       
    41 
       
    42 #include    <callheadertexts.loc>
       
    43 #include    <basiccallhandling.loc>
       
    44 #include    <incallmenuandsoftkeys.loc>
       
    45 #include    <callterminationnote.loc>
       
    46 #include    <incalloperations.loc>
       
    47 #include    <numberentry.loc>
       
    48 #include    <multicallhandling.loc>
       
    49 #include    <mobileoriginatedcalls.loc>
       
    50 #include    <avkon.loc>
       
    51 #include    <dialer.loc>
       
    52 
       
    53 
       
    54 #include    <dtmfsignalling.loc>
       
    55 
       
    56 
       
    57 #include    "phoneui.rh"
       
    58 #include    "phoneui.hrh"
       
    59 
       
    60 #include    <appinfo.rh>
       
    61 #include    <data_caging_paths_strings.hrh>
       
    62 
       
    63 //  RESOURCE DEFINITIONS
       
    64 
       
    65 RESOURCE RSS_SIGNATURE
       
    66     {
       
    67     }
       
    68 
       
    69 RESOURCE TBUF
       
    70     {
       
    71     buf = "";
       
    72     }
       
    73 
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 //    It contains application information.
       
    77 //
       
    78 // -----------------------------------------------------------------------------
       
    79 //
       
    80 RESOURCE EIK_APP_INFO
       
    81     {
       
    82     status_pane = r_phoneui_status_pane;
       
    83     cba = r_phoneui_empty_cba;
       
    84     menubar = r_phoneui_idle_menubar;
       
    85     }
       
    86 
       
    87 RESOURCE LOCALISABLE_APP_INFO r_phoneui_localisable_app_info
       
    88     {
       
    89     short_caption = qtn_apps_phone_grid;
       
    90     caption_and_icon =
       
    91     CAPTION_AND_ICON_INFO
       
    92         {
       
    93         caption = qtn_apps_phone_list;
       
    94 #ifdef __SCALABLE_ICONS
       
    95         number_of_icons = 1;
       
    96         icon_file = PHONEUI_SCALABLE_AIF_ICON_FILE;
       
    97 #else
       
    98         number_of_icons = 1;
       
    99         icon_file = PHONEUI_AIF_ICON_FILE;
       
   100 #endif // __SCALABLE_ICONS
       
   101         };
       
   102     }
       
   103 
       
   104 // ---------------------------------------------------------
       
   105 //
       
   106 //    r_phoneui_toolbar
       
   107 //
       
   108 // ---------------------------------------------------------
       
   109 //
       
   110 RESOURCE AVKON_TOOLBAR r_phoneui_toolbar
       
   111     {
       
   112     flags = KAknToolbarFixed;
       
   113     items =
       
   114         {
       
   115         // Buttons are dynamically added.
       
   116         };
       
   117     }
       
   118 
       
   119 // -----------------------------------------------------------------------------
       
   120 //
       
   121 //    r_phoneui_title_pane
       
   122 //    It defines phone's status pane. Title pane is empty.
       
   123 //
       
   124 // -----------------------------------------------------------------------------
       
   125 //
       
   126 RESOURCE TITLE_PANE r_phoneui_title_pane
       
   127     {
       
   128     txt = qtn_title_text;
       
   129     }
       
   130 
       
   131 
       
   132 
       
   133 // ---------------------------------------------------------
       
   134 //
       
   135 //    r_phoneui_status_pane
       
   136 //    It defines phone's status pane.
       
   137 //
       
   138 // ---------------------------------------------------------
       
   139 //
       
   140 RESOURCE STATUS_PANE_APP_MODEL r_phoneui_status_pane
       
   141     {
       
   142     layout = R_AVKON_STATUS_PANE_LAYOUT_IDLE;
       
   143     panes =
       
   144         {
       
   145         SPANE_PANE
       
   146             {
       
   147             id = EEikStatusPaneUidTitle;
       
   148             type = EAknCtTitlePane;
       
   149             resource = r_phoneui_title_pane;
       
   150             }
       
   151         };
       
   152     }
       
   153 
       
   154 
       
   155 // ---------------------------------------------------------
       
   156 //
       
   157 //    r_phone_incall_muted_pane
       
   158 //
       
   159 // ---------------------------------------------------------
       
   160 //
       
   161 RESOURCE TBUF64 r_phone_incall_muted_pane
       
   162     {
       
   163     buf = qtn_incal_muted_pane;
       
   164     }
       
   165 
       
   166 
       
   167 
       
   168 // ----------------------------------------------------------------
       
   169 //
       
   170 //    r_phoneui_idle_menubar
       
   171 //    Default menubar shown when idle view is active.
       
   172 //
       
   173 // ----------------------------------------------------------------
       
   174 //
       
   175 RESOURCE MENU_BAR r_phoneui_idle_menubar
       
   176     {
       
   177     titles=
       
   178         {
       
   179         MENU_TITLE
       
   180             {
       
   181             menu_pane = r_phoneui_idle_normal_menu;
       
   182             }
       
   183         };
       
   184     }
       
   185 
       
   186 
       
   187 // ----------------------------------------------------------------
       
   188 //
       
   189 //    r_phoneui_numberacq_menubar
       
   190 //    Default menubar shown when number acquistion view is active.
       
   191 //
       
   192 // ----------------------------------------------------------------
       
   193 //
       
   194 RESOURCE MENU_BAR r_phoneui_numberacq_menubar
       
   195     {
       
   196     titles=
       
   197         {
       
   198         MENU_TITLE
       
   199             {
       
   200             menu_pane = r_phoneui_numberacq_options_menu;
       
   201             }
       
   202         };
       
   203     }
       
   204 
       
   205 // ----------------------------------------------------------------
       
   206 //
       
   207 //    r_phoneui_numberacq_videocall_menubar
       
   208 //    Default menubar shown when number acquistion view is active.
       
   209 //
       
   210 // ----------------------------------------------------------------
       
   211 //
       
   212 RESOURCE MENU_BAR r_phoneui_numberacq_videocall_menubar
       
   213     {
       
   214     titles=
       
   215         {
       
   216         MENU_TITLE
       
   217             {
       
   218             menu_pane = r_phoneui_numberacq_videocall_options_menu;
       
   219             }
       
   220         };
       
   221     }
       
   222 
       
   223 // -----------------------------------------------------------------------------
       
   224 //
       
   225 //    r_phone_incall_menubar_with_numberentry
       
   226 //    It defines the options menu for in-call state.
       
   227 //
       
   228 // -----------------------------------------------------------------------------
       
   229 //
       
   230 RESOURCE MENU_BAR r_phone_incall_menubar_with_numberentry
       
   231     {
       
   232     titles =
       
   233         {
       
   234         MENU_TITLE
       
   235             {
       
   236             menu_pane = r_phoneui_callhandling_incall_options_menu;
       
   237             },
       
   238         MENU_TITLE
       
   239             {
       
   240             menu_pane = r_phoneui_numberacq_options_menu;
       
   241             }
       
   242         };
       
   243     }
       
   244 
       
   245 // -----------------------------------------------------------------------------
       
   246 //
       
   247 //    r_phone_incall_menubar_with_numberentry_videocall
       
   248 //    It defines the options menu for in-call state.
       
   249 //
       
   250 // -----------------------------------------------------------------------------
       
   251 //
       
   252 RESOURCE MENU_BAR r_phone_incall_videocall_menubar_with_numberentry
       
   253     {
       
   254     titles =
       
   255         {
       
   256         MENU_TITLE
       
   257             {
       
   258             menu_pane = r_phoneui_callhandling_incall_options_menu;
       
   259             },
       
   260         MENU_TITLE
       
   261             {
       
   262             menu_pane = r_phoneui_numberacq_videocall_options_menu;
       
   263             }
       
   264         };
       
   265     }
       
   266 
       
   267 // -----------------------------------------------------------------------------
       
   268 //
       
   269 //    r_phoneui_videocall_menubar
       
   270 //    It defines the options menu for video call in-call state.
       
   271 //
       
   272 // -----------------------------------------------------------------------------
       
   273 //
       
   274 RESOURCE MENU_BAR r_phoneui_videocall_menubar
       
   275     {
       
   276     titles =
       
   277         {
       
   278         MENU_TITLE
       
   279             {
       
   280             menu_pane = r_phoneui_videocallhandling_options_menu;
       
   281             }
       
   282         };
       
   283     }
       
   284 
       
   285 // -----------------------------------------------------------------------------
       
   286 //
       
   287 //    r_phone_videocall_menubar_with_numberentry
       
   288 //    It defines the options menu for video call in-call state.
       
   289 //
       
   290 // -----------------------------------------------------------------------------
       
   291 //
       
   292 RESOURCE MENU_BAR r_phoneui_videocall_menubar_with_numberentry
       
   293     {
       
   294     titles =
       
   295         {
       
   296         MENU_TITLE
       
   297             {
       
   298             menu_pane = r_phoneui_videocallhandling_options_menu;
       
   299             },
       
   300         MENU_TITLE
       
   301             {
       
   302             menu_pane = r_phoneui_numberacq_options_menu;
       
   303             }
       
   304         };
       
   305     }
       
   306 
       
   307 // ----------------------------------------------------------------
       
   308 //
       
   309 //    r_phoneui_numberacq_ok_menubar
       
   310 //    Default menubar shown when number acquistion view is active.
       
   311 //
       
   312 // ----------------------------------------------------------------
       
   313 //
       
   314 RESOURCE MENU_BAR r_phoneui_numberacq_ok_menubar
       
   315     {
       
   316     titles=
       
   317         {
       
   318         MENU_TITLE
       
   319             {
       
   320             menu_pane = r_phoneui_numberacq_ok_options_menu;
       
   321             }
       
   322         };
       
   323     }
       
   324 
       
   325 // ----------------------------------------------------------------
       
   326 //
       
   327 //    r_phoneui_numberacq_ok_videocall_menubar
       
   328 //    Default menubar shown when number acquistion view is active.
       
   329 //
       
   330 // ----------------------------------------------------------------
       
   331 //
       
   332 RESOURCE MENU_BAR r_phoneui_numberacq_ok_videocall_menubar
       
   333     {
       
   334     titles=
       
   335         {
       
   336         MENU_TITLE
       
   337             {
       
   338             menu_pane = r_phoneui_numberacq_ok_videocall_options_menu;
       
   339             }
       
   340         };
       
   341     }
       
   342 
       
   343 // ----------------------------------------------------------------
       
   344 //
       
   345 //    r_phoneui_callhandling_menubar
       
   346 //    Default menubar shown when call handling view is active.
       
   347 //
       
   348 // ----------------------------------------------------------------
       
   349 //
       
   350 RESOURCE MENU_BAR r_phoneui_callhandling_menubar
       
   351     {
       
   352     titles=
       
   353         {
       
   354         MENU_TITLE
       
   355             {
       
   356             menu_pane = r_phoneui_callhandling_incall_options_menu;
       
   357             }
       
   358         };
       
   359     }
       
   360 
       
   361 // ----------------------------------------------------------------
       
   362 //
       
   363 //    r_phoneui_incomingcall_menubar
       
   364 //    Default menubar shown when call handling view is active in
       
   365 //    incoming state.
       
   366 //
       
   367 // ----------------------------------------------------------------
       
   368 //
       
   369 RESOURCE MENU_BAR r_phoneui_incomingcall_menubar
       
   370     {
       
   371     titles=
       
   372         {
       
   373         MENU_TITLE
       
   374             {
       
   375             menu_pane = r_phoneui_incomingcall_options_menu;
       
   376             }
       
   377         };
       
   378     }
       
   379 
       
   380 
       
   381 // ----------------------------------------------------------------
       
   382 //
       
   383 //    r_phoneui_incomingvideocall_menubar
       
   384 //    Default menubar shown when call handling view is active in
       
   385 //    incoming video call state.
       
   386 //
       
   387 // ----------------------------------------------------------------
       
   388 //
       
   389 RESOURCE MENU_BAR r_phoneui_incomingvideocall_menubar
       
   390     {
       
   391     titles=
       
   392         {
       
   393         MENU_TITLE
       
   394             {
       
   395             menu_pane = r_phoneui_incomingvideocall_options_menu;
       
   396             }
       
   397         };
       
   398     }
       
   399 
       
   400 // ----------------------------------------------------------------
       
   401 //
       
   402 //    r_phoneui_incomingcall_menubar_with_numberentry
       
   403 //    Default menubar shown when call handling view is active in
       
   404 //    incoming state.
       
   405 //
       
   406 // ----------------------------------------------------------------
       
   407 //
       
   408 RESOURCE MENU_BAR r_phoneui_incomingcall_menubar_with_numberentry
       
   409     {
       
   410     titles=
       
   411         {
       
   412         MENU_TITLE
       
   413             {
       
   414             menu_pane = r_phoneui_incomingcall_options_menu;
       
   415             },
       
   416         MENU_TITLE
       
   417             {
       
   418             menu_pane = r_phoneui_numberacq_incomingcall_options_menu;
       
   419             }
       
   420         };
       
   421     }
       
   422 
       
   423 // ----------------------------------------------------------------
       
   424 //
       
   425 //    r_phoneui_incomingvideocall_menubar_with_numberentry
       
   426 //    Default menubar shown when call handling view is active in
       
   427 //    incoming state.
       
   428 //
       
   429 // ----------------------------------------------------------------
       
   430 //
       
   431 RESOURCE MENU_BAR r_phoneui_incomingvideocall_menubar_with_numberentry
       
   432     {
       
   433     titles=
       
   434         {
       
   435         MENU_TITLE
       
   436             {
       
   437             menu_pane = r_phoneui_incomingvideocall_options_menu;
       
   438             },
       
   439         MENU_TITLE
       
   440             {
       
   441             menu_pane = r_phoneui_numberacq_incomingcall_options_menu;
       
   442             }
       
   443         };
       
   444     }
       
   445 
       
   446 // ----------------------------------------------------------------
       
   447 //
       
   448 //    r_phoneui_callwaiting_menubar
       
   449 //    Default menubar shown when call handling view is active in
       
   450 //    call waiting state.
       
   451 //
       
   452 // ----------------------------------------------------------------
       
   453 //
       
   454 RESOURCE MENU_BAR r_phoneui_callwaiting_menubar
       
   455     {
       
   456     titles=
       
   457         {
       
   458         MENU_TITLE
       
   459             {
       
   460             menu_pane = r_phoneui_callwaiting_options_menu;
       
   461             }
       
   462         };
       
   463     }
       
   464 
       
   465 // ----------------------------------------------------------------
       
   466 //
       
   467 //    r_phoneui_callwaiting_menubar_with_numberentry
       
   468 //    Default menubar shown when there is a waiting call and the
       
   469 //    number entry is shown.
       
   470 //
       
   471 // ----------------------------------------------------------------
       
   472 //
       
   473 RESOURCE MENU_BAR r_phoneui_callwaiting_menubar_with_numberentry
       
   474     {
       
   475     titles=
       
   476         {
       
   477         MENU_TITLE
       
   478             {
       
   479             menu_pane = r_phoneui_callwaiting_options_menu;
       
   480             },
       
   481         MENU_TITLE
       
   482             {
       
   483             menu_pane = r_phoneui_numberacq_options_menu;
       
   484             }
       
   485         };
       
   486     }
       
   487 
       
   488 // ----------------------------------------------------------------
       
   489 //
       
   490 //    r_phoneui_confcall_menubar
       
   491 //    Default menubar shown when call handling view is active in
       
   492 //    conference call state.
       
   493 //
       
   494 // ----------------------------------------------------------------
       
   495 //
       
   496 RESOURCE MENU_BAR r_phoneui_confcall_menubar
       
   497     {
       
   498     titles=
       
   499         {
       
   500         MENU_TITLE
       
   501             {
       
   502             menu_pane = r_phoneui_confcall_options_menu;
       
   503             }
       
   504         };
       
   505     }
       
   506 
       
   507 // -----------------------------------------------------------------------------
       
   508 //
       
   509 //    r_phoneui_confcall_menubar_with_numberentry
       
   510 //    Default menubar shown when call handling view is active in
       
   511 //    conference call state and the number entry is displayed.
       
   512 //
       
   513 // -----------------------------------------------------------------------------
       
   514 //
       
   515 RESOURCE MENU_BAR r_phoneui_confcall_menubar_with_numberentry
       
   516     {
       
   517     titles =
       
   518         {
       
   519         MENU_TITLE
       
   520             {
       
   521             menu_pane = r_phoneui_confcall_options_menu;
       
   522             },
       
   523         MENU_TITLE
       
   524             {
       
   525             menu_pane = r_phoneui_numberacq_options_menu;
       
   526             }
       
   527         };
       
   528     }
       
   529 
       
   530 // ----------------------------------------------------------------
       
   531 //
       
   532 //    r_phoneui_confandcallwaiting_menubar
       
   533 //    Default menubar shown when call handling view is active in
       
   534 //    call waiting state.
       
   535 //
       
   536 // ----------------------------------------------------------------
       
   537 //
       
   538 RESOURCE MENU_BAR r_phoneui_confandcallwaiting_menubar
       
   539     {
       
   540     titles=
       
   541         {
       
   542         MENU_TITLE
       
   543             {
       
   544             menu_pane = r_phoneui_confandcallwaiting_options_menu;
       
   545             }
       
   546         };
       
   547     }
       
   548 
       
   549 // ----------------------------------------------------------------
       
   550 //
       
   551 //    r_phoneui_confandcallwaiting_menubar_with_numberentry
       
   552 //    Default menubar shown when call handling view is active in
       
   553 //    call waiting state.
       
   554 //
       
   555 // ----------------------------------------------------------------
       
   556 //
       
   557 RESOURCE MENU_BAR r_phoneui_confandcallwaiting_menubar_with_numberentry
       
   558     {
       
   559     titles=
       
   560         {
       
   561         MENU_TITLE
       
   562             {
       
   563             menu_pane = r_phoneui_confandcallwaiting_options_menu;
       
   564             },
       
   565         MENU_TITLE
       
   566             {
       
   567             menu_pane = r_phoneui_numberacq_options_menu;
       
   568             }
       
   569         };
       
   570     }
       
   571 
       
   572 // ----------------------------------------------------------------
       
   573 //
       
   574 //    r_phoneui_alertingcall_menubar
       
   575 //    Default menubar shown when call handling view is alerting
       
   576 //    call state.
       
   577 //
       
   578 // ----------------------------------------------------------------
       
   579 //
       
   580 RESOURCE MENU_BAR r_phoneui_alertingcall_menubar
       
   581     {
       
   582     titles=
       
   583         {
       
   584         MENU_TITLE
       
   585             {
       
   586             menu_pane = r_phoneui_alertingcall_options_menu;
       
   587             }
       
   588         };
       
   589     }
       
   590 
       
   591 // ----------------------------------------------------------------
       
   592 //
       
   593 //    r_phoneui_alertingcall_menubar_with_numberentry
       
   594 //    Default menubar shown when call handling view is alerting
       
   595 //    call state and the number entry is displayed.
       
   596 //
       
   597 // ----------------------------------------------------------------
       
   598 //
       
   599 RESOURCE MENU_BAR r_phoneui_alertingcall_menubar_with_numberentry
       
   600     {
       
   601     titles=
       
   602         {
       
   603         MENU_TITLE
       
   604             {
       
   605             menu_pane = r_phoneui_alertingcall_options_menu;
       
   606             },
       
   607         MENU_TITLE
       
   608             {
       
   609             menu_pane = r_phoneui_numberacq_options_menu;
       
   610             }
       
   611         };
       
   612     }
       
   613 
       
   614 // ----------------------------------------------------------------
       
   615 //
       
   616 //    r_phoneui_activeandheld_menubar
       
   617 //    Default menubar shown when call handling view is activeandheld
       
   618 //    call state.
       
   619 //
       
   620 // ----------------------------------------------------------------
       
   621 //
       
   622 RESOURCE MENU_BAR r_phoneui_activeandheld_menubar
       
   623     {
       
   624     titles=
       
   625         {
       
   626         MENU_TITLE
       
   627             {
       
   628             menu_pane = r_phoneui_activeandheldcall_options_menu;
       
   629             }
       
   630         };
       
   631     }
       
   632 
       
   633 // ----------------------------------------------------------------
       
   634 //
       
   635 //    r_phoneui_activeandheld_menubar_with_numberentry
       
   636 //    Default menubar shown when call handling view is activeandheld
       
   637 //    call state and the number entry is displayed.
       
   638 //
       
   639 // ----------------------------------------------------------------
       
   640 //
       
   641 RESOURCE MENU_BAR r_phoneui_activeandheld_menubar_with_numberentry
       
   642     {
       
   643     titles=
       
   644         {
       
   645         MENU_TITLE
       
   646             {
       
   647             menu_pane = r_phoneui_activeandheldcall_options_menu;
       
   648             },
       
   649         MENU_TITLE
       
   650             {
       
   651             menu_pane = r_phoneui_numberacq_options_menu;
       
   652             }
       
   653         };
       
   654     }
       
   655 
       
   656 // ----------------------------------------------------------------
       
   657 //
       
   658 //    r_phoneui_activeconfandheld_menubar
       
   659 //    Default menubar shown when call handling view is activeandheld
       
   660 //    call state.
       
   661 //
       
   662 // ----------------------------------------------------------------
       
   663 //
       
   664 RESOURCE MENU_BAR r_phoneui_activeconfandheld_menubar
       
   665     {
       
   666     titles=
       
   667         {
       
   668         MENU_TITLE
       
   669             {
       
   670             menu_pane = r_phoneui_activeconfandheldcall_options_menu;
       
   671             }
       
   672         };
       
   673     }
       
   674 
       
   675 // ----------------------------------------------------------------
       
   676 //
       
   677 //    r_phoneui_activeconfandheld_menubar_with_numberentry
       
   678 //    Default menubar shown when call handling view is activeandheld
       
   679 //    call state and the number entry is displayed.
       
   680 //
       
   681 // ----------------------------------------------------------------
       
   682 //
       
   683 RESOURCE MENU_BAR r_phoneui_activeconfandheld_menubar_with_numberentry
       
   684     {
       
   685     titles=
       
   686         {
       
   687         MENU_TITLE
       
   688             {
       
   689             menu_pane = r_phoneui_activeconfandheldcall_options_menu;
       
   690             },
       
   691         MENU_TITLE
       
   692             {
       
   693             menu_pane = r_phoneui_numberacq_options_menu;
       
   694             }
       
   695         };
       
   696     }
       
   697 
       
   698 // ----------------------------------------------------------------
       
   699 //
       
   700 //    r_phoneui_activeandheldconf_menubar
       
   701 //    Default menubar shown when call handling view is activeandheld
       
   702 //    call state.
       
   703 //
       
   704 // ----------------------------------------------------------------
       
   705 //
       
   706 RESOURCE MENU_BAR r_phoneui_activeandheldconf_menubar
       
   707     {
       
   708     titles=
       
   709         {
       
   710         MENU_TITLE
       
   711             {
       
   712             menu_pane = r_phoneui_activeandheldconfcall_options_menu;
       
   713             }
       
   714         };
       
   715     }
       
   716 
       
   717 // ----------------------------------------------------------------
       
   718 //
       
   719 //    r_phoneui_activeandheldconf_menubar_with_numberentry
       
   720 //    Default menubar shown when call handling view is activeandheld
       
   721 //    call state and the number entry is displayed.
       
   722 //
       
   723 // ----------------------------------------------------------------
       
   724 //
       
   725 RESOURCE MENU_BAR r_phoneui_activeandheldconf_menubar_with_numberentry
       
   726     {
       
   727     titles=
       
   728         {
       
   729         MENU_TITLE
       
   730             {
       
   731             menu_pane = r_phoneui_activeandheldconfcall_options_menu;
       
   732             },
       
   733         MENU_TITLE
       
   734             {
       
   735             menu_pane = r_phoneui_numberacq_options_menu;
       
   736             }
       
   737         };
       
   738     }
       
   739 
       
   740 // ----------------------------------------------------------------
       
   741 //
       
   742 //    r_phoneui_callactiveheldandwaiting_menubar
       
   743 //    Default menubar shown when call handling view is callactiveheldandwaiting
       
   744 //    call state.
       
   745 //
       
   746 // ----------------------------------------------------------------
       
   747 //
       
   748 RESOURCE MENU_BAR r_phoneui_callactiveheldandwaiting_menubar
       
   749     {
       
   750     titles=
       
   751         {
       
   752         MENU_TITLE
       
   753             {
       
   754             menu_pane = r_phoneui_callactiveheldandwaiting_options_menu;
       
   755             }
       
   756         };
       
   757     }
       
   758 
       
   759 // ----------------------------------------------------------------
       
   760 //
       
   761 //    r_phoneui_callactiveheldandwaiting_menubar_varied
       
   762 //    Default menubar shown when call handling view is callactiveheldandwaiting
       
   763 //    call state.
       
   764 //
       
   765 // ----------------------------------------------------------------
       
   766 //
       
   767 RESOURCE MENU_BAR r_phoneui_callactiveheldandwaiting_menubar_varied
       
   768     {
       
   769     titles=
       
   770         {
       
   771         MENU_TITLE
       
   772             {
       
   773             menu_pane = r_phoneui_callactiveheldandwaiting_options_menu_varied;
       
   774             }
       
   775         };
       
   776     }
       
   777 
       
   778 // ----------------------------------------------------------------
       
   779 //
       
   780 //    r_phoneui_callactiveheldandwaiting_menubar_with_numberentry
       
   781 //    Default menubar shown when call handling view is callactiveheldandwaiting
       
   782 //    call state.
       
   783 //
       
   784 // ----------------------------------------------------------------
       
   785 //
       
   786 RESOURCE MENU_BAR r_phoneui_callactiveheldandwaiting_menubar_with_numberentry
       
   787     {
       
   788     titles=
       
   789         {
       
   790         MENU_TITLE
       
   791             {
       
   792             menu_pane = r_phoneui_callactiveheldandwaiting_options_menu;
       
   793             },
       
   794         MENU_TITLE
       
   795             {
       
   796             menu_pane = r_phoneui_numberacq_options_menu;
       
   797             }
       
   798         };
       
   799     }
       
   800 
       
   801 // ----------------------------------------------------------------
       
   802 //
       
   803 //    r_phoneui_confcallactiveheldandwaiting_menubar
       
   804 //    Default menubar shown when call handling view is callactiveheldandwaiting
       
   805 //    call state.
       
   806 //
       
   807 // ----------------------------------------------------------------
       
   808 //
       
   809 RESOURCE MENU_BAR r_phoneui_confcallactiveheldandwaiting_menubar
       
   810     {
       
   811     titles=
       
   812         {
       
   813         MENU_TITLE
       
   814             {
       
   815             menu_pane = r_phoneui_confcallactiveheldandwaiting_options_menu;
       
   816             }
       
   817         };
       
   818     }
       
   819 
       
   820 // ----------------------------------------------------------------
       
   821 //
       
   822 //    r_phoneui_confcallactiveheldandwaiting_menubar_with_numberentry
       
   823 //    Default menubar shown when call handling view is callactiveheldandwaiting
       
   824 //    call state.
       
   825 //
       
   826 // ----------------------------------------------------------------
       
   827 //
       
   828 RESOURCE MENU_BAR r_phoneui_confcallactiveheldandwaiting_menubar_with_numberentry
       
   829     {
       
   830     titles=
       
   831         {
       
   832         MENU_TITLE
       
   833             {
       
   834             menu_pane = r_phoneui_confcallactiveheldandwaiting_options_menu;
       
   835             },
       
   836         MENU_TITLE
       
   837             {
       
   838             menu_pane = r_phoneui_numberacq_options_menu;
       
   839             }
       
   840         };
       
   841     }
       
   842 
       
   843 // ----------------------------------------------------------------
       
   844 //
       
   845 //    r_phoneui_callactiveheldconfandwaiting_menubar
       
   846 //    Default menubar shown when call handling view is callactiveheldandwaiting
       
   847 //    call state.
       
   848 //
       
   849 // ----------------------------------------------------------------
       
   850 //
       
   851 RESOURCE MENU_BAR r_phoneui_callactiveheldconfandwaiting_menubar
       
   852     {
       
   853     titles=
       
   854         {
       
   855         MENU_TITLE
       
   856             {
       
   857             menu_pane = r_phoneui_callactiveheldconfandwaiting_options_menu;
       
   858             }
       
   859         };
       
   860     }
       
   861 
       
   862 // ----------------------------------------------------------------
       
   863 //
       
   864 //    r_phoneui_callactiveheldconfandwaiting_menubar_with_numberentry
       
   865 //    Default menubar shown when call handling view is callactiveheldandwaiting
       
   866 //    call state.
       
   867 //
       
   868 // ----------------------------------------------------------------
       
   869 //
       
   870 RESOURCE MENU_BAR r_phoneui_callactiveheldconfandwaiting_menubar_with_numberentry
       
   871     {
       
   872     titles=
       
   873         {
       
   874         MENU_TITLE
       
   875             {
       
   876             menu_pane = r_phoneui_callactiveheldconfandwaiting_options_menu;
       
   877             },
       
   878         MENU_TITLE
       
   879             {
       
   880             menu_pane = r_phoneui_numberacq_options_menu;
       
   881             }
       
   882         };
       
   883     }
       
   884 
       
   885 // ----------------------------------------------------------------
       
   886 //
       
   887 //    r_phoneui_alertingandheldcall_menubar
       
   888 //    Default menubar shown when call handling view is alertingandheldcall
       
   889 //    call state.
       
   890 //
       
   891 // ----------------------------------------------------------------
       
   892 //
       
   893 RESOURCE MENU_BAR r_phoneui_alertingandheldcall_menubar
       
   894     {
       
   895     titles=
       
   896         {
       
   897         MENU_TITLE
       
   898             {
       
   899             menu_pane = r_phoneui_alertingandheldcall_options_menu;
       
   900             }
       
   901         };
       
   902     }
       
   903 
       
   904 // ----------------------------------------------------------------
       
   905 //
       
   906 //    r_phoneui_alertingandconfcall_menubar
       
   907 //    Default menubar shown when call handling view is alertingandconfheldcall
       
   908 //    call state.
       
   909 //
       
   910 // ----------------------------------------------------------------
       
   911 //
       
   912 RESOURCE MENU_BAR r_phoneui_alertingandconfheldcall_menubar
       
   913     {
       
   914     titles=
       
   915         {
       
   916         MENU_TITLE
       
   917             {
       
   918             menu_pane = r_phoneui_alertingandconfheldcall_options_menu;
       
   919             }
       
   920         };
       
   921     }
       
   922 
       
   923 // ----------------------------------------------------------------
       
   924 //
       
   925 //    r_phoneui_alertingandconfheldcall_menubar_with_numberentry
       
   926 //    Default menubar shown when call handling view is alertingandconfheldcall
       
   927 //    call state.
       
   928 //
       
   929 // ----------------------------------------------------------------
       
   930 //
       
   931 RESOURCE MENU_BAR r_phoneui_alertingandconfheldcall_menubar_with_numberentry
       
   932     {
       
   933     titles=
       
   934         {
       
   935         MENU_TITLE
       
   936             {
       
   937             menu_pane = r_phoneui_alertingandconfheldcall_options_menu;
       
   938             },
       
   939         MENU_TITLE
       
   940             {
       
   941             menu_pane = r_phoneui_numberacq_options_menu;
       
   942             }
       
   943         };
       
   944     }
       
   945 
       
   946 // ----------------------------------------------------------------
       
   947 //
       
   948 //    r_phoneui_alertingandheldcall_menubar_with_numberentry
       
   949 //    Default menubar shown when call handling view is alertingandheldcall
       
   950 //    call state.
       
   951 //
       
   952 // ----------------------------------------------------------------
       
   953 //
       
   954 RESOURCE MENU_BAR r_phoneui_alertingandheldcall_menubar_with_numberentry
       
   955     {
       
   956     titles=
       
   957         {
       
   958         MENU_TITLE
       
   959             {
       
   960             menu_pane = r_phoneui_alertingandheldcall_options_menu;
       
   961             },
       
   962         MENU_TITLE
       
   963             {
       
   964             menu_pane = r_phoneui_numberacq_options_menu;
       
   965             }
       
   966         };
       
   967     }
       
   968 
       
   969 // ----------------------------------------------------------------
       
   970 //
       
   971 //    r_phoneui_alertingwaitingandheldconfcall_menubar
       
   972 //    Default menubar shown when call handling view is
       
   973 //    alertingwaitingandconfheldcall call state.
       
   974 //
       
   975 // ----------------------------------------------------------------
       
   976 //
       
   977 RESOURCE MENU_BAR r_phoneui_alertingwaitingandheldconfcall_menubar
       
   978     {
       
   979     titles=
       
   980         {
       
   981         MENU_TITLE
       
   982             {
       
   983             menu_pane = r_phoneui_alertingwaitingandconfheldcall_options_menu;
       
   984             }
       
   985         };
       
   986     }
       
   987 
       
   988 
       
   989 // ----------------------------------------------------------------
       
   990 //
       
   991 //    r_phoneui_alertingwaitingandheldconfcall_menubar_with_numberentry
       
   992 //    Default menubar shown when call handling view is
       
   993 //    alertingwaitingandconfheldcall call state.
       
   994 //
       
   995 // ----------------------------------------------------------------
       
   996 //
       
   997 RESOURCE MENU_BAR r_phoneui_alertingwaitingandheldconfcall_menubar_with_numberentry
       
   998     {
       
   999     titles=
       
  1000         {
       
  1001         MENU_TITLE
       
  1002             {
       
  1003             menu_pane = r_phoneui_alertingwaitingandconfheldcall_options_menu;
       
  1004             },
       
  1005         MENU_TITLE
       
  1006             {
       
  1007             menu_pane = r_phoneui_numberacq_options_menu;
       
  1008             }
       
  1009         };
       
  1010     }
       
  1011 
       
  1012 
       
  1013 // ----------------------------------------------------------------
       
  1014 //
       
  1015 //    r_phoneui_alertingheldandwaitingcall_menubar
       
  1016 //    Default menubar shown when call handling view is alertingheldandwaitingcall
       
  1017 //    call state.
       
  1018 //
       
  1019 // ----------------------------------------------------------------
       
  1020 //
       
  1021 RESOURCE MENU_BAR r_phoneui_alertingheldandwaitingcall_menubar
       
  1022     {
       
  1023     titles=
       
  1024         {
       
  1025         MENU_TITLE
       
  1026             {
       
  1027             menu_pane = r_phoneui_alertingheldandwaitingcall_options_menu;
       
  1028             }
       
  1029         };
       
  1030     }
       
  1031 
       
  1032 // ----------------------------------------------------------------
       
  1033 //
       
  1034 //    r_phoneui_alertingheldandwaitingcall_menubar_with_numberentry
       
  1035 //    Default menubar shown when call handling view is alertingheldandwaitingcall
       
  1036 //    call state.
       
  1037 //
       
  1038 // ----------------------------------------------------------------
       
  1039 //
       
  1040 RESOURCE MENU_BAR r_phoneui_alertingheldandwaitingcall_menubar_with_numberentry
       
  1041     {
       
  1042     titles=
       
  1043         {
       
  1044         MENU_TITLE
       
  1045             {
       
  1046             menu_pane = r_phoneui_alertingheldandwaitingcall_options_menu;
       
  1047             },
       
  1048         MENU_TITLE
       
  1049             {
       
  1050             menu_pane = r_phoneui_numberacq_options_menu;
       
  1051             }
       
  1052         };
       
  1053     }
       
  1054 
       
  1055 // ----------------------------------------------------------------
       
  1056 //
       
  1057 //    r_phoneui_alertingandwaitingcall_menubar
       
  1058 //    Default menubar shown when call handling view is alertingandwaitingcall
       
  1059 //    call state.
       
  1060 //
       
  1061 // ----------------------------------------------------------------
       
  1062 //
       
  1063 RESOURCE MENU_BAR r_phoneui_alertingandwaitingcall_menubar
       
  1064     {
       
  1065     titles=
       
  1066         {
       
  1067         MENU_TITLE
       
  1068             {
       
  1069             menu_pane = r_phoneui_alertingandwaitingcall_options_menu;
       
  1070             }
       
  1071         };
       
  1072     }
       
  1073 
       
  1074 RESOURCE MENU_BAR r_phoneui_alertingandwaitingcall_menubar_with_numberentry
       
  1075     {
       
  1076     titles=
       
  1077         {
       
  1078         MENU_TITLE
       
  1079             {
       
  1080             menu_pane = r_phoneui_alertingandwaitingcall_options_menu;
       
  1081             },
       
  1082         MENU_TITLE
       
  1083             {
       
  1084             menu_pane = r_phoneui_numberacq_options_menu;
       
  1085             }
       
  1086         };
       
  1087     }
       
  1088 
       
  1089 // ----------------------------------------------------------------
       
  1090 //
       
  1091 //    r_phoneui_callhandling_emergency_menubar
       
  1092 //    Default menubar shown when call handling view is active
       
  1093 //    in emergency mode.
       
  1094 //
       
  1095 // ----------------------------------------------------------------
       
  1096 //
       
  1097 RESOURCE MENU_BAR r_phoneui_callhandling_emergency_menubar
       
  1098     {
       
  1099     titles=
       
  1100         {
       
  1101         MENU_TITLE
       
  1102             {
       
  1103             menu_pane = r_phoneui_callhandling_emergency_options_menu;
       
  1104             }
       
  1105         };
       
  1106     }
       
  1107 
       
  1108 // ----------------------------------------------------------------
       
  1109 //
       
  1110 //    r_phoneui_callhandling_emergency_menubar
       
  1111 //    Default menubar shown when call handling view is active
       
  1112 //    in emergency mode.
       
  1113 //
       
  1114 // ----------------------------------------------------------------
       
  1115 //
       
  1116 RESOURCE MENU_BAR r_phoneui_callhandling_emergency_menubar_with_numberentry
       
  1117     {
       
  1118     titles=
       
  1119         {
       
  1120         MENU_TITLE
       
  1121             {
       
  1122             menu_pane = r_phoneui_callhandling_emergency_options_menu;
       
  1123             },
       
  1124         MENU_TITLE
       
  1125             {
       
  1126             menu_pane = r_phoneui_numberacq_emergency_options_menu;
       
  1127             }
       
  1128         };
       
  1129     }
       
  1130 
       
  1131 // ----------------------------------------------------------------
       
  1132 //
       
  1133 //    r_phoneui_videocall_2g_menubar_with_numberentry
       
  1134 //    Default menubar shown when call handling view is active
       
  1135 //    in emergency mode.
       
  1136 //
       
  1137 // ----------------------------------------------------------------
       
  1138 //
       
  1139 RESOURCE MENU_BAR r_phoneui_videocall_2g_menubar_with_numberentry
       
  1140     {
       
  1141     titles=
       
  1142         {
       
  1143         MENU_TITLE
       
  1144             {
       
  1145             menu_pane = r_phoneui_numberacq_options_call_menu;
       
  1146             }
       
  1147         };
       
  1148     }
       
  1149 
       
  1150 // ----------------------------------------------------------------
       
  1151 //
       
  1152 //    r_phoneui_videocall_waiting_menubar
       
  1153 //    Default menubar shown when call handling view is active
       
  1154 //    in emergency mode.
       
  1155 //
       
  1156 // ----------------------------------------------------------------
       
  1157 //
       
  1158 RESOURCE MENU_BAR r_phoneui_videocall_waiting_menubar
       
  1159     {
       
  1160     titles=
       
  1161         {
       
  1162         MENU_TITLE
       
  1163             {
       
  1164             menu_pane = r_phoneui_videocall_waiting_options_menu;
       
  1165             }
       
  1166         };
       
  1167     }
       
  1168 
       
  1169 // ----------------------------------------------------------------
       
  1170 //
       
  1171 //    r_phoneui_waiting_lock_menubar
       
  1172 //    Menubar shown when waiting call and phone is locked
       
  1173 //
       
  1174 // ----------------------------------------------------------------
       
  1175 //
       
  1176 RESOURCE MENU_BAR r_phoneui_waiting_lock_menubar
       
  1177     {
       
  1178     titles=
       
  1179         {
       
  1180         MENU_TITLE
       
  1181             {
       
  1182             menu_pane = r_phoneui_waiting_lock_options_menu;
       
  1183             }
       
  1184         };
       
  1185     }
       
  1186 
       
  1187 // ----------------------------------------------------------------
       
  1188 //
       
  1189 //    r_phoneui_waiting_lock_menubar
       
  1190 //    Menubar shown when two singles, waiting call and phone is locked
       
  1191 //
       
  1192 // ----------------------------------------------------------------
       
  1193 //
       
  1194 RESOURCE MENU_BAR r_phoneui_twosingles_waiting_lock_menubar
       
  1195     {
       
  1196     titles=
       
  1197         {
       
  1198         MENU_TITLE
       
  1199             {
       
  1200             menu_pane =r_phoneui_twosingles_waiting_lock_options_menu;
       
  1201             }
       
  1202         };
       
  1203     }
       
  1204 // ----------------------------------------------------------------
       
  1205 //
       
  1206 //    r_phoneui_videocall_waiting_menubar_with_numberentry
       
  1207 //    Menubar shown when videocall is waiting
       
  1208 //
       
  1209 // ----------------------------------------------------------------
       
  1210 //
       
  1211 RESOURCE MENU_BAR r_phoneui_videocall_waiting_menubar_with_numberentry
       
  1212     {
       
  1213     titles=
       
  1214         {
       
  1215         MENU_TITLE
       
  1216             {
       
  1217             menu_pane = r_phoneui_videocall_waiting_options_menu;
       
  1218             },
       
  1219         MENU_TITLE
       
  1220             {
       
  1221             menu_pane = r_phoneui_numberacq_options_call_menu;
       
  1222             }
       
  1223         };
       
  1224     }
       
  1225 
       
  1226 // ---------------------------------------------------------
       
  1227 //
       
  1228 //    r_phoneui_menubar_resource_last
       
  1229 //    Resource id of last menubar + 1.
       
  1230 //
       
  1231 // ---------------------------------------------------------
       
  1232 //
       
  1233 RESOURCE SMALLEST_POSSIBLE_RESOURCE r_phoneui_menubar_resource_last {}
       
  1234 
       
  1235 // ---------------------------------------------------------
       
  1236 //
       
  1237 //    r_phoneui_menupane_resource_offset
       
  1238 //    Resource id offset - 1 for menupanes.
       
  1239 //
       
  1240 // ---------------------------------------------------------
       
  1241 //
       
  1242 RESOURCE SMALLEST_POSSIBLE_RESOURCE r_phoneui_menupane_resource_offset {}
       
  1243 
       
  1244 
       
  1245 // ---------------------------------------------------------
       
  1246 //
       
  1247 //    r_phoneui_idle_normal_menu
       
  1248 //    Idle view menu pane.
       
  1249 //
       
  1250 // ---------------------------------------------------------
       
  1251 //
       
  1252 RESOURCE MENU_PANE r_phoneui_idle_normal_menu
       
  1253     {
       
  1254     items=
       
  1255         {
       
  1256         };
       
  1257     }
       
  1258 
       
  1259 // ---------------------------------------------------------
       
  1260 //
       
  1261 //    r_phoneui_numberacq_options_menu
       
  1262 //    Number Acquisition view options menu pane.
       
  1263 //
       
  1264 // ---------------------------------------------------------
       
  1265 //
       
  1266 RESOURCE MENU_PANE r_phoneui_numberacq_options_menu
       
  1267     {
       
  1268     items=
       
  1269         {
       
  1270         MENU_ITEM
       
  1271             {
       
  1272             command = EPhoneNumberAcqCmdCall;
       
  1273             cascade = r_phoneui_numberacq_options_call_menu;
       
  1274             txt = text_number_call;
       
  1275             },
       
  1276         MENU_ITEM
       
  1277             {
       
  1278             command = EPhoneNumberAcqCmdSendCommand;
       
  1279             txt = text_nren_send_com;
       
  1280             },
       
  1281         MENU_ITEM
       
  1282             {
       
  1283             command = EPhoneNumberAcqCmdSendMessage;
       
  1284             txt = qtn_nren_send_message;
       
  1285             },
       
  1286         MENU_ITEM
       
  1287             {
       
  1288             command = EPhoneNumberAcqCmdAddToContacts;
       
  1289             cascade = r_phoneui_numberacq_options_add_to_contacts_menu;
       
  1290             txt = qtn_phob_opt_save_to_pb;
       
  1291             flags = EEikMenuItemSeparatorAfter;
       
  1292             }
       
  1293         };
       
  1294     }
       
  1295 
       
  1296 // ---------------------------------------------------------
       
  1297 //
       
  1298 //    r_phoneui_numberacq_emergency_options_menu
       
  1299 //    Number Acquisition view options menu pane.
       
  1300 //
       
  1301 // ---------------------------------------------------------
       
  1302 //
       
  1303 RESOURCE MENU_PANE r_phoneui_numberacq_emergency_options_menu
       
  1304     {
       
  1305     items=
       
  1306         {
       
  1307         MENU_ITEM
       
  1308             {
       
  1309             command = EPhoneNumberAcqCmdSendCommand;
       
  1310             txt = text_nren_send_com;
       
  1311             },
       
  1312         MENU_ITEM
       
  1313             {
       
  1314             command = EPhoneNumberAcqCmdSendMessage;
       
  1315             txt = qtn_nren_send_message;
       
  1316             },
       
  1317         MENU_ITEM
       
  1318             {
       
  1319             command = EPhoneNumberAcqCmdAddToContacts;
       
  1320             cascade = r_phoneui_numberacq_options_add_to_contacts_menu;
       
  1321             txt = qtn_phob_opt_save_to_pb;
       
  1322             flags = EEikMenuItemSeparatorAfter;
       
  1323             }
       
  1324         };
       
  1325     }
       
  1326 
       
  1327 // ---------------------------------------------------------
       
  1328 //
       
  1329 //    r_phoneui_numberacq_videocall_options_menu
       
  1330 //    Number Acquisition view options menu pane when
       
  1331 //    VideoCall_menu_visible featere ON.
       
  1332 //
       
  1333 // ---------------------------------------------------------
       
  1334 //
       
  1335 RESOURCE MENU_PANE r_phoneui_numberacq_videocall_options_menu
       
  1336     {
       
  1337     items=
       
  1338         {
       
  1339         MENU_ITEM
       
  1340             {
       
  1341             command = EPhoneNumberAcqCmdCall;
       
  1342             txt =   qtn_call_sub_voice;
       
  1343             },
       
  1344         MENU_ITEM
       
  1345             {
       
  1346             command =EPhoneNumberAcqCmdVideoCall;
       
  1347             txt =  qtn_call_sub_video;
       
  1348             },
       
  1349 
       
  1350         MENU_ITEM
       
  1351             {
       
  1352             command = EPhoneNumberAcqCmdSendCommand;
       
  1353             txt = text_nren_send_com;
       
  1354             },
       
  1355         MENU_ITEM
       
  1356             {
       
  1357             command = EPhoneNumberAcqCmdSendMessage;
       
  1358             txt = qtn_nren_send_message;
       
  1359             },
       
  1360         MENU_ITEM
       
  1361             {
       
  1362             command = EPhoneNumberAcqCmdAddToContacts;
       
  1363             cascade = r_phoneui_numberacq_options_add_to_contacts_menu;
       
  1364             txt = qtn_phob_opt_save_to_pb;
       
  1365             flags = EEikMenuItemSeparatorAfter;
       
  1366             }
       
  1367         };
       
  1368     }
       
  1369 
       
  1370 // -----------------------------------------------------------------------------
       
  1371 //
       
  1372 //    r_phoneui_numberacq_incomingcall_options_menu
       
  1373 //    It defines number entry options for call coming in
       
  1374 //    with number entry.
       
  1375 //
       
  1376 // -----------------------------------------------------------------------------
       
  1377 //
       
  1378 RESOURCE MENU_PANE r_phoneui_numberacq_incomingcall_options_menu
       
  1379     {
       
  1380     items =
       
  1381         {
       
  1382         MENU_ITEM
       
  1383             {
       
  1384             command = EPhoneNumberAcqCmdSendCommand;
       
  1385             txt = text_nren_send_com;
       
  1386             flags = EEikMenuItemSeparatorAfter;
       
  1387             }
       
  1388         };
       
  1389     }
       
  1390 
       
  1391 // ---------------------------------------------------------
       
  1392 //
       
  1393 //    r_phoneui_numberacq_ok_options_menu
       
  1394 //    Number Acquisition view ok_options menu pane.
       
  1395 //
       
  1396 // ---------------------------------------------------------
       
  1397 //
       
  1398 RESOURCE MENU_PANE r_phoneui_numberacq_ok_options_menu
       
  1399     {
       
  1400     items=
       
  1401         {
       
  1402         MENU_ITEM
       
  1403             {
       
  1404             command = EPhoneNumberAcqCmdCall;
       
  1405             cascade = r_phoneui_numberacq_options_call_menu;
       
  1406             txt = text_number_call;
       
  1407             },
       
  1408 
       
  1409         MENU_ITEM
       
  1410             {
       
  1411             command = EPhoneNumberAcqCmdSendCommand;
       
  1412             txt = text_nren_send_com;
       
  1413             },
       
  1414         MENU_ITEM
       
  1415             {
       
  1416             command = EPhoneNumberAcqCmdAddToContacts;
       
  1417             cascade = r_phoneui_numberacq_options_add_to_contacts_menu;
       
  1418             txt = qtn_phob_opt_save_to_pb;
       
  1419             }
       
  1420         };
       
  1421     }
       
  1422 
       
  1423 // ---------------------------------------------------------
       
  1424 //
       
  1425 //    r_phoneui_numberacq_ok_videocall_options_menu
       
  1426 //    Number Acquisition view ok_options menu pane.
       
  1427 //
       
  1428 // ---------------------------------------------------------
       
  1429 //
       
  1430 RESOURCE MENU_PANE r_phoneui_numberacq_ok_videocall_options_menu
       
  1431     {
       
  1432     items=
       
  1433         {
       
  1434         MENU_ITEM
       
  1435             {
       
  1436             command = EPhoneNumberAcqCmdCall;
       
  1437             txt =   qtn_call_sub_voice;
       
  1438             },
       
  1439         MENU_ITEM
       
  1440             {
       
  1441             command =EPhoneNumberAcqCmdVideoCall;
       
  1442             txt =  qtn_call_sub_video;
       
  1443             },
       
  1444         MENU_ITEM
       
  1445             {
       
  1446             command = EPhoneNumberAcqCmdSendCommand;
       
  1447             txt = text_nren_send_com;
       
  1448             },
       
  1449         MENU_ITEM
       
  1450             {
       
  1451             command = EPhoneNumberAcqCmdAddToContacts;
       
  1452             cascade = r_phoneui_numberacq_options_add_to_contacts_menu;
       
  1453             txt = qtn_phob_opt_save_to_pb;
       
  1454             }
       
  1455         };
       
  1456     }
       
  1457 
       
  1458 
       
  1459 // ---------------------------------------------------------
       
  1460 //
       
  1461 //    r_phoneui_numberacq_options_call_menu
       
  1462 //    Number Acquisition view options call menu pane.
       
  1463 //
       
  1464 // ---------------------------------------------------------
       
  1465 //
       
  1466 RESOURCE MENU_PANE r_phoneui_numberacq_options_call_menu
       
  1467     {
       
  1468     items=
       
  1469         {
       
  1470         MENU_ITEM
       
  1471             {
       
  1472             command = EPhoneNumberAcqCmdCall;
       
  1473             txt =   qtn_call_sub_voice;
       
  1474             },
       
  1475         MENU_ITEM
       
  1476             {
       
  1477             command =EPhoneNumberAcqCmdVideoCall;
       
  1478             txt =  qtn_call_sub_video;
       
  1479             }
       
  1480         };
       
  1481     }
       
  1482 
       
  1483 // ---------------------------------------------------------
       
  1484 //
       
  1485 //    r_phoneui_numberacq_options_add_to_contacts_menu
       
  1486 //    Number Acquisition view options add to contacts menu pane.
       
  1487 //
       
  1488 // ---------------------------------------------------------
       
  1489 //
       
  1490 RESOURCE MENU_PANE r_phoneui_numberacq_options_add_to_contacts_menu
       
  1491     {
       
  1492     items=
       
  1493         {
       
  1494         MENU_ITEM
       
  1495             {
       
  1496             command = EPhoneNumberAcqCmdSave;
       
  1497             txt =  qtn_phob_opt_save_to_pb_new;
       
  1498             },
       
  1499         MENU_ITEM
       
  1500             {
       
  1501             command = EPhoneNumberAcqCmdAddToName;
       
  1502             txt =  qtn_phob_opt_save_to_pb_old;
       
  1503             }
       
  1504         };
       
  1505     }
       
  1506 
       
  1507 
       
  1508 
       
  1509 // ---------------------------------------------------------
       
  1510 //
       
  1511 //    r_phoneui_callhandling_incall_options_menu
       
  1512 //    Call Handling view pane
       
  1513 //
       
  1514 // ---------------------------------------------------------
       
  1515 //
       
  1516 RESOURCE MENU_PANE r_phoneui_callhandling_incall_options_menu
       
  1517     {
       
  1518     items=
       
  1519         {
       
  1520         MENU_ITEM
       
  1521             {
       
  1522             command = EPhoneInCallCmdUnmute;
       
  1523             txt =  qtn_incal_unmute_option;
       
  1524             },
       
  1525         MENU_ITEM
       
  1526             {
       
  1527             command = EPhoneInCallCmdUnhold;
       
  1528             txt =  qtn_incal_unhold_option;
       
  1529             },
       
  1530         MENU_ITEM
       
  1531             {
       
  1532             command = EPhoneInCallCmdDialer;
       
  1533             txt =  qtn_incal_dialer_option;
       
  1534             },
       
  1535         MENU_ITEM
       
  1536             {
       
  1537             command = EPhoneInCallCmdActivateIhf;
       
  1538             txt =  qtn_incal_act_ihf_option;
       
  1539             },
       
  1540         MENU_ITEM
       
  1541             {
       
  1542             command = EPhoneInCallCmdDeactivateIhf;
       
  1543             txt =  qtn_incal_deact_ihf_option;
       
  1544             },
       
  1545         MENU_ITEM            // HANDSET
       
  1546             {
       
  1547             command = EPhoneInCallCmdHandset;
       
  1548             txt = qtn_incal_handset_option;
       
  1549             },
       
  1550         MENU_ITEM            // BT HANDSFREE
       
  1551             {
       
  1552             command = EPhoneInCallCmdBtHandsfree;
       
  1553             txt = qtn_incal_bt_handsfree_option;
       
  1554             },
       
  1555         MENU_ITEM
       
  1556             {
       
  1557             command = EPhoneInCallCmdEndThisActiveCall;
       
  1558             txt =  qtn_incal_drop_option;
       
  1559             },
       
  1560         MENU_ITEM
       
  1561             {
       
  1562             command = EPhoneInCallCmdHold;
       
  1563             txt =  qtn_incal_hold_option;
       
  1564             },
       
  1565         MENU_ITEM
       
  1566             {
       
  1567             command = EPhoneInCallCmdLockKeypad;
       
  1568             txt = qtn_pwrc_lock_keys;
       
  1569             },
       
  1570         MENU_ITEM
       
  1571             {
       
  1572             command = EPhoneInCallCmdLockScreen;
       
  1573             txt = qtn_pwrc_lock_display;
       
  1574             },
       
  1575         MENU_ITEM
       
  1576             {
       
  1577             command = EPhoneInCallCmdMute;
       
  1578             txt =  qtn_incal_mute_option;
       
  1579             },
       
  1580         MENU_ITEM
       
  1581             {
       
  1582             command = EPhoneInCallCmdSwitchToVideo;
       
  1583             txt =  qtn_incal_voice_to_video;
       
  1584             },
       
  1585         MENU_ITEM
       
  1586             {
       
  1587             command = EPhoneInCallCmdNewCall;
       
  1588             txt =  qtn_incal_new_call_option;
       
  1589             },
       
  1590         MENU_ITEM
       
  1591             {
       
  1592             command = EPhoneVideoSharing;
       
  1593             // Content provided by AIW.
       
  1594             txt = "";
       
  1595             cascade = AIW_INTELLIGENT_CASCADE_ID;
       
  1596             },
       
  1597         MENU_ITEM
       
  1598             {
       
  1599             command = EPhoneInCallCmdGoToIdle;
       
  1600             txt =  qtn_incal_goto_idle;
       
  1601             },
       
  1602         MENU_ITEM
       
  1603             {
       
  1604             command = EPhoneInCallCmdDtmfListQuery;
       
  1605             txt =  qtn_incal_send_dtmf_option;
       
  1606             },
       
  1607         MENU_ITEM
       
  1608             {
       
  1609             command = EPhoneInCallCmdHelp;
       
  1610             txt =  qtn_options_help;
       
  1611             }
       
  1612         };
       
  1613     }
       
  1614 
       
  1615 
       
  1616 // ---------------------------------------------------------
       
  1617 //
       
  1618 //    r_phoneui_videocallhandling_options_menu
       
  1619 //    Video Call Handling menu pane
       
  1620 //
       
  1621 // ---------------------------------------------------------
       
  1622 //
       
  1623 RESOURCE MENU_PANE r_phoneui_videocallhandling_options_menu
       
  1624     {
       
  1625     items=
       
  1626         {
       
  1627         MENU_ITEM
       
  1628             {
       
  1629             command = EPhoneInCallCmdUnmute;
       
  1630             txt =  qtn_incal_unmute_option;
       
  1631             },
       
  1632         MENU_ITEM
       
  1633             {
       
  1634             command = EPhoneInCallCmdDialer;
       
  1635             txt =  qtn_incal_dialer_option;
       
  1636             },
       
  1637         MENU_ITEM
       
  1638             {
       
  1639             command = EPhoneInCallCmdActivateIhf;
       
  1640             txt =  qtn_incal_act_ihf_option;
       
  1641             },
       
  1642         MENU_ITEM
       
  1643             {
       
  1644             command = EPhoneInCallCmdDeactivateIhf;
       
  1645             txt =  qtn_incal_deact_ihf_option;
       
  1646             },
       
  1647         MENU_ITEM            // HANDSET
       
  1648             {
       
  1649             command = EPhoneInCallCmdHandset;
       
  1650             txt = qtn_incal_handset_option;
       
  1651             },
       
  1652         MENU_ITEM            // BT HANDSFREE
       
  1653             {
       
  1654             command = EPhoneInCallCmdBtHandsfree;
       
  1655             txt = qtn_incal_bt_handsfree_option;
       
  1656             },
       
  1657         MENU_ITEM
       
  1658             {
       
  1659             command = EPhoneInCallCmdEndThisActiveCall;
       
  1660             txt =  qtn_incal_drop_option;
       
  1661             },
       
  1662         MENU_ITEM
       
  1663             {
       
  1664             command = EPhoneInCallCmdMute;
       
  1665             txt =  qtn_incal_mute_option;
       
  1666             },
       
  1667         MENU_ITEM
       
  1668             {
       
  1669             command = EPhoneInCallCmdSwitchToVoice;
       
  1670             txt =  qtn_incal_video_to_voice;
       
  1671             },
       
  1672         MENU_ITEM
       
  1673             {
       
  1674             command = EPhoneInCallCmdNewCall;
       
  1675             txt =  qtn_incal_new_call_option;
       
  1676             },
       
  1677         MENU_ITEM
       
  1678             {
       
  1679             command = EPhoneInCallCmdGoToIdle;
       
  1680             txt =  qtn_incal_goto_idle;
       
  1681             },
       
  1682         MENU_ITEM
       
  1683             {
       
  1684             command = EPhoneInCallCmdHelp;
       
  1685             txt =  qtn_options_help;
       
  1686             }
       
  1687         };
       
  1688     }
       
  1689 
       
  1690 // ---------------------------------------------------------
       
  1691 //
       
  1692 //    r_phoneui_callhandling_emergency_options_menu
       
  1693 //    Call Handling view pane
       
  1694 //
       
  1695 // ---------------------------------------------------------
       
  1696 //
       
  1697 RESOURCE MENU_PANE r_phoneui_callhandling_emergency_options_menu
       
  1698     {
       
  1699     items=
       
  1700         {
       
  1701         MENU_ITEM
       
  1702             {
       
  1703             command = EPhoneInCallCmdDialer;
       
  1704             txt =  qtn_incal_dialer_option;
       
  1705             },
       
  1706         MENU_ITEM
       
  1707             {
       
  1708             command = EPhoneInCallCmdActivateIhf;
       
  1709             txt =  qtn_incal_act_ihf_option;
       
  1710             },
       
  1711         MENU_ITEM
       
  1712             {
       
  1713             command = EPhoneInCallCmdDeactivateIhf;
       
  1714             txt =  qtn_incal_deact_ihf_option;
       
  1715             },
       
  1716         MENU_ITEM            // HANDSET
       
  1717             {
       
  1718             command = EPhoneInCallCmdHandset;
       
  1719             txt = qtn_incal_handset_option;
       
  1720             },
       
  1721         MENU_ITEM            // BT HANDSFREE
       
  1722             {
       
  1723             command = EPhoneInCallCmdBtHandsfree;
       
  1724             txt = qtn_incal_bt_handsfree_option;
       
  1725             },
       
  1726         MENU_ITEM
       
  1727             {
       
  1728             command = EPhoneInCallCmdEndThisActiveCall;
       
  1729             txt =  qtn_incal_drop_option;
       
  1730             },
       
  1731         MENU_ITEM
       
  1732             {
       
  1733             command = EPhoneInCallCmdLockKeypad;
       
  1734             txt = qtn_pwrc_lock_keys;
       
  1735             },
       
  1736         MENU_ITEM
       
  1737             {
       
  1738             command = EPhoneInCallCmdLockScreen;
       
  1739             txt = qtn_pwrc_lock_display;
       
  1740             },
       
  1741         MENU_ITEM
       
  1742             {
       
  1743             command = EPhoneInCallCmdGoToIdle;
       
  1744             txt =  qtn_incal_goto_idle;
       
  1745             },
       
  1746         MENU_ITEM
       
  1747             {
       
  1748             command = EPhoneInCallCmdDtmfListQuery;
       
  1749             txt =  qtn_incal_send_dtmf_option;
       
  1750             },
       
  1751         MENU_ITEM
       
  1752             {
       
  1753             command = EPhoneInCallCmdHelp;
       
  1754             txt =  qtn_options_help;
       
  1755             }
       
  1756         };
       
  1757     }
       
  1758 
       
  1759 // ---------------------------------------------------------
       
  1760 //
       
  1761 //    r_phoneui_incomingcall_options_menu
       
  1762 //    Default commands menu pane.
       
  1763 //
       
  1764 // ---------------------------------------------------------
       
  1765 //
       
  1766 RESOURCE MENU_PANE r_phoneui_incomingcall_options_menu
       
  1767     {
       
  1768     items=
       
  1769         {
       
  1770         MENU_ITEM
       
  1771             {
       
  1772             command = EPhoneCallComingCmdAnswer;
       
  1773             txt =  qtn_call_answer_option;
       
  1774             },
       
  1775         MENU_ITEM
       
  1776             {
       
  1777             command = EPhoneCallComingCmdAnswerHandPortable;
       
  1778             txt =  qtn_call_answer_hp_vt_option;
       
  1779             },
       
  1780         MENU_ITEM
       
  1781             {
       
  1782             command = EPhoneCallComingCmdSoftReject;
       
  1783             txt = qtn_call_soft_reject_option;
       
  1784             },
       
  1785         MENU_ITEM
       
  1786             {
       
  1787             command = EPhoneCallComingCmdReject;
       
  1788             txt =  qtn_call_reject_option;
       
  1789             }
       
  1790         };
       
  1791     }
       
  1792 
       
  1793 // ---------------------------------------------------------
       
  1794 //
       
  1795 //    r_phoneui_incomingvideocall_options_menu
       
  1796 //    Default commands menu pane.
       
  1797 //
       
  1798 // ---------------------------------------------------------
       
  1799 //
       
  1800 RESOURCE MENU_PANE r_phoneui_incomingvideocall_options_menu
       
  1801     {
       
  1802     items=
       
  1803         {
       
  1804         MENU_ITEM
       
  1805             {
       
  1806             command = EPhoneCallComingCmdAnswer;
       
  1807             txt =  qtn_call_answer_option;
       
  1808             },
       
  1809         MENU_ITEM
       
  1810             {
       
  1811             command = EPhoneCallComingCmdAnswerHandPortableVideo;
       
  1812             txt = qtn_call_answer_hp_vt_option;
       
  1813             },
       
  1814         MENU_ITEM
       
  1815             {
       
  1816             command = EPhoneCallComingCmdSoftReject;
       
  1817             txt = qtn_call_soft_reject_option;
       
  1818             },
       
  1819         MENU_ITEM
       
  1820             {
       
  1821             command = EPhoneCallComingCmdReject;
       
  1822             txt =  qtn_call_reject_option;
       
  1823             }
       
  1824         };
       
  1825     }
       
  1826 
       
  1827 // ---------------------------------------------------------
       
  1828 //
       
  1829 //    r_phoneui_callwaiting_options_menu
       
  1830 //    Default commands menu pane.
       
  1831 //
       
  1832 // ---------------------------------------------------------
       
  1833 //
       
  1834 RESOURCE MENU_PANE r_phoneui_callwaiting_options_menu
       
  1835     {
       
  1836     items=
       
  1837         {
       
  1838         MENU_ITEM
       
  1839             {
       
  1840             command = EPhoneInCallCmdUnmute;
       
  1841             txt =  qtn_incal_unmute_option;
       
  1842             },
       
  1843         MENU_ITEM
       
  1844             {
       
  1845             command = EPhoneCallComingCmdAnswer;
       
  1846             txt =  qtn_call_answer_option;
       
  1847             },
       
  1848         MENU_ITEM
       
  1849             {
       
  1850             command = EPhoneInCallCmdReject;
       
  1851             txt =  qtn_call_reject_option;
       
  1852             },
       
  1853         MENU_ITEM
       
  1854             {
       
  1855             command = EPhoneInCallCmdUnhold;
       
  1856             txt =  qtn_incal_unhold_option;
       
  1857             },
       
  1858         MENU_ITEM
       
  1859             {
       
  1860             command = EPhoneInCallCmdReplace;
       
  1861             txt =  qtn_incal_replace_option;
       
  1862             },
       
  1863         MENU_ITEM
       
  1864             {
       
  1865             command = EPhoneInCallCmdDialer;
       
  1866             txt =  qtn_incal_dialer_option;
       
  1867             },
       
  1868         MENU_ITEM
       
  1869             {
       
  1870             command = EPhoneInCallCmdDeactivateIhf;
       
  1871             txt =  qtn_incal_deact_ihf_option;
       
  1872             },
       
  1873         MENU_ITEM
       
  1874             {
       
  1875             command = EPhoneInCallCmdActivateIhf;
       
  1876             txt =  qtn_incal_act_ihf_option;
       
  1877             },
       
  1878         MENU_ITEM            // HANDSET
       
  1879             {
       
  1880             command = EPhoneInCallCmdHandset;
       
  1881             txt = qtn_incal_handset_option;
       
  1882             },
       
  1883         MENU_ITEM            // BT HANDSFREE
       
  1884             {
       
  1885             command = EPhoneInCallCmdBtHandsfree;
       
  1886             txt = qtn_incal_bt_handsfree_option;
       
  1887             },
       
  1888         MENU_ITEM
       
  1889             {
       
  1890             command = EPhoneInCallCmdEndThisActiveCall;
       
  1891             txt =  qtn_incal_drop_option;
       
  1892             },
       
  1893         MENU_ITEM
       
  1894             {
       
  1895             command = EPhoneInCallCmdHold;
       
  1896             txt =  qtn_incal_hold_option;
       
  1897             },
       
  1898         MENU_ITEM
       
  1899             {
       
  1900             command = EPhoneInCallCmdMute;
       
  1901             txt =  qtn_incal_mute_option;
       
  1902             },
       
  1903         MENU_ITEM
       
  1904             {
       
  1905             command = EPhoneInCallCmdNewCall;
       
  1906             txt =  qtn_incal_new_call_option;
       
  1907             },
       
  1908         MENU_ITEM
       
  1909             {
       
  1910             command = EPhoneInCallCmdGoToIdle;
       
  1911             txt =  qtn_incal_goto_idle;
       
  1912             },
       
  1913         MENU_ITEM
       
  1914             {
       
  1915             command = EPhoneInCallCmdDtmfListQuery;
       
  1916             txt =  qtn_incal_send_dtmf_option;
       
  1917             },
       
  1918         MENU_ITEM
       
  1919             {
       
  1920             command = EPhoneInCallCmdHelp;
       
  1921             txt =  qtn_options_help;
       
  1922             }
       
  1923         };
       
  1924     }
       
  1925 
       
  1926 // ---------------------------------------------------------
       
  1927 //
       
  1928 //    r_phoneui_videocall_waiting_options_menu
       
  1929 //    Default commands menu pane.
       
  1930 //
       
  1931 // ---------------------------------------------------------
       
  1932 //
       
  1933 RESOURCE MENU_PANE r_phoneui_videocall_waiting_options_menu
       
  1934     {
       
  1935     items=
       
  1936         {
       
  1937         MENU_ITEM
       
  1938             {
       
  1939             command = EPhoneInCallCmdUnmute;
       
  1940             txt =  qtn_incal_unmute_option;
       
  1941             },
       
  1942         MENU_ITEM
       
  1943             {
       
  1944             command = EPhoneInCallCmdReject;
       
  1945             txt =  qtn_call_reject_option;
       
  1946             },
       
  1947         MENU_ITEM
       
  1948             {
       
  1949             command = EPhoneInCallCmdUnhold;
       
  1950             txt =  qtn_incal_unhold_option;
       
  1951             },
       
  1952         MENU_ITEM
       
  1953             {
       
  1954             command = EPhoneInCallCmdDialer;
       
  1955             txt =  qtn_incal_dialer_option;
       
  1956             },
       
  1957         MENU_ITEM
       
  1958             {
       
  1959             command = EPhoneInCallCmdDeactivateIhf;
       
  1960             txt =  qtn_incal_deact_ihf_option;
       
  1961             },
       
  1962         MENU_ITEM
       
  1963             {
       
  1964             command = EPhoneInCallCmdActivateIhf;
       
  1965             txt =  qtn_incal_act_ihf_option;
       
  1966             },
       
  1967         MENU_ITEM            // HANDSET
       
  1968             {
       
  1969             command = EPhoneInCallCmdHandset;
       
  1970             txt = qtn_incal_handset_option;
       
  1971             },
       
  1972         MENU_ITEM            // BT HANDSFREE
       
  1973             {
       
  1974             command = EPhoneInCallCmdBtHandsfree;
       
  1975             txt = qtn_incal_bt_handsfree_option;
       
  1976             },
       
  1977         MENU_ITEM
       
  1978             {
       
  1979             command = EPhoneInCallCmdEndThisActiveCall;
       
  1980             txt =  qtn_incal_drop_option;
       
  1981             },
       
  1982         MENU_ITEM
       
  1983             {
       
  1984             command = EPhoneInCallCmdHold;
       
  1985             txt =  qtn_incal_hold_option;
       
  1986             },
       
  1987         MENU_ITEM
       
  1988             {
       
  1989             command = EPhoneInCallCmdMute;
       
  1990             txt =  qtn_incal_mute_option;
       
  1991             },
       
  1992         MENU_ITEM
       
  1993             {
       
  1994             command = EPhoneInCallCmdNewCall;
       
  1995             txt =  qtn_incal_new_call_option;
       
  1996             },
       
  1997         MENU_ITEM
       
  1998             {
       
  1999             command = EPhoneInCallCmdGoToIdle;
       
  2000             txt =  qtn_incal_goto_idle;
       
  2001             },
       
  2002         MENU_ITEM
       
  2003             {
       
  2004             command = EPhoneInCallCmdDtmfListQuery;
       
  2005             txt =  qtn_incal_send_dtmf_option;
       
  2006             },
       
  2007         MENU_ITEM
       
  2008             {
       
  2009             command = EPhoneInCallCmdHelp;
       
  2010             txt =  qtn_options_help;
       
  2011             }
       
  2012         };
       
  2013     }
       
  2014 
       
  2015 // ---------------------------------------------------------
       
  2016 //
       
  2017 //    r_phoneui_waiting_lock_options_menu
       
  2018 //    Default commands menu pane.
       
  2019 //
       
  2020 // ---------------------------------------------------------
       
  2021 //
       
  2022 RESOURCE MENU_PANE r_phoneui_waiting_lock_options_menu
       
  2023     {
       
  2024     items=
       
  2025         {
       
  2026         MENU_ITEM
       
  2027             {
       
  2028             command = EPhoneCallComingCmdAnswer;
       
  2029             txt =  qtn_call_answer_option;
       
  2030             },
       
  2031         MENU_ITEM
       
  2032             {
       
  2033             command = EPhoneInCallCmdReject;
       
  2034             txt =  qtn_call_reject_option;
       
  2035             },
       
  2036         MENU_ITEM
       
  2037             {
       
  2038             command = EPhoneInCallCmdReplace;
       
  2039             txt =  qtn_incal_replace_option;
       
  2040             },
       
  2041         MENU_ITEM
       
  2042             {
       
  2043             command = EPhoneInCallCmdEndThisActiveCall;
       
  2044             txt =  qtn_incal_drop_option;
       
  2045             }
       
  2046         };
       
  2047     }
       
  2048 
       
  2049 // ---------------------------------------------------------
       
  2050 //
       
  2051 //    r_phoneui_twosingles_waiting_lock_options_menu
       
  2052 //    Default commands menu pane.
       
  2053 //
       
  2054 // ---------------------------------------------------------
       
  2055 //
       
  2056 RESOURCE MENU_PANE r_phoneui_twosingles_waiting_lock_options_menu
       
  2057     {
       
  2058     items=
       
  2059         {
       
  2060         MENU_ITEM
       
  2061             {
       
  2062             command = EPhoneInCallCmdReject;
       
  2063             txt =  qtn_call_reject_option;
       
  2064             },
       
  2065         MENU_ITEM
       
  2066             {
       
  2067             command = EPhoneInCallCmdReplace;
       
  2068             txt =  qtn_incal_replace_option;
       
  2069             },
       
  2070         MENU_ITEM
       
  2071             {
       
  2072             command = EPhoneInCallCmdEndThisActiveCall;
       
  2073             txt =  qtn_incal_drop_option;
       
  2074             },
       
  2075         MENU_ITEM
       
  2076             {
       
  2077             command = EPhoneInCallCmdEndAllCalls;
       
  2078             txt =  qtn_incal_end_option;
       
  2079             }
       
  2080         };
       
  2081     }
       
  2082 
       
  2083 // confcall
       
  2084 // ---------------------------------------------------------
       
  2085 //
       
  2086 //    r_phoneui_confcall_options_menu
       
  2087 //    Default commands menu pane.
       
  2088 //
       
  2089 // ---------------------------------------------------------
       
  2090 //
       
  2091 RESOURCE MENU_PANE r_phoneui_confcall_options_menu
       
  2092     {
       
  2093     items=
       
  2094         {
       
  2095         MENU_ITEM
       
  2096             {
       
  2097             command = EPhoneInCallCmdUnmute;
       
  2098             txt =  qtn_incal_unmute_option;
       
  2099             },
       
  2100         MENU_ITEM
       
  2101             {
       
  2102             command = EPhoneInCallCmdUnhold;
       
  2103             txt =  qtn_incal_unhold_option;
       
  2104             },
       
  2105         MENU_ITEM
       
  2106             {
       
  2107             command = EPhoneInCallCmdCreateConference;
       
  2108             cascade = r_phoneui_incall_options_conference_private_drop_menu;
       
  2109             txt =  qtn_incal_conference_option;
       
  2110             },
       
  2111         MENU_ITEM
       
  2112             {
       
  2113             command = EPhoneInCallCmdDialer;
       
  2114             txt =  qtn_incal_dialer_option;
       
  2115             },
       
  2116         MENU_ITEM
       
  2117             {
       
  2118             command = EPhoneInCallCmdActivateIhf;
       
  2119             txt =  qtn_incal_act_ihf_option;
       
  2120             },
       
  2121         MENU_ITEM            // HANDSET
       
  2122             {
       
  2123             command = EPhoneInCallCmdHandset;
       
  2124             txt = qtn_incal_handset_option;
       
  2125             },
       
  2126         MENU_ITEM            // BT HANDSFREE
       
  2127             {
       
  2128             command = EPhoneInCallCmdBtHandsfree;
       
  2129             txt = qtn_incal_bt_handsfree_option;
       
  2130             },
       
  2131         MENU_ITEM
       
  2132             {
       
  2133             command = EPhoneInCallCmdDeactivateIhf;
       
  2134             txt =  qtn_incal_deact_ihf_option;
       
  2135             },
       
  2136         MENU_ITEM
       
  2137             {
       
  2138             command = EPhoneInCallCmdEndAllCalls;
       
  2139             txt =  qtn_incal_end_option;
       
  2140             },
       
  2141         MENU_ITEM
       
  2142             {
       
  2143             command = EPhoneInCallCmdHold;
       
  2144             txt =  qtn_incal_hold_option;
       
  2145             },
       
  2146         MENU_ITEM
       
  2147             {
       
  2148             command = EPhoneInCallCmdMute;
       
  2149             txt =  qtn_incal_mute_option;
       
  2150             },
       
  2151         MENU_ITEM
       
  2152             {
       
  2153             command = EPhoneInCallCmdLockKeypad;
       
  2154             txt = qtn_pwrc_lock_keys;
       
  2155             },
       
  2156         MENU_ITEM
       
  2157             {
       
  2158             command = EPhoneInCallCmdLockScreen;
       
  2159             txt = qtn_pwrc_lock_display;
       
  2160             },
       
  2161         MENU_ITEM
       
  2162             {
       
  2163             command = EPhoneInCallCmdNewCall;
       
  2164             txt =  qtn_incal_new_call_option;
       
  2165             },
       
  2166         MENU_ITEM
       
  2167             {
       
  2168             command = EPhoneInCallCmdGoToIdle;
       
  2169             txt =  qtn_incal_goto_idle;
       
  2170             },
       
  2171         MENU_ITEM
       
  2172             {
       
  2173             command = EPhoneInCallCmdDtmfListQuery;
       
  2174             txt =  qtn_incal_send_dtmf_option;
       
  2175             },
       
  2176         MENU_ITEM
       
  2177             {
       
  2178             command = EPhoneInCallCmdHelp;
       
  2179             txt =  qtn_options_help;
       
  2180             }
       
  2181         };
       
  2182     }
       
  2183 
       
  2184 // confandcallwaiting
       
  2185 // ---------------------------------------------------------
       
  2186 //
       
  2187 //    r_phoneui_confandcallwaiting_options_menu
       
  2188 //    Default commands menu pane.
       
  2189 //
       
  2190 // ---------------------------------------------------------
       
  2191 //
       
  2192 RESOURCE MENU_PANE r_phoneui_confandcallwaiting_options_menu
       
  2193     {
       
  2194     items=
       
  2195         {
       
  2196         MENU_ITEM
       
  2197             {
       
  2198             command = EPhoneInCallCmdUnmute;
       
  2199             txt =  qtn_incal_unmute_option;
       
  2200             },
       
  2201         MENU_ITEM
       
  2202             {
       
  2203             command = EPhoneInCallCmdAnswer;
       
  2204             txt =  qtn_call_answer_option;
       
  2205             },
       
  2206         MENU_ITEM
       
  2207             {
       
  2208             command = EPhoneInCallCmdReject;
       
  2209             txt =  qtn_call_reject_option;
       
  2210             },
       
  2211         MENU_ITEM
       
  2212             {
       
  2213             command = EPhoneInCallCmdReplace;
       
  2214             txt =  qtn_incal_replace_option;
       
  2215             },
       
  2216         MENU_ITEM
       
  2217             {
       
  2218             command = EPhoneInCallCmdConferenceUnhold;
       
  2219             txt =  qtn_incal_unhold_option;
       
  2220             },
       
  2221         MENU_ITEM
       
  2222             {
       
  2223             command = EPhoneInCallCmdCreateConference;
       
  2224             cascade = r_phoneui_incall_options_conference_private_drop_menu;
       
  2225             txt =  qtn_incal_conference_option;
       
  2226             },
       
  2227         MENU_ITEM
       
  2228             {
       
  2229             command = EPhoneInCallCmdDialer;
       
  2230             txt =  qtn_incal_dialer_option;
       
  2231             },
       
  2232         MENU_ITEM
       
  2233             {
       
  2234             command = EPhoneInCallCmdActivateIhf;
       
  2235             txt =  qtn_incal_act_ihf_option;
       
  2236             },
       
  2237         MENU_ITEM
       
  2238             {
       
  2239             command = EPhoneInCallCmdDeactivateIhf;
       
  2240             txt =  qtn_incal_deact_ihf_option;
       
  2241             },
       
  2242         MENU_ITEM            // HANDSET
       
  2243             {
       
  2244             command = EPhoneInCallCmdHandset;
       
  2245             txt = qtn_incal_handset_option;
       
  2246             },
       
  2247         MENU_ITEM            // BT HANDSFREE
       
  2248             {
       
  2249             command = EPhoneInCallCmdBtHandsfree;
       
  2250             txt = qtn_incal_bt_handsfree_option;
       
  2251             },
       
  2252         MENU_ITEM
       
  2253             {
       
  2254             command = EPhoneInCallCmdEndAllCalls;
       
  2255             txt =  qtn_incal_end_option;
       
  2256             },
       
  2257         MENU_ITEM
       
  2258             {
       
  2259             command = EPhoneInCallCmdConferenceHold;
       
  2260             txt =  qtn_incal_hold_option;
       
  2261             },
       
  2262         MENU_ITEM
       
  2263             {
       
  2264             command = EPhoneInCallCmdMute;
       
  2265             txt =  qtn_incal_mute_option;
       
  2266             },
       
  2267         MENU_ITEM
       
  2268             {
       
  2269             command = EPhoneInCallCmdNewCall;
       
  2270             txt =  qtn_incal_new_call_option;
       
  2271             },
       
  2272         MENU_ITEM
       
  2273             {
       
  2274             command = EPhoneInCallCmdGoToIdle;
       
  2275             txt =  qtn_incal_goto_idle;
       
  2276             },
       
  2277         MENU_ITEM
       
  2278             {
       
  2279             command = EPhoneInCallCmdDtmfListQuery;
       
  2280             txt =  qtn_incal_send_dtmf_option;
       
  2281             },
       
  2282         MENU_ITEM
       
  2283             {
       
  2284             command = EPhoneInCallCmdHelp;
       
  2285             txt =  qtn_options_help;
       
  2286             }
       
  2287         };
       
  2288     }
       
  2289 
       
  2290 // ---------------------------------------------------------
       
  2291 //
       
  2292 //    r_phoneui_activeandheldcall_options_menu
       
  2293 //    Default commands menu pane.
       
  2294 //
       
  2295 // ---------------------------------------------------------
       
  2296 //
       
  2297 RESOURCE MENU_PANE r_phoneui_activeandheldcall_options_menu
       
  2298     {
       
  2299     items=
       
  2300         {
       
  2301         MENU_ITEM
       
  2302             {
       
  2303             command = EPhoneInCallCmdUnmute;
       
  2304             txt =  qtn_incal_unmute_option;
       
  2305             },
       
  2306         MENU_ITEM
       
  2307             {
       
  2308             command = EPhoneInCallCmdSwap;
       
  2309             txt =  qtn_incal_swap_option;
       
  2310             },
       
  2311         MENU_ITEM
       
  2312             {
       
  2313             command = EPhoneInCallCmdCreateConference;
       
  2314             txt =  qtn_incal_conference_option;
       
  2315             },
       
  2316         MENU_ITEM
       
  2317             {
       
  2318             command = EPhoneInCallCmdDialer;
       
  2319             txt =  qtn_incal_dialer_option;
       
  2320             },
       
  2321         MENU_ITEM
       
  2322             {
       
  2323             command = EPhoneInCallCmdActivateIhf;
       
  2324             txt =  qtn_incal_act_ihf_option;
       
  2325             },
       
  2326         MENU_ITEM
       
  2327             {
       
  2328             command = EPhoneInCallCmdDeactivateIhf;
       
  2329             txt =  qtn_incal_deact_ihf_option;
       
  2330             },
       
  2331         MENU_ITEM            // HANDSET
       
  2332             {
       
  2333             command = EPhoneInCallCmdHandset;
       
  2334             txt = qtn_incal_handset_option;
       
  2335             },
       
  2336         MENU_ITEM            // BT HANDSFREE
       
  2337             {
       
  2338             command = EPhoneInCallCmdBtHandsfree;
       
  2339             txt = qtn_incal_bt_handsfree_option;
       
  2340             },
       
  2341         MENU_ITEM
       
  2342             {
       
  2343             command = EPhoneInCallCmdEndThisActiveCall;
       
  2344             txt =  qtn_incal_drop_option;
       
  2345             },
       
  2346         MENU_ITEM
       
  2347             {
       
  2348             command = EPhoneInCallCmdEndAllCalls;
       
  2349             txt =  qtn_incal_end_option;
       
  2350             },
       
  2351         MENU_ITEM
       
  2352             {
       
  2353             command = EPhoneInCallCmdMute;
       
  2354             txt =  qtn_incal_mute_option;
       
  2355             },
       
  2356         MENU_ITEM
       
  2357             {
       
  2358             command = EPhoneInCallCmdTransfer;
       
  2359             txt =  qtn_incal_transfer_option;
       
  2360             },
       
  2361         MENU_ITEM
       
  2362             {
       
  2363             command = EPhoneInCallCmdGoToIdle;
       
  2364             txt =  qtn_incal_goto_idle;
       
  2365             },
       
  2366         MENU_ITEM
       
  2367             {
       
  2368             command = EPhoneInCallCmdDtmfListQuery;
       
  2369             txt =  qtn_incal_send_dtmf_option;
       
  2370             },
       
  2371         MENU_ITEM
       
  2372             {
       
  2373             command = EPhoneInCallCmdHelp;
       
  2374             txt =  qtn_options_help;
       
  2375             }
       
  2376         };
       
  2377     }
       
  2378 
       
  2379 
       
  2380 // ---------------------------------------------------------
       
  2381 //
       
  2382 //    r_phoneui_activeconfandheldcall_options_menu
       
  2383 //    Default commands menu pane.
       
  2384 //
       
  2385 // ---------------------------------------------------------
       
  2386 //
       
  2387 RESOURCE MENU_PANE r_phoneui_activeconfandheldcall_options_menu
       
  2388     {
       
  2389     items=
       
  2390         {
       
  2391         MENU_ITEM
       
  2392             {
       
  2393             command = EPhoneInCallCmdUnmute;
       
  2394             txt =  qtn_incal_unmute_option;
       
  2395             },
       
  2396         MENU_ITEM
       
  2397             {
       
  2398             command = EPhoneInCallCmdSwap;
       
  2399             txt =  qtn_incal_swap_option;
       
  2400             },
       
  2401         MENU_ITEM
       
  2402             {
       
  2403             command = EPhoneInCallCmdCreateConference;
       
  2404             cascade = r_phoneui_incall_options_conference_join_drop_menu;
       
  2405             txt =  qtn_incal_conference_option;
       
  2406             },
       
  2407         MENU_ITEM
       
  2408             {
       
  2409             command = EPhoneInCallCmdDialer;
       
  2410             txt =  qtn_incal_dialer_option;
       
  2411             },
       
  2412         MENU_ITEM
       
  2413             {
       
  2414             command = EPhoneInCallCmdActivateIhf;
       
  2415             txt =  qtn_incal_act_ihf_option;
       
  2416             },
       
  2417         MENU_ITEM
       
  2418             {
       
  2419             command = EPhoneInCallCmdDeactivateIhf;
       
  2420             txt =  qtn_incal_deact_ihf_option;
       
  2421             },
       
  2422         MENU_ITEM            // HANDSET
       
  2423             {
       
  2424             command = EPhoneInCallCmdHandset;
       
  2425             txt = qtn_incal_handset_option;
       
  2426             },
       
  2427         MENU_ITEM            // BT HANDSFREE
       
  2428             {
       
  2429             command = EPhoneInCallCmdBtHandsfree;
       
  2430             txt = qtn_incal_bt_handsfree_option;
       
  2431             },
       
  2432         MENU_ITEM
       
  2433             {
       
  2434             command = EPhoneInCallCmdEndThisActiveCall;
       
  2435             txt =  qtn_incal_drop_option;
       
  2436             },
       
  2437         MENU_ITEM
       
  2438             {
       
  2439             command = EPhoneInCallCmdEndAllCalls;
       
  2440             txt =  qtn_incal_end_option;
       
  2441             },
       
  2442         MENU_ITEM
       
  2443             {
       
  2444             command = EPhoneInCallCmdMute;
       
  2445             txt =  qtn_incal_mute_option;
       
  2446             },
       
  2447         MENU_ITEM
       
  2448             {
       
  2449             command = EPhoneInCallCmdGoToIdle;
       
  2450             txt =  qtn_incal_goto_idle;
       
  2451             },
       
  2452         MENU_ITEM
       
  2453             {
       
  2454             command = EPhoneInCallCmdDtmfListQuery;
       
  2455             txt =  qtn_incal_send_dtmf_option;
       
  2456             },
       
  2457         MENU_ITEM
       
  2458             {
       
  2459             command = EPhoneInCallCmdHelp;
       
  2460             txt =  qtn_options_help;
       
  2461             }
       
  2462         };
       
  2463     }
       
  2464 
       
  2465 
       
  2466 // ---------------------------------------------------------
       
  2467 //
       
  2468 //    r_phoneui_activeandheldconfcall_options_menu
       
  2469 //    Default commands menu pane.
       
  2470 //
       
  2471 // ---------------------------------------------------------
       
  2472 //
       
  2473 RESOURCE MENU_PANE r_phoneui_activeandheldconfcall_options_menu
       
  2474 
       
  2475     {
       
  2476     items=
       
  2477         {
       
  2478         MENU_ITEM
       
  2479             {
       
  2480             command = EPhoneInCallCmdUnmute;
       
  2481             txt =  qtn_incal_unmute_option;
       
  2482             },
       
  2483         MENU_ITEM
       
  2484             {
       
  2485             command = EPhoneInCallCmdSwap;
       
  2486             txt =  qtn_incal_swap_option;
       
  2487             },
       
  2488         MENU_ITEM
       
  2489             {
       
  2490             command = EPhoneInCallCmdCreateConference;
       
  2491             cascade = r_phoneui_incall_options_conference_join_menu;
       
  2492             txt =  qtn_incal_conference_option;
       
  2493             },
       
  2494         MENU_ITEM
       
  2495             {
       
  2496             command = EPhoneInCallCmdDialer;
       
  2497             txt =  qtn_incal_dialer_option;
       
  2498             },
       
  2499         MENU_ITEM
       
  2500             {
       
  2501             command = EPhoneInCallCmdActivateIhf;
       
  2502             txt =  qtn_incal_act_ihf_option;
       
  2503             },
       
  2504         MENU_ITEM
       
  2505             {
       
  2506             command = EPhoneInCallCmdDeactivateIhf;
       
  2507             txt =  qtn_incal_deact_ihf_option;
       
  2508             },
       
  2509         MENU_ITEM            // HANDSET
       
  2510             {
       
  2511             command = EPhoneInCallCmdHandset;
       
  2512             txt = qtn_incal_handset_option;
       
  2513             },
       
  2514         MENU_ITEM            // BT HANDSFREE
       
  2515             {
       
  2516             command = EPhoneInCallCmdBtHandsfree;
       
  2517             txt = qtn_incal_bt_handsfree_option;
       
  2518             },
       
  2519         MENU_ITEM
       
  2520             {
       
  2521             command = EPhoneInCallCmdEndThisActiveCall;
       
  2522             txt =  qtn_incal_drop_option;
       
  2523             },
       
  2524         MENU_ITEM
       
  2525             {
       
  2526             command = EPhoneInCallCmdEndAllCalls;
       
  2527             txt =  qtn_incal_end_option;
       
  2528             },
       
  2529         MENU_ITEM
       
  2530             {
       
  2531             command = EPhoneInCallCmdMute;
       
  2532             txt =  qtn_incal_mute_option;
       
  2533             },
       
  2534         MENU_ITEM
       
  2535             {
       
  2536             command = EPhoneInCallCmdGoToIdle;
       
  2537             txt =  qtn_incal_goto_idle;
       
  2538             },
       
  2539         MENU_ITEM
       
  2540             {
       
  2541             command = EPhoneInCallCmdDtmfListQuery;
       
  2542             txt =  qtn_incal_send_dtmf_option;
       
  2543             },
       
  2544         MENU_ITEM
       
  2545             {
       
  2546             command = EPhoneInCallCmdHelp;
       
  2547             txt =  qtn_options_help;
       
  2548             }
       
  2549         };
       
  2550     }
       
  2551 
       
  2552 // ---------------------------------------------------------
       
  2553 //
       
  2554 //    r_phoneui_callactiveheldandwaiting_options_menu
       
  2555 //    Default commands menu pane.
       
  2556 //
       
  2557 // ---------------------------------------------------------
       
  2558 //
       
  2559 RESOURCE MENU_PANE r_phoneui_callactiveheldandwaiting_options_menu
       
  2560     {
       
  2561     items=
       
  2562         {
       
  2563         MENU_ITEM
       
  2564             {
       
  2565             command = EPhoneInCallCmdUnmute;
       
  2566             txt =  qtn_incal_unmute_option;
       
  2567             },
       
  2568         MENU_ITEM
       
  2569             {
       
  2570             command = EPhoneInCallCmdReject;
       
  2571             txt =  qtn_call_reject_option;
       
  2572             },
       
  2573         MENU_ITEM
       
  2574             {
       
  2575             command = EPhoneInCallCmdReplace;
       
  2576             txt =  qtn_incal_replace_option;
       
  2577             },
       
  2578         MENU_ITEM
       
  2579             {
       
  2580             command = EPhoneInCallCmdSwap;
       
  2581             txt =  qtn_incal_swap_option;
       
  2582             },
       
  2583         MENU_ITEM
       
  2584             {
       
  2585             command = EPhoneInCallCmdCreateConference;
       
  2586             txt =  qtn_incal_conference_option;
       
  2587             },
       
  2588         MENU_ITEM
       
  2589             {
       
  2590             command = EPhoneInCallCmdDialer;
       
  2591             txt =  qtn_incal_dialer_option;
       
  2592             },
       
  2593         MENU_ITEM
       
  2594             {
       
  2595             command = EPhoneInCallCmdActivateIhf;
       
  2596             txt =  qtn_incal_act_ihf_option;
       
  2597             },
       
  2598         MENU_ITEM
       
  2599             {
       
  2600             command = EPhoneInCallCmdDeactivateIhf;
       
  2601             txt =  qtn_incal_deact_ihf_option;
       
  2602             },
       
  2603         MENU_ITEM            // HANDSET
       
  2604             {
       
  2605             command = EPhoneInCallCmdHandset;
       
  2606             txt = qtn_incal_handset_option;
       
  2607             },
       
  2608         MENU_ITEM            // BT HANDSFREE
       
  2609             {
       
  2610             command = EPhoneInCallCmdBtHandsfree;
       
  2611             txt = qtn_incal_bt_handsfree_option;
       
  2612             },
       
  2613         MENU_ITEM
       
  2614             {
       
  2615             command = EPhoneInCallCmdEndThisActiveCall;
       
  2616             txt =  qtn_incal_drop_option;
       
  2617             },
       
  2618         MENU_ITEM
       
  2619             {
       
  2620             command = EPhoneInCallCmdEndAllCalls;
       
  2621             txt =  qtn_incal_end_option;
       
  2622             },
       
  2623         MENU_ITEM
       
  2624             {
       
  2625             command = EPhoneInCallCmdMute;
       
  2626             txt =  qtn_incal_mute_option;
       
  2627             },
       
  2628         MENU_ITEM
       
  2629             {
       
  2630             command = EPhoneInCallCmdTransfer;
       
  2631             txt =  qtn_incal_transfer_option;
       
  2632             },
       
  2633         MENU_ITEM
       
  2634             {
       
  2635             command = EPhoneInCallCmdGoToIdle;
       
  2636             txt =  qtn_incal_goto_idle;
       
  2637             },
       
  2638         MENU_ITEM
       
  2639             {
       
  2640             command = EPhoneInCallCmdDtmfListQuery;
       
  2641             txt =  qtn_incal_send_dtmf_option;
       
  2642             },
       
  2643         MENU_ITEM
       
  2644             {
       
  2645             command = EPhoneInCallCmdHelp;
       
  2646             txt =  qtn_options_help;
       
  2647             }
       
  2648         };
       
  2649     }
       
  2650 
       
  2651 // ---------------------------------------------------------
       
  2652 //
       
  2653 //    r_phoneui_callactiveheldandwaiting_options_menu_varied
       
  2654 //    Default commands menu pane.
       
  2655 //
       
  2656 // ---------------------------------------------------------
       
  2657 //
       
  2658 RESOURCE MENU_PANE r_phoneui_callactiveheldandwaiting_options_menu_varied
       
  2659     {
       
  2660     items=
       
  2661         {
       
  2662         MENU_ITEM
       
  2663             {
       
  2664             command = EPhoneInCallCmdUnmute;
       
  2665             txt =  qtn_incal_unmute_option;
       
  2666             },
       
  2667         MENU_ITEM
       
  2668             {
       
  2669             command = EPhoneInCallCmdReplace;
       
  2670             txt =  qtn_call_answer_option;
       
  2671             },
       
  2672         MENU_ITEM
       
  2673             {
       
  2674             command = EPhoneInCallCmdReject;
       
  2675             txt =  qtn_call_reject_option;
       
  2676             },
       
  2677 
       
  2678         MENU_ITEM
       
  2679             {
       
  2680             command = EPhoneInCallCmdSwap;
       
  2681             txt =  qtn_incal_swap_option;
       
  2682             },
       
  2683         MENU_ITEM
       
  2684             {
       
  2685             command = EPhoneInCallCmdCreateConference;
       
  2686             txt =  qtn_incal_conference_option;
       
  2687             },
       
  2688         MENU_ITEM
       
  2689             {
       
  2690             command = EPhoneInCallCmdDialer;
       
  2691             txt =  qtn_incal_dialer_option;
       
  2692             },
       
  2693         MENU_ITEM
       
  2694             {
       
  2695             command = EPhoneInCallCmdActivateIhf;
       
  2696             txt =  qtn_incal_act_ihf_option;
       
  2697             },
       
  2698         MENU_ITEM
       
  2699             {
       
  2700             command = EPhoneInCallCmdDeactivateIhf;
       
  2701             txt =  qtn_incal_deact_ihf_option;
       
  2702             },
       
  2703         MENU_ITEM            // HANDSET
       
  2704             {
       
  2705             command = EPhoneInCallCmdHandset;
       
  2706             txt = qtn_incal_handset_option;
       
  2707             },
       
  2708         MENU_ITEM            // BT HANDSFREE
       
  2709             {
       
  2710             command = EPhoneInCallCmdBtHandsfree;
       
  2711             txt = qtn_incal_bt_handsfree_option;
       
  2712             },
       
  2713         MENU_ITEM
       
  2714             {
       
  2715             command = EPhoneInCallCmdEndThisActiveCall;
       
  2716             txt =  qtn_incal_drop_option;
       
  2717             },
       
  2718         MENU_ITEM
       
  2719             {
       
  2720             command = EPhoneInCallCmdEndAllCalls;
       
  2721             txt =  qtn_incal_end_option;
       
  2722             },
       
  2723         MENU_ITEM
       
  2724             {
       
  2725             command = EPhoneInCallCmdMute;
       
  2726             txt =  qtn_incal_mute_option;
       
  2727             },
       
  2728         MENU_ITEM
       
  2729             {
       
  2730             command = EPhoneInCallCmdTransfer;
       
  2731             txt =  qtn_incal_transfer_option;
       
  2732             },
       
  2733         MENU_ITEM
       
  2734             {
       
  2735             command = EPhoneInCallCmdGoToIdle;
       
  2736             txt =  qtn_incal_goto_idle;
       
  2737             },
       
  2738         MENU_ITEM
       
  2739             {
       
  2740             command = EPhoneInCallCmdDtmfListQuery;
       
  2741             txt =  qtn_incal_send_dtmf_option;
       
  2742             },
       
  2743         MENU_ITEM
       
  2744             {
       
  2745             command = EPhoneInCallCmdHelp;
       
  2746             txt =  qtn_options_help;
       
  2747             }
       
  2748         };
       
  2749     }
       
  2750 
       
  2751 // ---------------------------------------------------------
       
  2752 //
       
  2753 //    r_phoneui_confcallactiveheldandwaiting_options_menu
       
  2754 //    Default commands menu pane.
       
  2755 //
       
  2756 // ---------------------------------------------------------
       
  2757 //
       
  2758 RESOURCE MENU_PANE r_phoneui_confcallactiveheldandwaiting_options_menu
       
  2759     {
       
  2760     items=
       
  2761         {
       
  2762         MENU_ITEM
       
  2763             {
       
  2764             command = EPhoneInCallCmdUnmute;
       
  2765             txt =  qtn_incal_unmute_option;
       
  2766             },
       
  2767         MENU_ITEM
       
  2768             {
       
  2769             command = EPhoneInCallCmdReject;
       
  2770             txt =  qtn_call_reject_option;
       
  2771             },
       
  2772         MENU_ITEM
       
  2773             {
       
  2774             command = EPhoneInCallCmdReplace;
       
  2775             txt =  qtn_incal_replace_option;
       
  2776             },
       
  2777         MENU_ITEM
       
  2778             {
       
  2779             command = EPhoneInCallCmdSwap;
       
  2780             txt =  qtn_incal_swap_option;
       
  2781             },
       
  2782         MENU_ITEM
       
  2783             {
       
  2784             command = EPhoneInCallCmdCreateConference;
       
  2785             cascade = r_phoneui_incall_options_conference_join_drop_menu;
       
  2786             txt =  qtn_incal_conference_option;
       
  2787             },
       
  2788         MENU_ITEM
       
  2789             {
       
  2790             command = EPhoneInCallCmdDialer;
       
  2791             txt =  qtn_incal_dialer_option;
       
  2792             },
       
  2793         MENU_ITEM
       
  2794             {
       
  2795             command = EPhoneInCallCmdActivateIhf;
       
  2796             txt =  qtn_incal_act_ihf_option;
       
  2797             },
       
  2798         MENU_ITEM
       
  2799             {
       
  2800             command = EPhoneInCallCmdDeactivateIhf;
       
  2801             txt =  qtn_incal_deact_ihf_option;
       
  2802             },
       
  2803         MENU_ITEM            // HANDSET
       
  2804             {
       
  2805             command = EPhoneInCallCmdHandset;
       
  2806             txt = qtn_incal_handset_option;
       
  2807             },
       
  2808         MENU_ITEM            // BT HANDSFREE
       
  2809             {
       
  2810             command = EPhoneInCallCmdBtHandsfree;
       
  2811             txt = qtn_incal_bt_handsfree_option;
       
  2812             },
       
  2813         MENU_ITEM
       
  2814             {
       
  2815             command = EPhoneInCallCmdEndThisActiveCall;
       
  2816             txt =  qtn_incal_drop_option;
       
  2817             },
       
  2818         MENU_ITEM
       
  2819             {
       
  2820             command = EPhoneInCallCmdEndAllCalls;
       
  2821             txt =  qtn_incal_end_option;
       
  2822             },
       
  2823         MENU_ITEM
       
  2824             {
       
  2825             command = EPhoneInCallCmdMute;
       
  2826             txt =  qtn_incal_mute_option;
       
  2827             },
       
  2828         MENU_ITEM
       
  2829             {
       
  2830             command = EPhoneInCallCmdGoToIdle;
       
  2831             txt =  qtn_incal_goto_idle;
       
  2832             },
       
  2833         MENU_ITEM
       
  2834             {
       
  2835             command = EPhoneInCallCmdDtmfListQuery;
       
  2836             txt =  qtn_incal_send_dtmf_option;
       
  2837             },
       
  2838         MENU_ITEM
       
  2839             {
       
  2840             command = EPhoneInCallCmdHelp;
       
  2841             txt =  qtn_options_help;
       
  2842             }
       
  2843         };
       
  2844     }
       
  2845 
       
  2846 // ---------------------------------------------------------
       
  2847 //
       
  2848 //    r_phoneui_callactiveheldconfandwaiting_options_menu
       
  2849 //    Default commands menu pane.
       
  2850 //
       
  2851 // ---------------------------------------------------------
       
  2852 //
       
  2853 RESOURCE MENU_PANE r_phoneui_callactiveheldconfandwaiting_options_menu
       
  2854     {
       
  2855     items=
       
  2856         {
       
  2857         MENU_ITEM
       
  2858             {
       
  2859             command = EPhoneInCallCmdUnmute;
       
  2860             txt =  qtn_incal_unmute_option;
       
  2861             },
       
  2862         MENU_ITEM
       
  2863             {
       
  2864             command = EPhoneInCallCmdReject;
       
  2865             txt =  qtn_call_reject_option;
       
  2866             },
       
  2867         MENU_ITEM
       
  2868             {
       
  2869             command = EPhoneInCallCmdReplace;
       
  2870             txt =  qtn_incal_replace_option;
       
  2871             },
       
  2872         MENU_ITEM
       
  2873             {
       
  2874             command = EPhoneInCallCmdSwap;
       
  2875             txt =  qtn_incal_swap_option;
       
  2876             },
       
  2877         MENU_ITEM
       
  2878             {
       
  2879             command = EPhoneInCallCmdCreateConference;
       
  2880             cascade = r_phoneui_incall_options_conference_join_menu;
       
  2881             txt =  qtn_incal_conference_option;
       
  2882             },
       
  2883         MENU_ITEM
       
  2884             {
       
  2885             command = EPhoneInCallCmdDialer;
       
  2886             txt =  qtn_incal_dialer_option;
       
  2887             },
       
  2888         MENU_ITEM
       
  2889             {
       
  2890             command = EPhoneInCallCmdActivateIhf;
       
  2891             txt =  qtn_incal_act_ihf_option;
       
  2892             },
       
  2893         MENU_ITEM
       
  2894             {
       
  2895             command = EPhoneInCallCmdDeactivateIhf;
       
  2896             txt =  qtn_incal_deact_ihf_option;
       
  2897             },
       
  2898         MENU_ITEM            // HANDSET
       
  2899             {
       
  2900             command = EPhoneInCallCmdHandset;
       
  2901             txt = qtn_incal_handset_option;
       
  2902             },
       
  2903         MENU_ITEM            // BT HANDSFREE
       
  2904             {
       
  2905             command = EPhoneInCallCmdBtHandsfree;
       
  2906             txt = qtn_incal_bt_handsfree_option;
       
  2907             },
       
  2908         MENU_ITEM
       
  2909             {
       
  2910             command = EPhoneInCallCmdEndThisActiveCall;
       
  2911             txt =  qtn_incal_drop_option;
       
  2912             },
       
  2913         MENU_ITEM
       
  2914             {
       
  2915             command = EPhoneInCallCmdEndAllCalls;
       
  2916             txt =  qtn_incal_end_option;
       
  2917             },
       
  2918         MENU_ITEM
       
  2919             {
       
  2920             command = EPhoneInCallCmdMute;
       
  2921             txt =  qtn_incal_mute_option;
       
  2922             },
       
  2923         MENU_ITEM
       
  2924             {
       
  2925             command = EPhoneInCallCmdGoToIdle;
       
  2926             txt =  qtn_incal_goto_idle;
       
  2927             },
       
  2928         MENU_ITEM
       
  2929             {
       
  2930             command = EPhoneInCallCmdDtmfListQuery;
       
  2931             txt =  qtn_incal_send_dtmf_option;
       
  2932             },
       
  2933         MENU_ITEM
       
  2934             {
       
  2935             command = EPhoneInCallCmdHelp;
       
  2936             txt =  qtn_options_help;
       
  2937             }
       
  2938         };
       
  2939     }
       
  2940 
       
  2941 // ---------------------------------------------------------
       
  2942 //
       
  2943 //    r_phoneui_alertingcall_options_menu
       
  2944 //    Default commands menu pane.
       
  2945 //
       
  2946 // ---------------------------------------------------------
       
  2947 //
       
  2948 RESOURCE MENU_PANE r_phoneui_alertingcall_options_menu
       
  2949     {
       
  2950     items=
       
  2951         {
       
  2952         MENU_ITEM
       
  2953             {
       
  2954             command = EPhoneInCallCmdDialer;
       
  2955             txt =  qtn_incal_dialer_option;
       
  2956             },
       
  2957         MENU_ITEM
       
  2958             {
       
  2959             command = EPhoneInCallCmdActivateIhf;
       
  2960             txt =  qtn_incal_act_ihf_option;
       
  2961             },
       
  2962         MENU_ITEM
       
  2963             {
       
  2964             command = EPhoneInCallCmdDeactivateIhf;
       
  2965             txt =  qtn_incal_deact_ihf_option;
       
  2966             },
       
  2967         MENU_ITEM            // HANDSET
       
  2968             {
       
  2969             command = EPhoneInCallCmdHandset;
       
  2970             txt = qtn_incal_handset_option;
       
  2971             },
       
  2972         MENU_ITEM            // BT HANDSFREE
       
  2973             {
       
  2974             command = EPhoneInCallCmdBtHandsfree;
       
  2975             txt = qtn_incal_bt_handsfree_option;
       
  2976             },
       
  2977         MENU_ITEM
       
  2978             {
       
  2979             command = EPhoneInCallCmdEndThisOutgoingCall;
       
  2980             txt =  qtn_incal_drop_option;
       
  2981             },
       
  2982         MENU_ITEM
       
  2983             {
       
  2984             command = EPhoneInCallCmdGoToIdle;
       
  2985             txt =  qtn_incal_goto_idle;
       
  2986             },
       
  2987         MENU_ITEM
       
  2988             {
       
  2989             command = EPhoneInCallCmdDtmfListQuery;
       
  2990             txt =  qtn_incal_send_dtmf_option;
       
  2991             },
       
  2992         MENU_ITEM
       
  2993             {
       
  2994             command = EPhoneInCallCmdHelp;
       
  2995             txt =  qtn_options_help;
       
  2996             }
       
  2997         };
       
  2998     }
       
  2999 
       
  3000 // ---------------------------------------------------------
       
  3001 //
       
  3002 //    r_phoneui_alertingandheldcall_options_menu
       
  3003 //    Default commands menu pane.
       
  3004 //
       
  3005 // ---------------------------------------------------------
       
  3006 //
       
  3007 RESOURCE MENU_PANE r_phoneui_alertingandheldcall_options_menu
       
  3008     {
       
  3009     items=
       
  3010         {
       
  3011         MENU_ITEM
       
  3012             {
       
  3013             command = EPhoneInCallCmdUnmute;
       
  3014             txt =  qtn_incal_unmute_option;
       
  3015             },
       
  3016         MENU_ITEM
       
  3017             {
       
  3018             command = EPhoneInCallCmdDialer;
       
  3019             txt =  qtn_incal_dialer_option;
       
  3020             },
       
  3021         MENU_ITEM
       
  3022             {
       
  3023             command = EPhoneInCallCmdActivateIhf;
       
  3024             txt =  qtn_incal_act_ihf_option;
       
  3025             },
       
  3026         MENU_ITEM
       
  3027             {
       
  3028             command = EPhoneInCallCmdDeactivateIhf;
       
  3029             txt =  qtn_incal_deact_ihf_option;
       
  3030             },
       
  3031         MENU_ITEM            // HANDSET
       
  3032             {
       
  3033             command = EPhoneInCallCmdHandset;
       
  3034             txt = qtn_incal_handset_option;
       
  3035             },
       
  3036         MENU_ITEM            // BT HANDSFREE
       
  3037             {
       
  3038             command = EPhoneInCallCmdBtHandsfree;
       
  3039             txt = qtn_incal_bt_handsfree_option;
       
  3040             },
       
  3041         MENU_ITEM
       
  3042             {
       
  3043             command = EPhoneInCallCmdEndThisOutgoingCall;
       
  3044             txt =  qtn_incal_drop_option;
       
  3045             },
       
  3046         MENU_ITEM
       
  3047             {
       
  3048             command = EPhoneInCallCmdEndAllCalls;
       
  3049             txt =  qtn_incal_end_option;
       
  3050             },
       
  3051         MENU_ITEM
       
  3052             {
       
  3053             command = EPhoneInCallCmdMute;
       
  3054             txt =  qtn_incal_mute_option;
       
  3055             },
       
  3056         MENU_ITEM
       
  3057             {
       
  3058             command = EPhoneInCallCmdTransfer;
       
  3059             txt =  qtn_incal_transfer_option;
       
  3060             },
       
  3061         MENU_ITEM
       
  3062             {
       
  3063             command = EPhoneInCallCmdGoToIdle;
       
  3064             txt =  qtn_incal_goto_idle;
       
  3065             },
       
  3066         MENU_ITEM
       
  3067             {
       
  3068             command = EPhoneInCallCmdDtmfListQuery;
       
  3069             txt =  qtn_incal_send_dtmf_option;
       
  3070             },
       
  3071         MENU_ITEM
       
  3072             {
       
  3073             command = EPhoneInCallCmdHelp;
       
  3074             txt =  qtn_options_help;
       
  3075             }
       
  3076         };
       
  3077     }
       
  3078 
       
  3079 // ---------------------------------------------------------
       
  3080 //
       
  3081 //    r_phoneui_alertingandconfheldcall_options_menu
       
  3082 //    Default commands menu pane.
       
  3083 //
       
  3084 // ---------------------------------------------------------
       
  3085 //
       
  3086 RESOURCE MENU_PANE r_phoneui_alertingandconfheldcall_options_menu
       
  3087     {
       
  3088     items=
       
  3089         {
       
  3090         MENU_ITEM
       
  3091             {
       
  3092             command = EPhoneInCallCmdUnmute;
       
  3093             txt =  qtn_incal_unmute_option;
       
  3094             },
       
  3095         MENU_ITEM
       
  3096             {
       
  3097             command = EPhoneInCallCmdDialer;
       
  3098             txt =  qtn_incal_dialer_option;
       
  3099             },
       
  3100         MENU_ITEM
       
  3101             {
       
  3102             command = EPhoneInCallCmdActivateIhf;
       
  3103             txt =  qtn_incal_act_ihf_option;
       
  3104             },
       
  3105         MENU_ITEM
       
  3106             {
       
  3107             command = EPhoneInCallCmdDeactivateIhf;
       
  3108             txt =  qtn_incal_deact_ihf_option;
       
  3109             },
       
  3110         MENU_ITEM            // HANDSET
       
  3111             {
       
  3112             command = EPhoneInCallCmdHandset;
       
  3113             txt = qtn_incal_handset_option;
       
  3114             },
       
  3115         MENU_ITEM            // BT HANDSFREE
       
  3116             {
       
  3117             command = EPhoneInCallCmdBtHandsfree;
       
  3118             txt = qtn_incal_bt_handsfree_option;
       
  3119             },
       
  3120         MENU_ITEM
       
  3121             {
       
  3122             command = EPhoneInCallCmdEndThisOutgoingCall;
       
  3123             txt =  qtn_incal_drop_option;
       
  3124             },
       
  3125         MENU_ITEM
       
  3126             {
       
  3127             command = EPhoneInCallCmdEndAllCalls;
       
  3128             txt =  qtn_incal_end_option;
       
  3129             },
       
  3130         MENU_ITEM
       
  3131             {
       
  3132             command = EPhoneInCallCmdMute;
       
  3133             txt =  qtn_incal_mute_option;
       
  3134             },
       
  3135         MENU_ITEM
       
  3136             {
       
  3137             command = EPhoneInCallCmdGoToIdle;
       
  3138             txt =  qtn_incal_goto_idle;
       
  3139             },
       
  3140         MENU_ITEM
       
  3141             {
       
  3142             command = EPhoneInCallCmdDtmfListQuery;
       
  3143             txt =  qtn_incal_send_dtmf_option;
       
  3144             },
       
  3145         MENU_ITEM
       
  3146             {
       
  3147             command = EPhoneInCallCmdHelp;
       
  3148             txt =  qtn_options_help;
       
  3149             }
       
  3150         };
       
  3151     }
       
  3152 
       
  3153 // ---------------------------------------------------------
       
  3154 //
       
  3155 //    r_phoneui_alertingandconfheldcall_options_menu
       
  3156 //    Default commands menu pane.
       
  3157 //
       
  3158 // ---------------------------------------------------------
       
  3159 //
       
  3160 RESOURCE MENU_PANE r_phoneui_alertingwaitingandconfheldcall_options_menu
       
  3161     {
       
  3162     items=
       
  3163         {
       
  3164         MENU_ITEM
       
  3165             {
       
  3166             command = EPhoneInCallCmdUnmute;
       
  3167             txt =  qtn_incal_unmute_option;
       
  3168             },
       
  3169         MENU_ITEM
       
  3170             {
       
  3171             command = EPhoneInCallCmdReject;
       
  3172             txt =  qtn_call_reject_option;
       
  3173             },
       
  3174         MENU_ITEM
       
  3175             {
       
  3176             command = EPhoneInCallCmdDialer;
       
  3177             txt =  qtn_incal_dialer_option;
       
  3178             },
       
  3179         MENU_ITEM
       
  3180             {
       
  3181             command = EPhoneInCallCmdActivateIhf;
       
  3182             txt =  qtn_incal_act_ihf_option;
       
  3183             },
       
  3184         MENU_ITEM
       
  3185             {
       
  3186             command = EPhoneInCallCmdDeactivateIhf;
       
  3187             txt =  qtn_incal_deact_ihf_option;
       
  3188             },
       
  3189         MENU_ITEM            // HANDSET
       
  3190             {
       
  3191             command = EPhoneInCallCmdHandset;
       
  3192             txt = qtn_incal_handset_option;
       
  3193             },
       
  3194         MENU_ITEM            // BT HANDSFREE
       
  3195             {
       
  3196             command = EPhoneInCallCmdBtHandsfree;
       
  3197             txt = qtn_incal_bt_handsfree_option;
       
  3198             },
       
  3199         MENU_ITEM
       
  3200             {
       
  3201             command = EPhoneInCallCmdEndThisOutgoingCall;
       
  3202             txt =  qtn_incal_drop_option;
       
  3203             },
       
  3204         MENU_ITEM
       
  3205             {
       
  3206             command = EPhoneInCallCmdEndAllCalls;
       
  3207             txt =  qtn_incal_end_option;
       
  3208             },
       
  3209         MENU_ITEM
       
  3210             {
       
  3211             command = EPhoneInCallCmdMute;
       
  3212             txt =  qtn_incal_mute_option;
       
  3213             },
       
  3214         MENU_ITEM
       
  3215             {
       
  3216             command = EPhoneInCallCmdGoToIdle;
       
  3217             txt =  qtn_incal_goto_idle;
       
  3218             },
       
  3219         MENU_ITEM
       
  3220             {
       
  3221             command = EPhoneInCallCmdDtmfListQuery;
       
  3222             txt =  qtn_incal_send_dtmf_option;
       
  3223             },
       
  3224         MENU_ITEM
       
  3225             {
       
  3226             command = EPhoneInCallCmdHelp;
       
  3227             txt =  qtn_options_help;
       
  3228             }
       
  3229         };
       
  3230     }
       
  3231 
       
  3232 // ---------------------------------------------------------
       
  3233 //
       
  3234 //    r_phoneui_alertingheldandwaitingcall_options_menu
       
  3235 //    Default commands menu pane.
       
  3236 //
       
  3237 // ---------------------------------------------------------
       
  3238 //
       
  3239 RESOURCE MENU_PANE r_phoneui_alertingheldandwaitingcall_options_menu
       
  3240     {
       
  3241     items=
       
  3242         {
       
  3243         MENU_ITEM
       
  3244             {
       
  3245             command = EPhoneInCallCmdUnmute;
       
  3246             txt =  qtn_incal_unmute_option;
       
  3247             },
       
  3248         MENU_ITEM
       
  3249             {
       
  3250             command = EPhoneInCallCmdReject;
       
  3251             txt =  qtn_call_reject_option;
       
  3252             },
       
  3253         MENU_ITEM
       
  3254             {
       
  3255             command = EPhoneInCallCmdDialer;
       
  3256             txt =  qtn_incal_dialer_option;
       
  3257             },
       
  3258         MENU_ITEM
       
  3259             {
       
  3260             command = EPhoneInCallCmdActivateIhf;
       
  3261             txt =  qtn_incal_act_ihf_option;
       
  3262             },
       
  3263         MENU_ITEM
       
  3264             {
       
  3265             command = EPhoneInCallCmdDeactivateIhf;
       
  3266             txt =  qtn_incal_deact_ihf_option;
       
  3267             },
       
  3268         MENU_ITEM            // HANDSET
       
  3269             {
       
  3270             command = EPhoneInCallCmdHandset;
       
  3271             txt = qtn_incal_handset_option;
       
  3272             },
       
  3273         MENU_ITEM            // BT HANDSFREE
       
  3274             {
       
  3275             command = EPhoneInCallCmdBtHandsfree;
       
  3276             txt = qtn_incal_bt_handsfree_option;
       
  3277             },
       
  3278         MENU_ITEM
       
  3279             {
       
  3280             command = EPhoneInCallCmdEndThisActiveCall;
       
  3281             txt =  qtn_incal_drop_option;
       
  3282             },
       
  3283         MENU_ITEM
       
  3284             {
       
  3285             command = EPhoneInCallCmdEndAllCalls;
       
  3286             txt =  qtn_incal_end_option;
       
  3287             },
       
  3288         MENU_ITEM
       
  3289             {
       
  3290             command = EPhoneInCallCmdMute;
       
  3291             txt =  qtn_incal_mute_option;
       
  3292             },
       
  3293         MENU_ITEM
       
  3294             {
       
  3295             command = EPhoneInCallCmdTransfer;
       
  3296             txt =  qtn_incal_transfer_option;
       
  3297             },
       
  3298         MENU_ITEM
       
  3299             {
       
  3300             command = EPhoneInCallCmdGoToIdle;
       
  3301             txt =  qtn_incal_goto_idle;
       
  3302             },
       
  3303         MENU_ITEM
       
  3304             {
       
  3305             command = EPhoneInCallCmdDtmfListQuery;
       
  3306             txt =  qtn_incal_send_dtmf_option;
       
  3307             },
       
  3308         MENU_ITEM
       
  3309             {
       
  3310             command = EPhoneInCallCmdHelp;
       
  3311             txt =  qtn_options_help;
       
  3312             }
       
  3313         };
       
  3314     }
       
  3315 
       
  3316 // ---------------------------------------------------------
       
  3317 //
       
  3318 //    r_phoneui_alertingandwaitingcall_options_menu
       
  3319 //    Default commands menu pane.
       
  3320 //
       
  3321 // ---------------------------------------------------------
       
  3322 //
       
  3323 RESOURCE MENU_PANE r_phoneui_alertingandwaitingcall_options_menu
       
  3324     {
       
  3325     items=
       
  3326         {
       
  3327         MENU_ITEM
       
  3328             {
       
  3329             command = EPhoneInCallCmdReject;
       
  3330             txt =  qtn_call_reject_option;
       
  3331             },
       
  3332         MENU_ITEM
       
  3333             {
       
  3334             command = EPhoneInCallCmdDialer;
       
  3335             txt =  qtn_incal_dialer_option;
       
  3336             },
       
  3337         MENU_ITEM
       
  3338             {
       
  3339             command = EPhoneInCallCmdActivateIhf;
       
  3340             txt =  qtn_incal_act_ihf_option;
       
  3341             },
       
  3342         MENU_ITEM
       
  3343             {
       
  3344             command = EPhoneInCallCmdDeactivateIhf;
       
  3345             txt =  qtn_incal_deact_ihf_option;
       
  3346             },
       
  3347         MENU_ITEM            // HANDSET
       
  3348             {
       
  3349             command = EPhoneInCallCmdHandset;
       
  3350             txt = qtn_incal_handset_option;
       
  3351             },
       
  3352         MENU_ITEM            // BT HANDSFREE
       
  3353             {
       
  3354             command = EPhoneInCallCmdBtHandsfree;
       
  3355             txt = qtn_incal_bt_handsfree_option;
       
  3356             },
       
  3357         MENU_ITEM
       
  3358             {
       
  3359             command = EPhoneInCallCmdEndThisOutgoingCall;
       
  3360             txt =  qtn_incal_drop_option;
       
  3361             },
       
  3362         MENU_ITEM
       
  3363             {
       
  3364             command = EPhoneInCallCmdGoToIdle;
       
  3365             txt =  qtn_incal_goto_idle;
       
  3366             },
       
  3367         MENU_ITEM
       
  3368             {
       
  3369             command = EPhoneInCallCmdDtmfListQuery;
       
  3370             txt =  qtn_incal_send_dtmf_option;
       
  3371             },
       
  3372         MENU_ITEM
       
  3373             {
       
  3374             command = EPhoneInCallCmdHelp;
       
  3375             txt =  qtn_options_help;
       
  3376             }
       
  3377         };
       
  3378     }
       
  3379 
       
  3380 // ---------------------------------------------------------
       
  3381 //
       
  3382 //    r_phoneui_incall_options_conference_menu
       
  3383 //    Default commands menu pane.
       
  3384 //
       
  3385 // ---------------------------------------------------------
       
  3386 //
       
  3387 RESOURCE MENU_PANE r_phoneui_incall_options_conference_private_drop_menu
       
  3388 {
       
  3389     items=
       
  3390         {
       
  3391         MENU_ITEM
       
  3392             {
       
  3393             command = EPhoneInCallCmdPrivateSelection;
       
  3394             txt =  qtn_incal_private_option;
       
  3395             },
       
  3396         MENU_ITEM
       
  3397             {
       
  3398             command = EPhoneInCallCmdDropSelection;
       
  3399             txt =  qtn_incal_drop_conf_option;
       
  3400             }
       
  3401         };
       
  3402     }
       
  3403 
       
  3404 // ---------------------------------------------------------
       
  3405 //
       
  3406 //    r_phoneui_incall_options_conference_menu
       
  3407 //    Default commands menu pane.
       
  3408 //
       
  3409 // ---------------------------------------------------------
       
  3410 //
       
  3411 RESOURCE MENU_PANE r_phoneui_incall_options_conference_join_drop_menu
       
  3412     {
       
  3413     items=
       
  3414         {
       
  3415         MENU_ITEM
       
  3416             {
       
  3417             command = EPhoneInCallCmdJoin;
       
  3418             txt =  qtn_incal_join_option;
       
  3419             },
       
  3420         MENU_ITEM
       
  3421             {
       
  3422             command = EPhoneInCallCmdDropSelection;
       
  3423             txt =  qtn_incal_drop_conf_option;
       
  3424             }
       
  3425         };
       
  3426     }
       
  3427 
       
  3428 // ---------------------------------------------------------
       
  3429 //
       
  3430 //    r_phoneui_incall_options_conference_menu
       
  3431 //    Default commands menu pane.
       
  3432 //
       
  3433 // ---------------------------------------------------------
       
  3434 //
       
  3435 RESOURCE MENU_PANE r_phoneui_incall_options_conference_join_menu
       
  3436 {
       
  3437     items=
       
  3438         {
       
  3439         MENU_ITEM
       
  3440             {
       
  3441             command = EPhoneInCallCmdJoin;
       
  3442             txt =  qtn_incal_join_option;
       
  3443             }
       
  3444         };
       
  3445     }
       
  3446 
       
  3447 // -----------------------------------------------------------------------------
       
  3448 // PLEASE NOTE:  The DTMF CBA's below are used by DTMF dialogs,
       
  3449 // They are never selected through the PhoneAppS60 ToolBar system!
       
  3450 // Thus, they are not part of the collection which is registered
       
  3451 // with PhoneApp.
       
  3452 // -----------------------------------------------------------------------------
       
  3453 
       
  3454 // -----------------------------------------------------------------------------
       
  3455 //
       
  3456 //    r_phoneui_dtmfdialer_softkeys_options_cancel
       
  3457 //    It is softkeys for DTMF dialer
       
  3458 //
       
  3459 // -----------------------------------------------------------------------------
       
  3460 //
       
  3461 RESOURCE CBA r_phoneui_dtmfdialer_softkeys_options_cancel
       
  3462     {
       
  3463     buttons =
       
  3464         {
       
  3465         CBA_BUTTON
       
  3466             {
       
  3467             id = EPhoneCmdOptions;
       
  3468             txt = text_softkey_option;
       
  3469             },
       
  3470         CBA_BUTTON
       
  3471             {
       
  3472             id = EPhoneDtmfDialerCancel;
       
  3473             txt = text_softkey_cancel;
       
  3474             }
       
  3475         };
       
  3476     }
       
  3477 // -----------------------------------------------------------------------------
       
  3478 //
       
  3479 //    r_phoneui_dtmf_softkeys_empty_cancel
       
  3480 //    It is softkeys for sending wait note.
       
  3481 //
       
  3482 // -----------------------------------------------------------------------------
       
  3483 //
       
  3484 RESOURCE CBA r_phoneui_dtmf_softkeys_empty_cancel
       
  3485     {
       
  3486     buttons =
       
  3487         {
       
  3488         CBA_BUTTON
       
  3489             {
       
  3490             id = EPhoneCmdDoNothing;
       
  3491             txt = text_softkey_empty;
       
  3492             },
       
  3493         CBA_BUTTON
       
  3494             {
       
  3495             id = EPhoneInCallCmdCancelSendingDtmfString;
       
  3496             txt = text_softkey_cancel;
       
  3497             }
       
  3498         };
       
  3499     }
       
  3500 
       
  3501 // -----------------------------------------------------------------------------
       
  3502 //
       
  3503 //    r_phoneui_softkeys_empty_cancel.
       
  3504 //
       
  3505 // -----------------------------------------------------------------------------
       
  3506 //
       
  3507 RESOURCE CBA r_phoneui_softkeys_empty_back
       
  3508     {
       
  3509     buttons =
       
  3510         {
       
  3511         CBA_BUTTON
       
  3512             {
       
  3513             id = EPhoneCmdDoNothing;
       
  3514             txt = text_softkey_empty;
       
  3515             },
       
  3516         CBA_BUTTON
       
  3517             {
       
  3518             id = EPhoneCmdBack;
       
  3519             txt = text_softkey_back;
       
  3520             }
       
  3521         };
       
  3522     }
       
  3523 
       
  3524 // -----------------------------------------------------------------------------
       
  3525 //
       
  3526 //    r_phoneui_dtmf_softkeys_send_cancel
       
  3527 //    It is softkeys for wait character confirmation query.
       
  3528 //
       
  3529 // -----------------------------------------------------------------------------
       
  3530 //
       
  3531 RESOURCE CBA r_phoneui_dtmf_softkeys_send_cancel
       
  3532     {
       
  3533     buttons =
       
  3534         {
       
  3535         CBA_BUTTON
       
  3536             {
       
  3537             id = EPhoneInCallCmdContinueSendingDtmfString;
       
  3538             txt = text_softkey_send;
       
  3539             },
       
  3540         CBA_BUTTON
       
  3541             {
       
  3542             id = EPhoneInCallCmdCancelSendingDtmfString;
       
  3543             txt = text_softkey_cancel;
       
  3544             },
       
  3545         CBA_BUTTON
       
  3546             {
       
  3547             id = EPhoneInCallCmdContinueSendingDtmfString;
       
  3548             }
       
  3549         };
       
  3550     }
       
  3551 
       
  3552 // ---------------------------------------------------------
       
  3553 //
       
  3554 //    r_phoneui_toolbar_resource_offset
       
  3555 //    Resource id offset - 1 for toolbars.
       
  3556 //
       
  3557 // ---------------------------------------------------------
       
  3558 //
       
  3559 RESOURCE SMALLEST_POSSIBLE_RESOURCE r_phoneui_toolbar_resource_offset {}
       
  3560 
       
  3561 // ---------------------------------------------------------
       
  3562 //
       
  3563 //    r_phoneui_empty_cba
       
  3564 //    Default Command buttons in view (empty).
       
  3565 //
       
  3566 // ---------------------------------------------------------
       
  3567 //
       
  3568 RESOURCE CBA r_phoneui_empty_cba
       
  3569     {
       
  3570     buttons =
       
  3571         {
       
  3572         CBA_BUTTON
       
  3573             {
       
  3574             id = EPhoneSoftkeyLeft;
       
  3575             txt = text_softkey_empty;
       
  3576             },
       
  3577         CBA_BUTTON
       
  3578             {
       
  3579             id = EPhoneSoftkeyRight;
       
  3580             txt = text_softkey_empty;
       
  3581             },
       
  3582         CBA_BUTTON
       
  3583             {
       
  3584             id =  EPhoneCmdDoNothing;
       
  3585             txt = text_softkey_empty;
       
  3586             }
       
  3587         };
       
  3588     }
       
  3589 
       
  3590 // ---------------------------------------------------------
       
  3591 //
       
  3592 //    r_phoneui_emergency_idle_cba
       
  3593 //    Command buttons in emergency idle view.
       
  3594 //
       
  3595 // ---------------------------------------------------------
       
  3596 //
       
  3597 RESOURCE CBA r_phoneui_emergency_idle_cba
       
  3598     {
       
  3599     buttons =
       
  3600         {
       
  3601          CBA_BUTTON
       
  3602             {
       
  3603             id = EPhoneSoftkeyLeft;
       
  3604             txt = text_softkey_empty;
       
  3605             },
       
  3606         CBA_BUTTON
       
  3607             {
       
  3608             id = EPhoneSoftkeyRight;
       
  3609             txt = text_softkey_empty;
       
  3610             }
       
  3611         };
       
  3612     }
       
  3613 
       
  3614 // ---------------------------------------------------------
       
  3615 //
       
  3616 //    r_phoneui_send_dtmf_no_cba
       
  3617 //    Command buttons in send-dtmf view, when no dialog is available to override them.
       
  3618 //
       
  3619 // ---------------------------------------------------------
       
  3620 //
       
  3621 RESOURCE CBA r_phoneui_send_dtmf_no_cba
       
  3622     {
       
  3623     buttons =
       
  3624         {
       
  3625         CBA_BUTTON
       
  3626             {
       
  3627             id = EPhoneCmdDoNothing;
       
  3628             txt = text_softkey_empty;
       
  3629             },
       
  3630         CBA_BUTTON
       
  3631             {
       
  3632             id = EPhoneCmdDoNothing;
       
  3633             txt = text_softkey_empty;
       
  3634             }
       
  3635         };
       
  3636     }
       
  3637 
       
  3638 // ---------------------------------------------------------
       
  3639 //
       
  3640 //    r_phoneui_send_dtmf_empty_edit_box_cba
       
  3641 //    Command buttons in send-dtmf view, when "Send DTMF..." dialog
       
  3642 //    is visible, and the user has NOT entered some text into the edit-box.
       
  3643 //
       
  3644 // ---------------------------------------------------------
       
  3645 //
       
  3646 RESOURCE CBA r_phoneui_send_dtmf_empty_edit_box_cba
       
  3647     {
       
  3648     buttons =
       
  3649         {
       
  3650         CBA_BUTTON
       
  3651             {
       
  3652             },
       
  3653         CBA_BUTTON
       
  3654             {
       
  3655             id = EAknSoftkeyCancel;
       
  3656             txt = text_softkey_cancel;
       
  3657             }
       
  3658         };
       
  3659     }
       
  3660 
       
  3661 // ---------------------------------------------------------
       
  3662 //
       
  3663 //    r_phoneui_send_dtmf_normal_edit_box_cba
       
  3664 //    Command buttons in send-dtmf view, when "Send DTMF..." dialog
       
  3665 //    is visible, and the user has entered some text into the edit-box.
       
  3666 //
       
  3667 // ---------------------------------------------------------
       
  3668 //
       
  3669 RESOURCE CBA r_phoneui_send_dtmf_normal_edit_box_cba
       
  3670     {
       
  3671     buttons =
       
  3672         {
       
  3673         CBA_BUTTON
       
  3674             {
       
  3675             id = EPhoneCmdDtmfOk;
       
  3676             txt = text_softkey_ok;
       
  3677             },
       
  3678         CBA_BUTTON
       
  3679             {
       
  3680             id = EAknSoftkeyCancel;
       
  3681             txt = text_softkey_cancel;
       
  3682             },
       
  3683         CBA_BUTTON
       
  3684             {
       
  3685             id = EPhoneCmdDtmfOk;
       
  3686             }
       
  3687         };
       
  3688     }
       
  3689 
       
  3690 // ---------------------------------------------------------
       
  3691 //
       
  3692 //    r_phoneui_dtmf_speed_dial_normal_edit_box_cba
       
  3693 //    Command buttons in send-dtmf view, when "Speed Dial Number..." dialog
       
  3694 //    is visible, and the user has entered some text into the edit-box.
       
  3695 //
       
  3696 // ---------------------------------------------------------
       
  3697 //
       
  3698 RESOURCE CBA r_phoneui_dtmf_speed_dial_normal_edit_box_cba
       
  3699     {
       
  3700     buttons =
       
  3701         {
       
  3702         CBA_BUTTON
       
  3703             {
       
  3704             id = EPhoneCmdDtmfSpeedDialOk;
       
  3705             txt = text_softkey_ok;
       
  3706             },
       
  3707         CBA_BUTTON
       
  3708             {
       
  3709             id = EAknSoftkeyCancel;
       
  3710             txt = text_softkey_cancel;
       
  3711             },
       
  3712         CBA_BUTTON
       
  3713             {
       
  3714             id = EPhoneCmdDtmfSpeedDialOk;
       
  3715             txt = text_softkey_ok;
       
  3716             }
       
  3717         };
       
  3718     }
       
  3719 
       
  3720 // ---------------------------------------------------------
       
  3721 //
       
  3722 //    r_phoneui_numberacq_cba
       
  3723 //    It contains softkey definitions for number acquisition.
       
  3724 //
       
  3725 // ---------------------------------------------------------
       
  3726 //
       
  3727 RESOURCE CBA r_phoneui_numberacq_cba
       
  3728     {
       
  3729     buttons =
       
  3730         {
       
  3731         CBA_BUTTON
       
  3732             {
       
  3733             id = EPhoneCmdOptions;
       
  3734             txt = text_softkey_option;
       
  3735             },
       
  3736         CBA_BUTTON
       
  3737             {
       
  3738             id = EPhoneCmdBack;
       
  3739             txt = text_softkey_back;
       
  3740             },
       
  3741         CBA_BUTTON
       
  3742             {
       
  3743             id = EAknSoftkeyContextOptions;
       
  3744             txt = text_softkey_options;
       
  3745             }
       
  3746         };
       
  3747     }
       
  3748 
       
  3749 // ---------------------------------------------------------
       
  3750 //
       
  3751 //  r_phoneui_conference_keypad_cover
       
  3752 //  for the device with the keypad cover
       
  3753 //  that hides the End and Send keys. The latter function is used only if
       
  3754 //  there is an active unmuted conference call, but no other call.
       
  3755 //
       
  3756 // ---------------------------------------------------------
       
  3757 //
       
  3758 RESOURCE CBA r_phoneui_conference_keypad_cover
       
  3759     {
       
  3760     buttons =
       
  3761         {
       
  3762         CBA_BUTTON
       
  3763             {
       
  3764             id = EPhoneCmdOptions;
       
  3765             txt = text_softkey_option;
       
  3766             },
       
  3767         CBA_BUTTON
       
  3768             {
       
  3769             id = EPhoneInCallCmdEndAllCalls;
       
  3770             txt = qtn_incal_softk_end_all;
       
  3771             },
       
  3772         CBA_BUTTON
       
  3773             {
       
  3774             id = EAknSoftkeyContextOptions;
       
  3775             txt = text_softkey_options;
       
  3776             }
       
  3777         };
       
  3778     }
       
  3779 
       
  3780 // ---------------------------------------------------------
       
  3781 //
       
  3782 //    r_phoneui_numberacq_videocall_cba
       
  3783 //    It contains softkey definitions for number acquisition
       
  3784 //    if videocall_menu_visibilite feature ON.
       
  3785 //
       
  3786 // ---------------------------------------------------------
       
  3787 //
       
  3788 RESOURCE CBA r_phoneui_numberacq_videocall_cba
       
  3789     {
       
  3790     buttons =
       
  3791         {
       
  3792         CBA_BUTTON
       
  3793             {
       
  3794             id = EPhoneCmdOptions;
       
  3795             txt = text_softkey_option;
       
  3796             },
       
  3797         CBA_BUTTON
       
  3798             {
       
  3799             id = EPhoneNumberAcqCmdVideoCall;
       
  3800             txt = qtn_call_out_going_vt_short;
       
  3801             },
       
  3802 
       
  3803         CBA_BUTTON
       
  3804             {
       
  3805             id = EAknSoftkeyContextOptions;
       
  3806             txt = text_softkey_options;
       
  3807             }
       
  3808         };
       
  3809     }
       
  3810 
       
  3811 // ---------------------------------------------------------
       
  3812 //
       
  3813 //    r_phoneui_incall_numberacq_cba
       
  3814 //    It contains softkey definitions for number acquisition
       
  3815 //    incall case.
       
  3816 //
       
  3817 // ---------------------------------------------------------
       
  3818 //
       
  3819 RESOURCE CBA r_phoneui_incall_numberacq_cba
       
  3820     {
       
  3821     buttons =
       
  3822         {
       
  3823         CBA_BUTTON
       
  3824             {
       
  3825             id = EPhoneCmdOptions;
       
  3826             txt = text_softkey_option;
       
  3827             },
       
  3828 
       
  3829         CBA_BUTTON
       
  3830             {
       
  3831             id = EPhoneCmdBack;
       
  3832             txt = text_softkey_back;
       
  3833             },
       
  3834 
       
  3835         CBA_BUTTON
       
  3836             {
       
  3837             id = EPhoneInCallCmdActivatEPhonebook;
       
  3838             txt = qtn_msk_contacts;
       
  3839             }
       
  3840         };
       
  3841     }
       
  3842 
       
  3843 // ---------------------------------------------------------
       
  3844 //
       
  3845 //    r_phoneui_settingsui_cba
       
  3846 //    Command buttons in SettingsUI view (no softkeys
       
  3847 //    needed, buttons are controlled by dialogs).
       
  3848 //
       
  3849 // ---------------------------------------------------------
       
  3850 //
       
  3851 RESOURCE CBA r_phoneui_settingsui_cba
       
  3852     {
       
  3853     buttons =
       
  3854         {
       
  3855         CBA_BUTTON
       
  3856             {
       
  3857             id = EPhoneCmdDoNothing;
       
  3858             txt = text_softkey_empty;
       
  3859             },
       
  3860         CBA_BUTTON
       
  3861             {
       
  3862             id = EPhoneCmdDoNothing;
       
  3863             txt = text_softkey_empty;
       
  3864             }
       
  3865         };
       
  3866     }
       
  3867 
       
  3868 // ---------------------------------------------------------
       
  3869 //
       
  3870 //    r_phoneui_callhandling_cba
       
  3871 //    Command buttons in call handling views.
       
  3872 //
       
  3873 // ---------------------------------------------------------
       
  3874 //
       
  3875 RESOURCE CBA r_phoneui_callhandling_callsetup_empty_endoutgoing_cba
       
  3876     {
       
  3877     buttons =
       
  3878         {
       
  3879         CBA_BUTTON
       
  3880             {
       
  3881             id = EPhoneCmdDoNothing;
       
  3882             txt = text_softkey_empty;
       
  3883             },
       
  3884         CBA_BUTTON
       
  3885             {
       
  3886             id = EPhoneInCallCmdEndThisOutgoingCall;
       
  3887             txt = text_softkey_drop;
       
  3888             },
       
  3889         CBA_BUTTON
       
  3890             {
       
  3891             id = EAknSoftkeyEmpty;
       
  3892             txt = "";
       
  3893             }
       
  3894         };
       
  3895     }
       
  3896 
       
  3897 RESOURCE CBA r_phoneui_callhandling_callsetup_empty_dtmfdialer_cba
       
  3898     {
       
  3899     buttons =
       
  3900         {
       
  3901         CBA_BUTTON
       
  3902             {
       
  3903             id = EPhoneCmdDoNothing;
       
  3904             txt = text_softkey_empty;
       
  3905             },
       
  3906         CBA_BUTTON
       
  3907             {
       
  3908             id = EPhoneInCallCmdDtmfManualQuery;
       
  3909             txt = qtn_incal_softk_dialer;
       
  3910             },
       
  3911         CBA_BUTTON
       
  3912             {
       
  3913             id = EAknSoftkeyEmpty;
       
  3914             txt = "";
       
  3915             }
       
  3916         };
       
  3917     }
       
  3918 
       
  3919 RESOURCE CBA r_phoneui_callhandling_callsetup_toihf_endoutgoing_cba
       
  3920     {
       
  3921     buttons =
       
  3922         {
       
  3923         CBA_BUTTON
       
  3924             {
       
  3925             id = EPhoneInCallCmdActivateIhf;
       
  3926             txt = qtn_incal_softk_laudspek;
       
  3927             },
       
  3928         CBA_BUTTON
       
  3929             {
       
  3930             id = EPhoneInCallCmdEndThisOutgoingCall;
       
  3931             txt = text_softkey_drop;
       
  3932             },
       
  3933         CBA_BUTTON
       
  3934             {
       
  3935             id = EAknSoftkeyEmpty;
       
  3936             txt = "";
       
  3937             }
       
  3938         };
       
  3939     }
       
  3940 
       
  3941 RESOURCE CBA r_phoneui_callhandling_callsetup_toihf_dtmfdialer_cba
       
  3942     {
       
  3943     buttons =
       
  3944         {
       
  3945         CBA_BUTTON
       
  3946             {
       
  3947             id = EPhoneInCallCmdActivateIhf;
       
  3948             txt = qtn_incal_softk_laudspek;
       
  3949             },
       
  3950         CBA_BUTTON
       
  3951             {
       
  3952             id = EPhoneInCallCmdDtmfManualQuery;
       
  3953             txt = qtn_incal_softk_dialer;
       
  3954             },
       
  3955         CBA_BUTTON
       
  3956             {
       
  3957             id = EAknSoftkeyEmpty;
       
  3958             txt = "";
       
  3959             }
       
  3960         };
       
  3961     }
       
  3962 
       
  3963 RESOURCE CBA r_phoneui_callhandling_callsetup_tohandset_endoutgoing_cba
       
  3964     {
       
  3965     buttons =
       
  3966         {
       
  3967         CBA_BUTTON
       
  3968             {
       
  3969             id = EPhoneInCallCmdDeactivateIhf;
       
  3970             txt = qtn_incal_softk_handset;
       
  3971             },
       
  3972         CBA_BUTTON
       
  3973             {
       
  3974             id = EPhoneInCallCmdEndThisOutgoingCall;
       
  3975             txt = text_softkey_drop;
       
  3976             },
       
  3977         CBA_BUTTON
       
  3978             {
       
  3979             id = EAknSoftkeyEmpty;
       
  3980             txt = "";
       
  3981             }
       
  3982         };
       
  3983     }
       
  3984 
       
  3985 RESOURCE CBA r_phoneui_callhandling_callsetup_tohandset_dtmfdialer_cba
       
  3986     {
       
  3987     buttons =
       
  3988         {
       
  3989         CBA_BUTTON
       
  3990             {
       
  3991             id = EPhoneInCallCmdDeactivateIhf;
       
  3992             txt = qtn_incal_softk_handset;
       
  3993             },
       
  3994         CBA_BUTTON
       
  3995             {
       
  3996             id = EPhoneInCallCmdDtmfManualQuery;
       
  3997             txt = qtn_incal_softk_dialer;
       
  3998             },
       
  3999         CBA_BUTTON
       
  4000             {
       
  4001             id = EAknSoftkeyEmpty;
       
  4002             txt = "";
       
  4003             }
       
  4004         };
       
  4005     }
       
  4006 
       
  4007 RESOURCE CBA r_phoneui_callhandling_incall_cba
       
  4008     {
       
  4009     buttons =
       
  4010         {
       
  4011         CBA_BUTTON
       
  4012             {
       
  4013             id = EPhoneCmdOptions;
       
  4014             txt = text_softkey_option;
       
  4015             },
       
  4016         CBA_BUTTON
       
  4017             {
       
  4018             id = EPhoneInCallCmdActivateIhf;
       
  4019             txt = qtn_incal_softk_laudspek;
       
  4020             },
       
  4021         CBA_BUTTON
       
  4022             {
       
  4023             id = EPhoneInCallCmdActivatEPhonebook;
       
  4024             txt = qtn_msk_contacts;
       
  4025             }
       
  4026         };
       
  4027     }
       
  4028 
       
  4029 RESOURCE CBA r_phoneui_callhandling_incall_noihf_cba
       
  4030     {
       
  4031     buttons =
       
  4032         {
       
  4033         CBA_BUTTON
       
  4034             {
       
  4035             id = EPhoneCmdOptions;
       
  4036             txt = text_softkey_option;
       
  4037             },
       
  4038         CBA_BUTTON
       
  4039             {
       
  4040             id = EPhoneInCallCmdEndThisActiveCall;
       
  4041             txt = text_softkey_drop;
       
  4042             },
       
  4043         CBA_BUTTON
       
  4044             {
       
  4045             id = EPhoneInCallCmdActivatEPhonebook;
       
  4046             txt = qtn_msk_contacts;
       
  4047             }
       
  4048         };
       
  4049     }
       
  4050 
       
  4051 RESOURCE CBA r_phoneui_callhandling_incall_unmute_cba
       
  4052     {
       
  4053     buttons =
       
  4054         {
       
  4055         CBA_BUTTON
       
  4056             {
       
  4057             id = EPhoneCmdOptions;
       
  4058             txt = text_softkey_option;
       
  4059             },
       
  4060         CBA_BUTTON
       
  4061             {
       
  4062             id = EPhoneInCallCmdUnmute;
       
  4063             txt = text_softkey_unmute;
       
  4064             },
       
  4065         CBA_BUTTON
       
  4066             {
       
  4067             id = EPhoneInCallCmdActivatEPhonebook;
       
  4068             txt = qtn_msk_contacts;
       
  4069             }
       
  4070         };
       
  4071     }
       
  4072 
       
  4073 RESOURCE CBA r_phoneui_callhandling_incall_unhold_cba
       
  4074     {
       
  4075     buttons =
       
  4076         {
       
  4077         CBA_BUTTON
       
  4078             {
       
  4079             id = EPhoneCmdOptions;
       
  4080             txt = text_softkey_option;
       
  4081             },
       
  4082         CBA_BUTTON
       
  4083             {
       
  4084             id = EPhoneInCallCmdUnhold;
       
  4085             txt = text_softkey_unhold;
       
  4086             },
       
  4087         CBA_BUTTON
       
  4088             {
       
  4089             id = EPhoneInCallCmdActivatEPhonebook;
       
  4090             txt = qtn_msk_contacts;
       
  4091             }
       
  4092         };
       
  4093     }
       
  4094 
       
  4095 RESOURCE CBA r_phoneui_callhandling_incall_handset_cba
       
  4096     {
       
  4097     buttons =
       
  4098         {
       
  4099         CBA_BUTTON
       
  4100             {
       
  4101             id = EPhoneCmdOptions;
       
  4102             txt = text_softkey_option;
       
  4103             },
       
  4104         CBA_BUTTON
       
  4105             {
       
  4106             id = EPhoneInCallCmdHandset;
       
  4107             txt = qtn_incal_softk_handset;
       
  4108             },
       
  4109         CBA_BUTTON
       
  4110             {
       
  4111             id = EPhoneInCallCmdActivatEPhonebook;
       
  4112             txt = qtn_msk_contacts;
       
  4113             }
       
  4114         };
       
  4115     }
       
  4116 
       
  4117 RESOURCE CBA r_phoneui_callhandling_incall_btaa_cba
       
  4118     {
       
  4119     buttons =
       
  4120         {
       
  4121         CBA_BUTTON
       
  4122             {
       
  4123             id = EPhoneCmdOptions;
       
  4124             txt = text_softkey_option;
       
  4125             },
       
  4126         CBA_BUTTON
       
  4127             {
       
  4128             id = EPhoneInCallCmdBtHandsfree;
       
  4129             txt = qtn_incal_softk_bt_handsfree;
       
  4130             },
       
  4131         CBA_BUTTON
       
  4132             {
       
  4133             id = EPhoneInCallCmdActivatEPhonebook;
       
  4134             txt = qtn_msk_contacts;
       
  4135             }
       
  4136         };
       
  4137     }
       
  4138 
       
  4139 RESOURCE CBA r_phoneui_callhandling_incomingcall_cba
       
  4140     {
       
  4141     buttons =
       
  4142         {
       
  4143         CBA_BUTTON
       
  4144             {
       
  4145             id = EPhoneCmdOptions;
       
  4146             txt = text_softkey_option;
       
  4147             },
       
  4148         CBA_BUTTON
       
  4149             {
       
  4150             id = EPhoneCallComingCmdSilent;
       
  4151             txt = text_softkey_silent;
       
  4152             },
       
  4153         CBA_BUTTON
       
  4154             {
       
  4155             id = EPhoneLongMSKAnswer;
       
  4156             txt = "";
       
  4157             }
       
  4158         };
       
  4159     }
       
  4160 
       
  4161 RESOURCE CBA r_phoneui_callhandling_incomingcall_reject_cba
       
  4162     {
       
  4163     buttons =
       
  4164         {
       
  4165         CBA_BUTTON
       
  4166             {
       
  4167             id = EPhoneCmdOptions;
       
  4168             txt = text_softkey_option;
       
  4169             },
       
  4170         CBA_BUTTON
       
  4171             {
       
  4172             id = EPhoneCallComingCmdReject;
       
  4173             txt = text_softkey_reject;
       
  4174             },
       
  4175         CBA_BUTTON
       
  4176             {
       
  4177             id = EPhoneLongMSKAnswer;
       
  4178             txt = "";
       
  4179             }
       
  4180         };
       
  4181     }
       
  4182 
       
  4183 RESOURCE CBA r_phoneui_callhandling_incomingcall_soft_reject_cba
       
  4184     {
       
  4185     buttons =
       
  4186         {
       
  4187         CBA_BUTTON
       
  4188             {
       
  4189             id = EPhoneCmdOptions;
       
  4190             txt = text_softkey_option;
       
  4191             },
       
  4192         CBA_BUTTON
       
  4193             {
       
  4194             id = EPhoneCallComingCmdSoftReject;
       
  4195             txt = qtn_softkey_soft_reject;
       
  4196             },
       
  4197         CBA_BUTTON
       
  4198             {
       
  4199             id = EPhoneLongMSKAnswer;
       
  4200             txt = "";
       
  4201             }
       
  4202         };
       
  4203     }
       
  4204 
       
  4205 RESOURCE CBA r_phoneui_callhandling_emergency_incall_no_options
       
  4206 	{
       
  4207     buttons = 
       
  4208         {
       
  4209         CBA_BUTTON
       
  4210             {
       
  4211             id = EPhoneCmdDoNothing;
       
  4212             txt = text_softkey_empty;
       
  4213             },
       
  4214         CBA_BUTTON
       
  4215             {
       
  4216             id = EPhoneInCallCmdDialer;
       
  4217             txt = qtn_incal_softk_dialer;
       
  4218             },
       
  4219         CBA_BUTTON
       
  4220             {
       
  4221             id = EAknSoftkeyEmpty;
       
  4222             txt = "";
       
  4223             }
       
  4224         };
       
  4225 	}
       
  4226 
       
  4227 RESOURCE CBA r_phoneui_callhandling_emergency_cba
       
  4228     {
       
  4229     buttons =
       
  4230         {
       
  4231         CBA_BUTTON
       
  4232             {
       
  4233             id = EPhoneCmdOptions;
       
  4234             txt = text_softkey_option;
       
  4235             },
       
  4236         CBA_BUTTON
       
  4237             {
       
  4238             id = EPhoneInCallCmdActivateIhf;
       
  4239             txt = qtn_incal_softk_laudspek;
       
  4240             },
       
  4241         CBA_BUTTON
       
  4242             {
       
  4243             id = EPhoneInCallCmdActivatEPhonebook;
       
  4244             txt = qtn_msk_contacts;
       
  4245             }
       
  4246         };
       
  4247     }
       
  4248 
       
  4249 RESOURCE CBA r_phoneui_callhandling_emergency_noihf_cba
       
  4250     {
       
  4251     buttons =
       
  4252         {
       
  4253         CBA_BUTTON
       
  4254             {
       
  4255             id = EPhoneCmdOptions;
       
  4256             txt = text_softkey_option;
       
  4257             },
       
  4258         CBA_BUTTON
       
  4259             {
       
  4260             id = EPhoneInCallCmdEndThisActiveCall;
       
  4261             txt = text_softkey_drop;
       
  4262             },
       
  4263         CBA_BUTTON
       
  4264             {
       
  4265             id = EPhoneInCallCmdActivatEPhonebook;
       
  4266             txt = qtn_msk_contacts;
       
  4267             }
       
  4268         };
       
  4269     }
       
  4270 
       
  4271 RESOURCE CBA r_phoneui_callhandling_emergency_handset_cba
       
  4272     {
       
  4273     buttons =
       
  4274         {
       
  4275         CBA_BUTTON
       
  4276             {
       
  4277             id = EPhoneCmdOptions;
       
  4278             txt = text_softkey_option;
       
  4279             },
       
  4280         CBA_BUTTON
       
  4281             {
       
  4282             id = EPhoneInCallCmdHandset;
       
  4283             txt = qtn_incal_softk_handset;
       
  4284             },
       
  4285         CBA_BUTTON
       
  4286             {
       
  4287             id = EPhoneInCallCmdActivatEPhonebook;
       
  4288             txt = qtn_msk_contacts;
       
  4289             }
       
  4290         };
       
  4291     }
       
  4292 
       
  4293 RESOURCE CBA r_phoneui_callhandling_emergency_no_options_cba
       
  4294     {
       
  4295     buttons =
       
  4296         {
       
  4297         CBA_BUTTON
       
  4298             {
       
  4299             id = EPhoneCmdDoNothing;
       
  4300             txt = text_softkey_empty;
       
  4301             },
       
  4302         CBA_BUTTON
       
  4303             {
       
  4304             id = EPhoneInCallCmdActivateIhf;
       
  4305             txt = qtn_incal_softk_laudspek;
       
  4306             },
       
  4307         CBA_BUTTON
       
  4308             {
       
  4309             id = EAknSoftkeyEmpty;
       
  4310             txt = "";
       
  4311             }
       
  4312         };
       
  4313     }
       
  4314 
       
  4315 RESOURCE CBA r_phoneui_callhandling_emergency_no_options_noihf_cba
       
  4316     {
       
  4317     buttons =
       
  4318         {
       
  4319         CBA_BUTTON
       
  4320             {
       
  4321             id = EPhoneCmdDoNothing;
       
  4322             txt = text_softkey_empty;
       
  4323             },
       
  4324         CBA_BUTTON
       
  4325             {
       
  4326             id = EPhoneInCallCmdEndThisActiveCall;
       
  4327             txt = text_softkey_drop;
       
  4328             },
       
  4329         CBA_BUTTON
       
  4330             {
       
  4331             id = EAknSoftkeyEmpty;
       
  4332             txt = "";
       
  4333             }
       
  4334         };
       
  4335     }
       
  4336 
       
  4337 RESOURCE CBA r_phoneui_callhandling_emergency_no_options_handset_cba
       
  4338     {
       
  4339     buttons =
       
  4340         {
       
  4341         CBA_BUTTON
       
  4342             {
       
  4343             id = EPhoneCmdDoNothing;
       
  4344             txt = text_softkey_empty;
       
  4345             },
       
  4346         CBA_BUTTON
       
  4347             {
       
  4348             id = EPhoneInCallCmdDeactivateIhf;
       
  4349             txt = qtn_incal_softk_handset;
       
  4350             },
       
  4351         CBA_BUTTON
       
  4352             {
       
  4353             id = EAknSoftkeyEmpty;
       
  4354             txt = "";
       
  4355             }
       
  4356         };
       
  4357     }
       
  4358 
       
  4359 RESOURCE CBA r_phoneui_callhandling_callwaiting_cba
       
  4360     {
       
  4361     buttons =
       
  4362         {
       
  4363         CBA_BUTTON
       
  4364             {
       
  4365             id = EPhoneCmdOptions;
       
  4366             txt = text_softkey_option;
       
  4367             },
       
  4368         CBA_BUTTON
       
  4369             {
       
  4370             id = EPhoneInCallCmdReject;
       
  4371             txt = text_softkey_reject;
       
  4372             },
       
  4373         CBA_BUTTON
       
  4374             {
       
  4375             id = EPhoneInCallCmdActivatEPhonebook;
       
  4376             txt = qtn_msk_contacts;
       
  4377             }
       
  4378         };
       
  4379     }
       
  4380 
       
  4381 RESOURCE CBA r_phoneui_callhandling_new_call_find_cba
       
  4382     {
       
  4383     buttons =
       
  4384         {
       
  4385         CBA_BUTTON
       
  4386             {
       
  4387             id = EPhoneInCallCmdNewCallFind;
       
  4388             txt = text_softkey_find;
       
  4389             },
       
  4390         CBA_BUTTON
       
  4391             {
       
  4392             id = EPhoneCmdCancel;
       
  4393             txt = text_softkey_cancel;
       
  4394             },
       
  4395         CBA_BUTTON
       
  4396             {
       
  4397             id = EPhoneInCallCmdNewCallFind;
       
  4398             }
       
  4399         };
       
  4400     }
       
  4401 
       
  4402 RESOURCE CBA r_phoneui_callhandling_new_call_call_cba
       
  4403     {
       
  4404     buttons =
       
  4405         {
       
  4406         CBA_BUTTON
       
  4407             {
       
  4408             id = EPhoneInCallCmdNewCallCall;
       
  4409             txt =  text_softkey_new_call;
       
  4410             },
       
  4411         CBA_BUTTON
       
  4412             {
       
  4413             id = EPhoneCmdCancel;
       
  4414             txt = text_softkey_cancel;
       
  4415             },
       
  4416         CBA_BUTTON
       
  4417             {
       
  4418             id = EPhoneInCallCmdNewCallCall;
       
  4419             }
       
  4420         };
       
  4421     }
       
  4422 
       
  4423 RESOURCE CBA r_phoneui_callhandling_new_call_swap_cba
       
  4424     {
       
  4425     buttons =
       
  4426         {
       
  4427         CBA_BUTTON
       
  4428             {
       
  4429             id = EPhoneCmdOptions;
       
  4430             txt = text_softkey_option;
       
  4431             },
       
  4432         CBA_BUTTON
       
  4433             {
       
  4434             id = EPhoneInCallCmdSwap;
       
  4435             txt = text_softkey_swap;
       
  4436             },
       
  4437         CBA_BUTTON
       
  4438             {
       
  4439             id = EPhoneInCallCmdActivatEPhonebook;
       
  4440             txt = qtn_msk_contacts;
       
  4441             }
       
  4442         };
       
  4443     }
       
  4444 
       
  4445 // -----------------------------------------------------------------------------
       
  4446 //
       
  4447 //    r_phoneui_callcoming_softkeys_when_slider
       
  4448 //    It contains softkey definitions for call coming in.
       
  4449 //    Ringing tone is not muted.
       
  4450 //
       
  4451 // -----------------------------------------------------------------------------
       
  4452 //
       
  4453 RESOURCE CBA r_phoneui_callcoming_softkeys_when_slider
       
  4454     {
       
  4455     buttons =
       
  4456         {
       
  4457         CBA_BUTTON
       
  4458             {
       
  4459             id = EPhoneCallComingCmdAnswer;
       
  4460             txt = text_softkey_answer;
       
  4461             },
       
  4462         CBA_BUTTON
       
  4463             {
       
  4464             id = EPhoneCallComingCmdSilent;
       
  4465             txt = text_softkey_silent;
       
  4466             },
       
  4467         CBA_BUTTON
       
  4468             {
       
  4469             id = EAknSoftkeyContextOptions;
       
  4470             txt = text_softkey_options;
       
  4471             }
       
  4472         };
       
  4473     }
       
  4474 
       
  4475 
       
  4476 // -----------------------------------------------------------------------------
       
  4477 //
       
  4478 //    r_phoneui_callcoming_softkeys_when_silent_slider
       
  4479 //    It contains softkey definitions for call coming in.
       
  4480 //    Ringing tone is muted.
       
  4481 //
       
  4482 // -----------------------------------------------------------------------------
       
  4483 //
       
  4484 RESOURCE CBA r_phoneui_callcoming_softkeys_when_silent_slider
       
  4485     {
       
  4486     buttons =
       
  4487         {
       
  4488         CBA_BUTTON
       
  4489             {
       
  4490             id = EPhoneCallComingCmdAnswer;
       
  4491             txt = text_softkey_answer;
       
  4492             },
       
  4493         CBA_BUTTON
       
  4494             {
       
  4495             id = EPhoneCallComingCmdReject;
       
  4496             txt = text_softkey_reject;
       
  4497             },
       
  4498         CBA_BUTTON
       
  4499             {
       
  4500             id = EAknSoftkeyContextOptions;
       
  4501             txt = text_softkey_options;
       
  4502             }
       
  4503         };
       
  4504     }
       
  4505 
       
  4506 // -----------------------------------------------------------------------------
       
  4507 //
       
  4508 //    r_phoneui_softkeys_options_softreject_slider
       
  4509 //    It is softkeys for soft reject with slider devices.
       
  4510 //
       
  4511 // -----------------------------------------------------------------------------
       
  4512 //
       
  4513 RESOURCE CBA r_phoneui_softkeys_options_softreject_slider
       
  4514     {
       
  4515     buttons =
       
  4516         {
       
  4517         CBA_BUTTON
       
  4518             {
       
  4519             id = EPhoneCallComingCmdAnswer;
       
  4520             txt = text_softkey_answer;
       
  4521             },
       
  4522         CBA_BUTTON
       
  4523             {
       
  4524             id = EPhoneCallComingCmdSoftReject;
       
  4525             txt = qtn_softkey_soft_reject;
       
  4526             }
       
  4527         };
       
  4528     }
       
  4529 
       
  4530 // ---------------------------------------------------------
       
  4531 //
       
  4532 //    r_phoneui_new_call_fetch_cba
       
  4533 //
       
  4534 // ---------------------------------------------------------
       
  4535 //
       
  4536 RESOURCE CBA r_phoneui_new_call_fetch_cba
       
  4537     {
       
  4538     buttons =
       
  4539         {
       
  4540         CBA_BUTTON
       
  4541             {
       
  4542             id = EAknSoftkeyCall;
       
  4543             txt = text_softkey_call;
       
  4544             },
       
  4545         CBA_BUTTON
       
  4546             {
       
  4547             id = EAknSoftkeyCancel;
       
  4548             txt = text_softkey_back;
       
  4549             },
       
  4550         CBA_BUTTON
       
  4551             {
       
  4552             id = EAknSoftkeyCall;
       
  4553             }
       
  4554         };
       
  4555     }
       
  4556 
       
  4557 // ---------------------------------------------------------
       
  4558 //
       
  4559 //    r_phoneui_exit_emergency_mode_cba
       
  4560 //    Command buttons when phone exits emergency mode
       
  4561 //
       
  4562 // ---------------------------------------------------------
       
  4563 //
       
  4564 RESOURCE CBA r_phoneui_exit_emergency_mode_cba
       
  4565     {
       
  4566     buttons =
       
  4567         {
       
  4568         CBA_BUTTON
       
  4569             {
       
  4570             id = EPhoneEmergencyCmdYes;
       
  4571             txt = text_softkey_yes;
       
  4572             },
       
  4573         CBA_BUTTON
       
  4574             {
       
  4575             id = EPhoneEmergencyCmdNo;
       
  4576             txt = text_softkey_no;
       
  4577             }
       
  4578         };
       
  4579     }
       
  4580 
       
  4581 // ---------------------------------------------------------
       
  4582 //
       
  4583 //    r_phoneui_emergency_mode_note_cba
       
  4584 //    Command buttons when phone is in emergency mode
       
  4585 //
       
  4586 // ---------------------------------------------------------
       
  4587 //
       
  4588 RESOURCE CBA r_phoneui_emergency_mode_note_cba
       
  4589     {
       
  4590     buttons =
       
  4591         {
       
  4592         CBA_BUTTON
       
  4593             {
       
  4594             id = EPhoneCmdDoNothing;
       
  4595             txt = text_softkey_empty;
       
  4596             },
       
  4597         CBA_BUTTON
       
  4598             {
       
  4599             id = EPhoneEmergencyCmdExit;
       
  4600             txt = text_softkey_exit;
       
  4601             }
       
  4602         };
       
  4603     }
       
  4604 
       
  4605 // ---------------------------------------------------------
       
  4606 //
       
  4607 //    r_phoneui_wait_note_dlg_cba
       
  4608 //    Command buttons when wait note is visible
       
  4609 //
       
  4610 // ---------------------------------------------------------
       
  4611 //
       
  4612 RESOURCE CBA r_phoneui_wait_note_cba
       
  4613     {
       
  4614     buttons =
       
  4615         {
       
  4616         CBA_BUTTON
       
  4617             {
       
  4618             id = EPhoneCmdWaitNoteOk;
       
  4619             txt = text_softkey_ok;
       
  4620             },
       
  4621         CBA_BUTTON
       
  4622             {
       
  4623             id = EPhoneCmdDoNothing;
       
  4624             txt = text_softkey_empty;
       
  4625             },
       
  4626         CBA_BUTTON
       
  4627             {
       
  4628             id = EPhoneCmdWaitNoteOk;
       
  4629             }
       
  4630         };
       
  4631     }
       
  4632 
       
  4633 // ---------------------------------------------------------
       
  4634 //
       
  4635 //    r_phoneui_string_list
       
  4636 //    It is a list of strings for the call headers
       
  4637 //    that must be preloaded.
       
  4638 //
       
  4639 // ---------------------------------------------------------
       
  4640 //
       
  4641 RESOURCE PHONE_STRING_LIST r_phoneui_string_list
       
  4642     {
       
  4643     strings =
       
  4644         {
       
  4645         PHONE_STRING
       
  4646             {
       
  4647             id = r_phoneui_mtcal_call;
       
  4648             },
       
  4649         PHONE_STRING
       
  4650             {
       
  4651             id = r_phoneui_mtcal_cli_withheld;
       
  4652             },
       
  4653         PHONE_STRING
       
  4654             {
       
  4655             id = r_phoneui_mtcal_diverted_call;
       
  4656             },
       
  4657         PHONE_STRING
       
  4658             {
       
  4659             id = r_phoneui_mtcal_incoming_call;
       
  4660             },
       
  4661         PHONE_STRING
       
  4662             {
       
  4663             id = r_phoneui_mtcal_incoming_call_short;
       
  4664             },
       
  4665         PHONE_STRING
       
  4666             {
       
  4667             id = r_phoneui_out_going_call;
       
  4668             },
       
  4669         PHONE_STRING
       
  4670             {
       
  4671             id = r_phoneui_out_going_call_short;
       
  4672             },
       
  4673         PHONE_STRING
       
  4674             {
       
  4675             id = r_phoneui_out_going_video_call;
       
  4676             },
       
  4677         PHONE_STRING
       
  4678             {
       
  4679             id = r_phoneui_out_going_video_call_short;
       
  4680             },
       
  4681         PHONE_STRING
       
  4682             {
       
  4683             id = r_phoneui_incall_call_held;
       
  4684             },
       
  4685         PHONE_STRING
       
  4686             {
       
  4687             id = r_phoneui_incall_call_held_short;
       
  4688             },
       
  4689         PHONE_STRING
       
  4690             {
       
  4691             id = r_phoneui_incall_call_held_calln;
       
  4692             },
       
  4693         PHONE_STRING
       
  4694             {
       
  4695             id = r_phoneui_incall_call_held_conference;
       
  4696             },
       
  4697         PHONE_STRING
       
  4698             {
       
  4699             id = r_phoneui_incall_call_disconnected;
       
  4700             },
       
  4701         PHONE_STRING
       
  4702             {
       
  4703             id = r_phoneui_incall_call_disconnected_short;
       
  4704             },
       
  4705         PHONE_STRING
       
  4706             {
       
  4707             id = r_phoneui_incall_call_disconnected_calln;
       
  4708             },
       
  4709         PHONE_STRING
       
  4710             {
       
  4711             id = r_phoneui_incall_call_disconnected_private;
       
  4712             },
       
  4713         PHONE_STRING
       
  4714             {
       
  4715             id = r_phoneui_incall_call_disconnected_diverted;
       
  4716             },
       
  4717         PHONE_STRING
       
  4718             {
       
  4719             id = r_phoneui_incall_call_disconnected_call;
       
  4720             },
       
  4721         PHONE_STRING
       
  4722             {
       
  4723             id = r_phoneui_incall_call_disconnected_conference;
       
  4724             },
       
  4725         PHONE_STRING
       
  4726             {
       
  4727             id = r_phoneui_incall_call_number;
       
  4728             },
       
  4729         PHONE_STRING
       
  4730             {
       
  4731             id = r_phoneui_multc_waiting;
       
  4732             },
       
  4733         PHONE_STRING
       
  4734             {
       
  4735             id = r_phoneui_multc_waiting_short;
       
  4736             },
       
  4737         PHONE_STRING
       
  4738             {
       
  4739             id = r_phoneui_emergency_call;
       
  4740             },
       
  4741         PHONE_STRING
       
  4742             {
       
  4743             id = r_phoneui_conference_call;
       
  4744             },
       
  4745         PHONE_STRING
       
  4746             {
       
  4747             id = r_phoneui_mtcal_incoming_line2;
       
  4748             },
       
  4749         PHONE_STRING
       
  4750             {
       
  4751             id = r_phoneui_mtcal_arriving_number_line2;
       
  4752             },
       
  4753         PHONE_STRING
       
  4754             {
       
  4755             id = r_phoneui_mtcal_waiting_number_line2;
       
  4756             },
       
  4757         PHONE_STRING
       
  4758             {
       
  4759             id = R_QTN_TIME_DURAT_LONG_WITH_ZERO;
       
  4760             },
       
  4761         PHONE_STRING
       
  4762             {
       
  4763             id = r_phone_mtcal_cli_payphone;
       
  4764             },
       
  4765         PHONE_STRING
       
  4766             {
       
  4767             id = r_phoneui_emergency_call_header;
       
  4768             },
       
  4769         PHONE_STRING
       
  4770             {
       
  4771             id = r_phoneui_idle_time_format;
       
  4772             }
       
  4773         };
       
  4774     }
       
  4775 
       
  4776 // ---------------------------------------------------------
       
  4777 //
       
  4778 RESOURCE TBUF r_notetext_use_keyguard_to_unlock
       
  4779     {
       
  4780     buf = qtn_keyg_info_note_display_lock_switch;
       
  4781     }
       
  4782 
       
  4783 
       
  4784 // ---------------------------------------------------------
       
  4785 //
       
  4786 RESOURCE TBUF r_incal_remote_create_conference_text
       
  4787     {
       
  4788     buf = qtn_incal_info_conf_active;
       
  4789     }
       
  4790 
       
  4791  // ---------------------------------------------------------
       
  4792 //
       
  4793 RESOURCE TBUF r_multc_info_conference_text
       
  4794     {
       
  4795     buf = qtn_multc_conference_note;
       
  4796     }
       
  4797 
       
  4798 // ---------------------------------------------------------
       
  4799 //
       
  4800 RESOURCE TBUF r_incal_info_hold_text
       
  4801     {
       
  4802     buf = qtn_incal_info_hold;
       
  4803     }
       
  4804 
       
  4805 // ---------------------------------------------------------
       
  4806 //
       
  4807 RESOURCE TBUF r_incal_remote_active_text
       
  4808     {
       
  4809     buf = qtn_incal_remote_active_note;
       
  4810     }
       
  4811 
       
  4812 // ---------------------------------------------------------
       
  4813 //
       
  4814 RESOURCE TBUF r_incal_info_conf_hold_text
       
  4815     {
       
  4816     buf = qtn_incal_conf_hold_conf;
       
  4817     }
       
  4818 
       
  4819 // ---------------------------------------------------------
       
  4820 //
       
  4821 RESOURCE TBUF r_incal_info_hold_cli_text
       
  4822     {
       
  4823     buf = qtn_incal_conf_hold_cli;
       
  4824     }
       
  4825 
       
  4826 // ---------------------------------------------------------
       
  4827 //
       
  4828 RESOURCE TBUF r_incal_info_hold_nocli_text
       
  4829     {
       
  4830     buf = qtn_incal_conf_hold_nocli;
       
  4831     }
       
  4832 
       
  4833 // ---------------------------------------------------------
       
  4834 //
       
  4835 RESOURCE TBUF r_multc_unhold_done_text
       
  4836     {
       
  4837     buf = qtn_multc_unhold_done_note;
       
  4838     }
       
  4839 
       
  4840 // ---------------------------------------------------------
       
  4841 //
       
  4842 RESOURCE TBUF r_multc_cli_unhold_done_text
       
  4843     {
       
  4844     buf = qtn_multc_cli_unhold_done_note;
       
  4845     }
       
  4846 
       
  4847 // ---------------------------------------------------------
       
  4848 //
       
  4849 //    r_phoneui_mtcal_call
       
  4850 //
       
  4851 // ---------------------------------------------------------
       
  4852 //
       
  4853 RESOURCE TBUF64 r_phoneui_mtcal_call
       
  4854     {
       
  4855     buf = qtn_mtcal_call;
       
  4856     }
       
  4857 
       
  4858 // ---------------------------------------------------------
       
  4859 //
       
  4860 //    r_phoneui_mtcal_cli_withheld
       
  4861 //
       
  4862 // ---------------------------------------------------------
       
  4863 //
       
  4864 RESOURCE TBUF64 r_phoneui_mtcal_cli_withheld
       
  4865     {
       
  4866     buf = qtn_mtcal_cli_withheld;
       
  4867     }
       
  4868 
       
  4869 // ---------------------------------------------------------
       
  4870 //
       
  4871 //    r_phoneui_mtcal_diverted_call
       
  4872 //
       
  4873 // ---------------------------------------------------------
       
  4874 //
       
  4875 RESOURCE TBUF64 r_phoneui_mtcal_diverted_call
       
  4876     {
       
  4877     buf = qtn_mtcal_diverted_call;
       
  4878     }
       
  4879 
       
  4880 // ---------------------------------------------------------
       
  4881 //
       
  4882 //    r_phoneui_mtcal_incoming_call
       
  4883 //
       
  4884 // ---------------------------------------------------------
       
  4885 //
       
  4886 RESOURCE TBUF64 r_phoneui_mtcal_incoming_call
       
  4887     {
       
  4888     buf = qtn_mtcal_incoming_call;
       
  4889     }
       
  4890 
       
  4891 // ---------------------------------------------------------
       
  4892 //
       
  4893 //    r_phoneui_mtcal_incoming_call_short
       
  4894 //
       
  4895 // ---------------------------------------------------------
       
  4896 //
       
  4897 RESOURCE TBUF64 r_phoneui_mtcal_incoming_call_short
       
  4898     {
       
  4899     buf = qtn_mtcal_incoming_call_short;
       
  4900     }
       
  4901 
       
  4902 // ---------------------------------------------------------
       
  4903 //
       
  4904 //    r_phoneui_mtcal_incoming_call_short
       
  4905 //
       
  4906 // ---------------------------------------------------------
       
  4907 //
       
  4908 RESOURCE TBUF64 r_phoneui_multc_info_wait_without
       
  4909     {
       
  4910     buf = qtn_multc_info_wait_without;
       
  4911     }
       
  4912 
       
  4913 // ---------------------------------------------------------
       
  4914 //
       
  4915 //    r_phoneui_mtcal_incoming_call_short
       
  4916 //
       
  4917 // ---------------------------------------------------------
       
  4918 //
       
  4919 RESOURCE TBUF64 r_phoneui_multc_info_wait_with
       
  4920     {
       
  4921     buf = qtn_multc_info_wait_with;
       
  4922     }
       
  4923 
       
  4924 
       
  4925 // ---------------------------------------------------------
       
  4926 //
       
  4927 //    r_phoneui_out_going_call
       
  4928 //
       
  4929 // ---------------------------------------------------------
       
  4930 //
       
  4931 RESOURCE TBUF64 r_phoneui_out_going_call
       
  4932     {
       
  4933     buf = qtn_call_out_going_call;
       
  4934     }
       
  4935 
       
  4936 // ---------------------------------------------------------
       
  4937 //
       
  4938 //    r_phoneui_out_going_call_short
       
  4939 //
       
  4940 // ---------------------------------------------------------
       
  4941 //
       
  4942 RESOURCE TBUF64 r_phoneui_out_going_call_short
       
  4943     {
       
  4944     buf = qtn_call_out_going_call_short;
       
  4945     }
       
  4946 
       
  4947 // ---------------------------------------------------------
       
  4948 //
       
  4949 //    r_phoneui_out_going_video_call
       
  4950 //
       
  4951 // ---------------------------------------------------------
       
  4952 //
       
  4953 RESOURCE TBUF64 r_phoneui_out_going_video_call
       
  4954     {
       
  4955     buf = qtn_call_out_going_video_call;
       
  4956     }
       
  4957 
       
  4958 // ---------------------------------------------------------
       
  4959 //
       
  4960 //    r_phoneui_out_going_video_call_short
       
  4961 //
       
  4962 // ---------------------------------------------------------
       
  4963 //
       
  4964 RESOURCE TBUF64 r_phoneui_out_going_video_call_short
       
  4965     {
       
  4966     buf = qtn_call_out_going_vt_short;
       
  4967     }
       
  4968 // ---------------------------------------------------------
       
  4969 //
       
  4970 //    r_phoneui_incall_call_held
       
  4971 //
       
  4972 // ---------------------------------------------------------
       
  4973 //
       
  4974 RESOURCE TBUF64 r_phoneui_incall_call_held
       
  4975     {
       
  4976     buf = qtn_incal_window_held;
       
  4977     }
       
  4978 
       
  4979 // ---------------------------------------------------------
       
  4980 //
       
  4981 //    r_phoneui_incall_call_held_short
       
  4982 //
       
  4983 // ---------------------------------------------------------
       
  4984 //
       
  4985 RESOURCE TBUF64 r_phoneui_incall_call_held_short
       
  4986     {
       
  4987     buf = qtn_incal_window_held_short;
       
  4988     }
       
  4989 
       
  4990 // ---------------------------------------------------------
       
  4991 //
       
  4992 //    r_phoneui_incall_call_held_calln
       
  4993 //
       
  4994 // ---------------------------------------------------------
       
  4995 //
       
  4996 RESOURCE TBUF64 r_phoneui_incall_call_held_calln
       
  4997     {
       
  4998     buf = qtn_incal_window_held_call;
       
  4999     }
       
  5000 
       
  5001 // ---------------------------------------------------------
       
  5002 //
       
  5003 //    r_phoneui_incall_call_held_conference
       
  5004 //
       
  5005 // ---------------------------------------------------------
       
  5006 //
       
  5007 RESOURCE TBUF64 r_phoneui_incall_call_held_conference
       
  5008     {
       
  5009     buf = qtn_incal_window_held_conf;
       
  5010     }
       
  5011 
       
  5012 // ---------------------------------------------------------
       
  5013 //
       
  5014 //    r_phoneui_incall_call_disconnected
       
  5015 //
       
  5016 // ---------------------------------------------------------
       
  5017 //
       
  5018 RESOURCE TBUF64 r_phoneui_incall_call_disconnected
       
  5019     {
       
  5020     buf = qtn_call_window_discon;
       
  5021     }
       
  5022 
       
  5023 // ---------------------------------------------------------
       
  5024 //
       
  5025 //    r_phoneui_incall_call_disconnected_short
       
  5026 //
       
  5027 // ---------------------------------------------------------
       
  5028 //
       
  5029 RESOURCE TBUF64 r_phoneui_incall_call_disconnected_short
       
  5030     {
       
  5031     buf = qtn_call_window_discon_short;
       
  5032     }
       
  5033 
       
  5034 // ---------------------------------------------------------
       
  5035 //
       
  5036 //    r_phoneui_incall_call_disconnected_calln
       
  5037 //
       
  5038 // ---------------------------------------------------------
       
  5039 //
       
  5040 RESOURCE TBUF64 r_phoneui_incall_call_disconnected_calln
       
  5041     {
       
  5042     buf = qtn_call_window_discon_call;
       
  5043     }
       
  5044 
       
  5045 // ---------------------------------------------------------
       
  5046 //
       
  5047 //    r_phoneui_incall_call_disconnected_private
       
  5048 //
       
  5049 // ---------------------------------------------------------
       
  5050 //
       
  5051 RESOURCE TBUF64 r_phoneui_incall_call_disconnected_private
       
  5052     {
       
  5053     buf = qtn_call_window_discon_privat;
       
  5054     }
       
  5055 
       
  5056 // ---------------------------------------------------------
       
  5057 //
       
  5058 //    r_phoneui_incall_call_disconnected_diverted
       
  5059 //
       
  5060 // ---------------------------------------------------------
       
  5061 //
       
  5062 RESOURCE TBUF64 r_phoneui_incall_call_disconnected_diverted
       
  5063     {
       
  5064     buf = qtn_call_window_discon_divert;
       
  5065     }
       
  5066 
       
  5067 // ---------------------------------------------------------
       
  5068 //
       
  5069 //    r_phoneui_incall_call_disconnected_call
       
  5070 //
       
  5071 // ---------------------------------------------------------
       
  5072 //
       
  5073 RESOURCE TBUF64 r_phoneui_incall_call_disconnected_call
       
  5074     {
       
  5075     buf = qtn_call_window_discon_nonum;
       
  5076     }
       
  5077 
       
  5078 // ---------------------------------------------------------
       
  5079 //
       
  5080 //    r_phoneui_incall_call_disconnected_conference
       
  5081 //
       
  5082 // ---------------------------------------------------------
       
  5083 //
       
  5084 RESOURCE TBUF64 r_phoneui_incall_call_disconnected_conference
       
  5085     {
       
  5086     buf = qtn_call_window_discon_conf;
       
  5087     }
       
  5088 
       
  5089 // ---------------------------------------------------------
       
  5090 //
       
  5091 //    r_phoneui_incall_call_number
       
  5092 //
       
  5093 // ---------------------------------------------------------
       
  5094 //
       
  5095 RESOURCE TBUF64 r_phoneui_incall_call_number
       
  5096     {
       
  5097     buf = qtn_call_number;
       
  5098     }
       
  5099 
       
  5100 // ---------------------------------------------------------
       
  5101 //
       
  5102 //    r_phoneui_multc_waiting
       
  5103 //
       
  5104 // ---------------------------------------------------------
       
  5105 //
       
  5106 RESOURCE TBUF64 r_phoneui_multc_waiting
       
  5107     {
       
  5108     buf = qtn_multc_window_waiting;
       
  5109     }
       
  5110 
       
  5111 // ---------------------------------------------------------
       
  5112 //
       
  5113 //    r_phoneui_multc_waiting_short
       
  5114 //
       
  5115 // ---------------------------------------------------------
       
  5116 //
       
  5117 RESOURCE TBUF64 r_phoneui_multc_waiting_short
       
  5118     {
       
  5119     buf = qtn_multc_window_waiting_short;
       
  5120     }
       
  5121 
       
  5122 // ---------------------------------------------------------
       
  5123 //
       
  5124 //    r_phoneui_gprs_conn_in_progress
       
  5125 //
       
  5126 // ---------------------------------------------------------
       
  5127 //
       
  5128 RESOURCE TBUF64 r_phoneui_gprs_conn_in_progress
       
  5129     {
       
  5130     buf = qtn_gprs_err_conn_in_progress;
       
  5131     }
       
  5132 
       
  5133 // ---------------------------------------------------------
       
  5134 //
       
  5135 //    r_phoneui_emergency_call
       
  5136 //
       
  5137 // ---------------------------------------------------------
       
  5138 //
       
  5139 RESOURCE TBUF64 r_phoneui_emergency_call
       
  5140     {
       
  5141     buf = qtn_emerg_call_pop_up;
       
  5142     }
       
  5143 
       
  5144 // ---------------------------------------------------------
       
  5145 //
       
  5146 //    r_phoneui_conference_call
       
  5147 //
       
  5148 // ---------------------------------------------------------
       
  5149 //
       
  5150 RESOURCE TBUF64 r_phoneui_conference_call
       
  5151     {
       
  5152     buf = qtn_multc_conference_pop_up;
       
  5153     }
       
  5154 
       
  5155 // ---------------------------------------------------------
       
  5156 //
       
  5157 //    r_phoneui_mtcal_incoming_line2
       
  5158 //
       
  5159 // ---------------------------------------------------------
       
  5160 //
       
  5161 RESOURCE TBUF64 r_phoneui_mtcal_incoming_line2
       
  5162     {
       
  5163     buf = qtn_als_incoming_line2_nonum;
       
  5164     }
       
  5165 
       
  5166 // ---------------------------------------------------------
       
  5167 //
       
  5168 //    r_phoneui_mtcal_arriving_number_line2
       
  5169 //
       
  5170 // ---------------------------------------------------------
       
  5171 //
       
  5172 RESOURCE TBUF64 r_phoneui_mtcal_arriving_number_line2
       
  5173     {
       
  5174     buf = qtn_als_arriving_line2_number;
       
  5175     }
       
  5176 
       
  5177 // ---------------------------------------------------------
       
  5178 //
       
  5179 //    r_phoneui_mtcal_waiting_number_line2
       
  5180 //
       
  5181 // ---------------------------------------------------------
       
  5182 //
       
  5183 RESOURCE TBUF64 r_phoneui_mtcal_waiting_number_line2
       
  5184     {
       
  5185     buf = qtn_als_waiting_line2_number;
       
  5186     }
       
  5187 
       
  5188 // -----------------------------------------------------------------------------
       
  5189 //
       
  5190 //    r_phone_mtcal_cli_payphone
       
  5191 //
       
  5192 // -----------------------------------------------------------------------------
       
  5193 //
       
  5194 RESOURCE TBUF r_phone_mtcal_cli_payphone
       
  5195     {
       
  5196     buf = qtn_mtcal_cli_payphone;
       
  5197     }
       
  5198 
       
  5199 // ---------------------------------------------------------
       
  5200 //
       
  5201 //    r_phoneui_emergency_call_header
       
  5202 //
       
  5203 // ---------------------------------------------------------
       
  5204 //
       
  5205 RESOURCE TBUF64 r_phoneui_emergency_call_header
       
  5206     {
       
  5207     buf = qtn_emerg_call_pop_up;
       
  5208     }
       
  5209 
       
  5210 // ---------------------------------------------------------
       
  5211 //    r_phoneui_idle_time_format
       
  5212 //    It define the time format shown on navi pane of idle
       
  5213 //    state.
       
  5214 // ---------------------------------------------------------
       
  5215 //
       
  5216 RESOURCE TBUF r_phoneui_idle_time_format
       
  5217     {
       
  5218     buf = qtn_idle_time_format;
       
  5219     }
       
  5220 
       
  5221 // -----------------------------------------------------------------------------
       
  5222 //    r_phone_life_timer_string
       
  5223 //    It is template for text in life timer note.
       
  5224 // -----------------------------------------------------------------------------
       
  5225 //
       
  5226 RESOURCE TBUF r_phoneui_life_timer_string
       
  5227     {
       
  5228     buf = qtn_note_life_timer;
       
  5229     }
       
  5230 
       
  5231 // ----------------------------------------------------------------
       
  5232 //
       
  5233 //    r_notetext_network_busy
       
  5234 //    Text for a note.
       
  5235 //
       
  5236 // ----------------------------------------------------------------
       
  5237 //
       
  5238 RESOURCE TBUF r_notetext_network_busy
       
  5239     {
       
  5240     buf = text_network_busy;
       
  5241     }
       
  5242 
       
  5243 // ----------------------------------------------------------------
       
  5244 //
       
  5245 //    r_notetext_out_of_range
       
  5246 //    Text for a note.
       
  5247 //
       
  5248 // ----------------------------------------------------------------
       
  5249 //
       
  5250 RESOURCE TBUF r_notetext_out_of_range
       
  5251     {
       
  5252     buf = qtn_tel_info_out_of_range;
       
  5253     }
       
  5254 
       
  5255 // ----------------------------------------------------------------
       
  5256 //
       
  5257 //    r_notetext_signal_faded
       
  5258 //    Text for a note.
       
  5259 //
       
  5260 // ----------------------------------------------------------------
       
  5261 //
       
  5262 RESOURCE TBUF r_notetext_signal_faded
       
  5263     {
       
  5264     buf = qtn_tel_sig_fade_note;
       
  5265     }
       
  5266 
       
  5267 // ----------------------------------------------------------------
       
  5268 //
       
  5269 //    r_notetext_call_failed
       
  5270 //    Text for a note.
       
  5271 //
       
  5272 // ----------------------------------------------------------------
       
  5273 //
       
  5274 RESOURCE TBUF r_notetext_call_failed
       
  5275     {
       
  5276     buf = qtn_tel_info_call_failed;
       
  5277     }
       
  5278 
       
  5279 // ----------------------------------------------------------------
       
  5280 //
       
  5281 //    r_notetext_invalid_phonenumber
       
  5282 //    Text for a note.
       
  5283 //
       
  5284 // ----------------------------------------------------------------
       
  5285 //
       
  5286 RESOURCE TBUF r_notetext_invalid_phonenumber
       
  5287     {
       
  5288     buf = text_invalid_number;
       
  5289     }
       
  5290 
       
  5291 // -----------------------------------------------------------------------------
       
  5292 //
       
  5293 //    r_phone_error_empty_sim_location
       
  5294 //    It is template for text used in error note.
       
  5295 //
       
  5296 // -----------------------------------------------------------------------------
       
  5297 //
       
  5298 RESOURCE TBUF r_notetext_empty_sim_location
       
  5299     {
       
  5300     buf = qtn_simp_note_empty_location;
       
  5301     }
       
  5302 
       
  5303 
       
  5304 
       
  5305 // ----------------------------------------------------------------
       
  5306 //
       
  5307 //    r_notetext_error_in_connection
       
  5308 //    Text for a note.
       
  5309 //
       
  5310 // ----------------------------------------------------------------
       
  5311 //
       
  5312 RESOURCE TBUF r_notetext_error_in_connection
       
  5313     {
       
  5314     buf = text_network_failure;
       
  5315     }
       
  5316 
       
  5317 // ----------------------------------------------------------------
       
  5318 //
       
  5319 //    r_notetext_number_not_in_use
       
  5320 //    Text for a note.
       
  5321 //
       
  5322 // ----------------------------------------------------------------
       
  5323 //
       
  5324 RESOURCE TBUF r_notetext_number_not_in_use
       
  5325     {
       
  5326     buf = text_unassigned_number;
       
  5327     }
       
  5328 
       
  5329 // ----------------------------------------------------------------
       
  5330 //
       
  5331 //    r_notetext_number_barred
       
  5332 //    Text for a note.
       
  5333 //
       
  5334 // ----------------------------------------------------------------
       
  5335 //
       
  5336 RESOURCE TBUF r_notetext_number_barred
       
  5337     {
       
  5338     buf = text_cterm_nbr_barred;
       
  5339     }
       
  5340 
       
  5341 
       
  5342 // ----------------------------------------------------------------
       
  5343 //
       
  5344 //    r_notetext_no_answer
       
  5345 //    Text for a note.
       
  5346 //
       
  5347 // ----------------------------------------------------------------
       
  5348 //
       
  5349 RESOURCE TBUF r_notetext_no_answer
       
  5350     {
       
  5351     buf = text_no_answer;
       
  5352     }
       
  5353 
       
  5354 // ----------------------------------------------------------------
       
  5355 //
       
  5356 //    r_notetext_number_not_in_cug
       
  5357 //    Text for a note.
       
  5358 //
       
  5359 // ----------------------------------------------------------------
       
  5360 //
       
  5361 RESOURCE TBUF r_notetext_number_not_in_cug
       
  5362     {
       
  5363     buf = text_cterm_nbr_not_in_cug;
       
  5364     }
       
  5365 
       
  5366 // ----------------------------------------------------------------
       
  5367 //
       
  5368 //    r_notetext_all_incoming_calls_diverted
       
  5369 //    Text for a note.
       
  5370 //
       
  5371 // ----------------------------------------------------------------
       
  5372 //
       
  5373 RESOURCE TBUF r_notetext_all_incoming_calls_diverted
       
  5374     {
       
  5375     buf = qtn_mocal_calls_diverted_note;
       
  5376     }
       
  5377 
       
  5378 // ----------------------------------------------------------------
       
  5379 //
       
  5380 //    r_notetext_active_diverts
       
  5381 //    Text for a note.
       
  5382 //
       
  5383 // ----------------------------------------------------------------
       
  5384 //
       
  5385 RESOURCE TBUF r_notetext_active_diverts
       
  5386     {
       
  5387     buf = qtn_mocal_active_diverts_note;
       
  5388     }
       
  5389 
       
  5390 // ----------------------------------------------------------------
       
  5391 //
       
  5392 //    r_notetext_diverting
       
  5393 //    Text for a note.
       
  5394 //
       
  5395 // ----------------------------------------------------------------
       
  5396 //
       
  5397 RESOURCE TBUF r_notetext_diverting
       
  5398     {
       
  5399     buf = qtn_mocal_diverting_note;
       
  5400     }
       
  5401 
       
  5402 // ----------------------------------------------------------------
       
  5403 
       
  5404 // ----------------------------------------------------------------
       
  5405 //
       
  5406 //    r_notetext_diverting_incoming_call
       
  5407 //    Text for a note.
       
  5408 //
       
  5409 // ----------------------------------------------------------------
       
  5410 //
       
  5411 RESOURCE TBUF r_notetext_diverting_incoming_call
       
  5412     {
       
  5413     buf = qtn_mtcal_diverting_note;
       
  5414     }
       
  5415 
       
  5416 // ----------------------------------------------------------------
       
  5417 //
       
  5418 //    r_notetext_call_barrings
       
  5419 //    Text for a note.
       
  5420 //
       
  5421 // ----------------------------------------------------------------
       
  5422 //
       
  5423 RESOURCE TBUF r_notetext_call_barrings
       
  5424     {
       
  5425     buf = qtn_mocal_barred_note;
       
  5426     }
       
  5427 
       
  5428 // ----------------------------------------------------------------
       
  5429 //
       
  5430 //    r_error_note_not_allowed
       
  5431 //    Request to Phone Engine is not confirmed
       
  5432 //
       
  5433 // ----------------------------------------------------------------
       
  5434 //
       
  5435 RESOURCE TBUF r_error_note_not_allowed
       
  5436     {
       
  5437     buf = text_not_allowed;
       
  5438     }
       
  5439 // ----------------------------------------------------------------
       
  5440 //
       
  5441 //    r_note_text_conf_audios_handset
       
  5442 //    Information message text if handset activated.
       
  5443 //
       
  5444 // ----------------------------------------------------------------
       
  5445 //
       
  5446 RESOURCE TBUF r_note_text_conf_audios_handset
       
  5447     {
       
  5448     buf = qtn_conf_audios_handset;
       
  5449     }
       
  5450 
       
  5451 // ----------------------------------------------------------------
       
  5452 //
       
  5453 //    r_note_text_conf_audios_bt_accessory
       
  5454 //    Information message text if bluetooth handset activated.
       
  5455 //
       
  5456 // ----------------------------------------------------------------
       
  5457 //
       
  5458 RESOURCE TBUF r_note_text_conf_audios_bt_accessory
       
  5459     {
       
  5460     buf = qtn_conf_audios_bt_accessory;
       
  5461     }
       
  5462 
       
  5463 // ----------------------------------------------------------------
       
  5464 //
       
  5465 //    r_note_text_cug_in_use
       
  5466 //    The network might send a notification within the call
       
  5467 //    creation if the CUG index is used for the current call.
       
  5468 //
       
  5469 // ----------------------------------------------------------------
       
  5470 //
       
  5471 RESOURCE TBUF r_note_text_cug_in_use
       
  5472     {
       
  5473     buf = text_cug_in_use;
       
  5474     }
       
  5475 
       
  5476 // ----------------------------------------------------------------
       
  5477 //
       
  5478 //    r_note_text_clir_change
       
  5479 //    If CLIR is subscribed to the permanent option for showing a caller’s
       
  5480 //    number, and the user has tried to invoke CLIR temporarily,
       
  5481 //    the operator prevents the calling.
       
  5482 //
       
  5483 // ----------------------------------------------------------------
       
  5484 //
       
  5485 RESOURCE TBUF r_note_text_clir_change
       
  5486     {
       
  5487     buf = text_clir_change;
       
  5488     }
       
  5489 
       
  5490 // ----------------------------------------------------------------
       
  5491 //
       
  5492 // r_note_incal_query_vcall_failed
       
  5493 // Query text for user to inform if video call setup failed
       
  5494 //
       
  5495 // ----------------------------------------------------------------
       
  5496 //
       
  5497 RESOURCE TBUF r_note_incal_query_vcall_failed
       
  5498     {
       
  5499     buf = qtn_incal_query_vcall_failed;
       
  5500     }
       
  5501 
       
  5502 // ---------------------------------------------------------
       
  5503 //
       
  5504 //    r_phoneui_default_skey_list
       
  5505 //    It contains overrides for keypad tones.
       
  5506 //
       
  5507 // ---------------------------------------------------------
       
  5508 //
       
  5509 RESOURCE AVKON_SKEY_LIST r_phoneui_default_skey_list
       
  5510     {
       
  5511     list =
       
  5512         {
       
  5513         AVKON_SKEY_INFO {key='0'; sid=EAvkonSIDNoSound;},
       
  5514         AVKON_SKEY_INFO {key='0'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5515         AVKON_SKEY_INFO {key='0'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5516         AVKON_SKEY_INFO {key='1'; sid=EAvkonSIDNoSound;},
       
  5517         AVKON_SKEY_INFO {key='1'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5518         AVKON_SKEY_INFO {key='1'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5519         AVKON_SKEY_INFO {key='2'; sid=EAvkonSIDNoSound;},
       
  5520         AVKON_SKEY_INFO {key='2'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5521         AVKON_SKEY_INFO {key='2'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5522         AVKON_SKEY_INFO {key='3'; sid=EAvkonSIDNoSound;},
       
  5523         AVKON_SKEY_INFO {key='3'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5524         AVKON_SKEY_INFO {key='3'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5525         AVKON_SKEY_INFO {key='4'; sid=EAvkonSIDNoSound;},
       
  5526         AVKON_SKEY_INFO {key='4'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5527         AVKON_SKEY_INFO {key='4'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5528         AVKON_SKEY_INFO {key='5'; sid=EAvkonSIDNoSound;},
       
  5529         AVKON_SKEY_INFO {key='5'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5530         AVKON_SKEY_INFO {key='5'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5531         AVKON_SKEY_INFO {key='6'; sid=EAvkonSIDNoSound;},
       
  5532         AVKON_SKEY_INFO {key='6'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5533         AVKON_SKEY_INFO {key='6'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5534         AVKON_SKEY_INFO {key='7'; sid=EAvkonSIDNoSound;},
       
  5535         AVKON_SKEY_INFO {key='7'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5536         AVKON_SKEY_INFO {key='7'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5537         AVKON_SKEY_INFO {key='8'; sid=EAvkonSIDNoSound;},
       
  5538         AVKON_SKEY_INFO {key='8'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5539         AVKON_SKEY_INFO {key='8'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5540         AVKON_SKEY_INFO {key='9'; sid=EAvkonSIDNoSound;},
       
  5541         AVKON_SKEY_INFO {key='9'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5542         AVKON_SKEY_INFO {key='9'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5543         AVKON_SKEY_INFO {key='*'; sid=EAvkonSIDNoSound;},
       
  5544         AVKON_SKEY_INFO {key='*'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5545         AVKON_SKEY_INFO {key='*'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
       
  5546         AVKON_SKEY_INFO {key=EStdKeyHash; sid=EAvkonSIDNoSound;},
       
  5547         AVKON_SKEY_INFO {key=EStdKeyHash; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
       
  5548         AVKON_SKEY_INFO {key=EStdKeyHash; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}
       
  5549         };
       
  5550     }
       
  5551 
       
  5552 // ---------------------------------------------------------
       
  5553 //
       
  5554 //    r_phone_emergency_network_connect_wait_note
       
  5555 //
       
  5556 //    It defines wait note showing when attempting an
       
  5557 //    emergency call.
       
  5558 //
       
  5559 // ---------------------------------------------------------
       
  5560 //
       
  5561 RESOURCE DIALOG r_phone_emergency_network_connect_wait_note
       
  5562     {
       
  5563     flags = EEikDialogFlagNoDrag |
       
  5564             EEikDialogFlagNoTitleBar |
       
  5565             EEikDialogFlagCbaButtons;
       
  5566 
       
  5567     buttons = r_phoneui_callhandling_callsetup_empty_endoutgoing_cba;
       
  5568     items =
       
  5569         {
       
  5570         DLG_LINE
       
  5571             {
       
  5572             type = EAknCtNote;
       
  5573             id = EPhoneWaitNote;
       
  5574             control = AVKON_NOTE
       
  5575                 {
       
  5576                 layout = EWaitLayout;
       
  5577                 singular_label = qtn_emerg_emergency_call_note;
       
  5578                 imageid=EMbmAvkonQgn_note_progress;
       
  5579                 imagemask=EMbmAvkonQgn_note_progress_mask;
       
  5580                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  5581                 };
       
  5582             }
       
  5583         };
       
  5584     }
       
  5585 // ---------------------------------------------------------
       
  5586 //
       
  5587 //    r_phone_emergency_network_connect_wait_note_empty_dialer
       
  5588 //
       
  5589 //    It defines wait note showing when attempting an
       
  5590 //    emergency call with onscreen dialer.
       
  5591 //
       
  5592 // ---------------------------------------------------------
       
  5593 //
       
  5594 RESOURCE DIALOG r_phone_emergency_network_connect_wait_note_empty_dialer
       
  5595     {
       
  5596     flags = EEikDialogFlagNoDrag |
       
  5597             EEikDialogFlagNoTitleBar |
       
  5598             EEikDialogFlagCbaButtons;
       
  5599 
       
  5600     buttons = r_phoneui_callhandling_callsetup_empty_dtmfdialer_cba;
       
  5601     items =
       
  5602         {
       
  5603         DLG_LINE
       
  5604             {
       
  5605             type = EAknCtNote;
       
  5606             id = EPhoneWaitNote;
       
  5607             control = AVKON_NOTE
       
  5608                 {
       
  5609                 layout = EWaitLayout;
       
  5610                 singular_label = qtn_emerg_emergency_call_note;
       
  5611                 imageid=EMbmAvkonQgn_note_progress;
       
  5612                 imagemask=EMbmAvkonQgn_note_progress_mask;
       
  5613                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  5614                 };
       
  5615             }
       
  5616         };
       
  5617     }
       
  5618 // ---------------------------------------------------------
       
  5619 //
       
  5620 //    r_phoneui_emergency_attempting_wait_note
       
  5621 //
       
  5622 //    It defines wait note showing when attempting an
       
  5623 //    emergency call.
       
  5624 //
       
  5625 // ---------------------------------------------------------
       
  5626 //
       
  5627 RESOURCE DIALOG r_phone_disconnecting_network_wait_note
       
  5628     {
       
  5629     flags = EEikDialogFlagNoDrag |
       
  5630             EEikDialogFlagNoTitleBar |
       
  5631             EEikDialogFlagCbaButtons;
       
  5632 
       
  5633     items =
       
  5634         {
       
  5635         DLG_LINE
       
  5636             {
       
  5637             type = EAknCtNote;
       
  5638             id = EPhoneWaitNote;
       
  5639             control = AVKON_NOTE
       
  5640                 {
       
  5641                 layout = EWaitLayout;
       
  5642                 singular_label = qtn_nam_disconnecting;
       
  5643                 imageid=EMbmAvkonQgn_note_progress;
       
  5644                 imagemask=EMbmAvkonQgn_note_progress_mask;
       
  5645                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  5646                 };
       
  5647             }
       
  5648         };
       
  5649     }
       
  5650 
       
  5651 
       
  5652 // ---------------------------------------------------------
       
  5653 //
       
  5654 //    r_phone_emergency_mode_information_note
       
  5655 //    It defines the information note for
       
  5656 //    Emergency Mode notes
       
  5657 //
       
  5658 // ---------------------------------------------------------
       
  5659 //
       
  5660 RESOURCE DIALOG r_phone_emergency_mode_information_note
       
  5661     {
       
  5662     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
  5663             EEikDialogFlagCbaButtons;
       
  5664 
       
  5665     buttons = r_phoneui_emergency_mode_note_cba;
       
  5666     items =
       
  5667         {
       
  5668         DLG_LINE
       
  5669             {
       
  5670             type = EAknCtNote;
       
  5671             id = EPhoneGeneralNote;
       
  5672             control = AVKON_NOTE
       
  5673                 {
       
  5674                 layout = EGeneralLayout;
       
  5675                 singular_label = qtn_emerg_emerg_only_perm;
       
  5676                 plural_label = "";
       
  5677                 animation = R_QGN_NOTE_INFO_ANIM;
       
  5678                 };
       
  5679             }
       
  5680         };
       
  5681     }
       
  5682 
       
  5683 RESOURCE AVKON_LAYOUT_RECT r_avkon_exit_emergency_query_heading_pane { l=0; t=3; W=168; H=23; }
       
  5684 
       
  5685 // ---------------------------------------------------------
       
  5686 //
       
  5687 //    r_phone_exit_emergency_mode_query
       
  5688 //    It defines the information note for
       
  5689 //    Emergency Mode notes
       
  5690 //
       
  5691 // ---------------------------------------------------------
       
  5692 
       
  5693 
       
  5694 RESOURCE DIALOG r_phone_exit_emergency_mode_query
       
  5695     {
       
  5696     flags = EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
  5697 
       
  5698     buttons = r_phoneui_exit_emergency_mode_cba;
       
  5699     items =
       
  5700         {
       
  5701     DLG_LINE
       
  5702         {
       
  5703         type = EAknCtPopupHeadingPane;
       
  5704         id = EAknMessageQueryHeaderId;
       
  5705         control = AVKON_HEADING
       
  5706         {
       
  5707         label  = qtn_emerg_query_hdr_warn;
       
  5708         headinglayout = r_avkon_exit_emergency_query_heading_pane;
       
  5709         };
       
  5710         },
       
  5711         DLG_LINE
       
  5712             {
       
  5713             type = EAknCtMessageQuery;
       
  5714             id = EAknMessageQueryContentId;
       
  5715             control = AVKON_MESSAGE_QUERY
       
  5716                 {
       
  5717                 message = qtn_emerg_gps_quest_contine;
       
  5718                 };
       
  5719             }
       
  5720         };
       
  5721     }
       
  5722 
       
  5723 // ---------------------------------------------------------
       
  5724 //
       
  5725 //    r_phoneui_enter_service_area_information_note
       
  5726 //    It defines the information note for
       
  5727 //    Emergency Mode notes
       
  5728 //
       
  5729 // ---------------------------------------------------------
       
  5730 //
       
  5731 RESOURCE DIALOG r_phoneui_enter_service_area_information_note
       
  5732     {
       
  5733     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
  5734             EEikDialogFlagCbaButtons;
       
  5735 
       
  5736     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  5737     items =
       
  5738         {
       
  5739         DLG_LINE
       
  5740             {
       
  5741             type = EAknCtNote;
       
  5742             id = EPhoneGeneralNote;
       
  5743             control = AVKON_NOTE
       
  5744                 {
       
  5745                 layout = EGeneralLayout;
       
  5746                 singular_label = "";
       
  5747                 plural_label = "";
       
  5748                 };
       
  5749             }
       
  5750         };
       
  5751     }
       
  5752 
       
  5753 // ---------------------------------------------------------
       
  5754 //
       
  5755 //    r_phoneui_no_service_information_note
       
  5756 //    It defines the information note for
       
  5757 //    Emergency Mode notes
       
  5758 //
       
  5759 // ---------------------------------------------------------
       
  5760 //
       
  5761 RESOURCE DIALOG r_phoneui_no_service_information_note
       
  5762     {
       
  5763     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
  5764             EEikDialogFlagCbaButtons;
       
  5765 
       
  5766     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  5767     items =
       
  5768         {
       
  5769         DLG_LINE
       
  5770             {
       
  5771             type = EAknCtNote;
       
  5772             id = EPhoneGeneralNote;
       
  5773             control = AVKON_NOTE
       
  5774                 {
       
  5775                 layout = EGeneralLayout;
       
  5776                 singular_label = "";
       
  5777                 plural_label = "";
       
  5778                 animation = R_QGN_NOTE_INFO_ANIM;
       
  5779                 };
       
  5780             }
       
  5781         };
       
  5782     }
       
  5783 // -----------------------------------------------------------------------------
       
  5784 //
       
  5785 //    r_phoneui_send_dtmf_query
       
  5786 //    This is a data query used to ask for a DTMF number from the user.
       
  5787 //
       
  5788 // -----------------------------------------------------------------------------
       
  5789 //
       
  5790 RESOURCE DIALOG r_phoneui_send_dtmf_query
       
  5791     {
       
  5792     flags = EGeneralQueryFlags;
       
  5793     buttons = R_AVKON_SOFTKEYS_EMPTY;   // NOTE: CBA is overridden by CPADataQuery inherited class
       
  5794     items =
       
  5795         {
       
  5796         DLG_LINE
       
  5797             {
       
  5798             type = EAknCtQuery;
       
  5799             id = EGeneralQuery;
       
  5800             control = AVKON_DATA_QUERY
       
  5801                 {
       
  5802                 layout = EPhoneLayout;
       
  5803                 label = qtn_dtmf_number_query;
       
  5804                 control = EDWIN
       
  5805                     {
       
  5806                     flags = EEikEdwinNoHorizScrolling |
       
  5807                             EEikEdwinResizable;
       
  5808                     maxlength = 60;
       
  5809                     width = 6;
       
  5810                     lines = 1;
       
  5811                     allowed_input_modes = EAknEditorNumericInputMode;
       
  5812                     default_input_mode = EAknEditorNumericInputMode;
       
  5813                     };
       
  5814                 };
       
  5815             }
       
  5816         };
       
  5817     }
       
  5818 
       
  5819 // -----------------------------------------------------------------------------
       
  5820 //
       
  5821 //    r_phoneui_dtmf_speed_dial_number_query
       
  5822 //    This is a data query used to ask for a speed dial number from the user.
       
  5823 //
       
  5824 // -----------------------------------------------------------------------------
       
  5825 //
       
  5826 RESOURCE DIALOG r_phoneui_dtmf_speed_dial_number_query
       
  5827     {
       
  5828     flags = EGeneralQueryFlags;
       
  5829     buttons = R_AVKON_SOFTKEYS_EMPTY;   // NOTE: CBA is overridden by CPADataQuery inherited class
       
  5830     items =
       
  5831         {
       
  5832         DLG_LINE
       
  5833             {
       
  5834             type = EAknCtQuery;
       
  5835             id = EGeneralQuery;
       
  5836             control = AVKON_DATA_QUERY
       
  5837                 {
       
  5838                 layout = EPhoneLayout;
       
  5839                 label = qtn_dtmf_spdial_number_query;
       
  5840                 control = EDWIN
       
  5841                     {
       
  5842                     flags = EEikEdwinNoHorizScrolling |
       
  5843                             EEikEdwinResizable;
       
  5844                     maxlength = 60;
       
  5845                     width = 6;
       
  5846                     lines = 1;
       
  5847                     allowed_input_modes = EAknEditorNumericInputMode;
       
  5848                     default_input_mode = EAknEditorNumericInputMode;
       
  5849                     };
       
  5850                 };
       
  5851             }
       
  5852         };
       
  5853     }
       
  5854 
       
  5855 // -----------------------------------------------------------------------------
       
  5856 //
       
  5857 //    r_phoneui_sending_dtmf_wait_note
       
  5858 //    This is a wait note, shown while the PhoneEngine plays the DTMF String.
       
  5859 //
       
  5860 // -----------------------------------------------------------------------------
       
  5861 //
       
  5862 RESOURCE DIALOG r_phoneui_sending_dtmf_wait_note
       
  5863     {
       
  5864     flags = EEikDialogFlagNoDrag |
       
  5865             EEikDialogFlagNoTitleBar |
       
  5866             EEikDialogFlagCbaButtons;
       
  5867 
       
  5868     buttons = r_phoneui_dtmf_softkeys_empty_cancel;
       
  5869     items =
       
  5870         {
       
  5871         DLG_LINE
       
  5872             {
       
  5873             type = EAknCtNote;
       
  5874             id = EPhoneWaitNote;
       
  5875             control = AVKON_NOTE
       
  5876                 {
       
  5877                 layout = EWaitLayout;
       
  5878                 singular_label = "";    // generated dynamically...
       
  5879                 imageid = EMbmAvkonQgn_note_progress;
       
  5880                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
  5881                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  5882                 };
       
  5883             }
       
  5884         };
       
  5885     }
       
  5886 
       
  5887 // -----------------------------------------------------------------------------
       
  5888 //
       
  5889 //    r_phoneui_sending_dtmf_wait_note_text
       
  5890 //    This is a template used to produce the text
       
  5891 //    for the r_phone_dtmf_sending_wait_note wait note.
       
  5892 //
       
  5893 // -----------------------------------------------------------------------------
       
  5894 //
       
  5895 RESOURCE TBUF r_phoneui_sending_dtmf_wait_note_text
       
  5896     {
       
  5897     buf = qtn_dtmf_sending_wait_note;
       
  5898     }
       
  5899 
       
  5900 // -----------------------------------------------------------------------------
       
  5901 //
       
  5902 //    r_phoneui_dtmf_wait_character_confirmation_query
       
  5903 //    This dialog is used by DTMF Feature, displayed after a Wait Character is
       
  5904 //    parsed, to ask the user if they wish to continue sending, or cancel.
       
  5905 //
       
  5906 // -----------------------------------------------------------------------------
       
  5907 //
       
  5908 RESOURCE DIALOG r_phoneui_dtmf_wait_character_confirmation_query
       
  5909     {
       
  5910     flags = EGeneralQueryFlags;
       
  5911     buttons = r_phoneui_dtmf_softkeys_send_cancel;
       
  5912     items =
       
  5913         {
       
  5914         DLG_LINE
       
  5915             {
       
  5916             type = EAknCtQuery;
       
  5917             id = EGeneralQuery;
       
  5918             control = AVKON_CONFIRMATION_QUERY
       
  5919                 {
       
  5920                 layout = EConfirmationLayout;
       
  5921                 label = ""; // generated dynamically...
       
  5922                 };
       
  5923             }
       
  5924         };
       
  5925     }
       
  5926 
       
  5927 
       
  5928 // -----------------------------------------------------------------------------
       
  5929 //
       
  5930 //    r_phoneui_als_confirmation_query
       
  5931 //    It defines  the confirmaiton query dialogue when the system
       
  5932 //    is about to toggle primary phone line and alternative phone
       
  5933 //    phone line.
       
  5934 //
       
  5935 // -----------------------------------------------------------------------------
       
  5936 //
       
  5937 
       
  5938 RESOURCE DIALOG r_phoneui_als_confirmation_query
       
  5939     {
       
  5940     flags=EGeneralQueryFlags;
       
  5941     buttons=r_phoneui_als_query_softkeys_yes_no;
       
  5942     items=
       
  5943         {
       
  5944         DLG_LINE
       
  5945             {
       
  5946             type=EAknCtQuery;
       
  5947             id=EGeneralQuery;
       
  5948             control= AVKON_CONFIRMATION_QUERY
       
  5949                 {
       
  5950                 layout = EConfirmationLayout;
       
  5951                 label = text_als_line_change_query;
       
  5952                 animation = R_QGN_NOTE_QUERY_ANIM;
       
  5953                 };
       
  5954             }
       
  5955         };
       
  5956     }
       
  5957 
       
  5958 // -----------------------------------------------------------------------------
       
  5959 //
       
  5960 //    r_phoneui_als_query_softkeys_yes_no
       
  5961 //    It is softkeys for als line change confirmation query.
       
  5962 //
       
  5963 // -----------------------------------------------------------------------------
       
  5964 //
       
  5965 RESOURCE CBA r_phoneui_als_query_softkeys_yes_no
       
  5966     {
       
  5967     buttons =
       
  5968         {
       
  5969         CBA_BUTTON
       
  5970             {
       
  5971             id = EPhoneCmdYesAlsLineChange;
       
  5972             txt = text_softkey_yes;
       
  5973             },
       
  5974         CBA_BUTTON
       
  5975             {
       
  5976             id = EPhoneCmdNoAlsLineChange;
       
  5977             txt = text_softkey_no;
       
  5978             },
       
  5979         CBA_BUTTON
       
  5980             {
       
  5981             id = EPhoneCmdYesAlsLineChange;
       
  5982             }
       
  5983         };
       
  5984     }
       
  5985 
       
  5986 // -----------------------------------------------------------------------------
       
  5987 //
       
  5988 //    r_phoneui_als_line_blocking_error
       
  5989 //    If user try to change als line while link blocking is on,
       
  5990 //    this error note will be shown.
       
  5991 //
       
  5992 // -----------------------------------------------------------------------------
       
  5993 //
       
  5994 RESOURCE TBUF r_phoneui_line_blocking_note_text
       
  5995     {
       
  5996     buf = qtn_als_line_error_no_line_change;
       
  5997     }
       
  5998 
       
  5999 
       
  6000 // -----------------------------------------------------------------------------
       
  6001 //
       
  6002 //    r_phoneui_new_call_phone_number_editor
       
  6003 //    The "Phone number Editor" dialog for New call
       
  6004 //
       
  6005 // -----------------------------------------------------------------------------
       
  6006 //
       
  6007 RESOURCE DIALOG r_phoneui_new_call_phone_number_editor
       
  6008     {
       
  6009     flags = EAknDialogGenericQueryFlags | EEikDialogFlagNoShadow;
       
  6010     buttons = r_phoneui_callhandling_new_call_find_cba;
       
  6011     items =
       
  6012         {
       
  6013         DLG_LINE
       
  6014             {
       
  6015             type = EAknCtQuery;
       
  6016             id = EGeneralQuery;
       
  6017             control = AVKON_DATA_QUERY
       
  6018                 {
       
  6019                 layout = EPhoneLayout;
       
  6020                 label = text_phone_number;
       
  6021                 control = EDWIN
       
  6022                     {
       
  6023                     flags = EEikEdwinNoHorizScrolling |
       
  6024                             EEikEdwinResizable;
       
  6025                     width=6;
       
  6026                     lines=1;
       
  6027                     maxlength=80;
       
  6028                     allowed_input_modes = EAknEditorNumericInputMode;
       
  6029                     default_input_mode = EAknEditorNumericInputMode;
       
  6030                     };
       
  6031                 };
       
  6032             }
       
  6033         };
       
  6034     }
       
  6035 
       
  6036 
       
  6037 // -----------------------------------------------------------------------------
       
  6038 //
       
  6039 //    r_phoneui_title_in_new_call_fetch
       
  6040 //    It is title used in new call single item fetch.
       
  6041 //
       
  6042 // -----------------------------------------------------------------------------
       
  6043 //
       
  6044 RESOURCE TBUF r_phoneui_title_in_new_call_fetch
       
  6045     {
       
  6046     buf = qtn_incal_call_title;
       
  6047     }
       
  6048 
       
  6049 // -----------------------------------------------------------------------------
       
  6050 //
       
  6051 // The following resources exist so that translated strings can be referenced
       
  6052 // directly in C++ code.
       
  6053 //
       
  6054 // -----------------------------------------------------------------------------
       
  6055 //
       
  6056 RESOURCE TBUF r_phoneui_dtmf_wait_character_confirmation_query_text
       
  6057     {
       
  6058     buf = qtn_dtmf_send_string_query;
       
  6059     }
       
  6060 
       
  6061 // -----------------------------------------------------------------------------
       
  6062 //
       
  6063 //    r_phoneui_title_in_dtmf_fetch
       
  6064 //    It is text shown in title pane during DTMF fetch.
       
  6065 //
       
  6066 // -----------------------------------------------------------------------------
       
  6067 //
       
  6068 RESOURCE TBUF r_phoneui_title_in_dtmf_fetch
       
  6069     {
       
  6070     buf = qtn_dtmf_phonebook_title;
       
  6071     }
       
  6072 // -----------------------------------------------------------------------------
       
  6073 //
       
  6074 //    r_phoneui_information_note
       
  6075 //    It defines note template for information notes. Text
       
  6076 //    must be replaced to correct in code.
       
  6077 //
       
  6078 // -----------------------------------------------------------------------------
       
  6079 //
       
  6080 RESOURCE DIALOG r_phone_information_note
       
  6081     {
       
  6082     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
  6083             EEikDialogFlagCbaButtons;
       
  6084     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  6085     items =
       
  6086         {
       
  6087         DLG_LINE
       
  6088             {
       
  6089             type = EAknCtNote;
       
  6090             id = EPhoneGeneralNote;
       
  6091             control = AVKON_NOTE
       
  6092                 {
       
  6093                 layout = EGeneralLayout;
       
  6094                 singular_label = ""; //must be replaced to correct in code
       
  6095                 plural_label = "";
       
  6096                 animation = R_QGN_NOTE_INFO_ANIM;
       
  6097                 };
       
  6098             }
       
  6099         };
       
  6100     }
       
  6101 
       
  6102 // -----------------------------------------------------------------------------
       
  6103 //
       
  6104 //    r_conference_private_softkeys
       
  6105 //    It contains softkey definitions for private operation.
       
  6106 //
       
  6107 // -----------------------------------------------------------------------------
       
  6108 //
       
  6109 RESOURCE CBA r_conference_private_softkeys
       
  6110     {
       
  6111     buttons =
       
  6112         {
       
  6113         CBA_BUTTON
       
  6114             {
       
  6115             id = EPhoneInCallCmdPrivate;
       
  6116             txt = qtn_softkey_private;
       
  6117             },
       
  6118         CBA_BUTTON
       
  6119             {
       
  6120             id = EAknSoftkeyCancel;
       
  6121             txt = text_softkey_cancel;
       
  6122             },
       
  6123         CBA_BUTTON
       
  6124             {
       
  6125             id = EPhoneInCallCmdPrivate;
       
  6126             }
       
  6127         };
       
  6128     }
       
  6129 
       
  6130 // -----------------------------------------------------------------------------
       
  6131 //
       
  6132 //    r_conference_private_dialog
       
  6133 //    It contains definition for private dialog.
       
  6134 //
       
  6135 // -----------------------------------------------------------------------------
       
  6136 //
       
  6137 RESOURCE DIALOG r_conference_private_dialog
       
  6138     {
       
  6139     flags = EEikDialogFlagNoDrag |
       
  6140             EEikDialogFlagNoTitleBar |
       
  6141             EEikDialogFlagCbaButtons |
       
  6142             EEikDialogFlagNoBackgroundFade |
       
  6143             EEikDialogFlagNotifyEsc;
       
  6144 
       
  6145     buttons = r_conference_private_softkeys;
       
  6146     }
       
  6147 
       
  6148 // -----------------------------------------------------------------------------
       
  6149 //
       
  6150 //    r_conference_dropparticipant_softkeys
       
  6151 //    It contains softkey definitions for drop participant
       
  6152 //    operation.
       
  6153 //
       
  6154 // -----------------------------------------------------------------------------
       
  6155 //
       
  6156 RESOURCE CBA r_conference_dropparticipant_softkeys
       
  6157     {
       
  6158     buttons =
       
  6159         {
       
  6160         CBA_BUTTON
       
  6161             {
       
  6162             id = EPhoneInCallCmdDrop;
       
  6163             txt = qtn_softkey_drop_participant;
       
  6164             },
       
  6165         CBA_BUTTON
       
  6166             {
       
  6167             id = EAknSoftkeyCancel;
       
  6168             txt = text_softkey_cancel;
       
  6169             },
       
  6170         CBA_BUTTON
       
  6171             {
       
  6172             id = EPhoneInCallCmdDrop;
       
  6173             }
       
  6174         };
       
  6175     }
       
  6176 
       
  6177 // -----------------------------------------------------------------------------
       
  6178 //
       
  6179 //    r_conference_dropparticipant_dialog
       
  6180 //    It contains definition for drop participant dialog.
       
  6181 //
       
  6182 // -----------------------------------------------------------------------------
       
  6183 //
       
  6184 RESOURCE DIALOG r_conference_dropparticipant_dialog
       
  6185     {
       
  6186     flags = EEikDialogFlagNoDrag |
       
  6187             EEikDialogFlagNoTitleBar |
       
  6188             EEikDialogFlagCbaButtons |
       
  6189             EEikDialogFlagNoBackgroundFade |
       
  6190             EEikDialogFlagNotifyEsc;
       
  6191     buttons = r_conference_dropparticipant_softkeys;
       
  6192     }
       
  6193 
       
  6194 
       
  6195 
       
  6196 // -----------------------------------------------------------------------------
       
  6197 //    r_phone_imei_string
       
  6198 //    It is template for text in IMEI note.
       
  6199 // -----------------------------------------------------------------------------
       
  6200 //
       
  6201 RESOURCE TBUF r_phone_imei_string
       
  6202     {
       
  6203     buf = text_imei;
       
  6204     }
       
  6205 
       
  6206 // -----------------------------------------------------------------------------
       
  6207 //    r_phone_bt_dev_address
       
  6208 //    It is template for text in bluetooth device address note.
       
  6209 // -----------------------------------------------------------------------------
       
  6210 //
       
  6211 RESOURCE TBUF r_phone_bt_dev_address
       
  6212     {
       
  6213     buf = qtn_bt_dev_address;
       
  6214     }
       
  6215 
       
  6216 
       
  6217 // ---------------------------------------------------------
       
  6218 //
       
  6219 //    r_phone_information_note_with_wait
       
  6220 //    It defines note template for information notes. Text
       
  6221 //    must be replaced to correct in code. Note has wait
       
  6222 //    flag.
       
  6223 //
       
  6224 // ---------------------------------------------------------
       
  6225 //
       
  6226 RESOURCE DIALOG r_phone_information_note_with_wait
       
  6227     {
       
  6228     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
  6229             EEikDialogFlagCbaButtons | EEikDialogFlagWait;
       
  6230     buttons = r_phoneui_wait_note_cba;
       
  6231     items =
       
  6232         {
       
  6233         DLG_LINE
       
  6234             {
       
  6235             type = EAknCtNote;
       
  6236             id = EPhoneGeneralNote;
       
  6237             control = AVKON_NOTE
       
  6238                 {
       
  6239                 layout = EGeneralLayout;
       
  6240                 singular_label = ""; //must be replaced to correct in code
       
  6241                 plural_label = "";
       
  6242                 animation = R_QGN_NOTE_INFO_ANIM;
       
  6243                 };
       
  6244             }
       
  6245         };
       
  6246     }
       
  6247 
       
  6248 // -----------------------------------------------------------------------------
       
  6249 //
       
  6250 //    r_phone_confirmation_note
       
  6251 //    It defines note template for confirmation notes. Text
       
  6252 //    must be replaced to correct in code.
       
  6253 //
       
  6254 // -----------------------------------------------------------------------------
       
  6255 //
       
  6256 RESOURCE DIALOG r_phone_confirmation_note
       
  6257     {
       
  6258     flags = EEikDialogFlagNoDrag |
       
  6259             EEikDialogFlagNoTitleBar |
       
  6260             EEikDialogFlagCbaButtons;
       
  6261     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  6262     items =
       
  6263         {
       
  6264         DLG_LINE
       
  6265             {
       
  6266             type = EAknCtNote;
       
  6267             id = EPhoneGeneralNote;
       
  6268             control = AVKON_NOTE
       
  6269                 {
       
  6270                 layout = EGeneralLayout;
       
  6271                 singular_label = ""; //must be replaced to correct in code
       
  6272                 plural_label = "";
       
  6273                 animation = R_QGN_NOTE_OK_ANIM;
       
  6274                 };
       
  6275             }
       
  6276         };
       
  6277     }
       
  6278 // -----------------------------------------------------------------------------
       
  6279 //
       
  6280 //    r_phone_warning_note
       
  6281 //    It defines note template for warning notes. Text
       
  6282 //    must be replaced to correct in code.
       
  6283 //
       
  6284 // -----------------------------------------------------------------------------
       
  6285 //
       
  6286 RESOURCE DIALOG r_phone_warning_note
       
  6287     {
       
  6288     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
  6289             EEikDialogFlagCbaButtons;
       
  6290     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  6291     items =
       
  6292         {
       
  6293         DLG_LINE
       
  6294             {
       
  6295             type = EAknCtNote;
       
  6296             id = EPhoneGeneralNote;
       
  6297             control = AVKON_NOTE
       
  6298                 {
       
  6299                 layout = EGeneralLayout;
       
  6300                 singular_label = ""; //must be replaced to correct in code
       
  6301                 plural_label = "";
       
  6302                 animation = R_QGN_NOTE_WARNING_ANIM;
       
  6303                 };
       
  6304             }
       
  6305         };
       
  6306     }
       
  6307 
       
  6308 // -----------------------------------------------------------------------------
       
  6309 //
       
  6310 //    r_phone_error_note
       
  6311 //    It defines note template for error notes. Text
       
  6312 //    must be replaced to correct in code.
       
  6313 //
       
  6314 // -----------------------------------------------------------------------------
       
  6315 //
       
  6316 RESOURCE DIALOG r_phone_error_note
       
  6317     {
       
  6318     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
  6319             EEikDialogFlagCbaButtons;
       
  6320     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  6321     items =
       
  6322         {
       
  6323         DLG_LINE
       
  6324             {
       
  6325             type = EAknCtNote;
       
  6326             id = EPhoneGeneralNote;
       
  6327             control = AVKON_NOTE
       
  6328                 {
       
  6329                 layout = EGeneralLayout;
       
  6330                 singular_label = ""; //must be replaced to correct in code
       
  6331                 plural_label = "";
       
  6332                 animation = R_QGN_NOTE_ERROR_ANIM;
       
  6333                 };
       
  6334             }
       
  6335         };
       
  6336     }
       
  6337 
       
  6338 //----------------------------------------------------
       
  6339 //
       
  6340 //    r_requesting_wait_note
       
  6341 //    Requesting wait note when USSD is activated
       
  6342 //----------------------------------------------------
       
  6343 //
       
  6344 RESOURCE DIALOG r_requesting_wait_note
       
  6345     {
       
  6346     flags = EAknWaitNoteFlags;
       
  6347     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  6348     items=
       
  6349         {
       
  6350         DLG_LINE
       
  6351             {
       
  6352             type=EAknCtNote;
       
  6353             id = EPhoneWaitNote;
       
  6354             control= AVKON_NOTE
       
  6355                 {
       
  6356                 layout = EWaitLayout;
       
  6357                 singular_label = text_sending;
       
  6358                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  6359                 };
       
  6360             }
       
  6361         };
       
  6362     }
       
  6363 
       
  6364 // -----------------------------------------------------------------------------
       
  6365 //
       
  6366 //    r_phone_security_information_note
       
  6367 //    It defines note template for information notes for
       
  6368 //    security notes. Text must be replaced to correct in code.
       
  6369 //
       
  6370 // -----------------------------------------------------------------------------
       
  6371 //
       
  6372 RESOURCE DIALOG r_phone_security_information_note
       
  6373     {
       
  6374     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
  6375             EEikDialogFlagCbaButtons;
       
  6376     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  6377     items =
       
  6378         {
       
  6379         DLG_LINE
       
  6380             {
       
  6381             type = EAknCtNote;
       
  6382             id = EPhoneGeneralNote;
       
  6383             control = AVKON_NOTE
       
  6384                 {
       
  6385                 layout = EGeneralLayout;
       
  6386                 singular_label = "";
       
  6387                 plural_label = "";
       
  6388                 animation = R_QGN_NOTE_INFO_ANIM;
       
  6389                 };
       
  6390             }
       
  6391         };
       
  6392     }
       
  6393 
       
  6394 
       
  6395 
       
  6396 RESOURCE TBUF  r_phone_ss_notification_mocal_waiting_text
       
  6397     {
       
  6398         buf = qtn_mocal_waiting_note;
       
  6399     }
       
  6400 
       
  6401 RESOURCE TBUF  r_phone_ss_notification_clir_suppr_reject_text
       
  6402     {
       
  6403         buf = text_clir_suppr_reject;
       
  6404     }
       
  6405 
       
  6406 
       
  6407 RESOURCE TBUF  r_phone_ss_notification_incal_info_hold_text
       
  6408     {
       
  6409         buf = qtn_incal_info_hold;
       
  6410     }
       
  6411 
       
  6412 // -----------------------------------------------------------------------------
       
  6413 //
       
  6414 //    r_phone_ss_notification_incal_wait_transfer_text
       
  6415 //
       
  6416 // -----------------------------------------------------------------------------
       
  6417 //
       
  6418 RESOURCE TBUF  r_phone_ss_notification_incal_wait_transfer_text
       
  6419     {
       
  6420         buf = qtn_incal_wait_transfer;
       
  6421     }
       
  6422 
       
  6423 RESOURCE TBUF  r_phone_ss_notification_incal_transferred_text
       
  6424     {
       
  6425         buf = qtn_incal_transferred_note;
       
  6426     }
       
  6427 
       
  6428 
       
  6429 RESOURCE TBUF  r_phone_ss_notification_incal_transferred_nro_text
       
  6430     {
       
  6431         buf = qtn_incal_transferred_nro_note;
       
  6432     }
       
  6433 
       
  6434 // -----------------------------------------------------------------------------
       
  6435 //
       
  6436 //    r_phone_error_request_rejected.
       
  6437 //    It's used after failure of call concerned ss.
       
  6438 //
       
  6439 // -----------------------------------------------------------------------------
       
  6440 //
       
  6441 RESOURCE TBUF r_phone_error_request_rejected
       
  6442     {
       
  6443     buf = text_request_rejected;
       
  6444     }
       
  6445 
       
  6446 // -----------------------------------------------------------------------------
       
  6447 //
       
  6448 //    r_phone_error_check_network_services
       
  6449 //
       
  6450 // -----------------------------------------------------------------------------
       
  6451 //
       
  6452 RESOURCE TBUF r_phone_error_check_network_services
       
  6453     {
       
  6454     buf = text_net_info_lost;
       
  6455     }
       
  6456 
       
  6457 // -----------------------------------------------------------------------------
       
  6458 //
       
  6459 //    r_phoneui_note_text_phone_engine_failed_at_startup.
       
  6460 //
       
  6461 // -----------------------------------------------------------------------------
       
  6462 //
       
  6463 RESOURCE TBUF r_phoneui_note_text_phone_engine_failed_at_startup
       
  6464     {
       
  6465     buf = qtn_debug_pe_failed_at_startup;
       
  6466     }
       
  6467 
       
  6468 // -----------------------------------------------------------------------------
       
  6469 //
       
  6470 //    r_phone_error_call_not_allowed.
       
  6471 //
       
  6472 // -----------------------------------------------------------------------------
       
  6473 //
       
  6474 RESOURCE TBUF r_phone_error_call_not_allowed
       
  6475     {
       
  6476     buf = text_call_not_allowed;
       
  6477     }
       
  6478 
       
  6479 // -----------------------------------------------------------------------------
       
  6480 //
       
  6481 //    r_phone_error_call_not_allowed_fdn.
       
  6482 //
       
  6483 // -----------------------------------------------------------------------------
       
  6484 //
       
  6485 RESOURCE TBUF r_phone_error_call_not_allowed_fdn
       
  6486     {
       
  6487     buf = qtn_fdn_call_not_allowed;
       
  6488     }
       
  6489 
       
  6490 // -----------------------------------------------------------------------------
       
  6491 //
       
  6492 //    r_phone_error_call_in_progress.
       
  6493 //
       
  6494 // -----------------------------------------------------------------------------
       
  6495 //
       
  6496 RESOURCE TBUF r_phone_error_call_in_progress
       
  6497     {
       
  6498     buf = text_call_in_progress;
       
  6499     }
       
  6500 
       
  6501 // -----------------------------------------------------------------------------
       
  6502 //
       
  6503 //    r_phone_error_emergency_calls_only.
       
  6504 //
       
  6505 // -----------------------------------------------------------------------------
       
  6506 //
       
  6507 RESOURCE TBUF r_phone_error_emergency_calls_only
       
  6508     {
       
  6509     buf = qtn_emerg_emergency_only;
       
  6510     }
       
  6511 
       
  6512 
       
  6513 // ---------------------------------------------------------
       
  6514 //
       
  6515 //    r_phone_error_number_busy
       
  6516 //
       
  6517 // ---------------------------------------------------------
       
  6518 //
       
  6519 RESOURCE TBUF r_phone_error_number_busy
       
  6520     {
       
  6521     buf = text_user_busy;
       
  6522     }
       
  6523 
       
  6524 // ----------------------------------------------------------------
       
  6525 //
       
  6526 //    r_phoneui_note_text_post_call_summary
       
  6527 //    Information text shown in post call screen when call is ended
       
  6528 //
       
  6529 // ----------------------------------------------------------------
       
  6530 //
       
  6531 RESOURCE TBUF r_phoneui_note_text_post_call_summary
       
  6532     {
       
  6533     buf = text_cterm_note_title;
       
  6534     }
       
  6535 
       
  6536 // ----------------------------------------------------------------
       
  6537 //
       
  6538 //    r_phoneui_note_text_post_call_summary
       
  6539 //    Information text shown in post call screen when call is ended
       
  6540 //
       
  6541 // ----------------------------------------------------------------
       
  6542 //
       
  6543 RESOURCE TBUF r_phoneui_note_text_post_call_duration
       
  6544     {
       
  6545     buf = qtn_cterm_time;
       
  6546     }
       
  6547 
       
  6548 // -----------------------------------------------------------------------------
       
  6549 //
       
  6550 //    r_phoneui_no_video_network
       
  6551 //
       
  6552 //    The text shown in information note when there is no
       
  6553 //    network support for video call.
       
  6554 //
       
  6555 // -----------------------------------------------------------------------------
       
  6556 //
       
  6557 RESOURCE TBUF r_phoneui_no_video_network
       
  6558     {
       
  6559     buf = qtn_tel_info_video_setup_failed;
       
  6560     }
       
  6561 
       
  6562 // ----------------------------------------------------------------
       
  6563 //
       
  6564 //    r_error_note_speed_dial_not_assigned
       
  6565 //    Information text when speed dial substitution entry is not defined
       
  6566 //
       
  6567 // ----------------------------------------------------------------
       
  6568 //
       
  6569 RESOURCE TBUF r_error_note_speed_dial_not_assigned
       
  6570     {
       
  6571     buf = qtn_dtmf_spdial_empty_err_note;
       
  6572     }
       
  6573 
       
  6574 // ----------------------------------------------------------------
       
  6575 //
       
  6576 //    r_error_note_invalid_speed_dial
       
  6577 //    Information text when speed dial substitution entry is invalid
       
  6578 //
       
  6579 // ----------------------------------------------------------------
       
  6580 //
       
  6581 RESOURCE TBUF r_error_note_invalid_speed_dial
       
  6582     {
       
  6583     buf = qtn_dtmf_invalid_spdial_err_note;
       
  6584     }
       
  6585 
       
  6586 // -----------------------------------------------------------------------------
       
  6587 //
       
  6588 //    r_phoneui_error_emergency_attempt_failed
       
  6589 //    It defines text shown in error note if emergency
       
  6590 //    call fails.
       
  6591 //
       
  6592 // -----------------------------------------------------------------------------
       
  6593 //
       
  6594 RESOURCE TBUF r_phoneui_error_emergency_attempt_failed
       
  6595     {
       
  6596     buf = qtn_emerg_call_error_note;
       
  6597     }
       
  6598 
       
  6599 // -----------------------------------------------------------------------------
       
  6600 //
       
  6601 //    r_phoneui_video_call_incoming_short
       
  6602 //
       
  6603 // -----------------------------------------------------------------------------
       
  6604 //
       
  6605 RESOURCE TBUF r_phoneui_video_call_incoming_short
       
  6606     {
       
  6607     buf = qtn_mtcal_incoming_vt_short;
       
  6608     }
       
  6609 
       
  6610 // -----------------------------------------------------------------------------
       
  6611 //
       
  6612 //    r_phoneui_video_call_incoming
       
  6613 //
       
  6614 // -----------------------------------------------------------------------------
       
  6615 //
       
  6616 RESOURCE TBUF r_phoneui_video_call_incoming
       
  6617     {
       
  6618     buf = qtn_mtcal_incoming_video_call;
       
  6619     }
       
  6620 
       
  6621 
       
  6622 // -----------------------------------------------------------------------------
       
  6623 //
       
  6624 //    r_phoneui_video_call_not_possible
       
  6625 //
       
  6626 // -----------------------------------------------------------------------------
       
  6627 //
       
  6628 RESOURCE TBUF r_phoneui_video_call_not_possible
       
  6629     {
       
  6630     buf = qtn_video_call_not_possible;
       
  6631     }
       
  6632 
       
  6633 // -----------------------------------------------------------------------------
       
  6634 //   Alerting video call softkeys.
       
  6635 //    r_phoneui_softkeys_options_enablevideo
       
  6636 //
       
  6637 // -----------------------------------------------------------------------------
       
  6638 //
       
  6639 RESOURCE CBA r_phoneui_softkeys_options_enablevideo
       
  6640     {
       
  6641     buttons =
       
  6642         {
       
  6643         CBA_BUTTON
       
  6644             {
       
  6645             id = EPhoneCmdOptions;
       
  6646             txt = text_softkey_option;
       
  6647             },
       
  6648         CBA_BUTTON
       
  6649             {
       
  6650             id = EPhoneInCallCmdEnableVideo;
       
  6651             txt = qtn_incal_softk_enable_video;
       
  6652             },
       
  6653         CBA_BUTTON
       
  6654             {
       
  6655             id = EPhoneCmdOptions;
       
  6656             }
       
  6657         };
       
  6658     }
       
  6659 
       
  6660 // -----------------------------------------------------------------------------
       
  6661 //
       
  6662 //    r_phone_error_call_barred_in_cug
       
  6663 //
       
  6664 // -----------------------------------------------------------------------------
       
  6665 //
       
  6666 RESOURCE TBUF r_phone_error_call_barred_in_cug
       
  6667     {
       
  6668     buf = text_cterm_d_barred_in_cug;
       
  6669     }
       
  6670 
       
  6671 // -----------------------------------------------------------------------------
       
  6672 //
       
  6673 //    r_phone_error_select_cug
       
  6674 //
       
  6675 // -----------------------------------------------------------------------------
       
  6676 //
       
  6677 RESOURCE TBUF r_phone_error_select_cug
       
  6678     {
       
  6679     buf = text_cterm_d_no_cug_selected;
       
  6680     }
       
  6681 
       
  6682 // -----------------------------------------------------------------------------
       
  6683 //
       
  6684 //    r_phone_error_cug_unknown
       
  6685 //
       
  6686 // -----------------------------------------------------------------------------
       
  6687 //
       
  6688 RESOURCE TBUF r_phone_error_cug_unknown
       
  6689     {
       
  6690     buf = text_cterm_d_unknown_cug_index;
       
  6691     }
       
  6692 
       
  6693 // -----------------------------------------------------------------------------
       
  6694 //
       
  6695 //    r_phone_error_not_possible_in_cug
       
  6696 //
       
  6697 // -----------------------------------------------------------------------------
       
  6698 //
       
  6699 RESOURCE TBUF r_phone_error_not_possible_in_cug
       
  6700     {
       
  6701     buf = text_cterm_d_cug_bs_incompab;
       
  6702     }
       
  6703 
       
  6704 // -----------------------------------------------------------------------------
       
  6705 //
       
  6706 //    r_phone_error_check_cug
       
  6707 //
       
  6708 // -----------------------------------------------------------------------------
       
  6709 //
       
  6710 RESOURCE TBUF r_phone_error_check_cug
       
  6711     {
       
  6712     buf = text_cterm_d_cug_call_failur;
       
  6713     }
       
  6714 
       
  6715 // -----------------------------------------------------------------------------
       
  6716 //
       
  6717 //    r_phone_error_check_clir
       
  6718 //
       
  6719 // -----------------------------------------------------------------------------
       
  6720 //
       
  6721 RESOURCE TBUF r_phone_error_check_clir
       
  6722     {
       
  6723     buf = text_cterm_d_clir_not_subscr;
       
  6724     }
       
  6725 
       
  6726 // -----------------------------------------------------------------------------
       
  6727 //    r_phone_wlan_mac_string
       
  6728 //    It is template for text in WLAN MAC note.
       
  6729 // -----------------------------------------------------------------------------
       
  6730 //
       
  6731 RESOURCE TBUF r_phone_wlan_mac_string
       
  6732     {
       
  6733     buf = qtn_wlan_info_mac_address;
       
  6734     }
       
  6735 
       
  6736 // -----------------------------------------------------------------------------
       
  6737 //
       
  6738 //    r_phone_text_colp_connected
       
  6739 //
       
  6740 // -----------------------------------------------------------------------------
       
  6741 //
       
  6742 RESOURCE TBUF r_phone_text_colp_connected
       
  6743     {
       
  6744     buf = text_colp_connected;
       
  6745     }
       
  6746 
       
  6747 // -----------------------------------------------------------------------------
       
  6748 //    r_phone_bt_loopback_enabled_string
       
  6749 //    It is text for bluetooth RF loopback enabled note.
       
  6750 // -----------------------------------------------------------------------------
       
  6751 //
       
  6752 RESOURCE TBUF r_phone_bt_loopback_enabled_string
       
  6753     {
       
  6754     buf = qtn_bt_loopback_enabled;
       
  6755     }
       
  6756 
       
  6757 // -----------------------------------------------------------------------------
       
  6758 //    r_phone_bt_loopback_disabled_string
       
  6759 //    It is text for bluetooth RF loopback disabled note.
       
  6760 // -----------------------------------------------------------------------------
       
  6761 //
       
  6762 RESOURCE TBUF r_phone_bt_loopback_disabled_string
       
  6763     {
       
  6764     buf = qtn_bt_loopback_disabled;
       
  6765     }
       
  6766 
       
  6767 // -----------------------------------------------------------------------------
       
  6768 //    r_phone_incall_info_no_network_support
       
  6769 //    It is text for no network support for video call note.
       
  6770 // -----------------------------------------------------------------------------
       
  6771 //
       
  6772 RESOURCE TBUF r_phone_incall_info_no_network_support
       
  6773     {
       
  6774     buf = qtn_incal_info_no_network_support;
       
  6775     }
       
  6776 
       
  6777 // -----------------------------------------------------------------------------
       
  6778 //    r_phone_incall_info_video_call_not_allowed_during_restore
       
  6779 //    It is text for video call not allowed during MC restore note.
       
  6780 // -----------------------------------------------------------------------------
       
  6781 //
       
  6782 RESOURCE TBUF r_phone_incall_info_video_call_not_allowed_during_restore
       
  6783     {
       
  6784     buf = qtn_video_call_not_allowed;
       
  6785     }
       
  6786 
       
  6787 // -----------------------------------------------------------------------------
       
  6788 //    r_phone_incall_info_video_call_setup_failed
       
  6789 //    It is text for video setup failure.
       
  6790 // -----------------------------------------------------------------------------
       
  6791 //
       
  6792 RESOURCE TBUF r_phone_incall_info_video_call_setup_failed
       
  6793     {
       
  6794     buf = qtn_tel_info_video_setup_failed;
       
  6795     }
       
  6796 
       
  6797 // -----------------------------------------------------------------------------
       
  6798 //
       
  6799 //    r_phone_error_no_service
       
  6800 //
       
  6801 // -----------------------------------------------------------------------------
       
  6802 //
       
  6803 RESOURCE TBUF r_phone_error_no_service
       
  6804     {
       
  6805     buf = text_no_service;
       
  6806     }
       
  6807 
       
  6808 // -----------------------------------------------------------------------------
       
  6809 //
       
  6810 //    r_phone_incall_query_switch_to_video
       
  6811 //    It defines the confirmation query dialogue when the system
       
  6812 //    is about to switch from voice call to video call
       
  6813 //    phone line.
       
  6814 //
       
  6815 // -----------------------------------------------------------------------------
       
  6816 //
       
  6817 RESOURCE DIALOG r_phone_incall_query_switch_to_video
       
  6818     {
       
  6819     flags=EGeneralQueryFlags;
       
  6820     buttons=r_phone_incall_query_switch_to_video_softkeys_yes_no;
       
  6821     items=
       
  6822         {
       
  6823         DLG_LINE
       
  6824             {
       
  6825             type=EAknCtQuery;
       
  6826             id=EGeneralQuery;
       
  6827             control= AVKON_CONFIRMATION_QUERY
       
  6828                 {
       
  6829                 layout = EConfirmationLayout;
       
  6830                 label = qtn_query_create_video_call;
       
  6831                 animation = R_QGN_NOTE_QUERY_ANIM;
       
  6832                 };
       
  6833             }
       
  6834         };
       
  6835     }
       
  6836 
       
  6837 // -----------------------------------------------------------------------------
       
  6838 //
       
  6839 //    r_phone_incall_query_switch_to_video_softkeys_yes_no
       
  6840 //    It is softkeys for switch to video query.
       
  6841 //
       
  6842 // -----------------------------------------------------------------------------
       
  6843 //
       
  6844 RESOURCE CBA r_phone_incall_query_switch_to_video_softkeys_yes_no
       
  6845     {
       
  6846     buttons =
       
  6847         {
       
  6848         CBA_BUTTON
       
  6849             {
       
  6850             id = EPhoneCmdYesSwitchToVideo;
       
  6851             txt = text_softkey_yes;
       
  6852             },
       
  6853         CBA_BUTTON
       
  6854             {
       
  6855             id = EPhoneCmdNoSwitchToVideo;
       
  6856             txt = text_softkey_no;
       
  6857             },
       
  6858         CBA_BUTTON
       
  6859             {
       
  6860             id = EPhoneCmdYesSwitchToVideo;
       
  6861             }
       
  6862         };
       
  6863     }
       
  6864 
       
  6865 // -----------------------------------------------------------------------------
       
  6866 //
       
  6867 //    r_phone_incall_query_switch_to_voice
       
  6868 //    It defines the confirmation query dialogue when the system
       
  6869 //    is about to switch from video call to voice call
       
  6870 //    phone line.
       
  6871 //
       
  6872 // -----------------------------------------------------------------------------
       
  6873 //
       
  6874 RESOURCE DIALOG r_phone_incall_query_switch_to_voice
       
  6875     {
       
  6876     flags=EGeneralQueryFlags;
       
  6877     buttons=r_phone_incall_query_switch_to_voice_softkeys_yes_no;
       
  6878     items=
       
  6879         {
       
  6880         DLG_LINE
       
  6881             {
       
  6882             type=EAknCtQuery;
       
  6883             id=EGeneralQuery;
       
  6884             control= AVKON_CONFIRMATION_QUERY
       
  6885                 {
       
  6886                 layout = EConfirmationLayout;
       
  6887                 label = qtn_incal_query_create_video_call;
       
  6888                 animation = R_QGN_NOTE_QUERY_ANIM;
       
  6889                 };
       
  6890             }
       
  6891         };
       
  6892     }
       
  6893 
       
  6894 // -----------------------------------------------------------------------------
       
  6895 //
       
  6896 //    r_phone_incall_query_switch_to_voice_softkeys_yes_no
       
  6897 //    It is softkeys for switch to video query.
       
  6898 //
       
  6899 // -----------------------------------------------------------------------------
       
  6900 //
       
  6901 RESOURCE CBA r_phone_incall_query_switch_to_voice_softkeys_yes_no
       
  6902     {
       
  6903     buttons =
       
  6904         {
       
  6905         CBA_BUTTON
       
  6906             {
       
  6907             id = EPhoneCmdYesSwitchToVoice;
       
  6908             txt = text_softkey_yes;
       
  6909             },
       
  6910         CBA_BUTTON
       
  6911             {
       
  6912             id = EPhoneCmdNoSwitchToVoice;
       
  6913             txt = text_softkey_no;
       
  6914             },
       
  6915         CBA_BUTTON
       
  6916             {
       
  6917             id = EPhoneCmdYesSwitchToVoice;
       
  6918             }
       
  6919         };
       
  6920     }
       
  6921 
       
  6922 // -----------------------------------------------------------------------------
       
  6923 //
       
  6924 //    r_phone_line_blocking_note
       
  6925 //    If user try to change als line while link blocking is on,
       
  6926 //    this error note will be shown.
       
  6927 //
       
  6928 // -----------------------------------------------------------------------------
       
  6929 //
       
  6930 RESOURCE TBUF r_phone_line_blocking_note
       
  6931     {
       
  6932     buf = qtn_als_line_error_no_line_change;
       
  6933     }
       
  6934 
       
  6935 // SIM RELATED TEXTS
       
  6936 // -----------------------------------------------------------------------------
       
  6937 //
       
  6938 //    r_phoneui_sim_removed
       
  6939 //
       
  6940 // -----------------------------------------------------------------------------
       
  6941 //
       
  6942 RESOURCE TBUF r_phoneui_sim_removed
       
  6943     {
       
  6944     buf = qtn_su_note_insert_sim;
       
  6945     }
       
  6946 
       
  6947 // -----------------------------------------------------------------------------
       
  6948 //
       
  6949 //    r_phoneui_reboot_required
       
  6950 //
       
  6951 // -----------------------------------------------------------------------------
       
  6952 //
       
  6953 RESOURCE TBUF r_phoneui_reboot_required
       
  6954     {
       
  6955     buf = qtn_memlo_reboot;
       
  6956     }
       
  6957 
       
  6958 // -----------------------------------------------------------------------------
       
  6959 //
       
  6960 //    r_phone_sim_rejected
       
  6961 //
       
  6962 // -----------------------------------------------------------------------------
       
  6963 //
       
  6964 RESOURCE TBUF r_phoneui_sim_rejected
       
  6965     {
       
  6966     buf = text_sim_rejected;
       
  6967     }
       
  6968 
       
  6969 // -----------------------------------------------------------------------------
       
  6970 //
       
  6971 //    r_phone_sim_unaccepted
       
  6972 //
       
  6973 // -----------------------------------------------------------------------------
       
  6974 //
       
  6975 RESOURCE TBUF r_phoneui_sim_unaccepted
       
  6976     {
       
  6977     buf = text_sim_lock_active;
       
  6978     }
       
  6979 
       
  6980 
       
  6981 
       
  6982 // -----------------------------------------------------------------------------
       
  6983 //
       
  6984 //    r_phoneui_continue_in_handset
       
  6985 //
       
  6986 // -----------------------------------------------------------------------------
       
  6987 //
       
  6988 RESOURCE TBUF r_phoneui_continue_in_handset
       
  6989     {
       
  6990     buf = qtn_que_continue_in_handset;
       
  6991     }
       
  6992 
       
  6993 
       
  6994 // -----------------------------------------------------------------------------
       
  6995 //
       
  6996 //    r_phoneui_continue_in_loudspeeker
       
  6997 //
       
  6998 // -----------------------------------------------------------------------------
       
  6999 //
       
  7000 RESOURCE TBUF r_phoneui_continue_in_loudspeaker
       
  7001     {
       
  7002     buf = qtn_que_continue_in_louds;
       
  7003     }
       
  7004 
       
  7005 // ---------------------------------------------------------
       
  7006 //
       
  7007 //    r_phoneui_incomingdataorfaxcall_options_menu
       
  7008 //    Default commands menu pane.
       
  7009 //
       
  7010 // ---------------------------------------------------------
       
  7011 //
       
  7012 RESOURCE MENU_PANE r_phoneui_incomingdataorfaxcall_options_menu
       
  7013     {
       
  7014     items=
       
  7015         {
       
  7016         MENU_ITEM
       
  7017             {
       
  7018             command = EPhoneCallComingCmdReject;
       
  7019             txt =  qtn_incal_reject_option;
       
  7020             },
       
  7021         MENU_ITEM
       
  7022             {
       
  7023             command = EPhoneInCallCmdHelp;
       
  7024             txt =  qtn_options_help;
       
  7025             }
       
  7026         };
       
  7027     }
       
  7028 
       
  7029 // ---------------------------------------------------------
       
  7030 //
       
  7031 //    r_phoneui_alertingvideocall_options_menu
       
  7032 //    Default commands menu pane.
       
  7033 //
       
  7034 // ---------------------------------------------------------
       
  7035 //
       
  7036 RESOURCE MENU_PANE r_phoneui_alertingvideocall_options_menu
       
  7037     {
       
  7038     items=
       
  7039         {
       
  7040         MENU_ITEM
       
  7041             {
       
  7042             command = EPhoneInCallCmdActivateIhf;
       
  7043             txt =  qtn_incal_act_ihf_option;
       
  7044             },
       
  7045         MENU_ITEM
       
  7046             {
       
  7047             command = EPhoneInCallCmdDeactivateIhf;
       
  7048             txt =  qtn_incal_deact_ihf_option;
       
  7049             },
       
  7050         MENU_ITEM            // BT HANDSFREE
       
  7051             {
       
  7052             command = EPhoneInCallCmdBtHandsfree;
       
  7053             txt = qtn_incal_bt_handsfree_option;
       
  7054             },
       
  7055         MENU_ITEM            // HANDSET
       
  7056             {
       
  7057             command = EPhoneInCallCmdHandset;
       
  7058             txt = qtn_incal_handset_option;
       
  7059             },
       
  7060         MENU_ITEM
       
  7061             {
       
  7062             command = EPhoneInCallCmdEndThisOutgoingCall;
       
  7063             txt =  qtn_incal_drop_option;
       
  7064             },
       
  7065         MENU_ITEM
       
  7066             {
       
  7067             command = EPhoneInCallCmdHelp;
       
  7068             txt =  qtn_options_help;
       
  7069             }
       
  7070         };
       
  7071     }
       
  7072 
       
  7073 // ----------------------------------------------------------------
       
  7074 //
       
  7075 //    r_phoneui_alertingvideocall_menubar
       
  7076 //    Default menubar shown when video call view is in alerting
       
  7077 //    call state.
       
  7078 //
       
  7079 // ----------------------------------------------------------------
       
  7080 //
       
  7081 RESOURCE MENU_BAR r_phoneui_alertingvideocall_menubar
       
  7082     {
       
  7083     titles=
       
  7084         {
       
  7085         MENU_TITLE
       
  7086             {
       
  7087             menu_pane = r_phoneui_alertingvideocall_options_menu;
       
  7088             }
       
  7089         };
       
  7090     }
       
  7091 
       
  7092 // ----------------------------------------------------------------
       
  7093 //
       
  7094 //    r_phoneui_incomingdataorfaxcall_menubar
       
  7095 //    Default menubar shown when data or fax call is incoming.
       
  7096 //
       
  7097 // ----------------------------------------------------------------
       
  7098 //
       
  7099 RESOURCE MENU_BAR r_phoneui_incomingdataorfaxcall_menubar
       
  7100     {
       
  7101     titles=
       
  7102         {
       
  7103         MENU_TITLE
       
  7104             {
       
  7105             menu_pane = r_phoneui_incomingdataorfaxcall_options_menu;
       
  7106             }
       
  7107         };
       
  7108     }
       
  7109 
       
  7110 // -----------------------------------------------------------------------------
       
  7111 //
       
  7112 // r_phoneui_aiwshare_interest
       
  7113 //
       
  7114 // -----------------------------------------------------------------------------
       
  7115 //
       
  7116 RESOURCE AIW_INTEREST r_phoneui_aiwshare_interest
       
  7117     {
       
  7118     items =
       
  7119         {
       
  7120         AIW_CRITERIA_ITEM
       
  7121             {
       
  7122             id              = EPhoneVideoSharing;
       
  7123             serviceCmd      = KAiwCmdShare;
       
  7124             serviceClass    = KAiwClassMenu;
       
  7125             contentType     = "*";
       
  7126             defaultProvider = 0x10282389;
       
  7127             maxProviders    = 1;
       
  7128             }
       
  7129         };
       
  7130     }
       
  7131 
       
  7132 // -----------------------------------------------------------------------------
       
  7133 //
       
  7134 //    r_call_info_cause_value3
       
  7135 //
       
  7136 // -----------------------------------------------------------------------------
       
  7137 //
       
  7138 RESOURCE TBUF r_call_info_cause_value3
       
  7139     {
       
  7140     buf = qtn_call_info_cause_value3;
       
  7141     }
       
  7142 
       
  7143 // -----------------------------------------------------------------------------
       
  7144 //
       
  7145 //    r_call_info_cause_value16
       
  7146 //
       
  7147 // -----------------------------------------------------------------------------
       
  7148 //
       
  7149 RESOURCE TBUF r_call_info_cause_value16
       
  7150     {
       
  7151     buf = qtn_call_info_cause_value16;
       
  7152     }
       
  7153 
       
  7154 // -----------------------------------------------------------------------------
       
  7155 //
       
  7156 //    r_call_info_cause_value18
       
  7157 //
       
  7158 // -----------------------------------------------------------------------------
       
  7159 //
       
  7160 RESOURCE TBUF r_call_info_cause_value18
       
  7161     {
       
  7162     buf = qtn_call_info_cause_value18;
       
  7163     }
       
  7164 
       
  7165 // -----------------------------------------------------------------------------
       
  7166 //
       
  7167 //    r_call_info_cause_value21
       
  7168 //
       
  7169 // -----------------------------------------------------------------------------
       
  7170 //
       
  7171 RESOURCE TBUF r_call_info_cause_value21
       
  7172     {
       
  7173     buf = qtn_call_info_cause_value21;
       
  7174     }
       
  7175 
       
  7176 // -----------------------------------------------------------------------------
       
  7177 //
       
  7178 //    r_call_info_cause_value22
       
  7179 //
       
  7180 // -----------------------------------------------------------------------------
       
  7181 //
       
  7182 RESOURCE TBUF r_call_info_cause_value22
       
  7183     {
       
  7184     buf = qtn_call_info_cause_value22;
       
  7185     }
       
  7186 
       
  7187 // -----------------------------------------------------------------------------
       
  7188 //
       
  7189 //    r_call_info_cause_value31
       
  7190 //
       
  7191 // -----------------------------------------------------------------------------
       
  7192 //
       
  7193 RESOURCE TBUF r_call_info_cause_value31
       
  7194     {
       
  7195     buf = qtn_call_info_cause_value31;
       
  7196     }
       
  7197 
       
  7198 // -----------------------------------------------------------------------------
       
  7199 //
       
  7200 //    r_call_info_cause_value34
       
  7201 //
       
  7202 // -----------------------------------------------------------------------------
       
  7203 //
       
  7204 RESOURCE TBUF r_call_info_cause_value34
       
  7205     {
       
  7206     buf = qtn_call_info_cause_value34;
       
  7207     }
       
  7208 
       
  7209 // -----------------------------------------------------------------------------
       
  7210 //
       
  7211 //    r_call_info_cause_value38
       
  7212 //
       
  7213 // -----------------------------------------------------------------------------
       
  7214 //
       
  7215 RESOURCE TBUF r_call_info_cause_value38
       
  7216     {
       
  7217     buf = qtn_call_info_cause_value38;
       
  7218     }
       
  7219 
       
  7220 // -----------------------------------------------------------------------------
       
  7221 //
       
  7222 //    r_call_info_cause_value50
       
  7223 //
       
  7224 // -----------------------------------------------------------------------------
       
  7225 //
       
  7226 RESOURCE TBUF r_call_info_cause_value50
       
  7227     {
       
  7228     buf = qtn_call_info_cause_value50;
       
  7229     }
       
  7230 
       
  7231 // -----------------------------------------------------------------------------
       
  7232 //
       
  7233 //    r_call_info_cause_value55
       
  7234 //
       
  7235 // -----------------------------------------------------------------------------
       
  7236 //
       
  7237 RESOURCE TBUF r_call_info_cause_value55
       
  7238     {
       
  7239     buf = qtn_call_info_cause_value55;
       
  7240     }
       
  7241 
       
  7242 // -----------------------------------------------------------------------------
       
  7243 //
       
  7244 //    r_call_info_cause_value57
       
  7245 //
       
  7246 // -----------------------------------------------------------------------------
       
  7247 //
       
  7248 RESOURCE TBUF r_call_info_cause_value57
       
  7249     {
       
  7250     buf = qtn_call_info_cause_value57;
       
  7251     }
       
  7252 
       
  7253 // -----------------------------------------------------------------------------
       
  7254 //
       
  7255 //    r_call_info_cause_value58
       
  7256 //
       
  7257 // -----------------------------------------------------------------------------
       
  7258 //
       
  7259 RESOURCE TBUF r_call_info_cause_value58
       
  7260     {
       
  7261     buf = qtn_call_info_cause_value58;
       
  7262     }
       
  7263 
       
  7264 // -----------------------------------------------------------------------------
       
  7265 //
       
  7266 //    r_call_info_cause_value88
       
  7267 //
       
  7268 // -----------------------------------------------------------------------------
       
  7269 //
       
  7270 RESOURCE TBUF r_call_info_cause_value88
       
  7271     {
       
  7272     buf = qtn_call_info_cause_value88;
       
  7273     }
       
  7274 
       
  7275 // -----------------------------------------------------------------------------
       
  7276 //
       
  7277 //    r_call_info_cause_value127
       
  7278 //
       
  7279 // -----------------------------------------------------------------------------
       
  7280 //
       
  7281 RESOURCE TBUF r_call_info_cause_value127
       
  7282     {
       
  7283     buf = qtn_call_info_cause_value127;
       
  7284     }
       
  7285 
       
  7286 // -----------------------------------------------------------------------------
       
  7287 //
       
  7288 //    r_call_info_not_supported
       
  7289 //
       
  7290 // -----------------------------------------------------------------------------
       
  7291 //
       
  7292 RESOURCE TBUF r_call_info_not_supported
       
  7293     {
       
  7294     buf = qtn_call_info_not_supported;
       
  7295     }
       
  7296 
       
  7297 // -----------------------------------------------------------------------------
       
  7298 //
       
  7299 //    r_call_info_service_not_available
       
  7300 //
       
  7301 // -----------------------------------------------------------------------------
       
  7302 //
       
  7303 RESOURCE TBUF r_call_info_service_not_available
       
  7304     {
       
  7305     buf = qtn_call_info_service_not_available;
       
  7306     }
       
  7307 
       
  7308 // -----------------------------------------------------------------------------
       
  7309 //
       
  7310 //    r_qtn_enter_manually_query_item
       
  7311 //
       
  7312 // -----------------------------------------------------------------------------
       
  7313 //
       
  7314 RESOURCE TBUF r_qtn_enter_manually_query_item
       
  7315     {
       
  7316     buf = qtn_enter_manually_query_item;
       
  7317     }
       
  7318 
       
  7319 // -----------------------------------------------------------------------------
       
  7320 //
       
  7321 //    r_qtn_find_query_item
       
  7322 //
       
  7323 // -----------------------------------------------------------------------------
       
  7324 //
       
  7325 RESOURCE TBUF r_qtn_find_query_item
       
  7326     {
       
  7327     buf = qtn_find_query_item;
       
  7328     }
       
  7329 
       
  7330 // -----------------------------------------------------------------------------
       
  7331 //
       
  7332 //    r_phone_dtmf_list_query
       
  7333 //    It is list query used to ask predefined dtmf string from user.
       
  7334 //
       
  7335 // -----------------------------------------------------------------------------
       
  7336 //
       
  7337 RESOURCE DIALOG r_phone_dtmf_list_query
       
  7338     {
       
  7339     flags   =  EEikDialogFlagNoDrag |
       
  7340                EEikDialogFlagNoTitleBar |
       
  7341                EEikDialogFlagCbaButtons;
       
  7342 
       
  7343     buttons = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
  7344     items   =
       
  7345         {
       
  7346         DLG_LINE
       
  7347             {
       
  7348             type    = EAknCtListQueryControl;
       
  7349             id      = EListQueryControl;
       
  7350             control = AVKON_LIST_QUERY_CONTROL
       
  7351                 {
       
  7352                 listtype = EAknCtSinglePopupMenuListBox;
       
  7353                 listbox  = LISTBOX
       
  7354                     {
       
  7355                     flags    = EAknListBoxMenuList|
       
  7356                                EEikEdwinNoWrap;
       
  7357                     height   = 3;
       
  7358                     width    = 3;
       
  7359                     };
       
  7360 
       
  7361                 heading  = qtn_send_dtmf_query_prmpt;
       
  7362                 };
       
  7363             }
       
  7364         };
       
  7365     }
       
  7366 
       
  7367 // -----------------------------------------------------------------------------
       
  7368 //
       
  7369 //    r_phone_tty_info_no_audio_control
       
  7370 //
       
  7371 // -----------------------------------------------------------------------------
       
  7372 //
       
  7373 RESOURCE TBUF r_phone_tty_info_no_audio_control
       
  7374     {
       
  7375     buf = qtn_tty_info_no_audio_control;
       
  7376     }
       
  7377 
       
  7378 
       
  7379 // -----------------------------------------------------------------------------
       
  7380 //
       
  7381 //    r_phoneui_participant_list_menu
       
  7382 //    Menu shown when conference participant view is active.
       
  7383 //
       
  7384 // -----------------------------------------------------------------------------
       
  7385 //
       
  7386 RESOURCE MENU_PANE r_phoneui_participant_list_menu
       
  7387     {
       
  7388     items=
       
  7389         {
       
  7390         MENU_ITEM
       
  7391             {
       
  7392             command = EPhoneInCallCmdPrivate;
       
  7393             txt =  qtn_incal_private_part_option;
       
  7394             },
       
  7395         MENU_ITEM
       
  7396             {
       
  7397             command = EPhoneInCallCmdDrop;
       
  7398             txt =  qtn_incal_drop_part_option;
       
  7399             }
       
  7400         };
       
  7401     }
       
  7402 
       
  7403 // -----------------------------------------------------------------------------
       
  7404 //
       
  7405 //    r_phoneui_participant_list_menubar
       
  7406 //    Menubar for conference participant view.
       
  7407 //
       
  7408 // -----------------------------------------------------------------------------
       
  7409 //
       
  7410 RESOURCE MENU_BAR r_phoneui_participant_list_menubar
       
  7411     {
       
  7412     titles=
       
  7413         {
       
  7414         MENU_TITLE
       
  7415             {
       
  7416             menu_pane = r_phoneui_participant_list_menu;
       
  7417             }
       
  7418         };
       
  7419     }
       
  7420 
       
  7421 // -----------------------------------------------------------------------------
       
  7422 //
       
  7423 //    r_phoneui_participant_list_drop_menu
       
  7424 //    Menu shown when conference participant view is active.
       
  7425 //
       
  7426 // -----------------------------------------------------------------------------
       
  7427 //
       
  7428 RESOURCE MENU_PANE r_phoneui_participant_list_drop_menu
       
  7429     {
       
  7430     items=
       
  7431         {
       
  7432         MENU_ITEM
       
  7433             {
       
  7434             command = EPhoneInCallCmdDrop;
       
  7435             txt =  qtn_incal_drop_part_option;
       
  7436             }
       
  7437         };
       
  7438     }
       
  7439 
       
  7440 // -----------------------------------------------------------------------------
       
  7441 //
       
  7442 //    r_phoneui_participant_list_drop_menubar
       
  7443 //    Menubar for conference participant view.
       
  7444 //
       
  7445 // -----------------------------------------------------------------------------
       
  7446 //
       
  7447 RESOURCE MENU_BAR r_phoneui_participant_list_drop_menubar
       
  7448     {
       
  7449     titles=
       
  7450         {
       
  7451         MENU_TITLE
       
  7452             {
       
  7453             menu_pane = r_phoneui_participant_list_drop_menu;
       
  7454             }
       
  7455         };
       
  7456     }
       
  7457 
       
  7458 
       
  7459 //dialer specific
       
  7460 
       
  7461 
       
  7462 // ----------------------------------------------------------------
       
  7463 //
       
  7464 //    r_phoneui_dialer_numberentry_prompt_text
       
  7465 //
       
  7466 // ----------------------------------------------------------------
       
  7467 //
       
  7468 RESOURCE TBUF r_phoneui_dialer_numberentry_prompt_text
       
  7469     {
       
  7470     buf = qtn_dialer_dtmf_number_input_field_text;
       
  7471     }
       
  7472 
       
  7473 // ----------------------------------------------------------------
       
  7474 //
       
  7475 //    r_phoneui_dialer_tooltip_recent_calls
       
  7476 //
       
  7477 // ----------------------------------------------------------------
       
  7478 //
       
  7479 RESOURCE TBUF r_phoneui_dialer_tooltip_recent_calls
       
  7480     {
       
  7481     buf = qtn_dialer_tooltip_recent_calls;
       
  7482     }
       
  7483 
       
  7484 
       
  7485 // ----------------------------------------------------------------
       
  7486 //
       
  7487 //    r_phoneui_dialer_tooltip_call
       
  7488 //
       
  7489 // ----------------------------------------------------------------
       
  7490 //
       
  7491 RESOURCE TBUF r_phoneui_dialer_tooltip_call
       
  7492     {
       
  7493     buf = qtn_dialer_tooltip_call;
       
  7494     }
       
  7495 
       
  7496 // ----------------------------------------------------------------
       
  7497 //
       
  7498 //    r_phoneui_dialer_tooltip_send
       
  7499 //
       
  7500 // ----------------------------------------------------------------
       
  7501 //
       
  7502 RESOURCE TBUF r_phoneui_dialer_tooltip_send
       
  7503     {
       
  7504     buf = qtn_dialer_tooltip_send;
       
  7505     }
       
  7506 
       
  7507 // ----------------------------------------------------------------
       
  7508 //
       
  7509 //    r_phoneui_dialer_tooltip_contact
       
  7510 //
       
  7511 // ----------------------------------------------------------------
       
  7512 //
       
  7513 RESOURCE TBUF r_phoneui_dialer_tooltip_contacts
       
  7514     {
       
  7515     buf = qtn_dialer_tooltip_contacts;
       
  7516     }
       
  7517 
       
  7518 // ----------------------------------------------------------------
       
  7519 //
       
  7520 //    r_phoneui_dialer_tooltip_add_to_contacts
       
  7521 //
       
  7522 // ----------------------------------------------------------------
       
  7523 //
       
  7524 RESOURCE TBUF r_phoneui_dialer_tooltip_add_to_contacts
       
  7525     {
       
  7526     buf = qtn_dialer_tooltip_add_to_contacts;
       
  7527     }
       
  7528 
       
  7529 // ----------------------------------------------------------------
       
  7530 //
       
  7531 //    r_phoneui_dialer_tooltip_clear
       
  7532 //
       
  7533 // ----------------------------------------------------------------
       
  7534 //
       
  7535 RESOURCE TBUF r_phoneui_dialer_tooltip_clear
       
  7536     {
       
  7537     buf = qtn_dialer_tooltip_clear;
       
  7538     }
       
  7539 
       
  7540 // ----------------------------------------------------------------
       
  7541 //
       
  7542 //    r_phoneui_tooltip_loudspeaker
       
  7543 //
       
  7544 // ----------------------------------------------------------------
       
  7545 //
       
  7546 RESOURCE TBUF r_phoneui_tooltip_loudspeaker
       
  7547     {
       
  7548     buf = qtn_incal_tooltip_loudspeaker;
       
  7549     }
       
  7550 
       
  7551 // ----------------------------------------------------------------
       
  7552 //
       
  7553 //    r_phoneui_tooltip_handset
       
  7554 //
       
  7555 // ----------------------------------------------------------------
       
  7556 //
       
  7557 RESOURCE TBUF r_phoneui_tooltip_handset
       
  7558     {
       
  7559     buf = qtn_incal_tooltip_handset;
       
  7560     }
       
  7561 
       
  7562 // ----------------------------------------------------------------
       
  7563 //
       
  7564 //    r_phoneui_tooltip_mute
       
  7565 //
       
  7566 // ----------------------------------------------------------------
       
  7567 //
       
  7568 RESOURCE TBUF r_phoneui_tooltip_mute
       
  7569     {
       
  7570     buf = qtn_incal_tooltip_mute;
       
  7571     }
       
  7572 
       
  7573 // ----------------------------------------------------------------
       
  7574 //
       
  7575 //    r_phoneui_tooltip_unmute
       
  7576 //
       
  7577 // ----------------------------------------------------------------
       
  7578 //
       
  7579 RESOURCE TBUF r_phoneui_tooltip_unmute
       
  7580     {
       
  7581     buf = qtn_incal_tooltip_unmute;
       
  7582     }
       
  7583 
       
  7584 // ----------------------------------------------------------------
       
  7585 //
       
  7586 //    r_phoneui_tooltip_contacts
       
  7587 //
       
  7588 // ----------------------------------------------------------------
       
  7589 //
       
  7590 RESOURCE TBUF r_phoneui_tooltip_contacts
       
  7591     {
       
  7592     buf = qtn_incal_tooltip_contacts;
       
  7593     }
       
  7594 
       
  7595 // ----------------------------------------------------------------
       
  7596 //
       
  7597 //    r_phoneuidialer_numberacq_menubar
       
  7598 //    Default menubar shown when number acquistion view is active.
       
  7599 //
       
  7600 // ----------------------------------------------------------------
       
  7601 //
       
  7602 RESOURCE MENU_BAR r_phoneuidialer_numberacq_menubar
       
  7603     {
       
  7604     titles=
       
  7605         {
       
  7606         MENU_TITLE
       
  7607             {
       
  7608             menu_pane = r_phoneuidialer_options_menu;
       
  7609             }
       
  7610         };
       
  7611     }
       
  7612 
       
  7613 // ----------------------------------------------------------------
       
  7614 //
       
  7615 //    r_phoneuidialer_numberacq_menubar
       
  7616 //    Default menubar shown when touch DTMF view is active.
       
  7617 //
       
  7618 // ----------------------------------------------------------------
       
  7619 //
       
  7620 RESOURCE MENU_BAR r_phoneuidialer_dtmfview_menubar
       
  7621     {
       
  7622     titles=
       
  7623         {
       
  7624         MENU_TITLE
       
  7625             {
       
  7626             menu_pane = r_phoneuidialer_dtmfview_options_menu;
       
  7627             }
       
  7628         };
       
  7629     }
       
  7630 
       
  7631 // ----------------------------------------------------------------
       
  7632 //
       
  7633 //    r_phoneuidialer_numberacq_emergency_menubar
       
  7634 //    Default menubar shown when number acquistion view is active.
       
  7635 //
       
  7636 // ----------------------------------------------------------------
       
  7637 //
       
  7638 RESOURCE MENU_BAR r_phoneuidialer_numberacq_emergency_menubar
       
  7639     {
       
  7640     titles=
       
  7641         {
       
  7642         MENU_TITLE
       
  7643             {
       
  7644             menu_pane = r_phoneuidialer_emergency_options_menu;
       
  7645             }
       
  7646         };
       
  7647     }
       
  7648 
       
  7649 // ---------------------------------------------------------
       
  7650 //
       
  7651 //   r_phonedialer_menu
       
  7652 //   Menu for Dialer
       
  7653 //
       
  7654 // ---------------------------------------------------------
       
  7655 //
       
  7656 RESOURCE MENU_PANE r_phoneuidialer_options_menu
       
  7657     {
       
  7658     items =
       
  7659         {
       
  7660         MENU_ITEM
       
  7661             {
       
  7662             command = EPhoneNumberAcqCmdSendCommand;
       
  7663             txt = text_nren_send_com;
       
  7664             },
       
  7665         MENU_ITEM
       
  7666             {
       
  7667             command = EPhoneNumberAcqCmdCall;
       
  7668             cascade = r_phoneui_numberacq_options_call_menu;
       
  7669             txt = text_number_call;
       
  7670             },
       
  7671         MENU_ITEM
       
  7672             {
       
  7673             command = EPhoneNumberAcqCmdSendMessage;
       
  7674             txt = qtn_nren_send_message;
       
  7675             },
       
  7676         MENU_ITEM
       
  7677             {
       
  7678             command = EPhoneDialerCallHandling;
       
  7679             txt = qtn_dialer_call_handling_option;
       
  7680             },
       
  7681         MENU_ITEM
       
  7682             {
       
  7683             command = EPhoneDialerCmdTouchInput;
       
  7684             txt = qtn_dialer_touch_input_options;
       
  7685             },
       
  7686         MENU_ITEM
       
  7687             {
       
  7688             command = EPhoneDialerCmdLog;
       
  7689             txt = qtn_dialer_recent_calls_option;
       
  7690             },
       
  7691         MENU_ITEM
       
  7692             {
       
  7693             command = EPhoneDialerCmdContacts;
       
  7694             txt = qtn_dialer_contacts_option;
       
  7695             },
       
  7696         MENU_ITEM
       
  7697             {
       
  7698             command = EPhoneDialerCmdSpeedDial;
       
  7699             txt = qtn_dialer_speed_dial_option;
       
  7700             },
       
  7701         MENU_ITEM
       
  7702             {
       
  7703             command = EPhoneNumberAcqCmdAddToContacts;
       
  7704             cascade = r_phoneui_numberacq_options_add_to_contacts_menu;
       
  7705             txt = qtn_phob_opt_save_to_pb;
       
  7706             flags = EEikMenuItemSeparatorAfter;
       
  7707             },
       
  7708         MENU_ITEM
       
  7709             {
       
  7710             command = EAknCmdEditItemPlaceHolder;
       
  7711             },
       
  7712        MENU_ITEM
       
  7713             {
       
  7714             command = EPhoneDialerCallSettings;
       
  7715             txt = qtn_dialer_call_settings_option;
       
  7716             },
       
  7717         MENU_ITEM
       
  7718             {
       
  7719             command = EPhoneDialerCmdHelp;
       
  7720             txt = qtn_options_help;
       
  7721             },
       
  7722         MENU_ITEM
       
  7723             {
       
  7724             command = EPhoneCmdBack;
       
  7725             txt = qtn_options_exit;
       
  7726             }
       
  7727         };
       
  7728     }
       
  7729 
       
  7730 
       
  7731 // ---------------------------------------------------------
       
  7732 //
       
  7733 //   r_phoneuidialer_emergency_options_menu
       
  7734 //   Menu for Dialer in emergencycall state
       
  7735 //
       
  7736 // ---------------------------------------------------------
       
  7737 //
       
  7738 RESOURCE MENU_PANE r_phoneuidialer_emergency_options_menu
       
  7739     {
       
  7740     items =
       
  7741         {
       
  7742         MENU_ITEM
       
  7743             {
       
  7744             command = EPhoneDialerCallHandling;
       
  7745             txt = qtn_dialer_call_handling_option;
       
  7746             },
       
  7747         MENU_ITEM
       
  7748             {
       
  7749             command = EPhoneDialerCmdTouchInput;
       
  7750             txt = qtn_dialer_touch_input_options;
       
  7751             },
       
  7752         MENU_ITEM
       
  7753             {
       
  7754             command = EPhoneDialerCmdLog;
       
  7755             txt = qtn_dialer_recent_calls_option;
       
  7756             },
       
  7757         MENU_ITEM
       
  7758             {
       
  7759             command = EPhoneDialerCmdContacts;
       
  7760             txt = qtn_dialer_contacts_option;
       
  7761             },
       
  7762         MENU_ITEM
       
  7763             {
       
  7764             command = EPhoneDialerCmdSpeedDial;
       
  7765             txt = qtn_dialer_speed_dial_option;
       
  7766             },
       
  7767         MENU_ITEM
       
  7768             {
       
  7769             command = EAknCmdEditItemPlaceHolder;
       
  7770             },
       
  7771        MENU_ITEM
       
  7772             {
       
  7773             command = EPhoneDialerCallSettings;
       
  7774             txt = qtn_dialer_call_settings_option;
       
  7775             },
       
  7776         MENU_ITEM
       
  7777             {
       
  7778             command = EPhoneDialerCmdHelp;
       
  7779             txt = qtn_options_help;
       
  7780             },
       
  7781         MENU_ITEM
       
  7782             {
       
  7783             command = EPhoneCmdBack;
       
  7784             txt = qtn_options_exit;
       
  7785             }
       
  7786         };
       
  7787     }
       
  7788 
       
  7789 
       
  7790 // ---------------------------------------------------------
       
  7791 //
       
  7792 //   r_phoneuidialer_dtmfview_options_menu
       
  7793 //   Menu for Dialer dtmf view
       
  7794 //
       
  7795 // ---------------------------------------------------------
       
  7796 //
       
  7797 RESOURCE MENU_PANE r_phoneuidialer_dtmfview_options_menu
       
  7798     {
       
  7799     items =
       
  7800         {
       
  7801         MENU_ITEM
       
  7802             {
       
  7803             command = EPhoneCmdDtmfOk;
       
  7804             txt = text_nren_send_com;
       
  7805             },
       
  7806         MENU_ITEM
       
  7807             {
       
  7808             command = EAknCmdEditItemPlaceHolder;
       
  7809             },
       
  7810         MENU_ITEM
       
  7811             {
       
  7812             command = EPhoneDialerCmdHelpDtmf;
       
  7813             txt =  qtn_options_help;
       
  7814             },
       
  7815         MENU_ITEM
       
  7816             {
       
  7817             command = EPhoneDtmfDialerExit;
       
  7818             txt = qtn_options_exit;
       
  7819             }
       
  7820         };
       
  7821     }
       
  7822 
       
  7823 // ---------------------------------------------------------
       
  7824 //
       
  7825 //    r_dialer_add_to_contacts_selection_list_query
       
  7826 //    Resource structure
       
  7827 //
       
  7828 // ---------------------------------------------------------
       
  7829 //
       
  7830 RESOURCE AVKON_LIST_QUERY r_dialer_add_to_contacts_selection_list_query
       
  7831     {
       
  7832     flags = EEikDialogFlagNoDrag |
       
  7833             EEikDialogFlagNoTitleBar |
       
  7834             EEikDialogFlagCbaButtons;
       
  7835 
       
  7836     softkeys = R_AVKON_SOFTKEYS_OK_CANCEL;
       
  7837 
       
  7838     items =
       
  7839         {
       
  7840         AVKON_LIST_QUERY_DLG_LINE
       
  7841             {
       
  7842             control = AVKON_LIST_QUERY_CONTROL
       
  7843                 {
       
  7844                 listtype = EAknCtSinglePopupMenuListBox;
       
  7845                 heading = qtn_dialer_add_to_contact;
       
  7846                 listbox = AVKON_LIST_QUERY_LIST
       
  7847                     {
       
  7848                     array_id = r_phone_contact_add_to_selection_array;
       
  7849                     };
       
  7850                 };
       
  7851             }
       
  7852         };
       
  7853     }
       
  7854 
       
  7855 // ---------------------------------------------------------
       
  7856 //
       
  7857 //    r_phone_contact_add_to_selection_array
       
  7858 //    Array for "add to contact" options.
       
  7859 //
       
  7860 // ---------------------------------------------------------
       
  7861 //
       
  7862 RESOURCE ARRAY r_phone_contact_add_to_selection_array
       
  7863     {
       
  7864     items =
       
  7865         {
       
  7866         LBUF
       
  7867             {
       
  7868             txt = qtn_dialer_create_new;
       
  7869             },
       
  7870         LBUF
       
  7871             {
       
  7872             txt = qtn_dialer_update_existing;
       
  7873             }
       
  7874         };
       
  7875     }
       
  7876 
       
  7877 // ----------------------------------------------------------------
       
  7878 //
       
  7879 //    r_phoneui_incall_dialer_cba
       
  7880 //    Softkeys shown in incall situation with onscreen dialer.
       
  7881 //
       
  7882 // ----------------------------------------------------------------
       
  7883 //
       
  7884 RESOURCE CBA r_phoneui_incall_dialer_cba
       
  7885     {
       
  7886     buttons =
       
  7887         {
       
  7888         CBA_BUTTON
       
  7889             {
       
  7890             id = EPhoneCmdOptions;
       
  7891             txt = text_softkey_option;
       
  7892             },
       
  7893 
       
  7894         CBA_BUTTON
       
  7895             {
       
  7896             id = EPhoneInCallCmdDialer;
       
  7897             txt = qtn_incal_softk_dialer;
       
  7898             },
       
  7899 
       
  7900         CBA_BUTTON
       
  7901             {
       
  7902             id = EPhoneInCallCmdActivatEPhonebook;
       
  7903             txt = qtn_msk_contacts;
       
  7904             }
       
  7905         };
       
  7906     }
       
  7907 
       
  7908 // ----------------------------------------------------------------
       
  7909 //
       
  7910 //    r_phoneui_incall_dialer_tohandset_cba
       
  7911 //    Softkeys shown in incall situation with onscreen dialer.
       
  7912 //
       
  7913 // ----------------------------------------------------------------
       
  7914 //
       
  7915 RESOURCE CBA r_phoneui_incall_dialer_tohandset_cba
       
  7916     {
       
  7917     buttons =
       
  7918         {
       
  7919         CBA_BUTTON
       
  7920             {
       
  7921             id = EPhoneInCallCmdDialer;
       
  7922             txt = qtn_incal_softk_dialer;
       
  7923             },
       
  7924         CBA_BUTTON
       
  7925             {
       
  7926             id = EPhoneInCallCmdEndThisOutgoingCall;
       
  7927             txt = text_softkey_drop;
       
  7928             },
       
  7929         CBA_BUTTON
       
  7930             {
       
  7931             id = EAknSoftkeyEmpty;
       
  7932             txt = "";
       
  7933             }
       
  7934         };
       
  7935     }
       
  7936 
       
  7937 RESOURCE INDICATOR_PANE r_phoneui_empty_indicators
       
  7938      {
       
  7939      indicators =
       
  7940          {
       
  7941          };
       
  7942      }
       
  7943 
       
  7944 // ---------------------------------------------------------
       
  7945 //
       
  7946 //    r_phoneui_dialer_cba
       
  7947 //    It contains softkey definitions for dialer.
       
  7948 //
       
  7949 // ---------------------------------------------------------
       
  7950 //
       
  7951 RESOURCE CBA r_phoneui_dialer_cba
       
  7952     {
       
  7953     buttons =
       
  7954         {
       
  7955         CBA_BUTTON
       
  7956             {
       
  7957             id = EPhoneCmdOptions;
       
  7958             txt = text_softkey_option;
       
  7959             },
       
  7960         CBA_BUTTON
       
  7961             {
       
  7962             id = EPhoneCmdBack;
       
  7963             txt = text_softkey_exit;
       
  7964             }
       
  7965         };
       
  7966     }
       
  7967 
       
  7968 // -----------------------------------------------------------------------------
       
  7969 //
       
  7970 //    r_phoneui_callhandling_incall_endactive_cba
       
  7971 //
       
  7972 // -----------------------------------------------------------------------------
       
  7973 //
       
  7974 RESOURCE CBA r_phoneui_callhandling_incall_endactive_cba
       
  7975     {
       
  7976     buttons =
       
  7977         {
       
  7978         CBA_BUTTON
       
  7979             {
       
  7980             id = EPhoneCmdOptions;
       
  7981             txt = text_softkey_option;
       
  7982             },
       
  7983         CBA_BUTTON
       
  7984             {
       
  7985             id = EPhoneInCallCmdEndThisActiveCall;
       
  7986             txt = qtn_incal_softk_end_this;
       
  7987             }
       
  7988         };
       
  7989     }
       
  7990 
       
  7991 // -----------------------------------------------------------------------------
       
  7992 //
       
  7993 //    r_phoneui_callcoming_swivel_closed_cba
       
  7994 //    It contains softkey definitions for call coming in.
       
  7995 //    Ringing tone is not muted.
       
  7996 //
       
  7997 // -----------------------------------------------------------------------------
       
  7998 //
       
  7999 RESOURCE CBA r_phoneui_callcoming_swivel_closed_cba
       
  8000     {
       
  8001     buttons =
       
  8002         {
       
  8003         CBA_BUTTON
       
  8004             {
       
  8005             id = EPhoneCmdOptions;
       
  8006             txt = text_softkey_option;
       
  8007             },
       
  8008         CBA_BUTTON
       
  8009             {
       
  8010             id = EPhoneCallComingCmdSilent;
       
  8011             txt = text_softkey_silent;
       
  8012             },
       
  8013         CBA_BUTTON
       
  8014             {
       
  8015             id = EPhoneCallComingCmdAnswer;
       
  8016             txt = qtn_msk_call_answer_loudspeaker;
       
  8017             }
       
  8018         };
       
  8019     }
       
  8020 
       
  8021 // -----------------------------------------------------------------------------
       
  8022 //
       
  8023 //    r_phoneui_callcoming_silent_swivel_closed_cba
       
  8024 //    It contains softkey definitions for call coming in.
       
  8025 //    Ringing tone is muted.
       
  8026 //
       
  8027 // -----------------------------------------------------------------------------
       
  8028 //
       
  8029 RESOURCE CBA r_phoneui_callcoming_silent_swivel_closed_cba
       
  8030     {
       
  8031     buttons =
       
  8032         {
       
  8033         CBA_BUTTON
       
  8034             {
       
  8035             id = EPhoneCmdOptions;
       
  8036             txt = text_softkey_option;
       
  8037             },
       
  8038         CBA_BUTTON
       
  8039             {
       
  8040             id = EPhoneCallComingCmdReject;
       
  8041             txt = text_softkey_reject;
       
  8042             },
       
  8043         CBA_BUTTON
       
  8044             {
       
  8045             id = EPhoneCallComingCmdAnswer;
       
  8046             txt = qtn_msk_call_answer_loudspeaker;
       
  8047             }
       
  8048         };
       
  8049     }
       
  8050 
       
  8051 // -----------------------------------------------------------------------------
       
  8052 //
       
  8053 //    r_phoneui_waiting_answer_swivel_closed_cba
       
  8054 //    It contains softkey definitions for waiting call.
       
  8055 //
       
  8056 // -----------------------------------------------------------------------------
       
  8057 //
       
  8058 RESOURCE CBA r_phoneui_waiting_answer_swivel_closed_cba
       
  8059     {
       
  8060     buttons =
       
  8061         {
       
  8062         CBA_BUTTON
       
  8063             {
       
  8064             id = EPhoneCmdOptions;
       
  8065             txt = text_softkey_option;
       
  8066             },
       
  8067         CBA_BUTTON
       
  8068             {
       
  8069             id = EPhoneCallComingCmdReject;
       
  8070             txt = text_softkey_reject;
       
  8071             },
       
  8072         CBA_BUTTON
       
  8073             {
       
  8074             id = EPhoneCallComingCmdAnswer;
       
  8075             txt = qtn_msk_call_answer_loudspeaker;
       
  8076             }
       
  8077         };
       
  8078     }
       
  8079 
       
  8080 // -----------------------------------------------------------------------------
       
  8081 //
       
  8082 //    r_phoneui_waiting_replace_swivel_closed_cba
       
  8083 //    It contains softkey definitions for waiting and held and active calls.
       
  8084 //
       
  8085 // -----------------------------------------------------------------------------
       
  8086 //
       
  8087 RESOURCE CBA r_phoneui_waiting_replace_swivel_closed_cba
       
  8088     {
       
  8089     buttons =
       
  8090         {
       
  8091         CBA_BUTTON
       
  8092             {
       
  8093             id = EPhoneCmdOptions;
       
  8094             txt = text_softkey_option;
       
  8095             },
       
  8096         CBA_BUTTON
       
  8097             {
       
  8098             id = EPhoneCallComingCmdReject;
       
  8099             txt = text_softkey_reject;
       
  8100             },
       
  8101         CBA_BUTTON
       
  8102             {
       
  8103             id = EPhoneInCallCmdReplace;
       
  8104             txt = qtn_msk_replace;
       
  8105             }
       
  8106         };
       
  8107     }
       
  8108 
       
  8109 // -----------------------------------------------------------------------------
       
  8110 //
       
  8111 //    r_note_video_call_only_possible_under_3g_coverage
       
  8112 //
       
  8113 // -----------------------------------------------------------------------------
       
  8114 //
       
  8115 RESOURCE TBUF r_note_video_call_only_possible_under_3g_coverage
       
  8116     {
       
  8117     buf = qtn_video_call_only_possible_under_3g_coverage;
       
  8118     }
       
  8119 
       
  8120 // -----------------------------------------------------------------------------
       
  8121 //
       
  8122 //    r_note_unable_to_make_video_call_not_supported_by_other_phone
       
  8123 //
       
  8124 // -----------------------------------------------------------------------------
       
  8125 //
       
  8126 RESOURCE TBUF r_note_unable_to_make_video_call_not_supported_by_other_phone
       
  8127     {
       
  8128     buf = qtn_unable_to_make_video_call_not_supported_by_other_phone;
       
  8129     }
       
  8130 
       
  8131 // -----------------------------------------------------------------------------
       
  8132 //
       
  8133 //    r_note_phone_out_of_3g_coverage
       
  8134 //
       
  8135 // -----------------------------------------------------------------------------
       
  8136 //
       
  8137 RESOURCE TBUF r_note_phone_out_of_3g_coverage
       
  8138     {
       
  8139     buf = qtn_phone_out_of_3g_coverage;
       
  8140     }
       
  8141 
       
  8142 // -----------------------------------------------------------------------------
       
  8143 //
       
  8144 //    r_note_called_number_has_barred_incoming_calls
       
  8145 //
       
  8146 // -----------------------------------------------------------------------------
       
  8147 //
       
  8148 RESOURCE TBUF r_note_called_number_has_barred_incoming_calls
       
  8149     {
       
  8150     buf = qtn_called_number_has_barred_incoming_calls;
       
  8151     }
       
  8152 
       
  8153 //##########################################################
       
  8154 // End of File