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