phoneapp/phoneuivoipextension/srcdata/phoneuivoip.rss
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
     1 /*
       
     2 * Copyright (c) 2007-2008 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    PHVO
       
    23 
       
    24 #include    <eikon.rh>
       
    25 #include    <avkon.loc>
       
    26 #include    <avkon.hrh>
       
    27 #include    <avkon.rsg>
       
    28 #include    <avkon.rh>
       
    29 
       
    30 #include    "phoneui.rh"
       
    31 #include    "phoneui.hrh"
       
    32 #include    <phoneappvoipcommands.hrh>
       
    33 
       
    34 // VoIP loc file
       
    35 #include    <voip.loc>
       
    36 #include    <callui.loc>
       
    37 
       
    38 // GSM loc files
       
    39 #include    <phone.loc>
       
    40 #include    <callheadertexts.loc>
       
    41 #include    <incallmenuandsoftkeys.loc>
       
    42 #include    <callterminationnote.loc>
       
    43 #include    <incalloperations.loc>
       
    44 #include    <numberentry.loc>
       
    45 #include    <multicallhandling.loc>
       
    46 #include    <mobileoriginatedcalls.loc>
       
    47 #include    <dtmfsignalling.loc>
       
    48 #include    <dialer.loc>
       
    49 
       
    50 //  RESOURCE DEFINITIONS
       
    51 
       
    52 RESOURCE RSS_SIGNATURE
       
    53     {
       
    54     }
       
    55 
       
    56 RESOURCE TBUF
       
    57     {
       
    58     buf = "";
       
    59     }
       
    60 
       
    61 // ----------------------------------------------------------------
       
    62 //
       
    63 //    r_phoneui_numberacq_menubar_voip
       
    64 //    Default menubar shown when number acquistion view is active.
       
    65 //
       
    66 // ----------------------------------------------------------------
       
    67 //
       
    68 RESOURCE MENU_BAR r_phoneui_numberacq_menubar_voip
       
    69     {
       
    70     titles=
       
    71         {
       
    72         MENU_TITLE
       
    73             {
       
    74             menu_pane = r_phoneui_numberacq_options_menu_voip;
       
    75             }
       
    76         };
       
    77     }
       
    78 
       
    79 // ----------------------------------------------------------------
       
    80 //
       
    81 //    r_phoneui_numberacq_menubar_voip_with_service_number
       
    82 //    Default menubar shown when number acquistion view is active
       
    83 //    and service number is enterer to number acquistion.
       
    84 //
       
    85 // ----------------------------------------------------------------
       
    86 //
       
    87 RESOURCE MENU_BAR r_phoneui_numberacq_menubar_voip_with_service_number
       
    88     {
       
    89     titles=
       
    90         {
       
    91         MENU_TITLE
       
    92             {
       
    93             menu_pane = r_phoneui_numberacq_options_menu_voip_with_service_number;
       
    94             }
       
    95         };
       
    96     }
       
    97 
       
    98 // ---------------------------------------------------------
       
    99 //
       
   100 //    r_phoneui_numberacq_options_menu_voip
       
   101 //    Number Acquisition view options menu pane.
       
   102 //
       
   103 // ---------------------------------------------------------
       
   104 //
       
   105 RESOURCE MENU_PANE r_phoneui_numberacq_options_menu_voip
       
   106     {
       
   107     items=
       
   108         {
       
   109         MENU_ITEM
       
   110             {
       
   111             command = EPhoneNumberAcqCmdCall;
       
   112             cascade = r_phoneui_numberacq_options_call_menu_voip;
       
   113             txt = text_number_call;
       
   114             },
       
   115         MENU_ITEM
       
   116             {
       
   117             command = EPhoneNumberAcqCmdSendMessage;
       
   118             txt = qtn_nren_send_message;
       
   119             },
       
   120 
       
   121         MENU_ITEM 
       
   122             {
       
   123             command = EPhoneDialerCmdTouchInput; 
       
   124             txt = qtn_dialer_touch_input_options;
       
   125             },  
       
   126         MENU_ITEM
       
   127             {
       
   128             command = EPhoneNumberAcqCmdAddToContacts;       
       
   129             cascade = r_phoneui_numberacq_options_add_to_contacts_menu_voip;           
       
   130             txt = qtn_phob_opt_save_to_pb;
       
   131             flags = EEikMenuItemSeparatorAfter;
       
   132             }
       
   133         };
       
   134     }
       
   135 
       
   136 // ---------------------------------------------------------
       
   137 //
       
   138 //    r_phoneui_numberacq_options_menu_voip_with_service_number
       
   139 //    Number Acquisition view options menu pane when service number
       
   140 //    is used.
       
   141 //
       
   142 // ---------------------------------------------------------
       
   143 //
       
   144 RESOURCE MENU_PANE r_phoneui_numberacq_options_menu_voip_with_service_number
       
   145     {
       
   146     items=
       
   147         {
       
   148         MENU_ITEM
       
   149             {
       
   150             command = EPhoneNumberAcqCmdSendCommand;
       
   151             txt = text_nren_send_com;
       
   152             },
       
   153         MENU_ITEM
       
   154             {
       
   155             command = EPhoneNumberAcqCmdSendMessage;
       
   156             txt = qtn_nren_send_message;
       
   157             },
       
   158 
       
   159         MENU_ITEM 
       
   160             {
       
   161             command = EPhoneDialerCmdTouchInput; 
       
   162             txt = qtn_dialer_touch_input_options;
       
   163             },  
       
   164         MENU_ITEM
       
   165             {
       
   166             command = EPhoneNumberAcqCmdAddToContacts;          
       
   167             cascade = r_phoneui_numberacq_options_add_to_contacts_menu_voip;         
       
   168             txt = qtn_phob_opt_save_to_pb;
       
   169             flags = EEikMenuItemSeparatorAfter;
       
   170             }
       
   171         };
       
   172     }
       
   173 
       
   174 // ---------------------------------------------------------
       
   175 //
       
   176 //    r_phoneui_numberacq_options_menu_item_alpha_mode
       
   177 //    Number acquisition menu option item text "Alpha mode".
       
   178 //
       
   179 // ---------------------------------------------------------
       
   180 //
       
   181 RESOURCE TBUF r_phoneui_numberacq_options_menu_item_alpha_mode
       
   182     {
       
   183     buf = qtn_editing_shift_menu_alpha;
       
   184     }
       
   185 
       
   186 // ---------------------------------------------------------
       
   187 //
       
   188 //    r_phoneui_numberacq_options_menu_item_numeric_mode
       
   189 //    Number acquisition menu option item text "Numeric mode".
       
   190 //
       
   191 // ---------------------------------------------------------
       
   192 //
       
   193 RESOURCE TBUF r_phoneui_numberacq_options_menu_item_numeric_mode
       
   194     {
       
   195     buf = qtn_editing_shift_menu_numbers;
       
   196     }
       
   197 
       
   198 // ---------------------------------------------------------
       
   199 //
       
   200 //    r_phoneui_numberacq_options_call_menu_voip
       
   201 //    Number Acquisition view options call menu pane.
       
   202 //
       
   203 // ---------------------------------------------------------
       
   204 //
       
   205 RESOURCE MENU_PANE r_phoneui_numberacq_options_call_menu_voip
       
   206     {
       
   207     items=
       
   208         {
       
   209         MENU_ITEM
       
   210             {
       
   211             command = EPhoneNumberAcqCmdCall;
       
   212             txt = qtn_call_sub_voice;
       
   213             },
       
   214         MENU_ITEM
       
   215             {
       
   216             command =EPhoneNumberAcqCmdVideoCall;
       
   217             txt = qtn_call_out_going_video_call;
       
   218             },
       
   219         MENU_ITEM
       
   220             {
       
   221             command = EPhoneNumberAcqCmdInternetCall;
       
   222             txt =  qtn_voip_call_type_internet;
       
   223             }
       
   224         };
       
   225     }
       
   226 
       
   227 // ---------------------------------------------------------
       
   228 //
       
   229 //    r_phoneui_numberacq_internetcall_cba
       
   230 //    It contains softkey definitions for number acquisition
       
   231 //    if videocall_menu_visibilite feature ON.
       
   232 //
       
   233 // ---------------------------------------------------------
       
   234 //
       
   235 RESOURCE CBA r_phoneui_numberacq_internetcall_cba
       
   236     {
       
   237     buttons =
       
   238         {
       
   239         CBA_BUTTON
       
   240             {
       
   241             id = EPhoneCmdOptions;
       
   242             txt = text_softkey_option;
       
   243             },
       
   244         CBA_BUTTON
       
   245             {
       
   246             id = EPhoneNumberAcqCmdInternetCall;
       
   247             txt = qtn_voip_call_type_internet;
       
   248             },
       
   249 
       
   250         CBA_BUTTON
       
   251             {
       
   252             id = EAknSoftkeyContextOptions;
       
   253             txt = text_softkey_options;
       
   254             }
       
   255         };
       
   256     }
       
   257 
       
   258 // ----------------------------------------------------------------
       
   259 //
       
   260 //    r_phoneui_numberacq_ok_menubar_voip_with_service_number
       
   261 //    Default menubar shown when number acquistion view is active
       
   262 //    and service number is entered.
       
   263 //
       
   264 // ----------------------------------------------------------------
       
   265 //
       
   266 RESOURCE MENU_BAR r_phoneui_numberacq_ok_menubar_voip_with_service_number
       
   267     {
       
   268     titles=
       
   269         {
       
   270         MENU_TITLE
       
   271             {
       
   272             menu_pane = r_phoneui_numberacq_ok_options_menu_voip_with_service_number;
       
   273             }
       
   274         };
       
   275     }
       
   276 
       
   277 // ----------------------------------------------------------------
       
   278 //
       
   279 //    r_phoneui_numberacq_ok_options_menu_voip_with_service_number
       
   280 //    Number Acquisition view ok_options menu pane when service
       
   281 //    number is entered.
       
   282 //
       
   283 // ----------------------------------------------------------------
       
   284 //
       
   285 RESOURCE MENU_PANE r_phoneui_numberacq_ok_options_menu_voip_with_service_number
       
   286     {
       
   287     items=
       
   288         {
       
   289         MENU_ITEM
       
   290             {
       
   291             command = EPhoneNumberAcqCmdSendCommand;
       
   292             txt = text_nren_send_com;
       
   293             },
       
   294 
       
   295         MENU_ITEM 
       
   296              {
       
   297              command = EPhoneDialerCmdTouchInput; 
       
   298              txt = qtn_dialer_touch_input_options;
       
   299              },  
       
   300 
       
   301         MENU_ITEM
       
   302             {
       
   303             command = EPhoneNumberAcqCmdAddToContacts;           
       
   304             cascade = r_phoneui_numberacq_options_add_to_contacts_menu_voip;          
       
   305             txt = qtn_phob_opt_save_to_pb;
       
   306             }
       
   307         };
       
   308     }
       
   309 
       
   310 // ----------------------------------------------------------------
       
   311 //
       
   312 //    r_phoneui_numberacq_ok_menubar_voip
       
   313 //    Default menubar shown when number acquistion view is active.
       
   314 //
       
   315 // ----------------------------------------------------------------
       
   316 //
       
   317 RESOURCE MENU_BAR r_phoneui_numberacq_ok_menubar_voip
       
   318     {
       
   319     titles=
       
   320         {
       
   321         MENU_TITLE
       
   322             {
       
   323             menu_pane = r_phoneui_numberacq_ok_options_menu_voip;
       
   324             }
       
   325         };
       
   326     }
       
   327 
       
   328 // ----------------------------------------------------------------
       
   329 //
       
   330 //    r_phoneui_numberacq_ok_options_menu_voip
       
   331 //    Number Acquisition view ok_options menu pane.
       
   332 //
       
   333 // ----------------------------------------------------------------
       
   334 //
       
   335 RESOURCE MENU_PANE r_phoneui_numberacq_ok_options_menu_voip
       
   336     {
       
   337     items=
       
   338         {
       
   339         MENU_ITEM
       
   340             {
       
   341             command = EPhoneNumberAcqCmdCall;
       
   342             cascade = r_phoneui_numberacq_options_call_menu_voip;
       
   343             txt = text_number_call;
       
   344             },
       
   345         MENU_ITEM
       
   346             {
       
   347             command = EPhoneNumberAcqCmdAddToContacts;          
       
   348             cascade = r_phoneui_numberacq_options_add_to_contacts_menu_voip;          
       
   349             txt = qtn_phob_opt_save_to_pb;
       
   350             }
       
   351         };
       
   352     }
       
   353 
       
   354 // ---------------------------------------------------------
       
   355 //
       
   356 //    r_phoneui_numberacq_options_add_to_contacts_menu_voip
       
   357 //    Number Acquisition view options add to contacts menu pane.
       
   358 //
       
   359 // ---------------------------------------------------------
       
   360 //
       
   361 RESOURCE MENU_PANE r_phoneui_numberacq_options_add_to_contacts_menu_voip
       
   362     {
       
   363     items=
       
   364         {
       
   365         MENU_ITEM
       
   366             {
       
   367             command = EPhoneNumberAcqCmdSave;
       
   368             txt =  qtn_phob_opt_save_to_pb_new;
       
   369             },
       
   370         MENU_ITEM
       
   371             {
       
   372             command = EPhoneNumberAcqCmdAddToName;
       
   373             txt =  qtn_phob_opt_save_to_pb_old;
       
   374             }
       
   375         };
       
   376     }
       
   377 
       
   378 // ---------------------------------------------------------
       
   379 //
       
   380 //    r_phoneui_voip_private_address
       
   381 //
       
   382 // ---------------------------------------------------------
       
   383 //
       
   384 RESOURCE TBUF64 r_phoneui_voip_private_address
       
   385     {
       
   386     buf = qtn_voip_private_address;
       
   387     }
       
   388 
       
   389 // -----------------------------------------------------------------------------
       
   390 //    r_voip_error_note_authentication_failed
       
   391 //    Displayed when authetication fails.
       
   392 // -----------------------------------------------------------------------------
       
   393 //
       
   394 RESOURCE TBUF r_phoneui_voip_error_note_authentication_failed
       
   395     {
       
   396     buf = qtn_voip_error_note_authentication_failed;
       
   397     }
       
   398 // -----------------------------------------------------------------------------
       
   399 //    r_voip_defective_settings_note
       
   400 //    Displayed when registering is failed due to incomplete or wrong settings.
       
   401 // -----------------------------------------------------------------------------
       
   402 //
       
   403 RESOURCE TBUF r_phoneui_voip_defective_settings_note
       
   404     {
       
   405     buf = qtn_voip_defective_settings_note;
       
   406     }
       
   407 // -----------------------------------------------------------------------------
       
   408 //    r_voip_no_connections_available_note
       
   409 //    Displayed when there the terminal is not within network coverage
       
   410 // -----------------------------------------------------------------------------
       
   411 //
       
   412 RESOURCE TBUF r_phoneui_voip_no_connections_available_note
       
   413     {
       
   414     buf = qtn_voip_no_connections_available_note;
       
   415     }
       
   416 
       
   417 // -----------------------------------------------------------------------------
       
   418 //    r_voip_no_connections_defined
       
   419 //    Displayed if there are no access points in service’s destination.
       
   420 // -----------------------------------------------------------------------------
       
   421 //
       
   422 RESOURCE TBUF r_phoneui_voip_no_connections_defined
       
   423     {
       
   424     buf = qtn_voip_no_connections_defined;
       
   425     }
       
   426 
       
   427 // -----------------------------------------------------------------------------
       
   428 //    r_voip_network_error_note
       
   429 //    Displayed  when recived following error codes from SIP
       
   430 //      SIP: 500 (Internal Server Error)
       
   431 //      SIP: 501 (Not Implemented)
       
   432 //      SIP: 502 (Bad Gateway)
       
   433 //      SIP: 503 (Service Unavailable)
       
   434 //      SIP: 504 (Server Time-out)
       
   435 //      SIP: 505 (Version not supported)
       
   436 //      SIP: 513 (Message Too Large)
       
   437 //      SIP: 580 (Precondition Failure)
       
   438 //      SIP: 482 (Loop Detected)
       
   439 //      SIP: 483 (Too Many Hops)
       
   440 //      SIP: 5xx
       
   441 // -----------------------------------------------------------------------------
       
   442 //
       
   443 RESOURCE TBUF r_phoneui_voip_network_error_note
       
   444     {
       
   445     buf = qtn_voip_network_error_note;
       
   446     }
       
   447 
       
   448 // -----------------------------------------------------------------------------
       
   449 //    r_voip_error_in_connection
       
   450 //    Displayed when the service is in enabled and registered state. The user
       
   451 //    tries to call but access point does not support calls.
       
   452 // -----------------------------------------------------------------------------
       
   453 //
       
   454 RESOURCE TBUF r_phoneui_voip_error_in_connection
       
   455     {
       
   456     buf = qtn_voip_error_in_connection;
       
   457     }
       
   458 
       
   459 // -----------------------------------------------------------------------------
       
   460 //    r_no_service_available_info
       
   461 //    Displayed when recived following error codes from SIP
       
   462 //      SIP: 401 (Unauthorized)
       
   463 //      SIP: 402 (Payment Required)
       
   464 //      SIP: 403 (Forbidden)
       
   465 //      SIP: 407 (Proxy Authentication Required)
       
   466 //      SIP: 423 (Interval Too Brief)
       
   467 //      SIP: 489 (Bad Event)
       
   468 //      SIP: 494 (Security Agreement Required)
       
   469 // -----------------------------------------------------------------------------
       
   470 //
       
   471 RESOURCE TBUF r_phoneui_no_service_available_info
       
   472     {
       
   473     buf = qtn_no_service_available_info;
       
   474     }
       
   475 
       
   476 // -----------------------------------------------------------------------------
       
   477 //    r_phone_voip_no_audio_support
       
   478 // -----------------------------------------------------------------------------
       
   479 //
       
   480 RESOURCE TBUF r_phone_voip_no_audio_support
       
   481     {
       
   482     buf = qtn_voip_recipient_restricts_call;
       
   483     }
       
   484 
       
   485 // -----------------------------------------------------------------------------
       
   486 //    r_phone_voip_no_voip_service_error
       
   487 //    It is error note text when voip is not possible
       
   488 // -----------------------------------------------------------------------------
       
   489 //
       
   490 RESOURCE TBUF r_phone_voip_no_voip_service_error
       
   491     {
       
   492     buf = qtn_voip_no_voip_service_info;
       
   493     }
       
   494 
       
   495 // -----------------------------------------------------------------------------
       
   496 //    r_phone_voip_address_not_in_use
       
   497 // -----------------------------------------------------------------------------
       
   498 //
       
   499 RESOURCE TBUF r_phone_voip_address_not_in_use
       
   500     {
       
   501     buf = qtn_voip_address_not_in_use;
       
   502     }
       
   503 
       
   504 // -----------------------------------------------------------------------------
       
   505 //    r_no_service_available_info
       
   506 //    Displayed when recived following error codes from SIP
       
   507 //      SIP: 401 (Unauthorized)
       
   508 //      SIP: 402 (Payment Required)
       
   509 //      SIP: 403 (Forbidden)
       
   510 //      SIP: 407 (Proxy Authentication Required)
       
   511 //      SIP: 423 (Interval Too Brief)
       
   512 //      SIP: 489 (Bad Event)
       
   513 //      SIP: 494 (Security Agreement Required)
       
   514 // -----------------------------------------------------------------------------
       
   515 //
       
   516 RESOURCE TBUF r_no_service_available_info
       
   517     {
       
   518     buf = qtn_no_service_available_info;
       
   519     }
       
   520 
       
   521 // -----------------------------------------------------------------------------
       
   522 //    r_phone_voip_request_time_out
       
   523 // -----------------------------------------------------------------------------
       
   524 //
       
   525 RESOURCE TBUF r_phone_voip_request_time_out
       
   526     {
       
   527     buf = qtn_voip_request_time_out;
       
   528     }
       
   529 
       
   530 // -----------------------------------------------------------------------------
       
   531 //    r_phone_voip_invalid_recipient_address
       
   532 // -----------------------------------------------------------------------------
       
   533 //
       
   534 RESOURCE TBUF r_phone_voip_invalid_recipient_address
       
   535     {
       
   536     buf = qtn_voip_err_invalid_address;
       
   537     }
       
   538 
       
   539 // -----------------------------------------------------------------------------
       
   540 //    r_phone_voip_number_busy
       
   541 // -----------------------------------------------------------------------------
       
   542 //
       
   543 RESOURCE TBUF r_phone_voip_number_busy
       
   544     {
       
   545     buf = qtn_voip_address_busy;
       
   546     }
       
   547 
       
   548 // -----------------------------------------------------------------------------
       
   549 //    r_phone_voip_not_found
       
   550 // -----------------------------------------------------------------------------
       
   551 //
       
   552 RESOURCE TBUF r_phone_voip_not_found
       
   553     {
       
   554     buf = qtn_voip_not_found;
       
   555     }
       
   556 
       
   557 
       
   558 // -----------------------------------------------------------------------------
       
   559 //    r_phone_voip_no_answer
       
   560 // -----------------------------------------------------------------------------
       
   561 //
       
   562 RESOURCE TBUF r_phone_voip_no_answer
       
   563     {
       
   564     buf = qtn_voip_no_answer;
       
   565     }
       
   566 
       
   567 // -----------------------------------------------------------------------------
       
   568 //
       
   569 //    r_phone_ss_notification_text_voip_sips_failed
       
   570 //
       
   571 // -----------------------------------------------------------------------------
       
   572 //
       
   573 RESOURCE TBUF  r_phone_ss_notification_text_voip_sips_failed
       
   574     {
       
   575     buf = qtn_voip_rel2_sips_failed;
       
   576     }
       
   577 
       
   578 // -----------------------------------------------------------------------------
       
   579 //    r_voip_network_error_note
       
   580 //    Displayed  when recived following error codes from SIP
       
   581 //      SIP: 500 (Internal Server Error)
       
   582 //      SIP: 501 (Not Implemented)
       
   583 //      SIP: 502 (Bad Gateway)
       
   584 //      SIP: 503 (Service Unavailable)
       
   585 //      SIP: 504 (Server Time-out)
       
   586 //      SIP: 505 (Version not supported)
       
   587 //      SIP: 513 (Message Too Large)
       
   588 //      SIP: 580 (Precondition Failure)
       
   589 //      SIP: 482 (Loop Detected)
       
   590 //      SIP: 483 (Too Many Hops)
       
   591 //      SIP: 5xx
       
   592 // -----------------------------------------------------------------------------
       
   593 //
       
   594 RESOURCE TBUF r_voip_network_error_note
       
   595     {
       
   596     buf = qtn_voip_network_error_note;
       
   597     }
       
   598 
       
   599 
       
   600 // -----------------------------------------------------------------------------
       
   601 //
       
   602 //     r_voip_hold_failed string "Putting %U on hold failed"
       
   603 //
       
   604 // -----------------------------------------------------------------------------
       
   605 //
       
   606 RESOURCE TBUF r_voip_hold_failed
       
   607     {
       
   608     buf = qtn_voip_hold_failed;
       
   609     }
       
   610 
       
   611 // -----------------------------------------------------------------------------
       
   612 //
       
   613 //     r_voip_hold_number_failed "Putting Call %N on hold failed"
       
   614 //
       
   615 // -----------------------------------------------------------------------------
       
   616 //
       
   617 RESOURCE TBUF r_voip_hold_number_failed
       
   618     {
       
   619     buf = qtn_voip_hold_number_failed;
       
   620     } 
       
   621 
       
   622 // -----------------------------------------------------------------------------
       
   623 //
       
   624 //     r_voip_resume_failed "Resuming %U failed"
       
   625 //
       
   626 // -----------------------------------------------------------------------------
       
   627 //
       
   628 RESOURCE TBUF r_voip_resume_failed
       
   629     {
       
   630     buf = qtn_voip_resume_failed;
       
   631     }
       
   632 
       
   633 // -----------------------------------------------------------------------------
       
   634 //
       
   635 //     r_voip_resume_number_failed "Resuming Call %N failed"
       
   636 //
       
   637 // -----------------------------------------------------------------------------
       
   638 //
       
   639 RESOURCE TBUF r_voip_resume_number_failed
       
   640     {
       
   641     buf = qtn_voip_resume_number_failed;
       
   642     } 
       
   643 
       
   644 // -----------------------------------------------------------------------------
       
   645 //
       
   646 //     r_voip_swap_failed "Swapping of calls failed"
       
   647 //
       
   648 // -----------------------------------------------------------------------------
       
   649 //
       
   650 RESOURCE TBUF r_voip_swap_failed
       
   651     {
       
   652     buf = qtn_voip_swap_failed;
       
   653     } 
       
   654 
       
   655 // -----------------------------------------------------------------------------
       
   656 //
       
   657 //     r_voip_conference_hold_failed "Putting conference call on hold failed"
       
   658 //
       
   659 // -----------------------------------------------------------------------------
       
   660 //
       
   661 RESOURCE TBUF r_voip_conference_hold_failed
       
   662     {
       
   663     buf = qtn_voip_conference_hold_failed;
       
   664     }
       
   665 
       
   666 // -----------------------------------------------------------------------------
       
   667 //
       
   668 //     r_voip_conference_resume_failed "Resuming conference call failed"
       
   669 //
       
   670 // -----------------------------------------------------------------------------
       
   671 //
       
   672 RESOURCE TBUF r_voip_conference_resume_failed
       
   673     {
       
   674     buf = qtn_voip_conference_resume_failed;
       
   675     }
       
   676     
       
   677 // -----------------------------------------------------------------------------
       
   678 //
       
   679 //     r_voip_transfer_failed-note  "Transfer request rejected"
       
   680 //
       
   681 // -----------------------------------------------------------------------------
       
   682 //
       
   683 RESOURCE TBUF r_voip_transfer_failed_note
       
   684     {
       
   685     buf = qtn_voip_info_transfer_req_rejected;
       
   686     }
       
   687 // -----------------------------------------------------------------------------
       
   688 //
       
   689 //     r_voip_transfer_waiting_acceptence-note  "Transfer waiting acceptanse"  
       
   690 //
       
   691 // -----------------------------------------------------------------------------
       
   692 //
       
   693 RESOURCE TBUF r_voip_transfer_waiting_acceptence
       
   694     {
       
   695     buf = qtn_voip_wait_waiting_accept;
       
   696     }
       
   697 // -----------------------------------------------------------------------------
       
   698 //
       
   699 //     r_voip_call_type_internet  "Internet call"
       
   700 //
       
   701 // -----------------------------------------------------------------------------
       
   702 //
       
   703 RESOURCE TBUF r_voip_call_type_internet
       
   704     {
       
   705     buf = qtn_voip_call_type_internet;
       
   706     }
       
   707 
       
   708 // -----------------------------------------------------------------------------
       
   709 //
       
   710 //     r_voip_unattended_transfer_option "Unattended transfer"
       
   711 //
       
   712 // -----------------------------------------------------------------------------
       
   713 //
       
   714 RESOURCE TBUF r_voip_unattended_transfer_option
       
   715     {
       
   716     buf = qtn_incal_unattended_transfer_option;
       
   717     }
       
   718 
       
   719 // -----------------------------------------------------------------------------
       
   720 //    qtn_voip_query_acc_id_header "Transfer request:"
       
   721 //    Header text for unattended transfer acceptance query. 
       
   722 // -----------------------------------------------------------------------------
       
   723 //
       
   724 RESOURCE TBUF r_phone_voip_query_acc_id_header
       
   725     {
       
   726     buf = qtn_voip_query_acc_id_header;
       
   727     }
       
   728 
       
   729 // -----------------------------------------------------------------------------
       
   730 //    qtn_voip_query_accept_identified 
       
   731 //    "%1U asks acceptance to transfer call to %1U"
       
   732 //    Confirmation text for unattended transfer acceptance query when 
       
   733 //    transferor is known.
       
   734 // -----------------------------------------------------------------------------
       
   735 //
       
   736 RESOURCE TBUF r_phone_voip_transfer_accept
       
   737     {
       
   738     buf = qtn_voip_query_accept_identified;
       
   739     }
       
   740     
       
   741 // -----------------------------------------------------------------------------
       
   742 //    qtn_voip_query_accept_cli_restricted 
       
   743 //    "Anonymous asks acceptance to transfer call to %U"
       
   744 //    Confirmation text for unattended transfer acceptance query when 
       
   745 //    transferor is anonymous.
       
   746 // -----------------------------------------------------------------------------
       
   747 //
       
   748 RESOURCE TBUF r_phone_voip_transfer_accept_cli
       
   749     {
       
   750     buf = qtn_voip_query_accept_cli_restricted;
       
   751     }
       
   752 
       
   753 // -----------------------------------------------------------------------------
       
   754 //
       
   755 //     r_voip_transfer_address "Address:"
       
   756 //
       
   757 // -----------------------------------------------------------------------------
       
   758 //
       
   759 RESOURCE TBUF r_voip_transfer_address
       
   760     {
       
   761     buf = qtn_voip_transfer_address;
       
   762     }
       
   763 
       
   764 // ----------------------------------------------------------------
       
   765 //   
       
   766 //    r_phoneuidialer_numberentry_empty_transfer_menubar
       
   767 //    Default menubar shown when touch transfer view is active and
       
   768 //    number entry is empty
       
   769 //
       
   770 // ----------------------------------------------------------------
       
   771 //
       
   772 RESOURCE MENU_BAR r_phoneuidialer_numberentry_empty_transfer_menubar
       
   773     {
       
   774     titles=
       
   775         {
       
   776         MENU_TITLE
       
   777             {
       
   778             menu_pane = r_phoneuidialer_numberentry_empty_transfer_options_menu ;
       
   779             }
       
   780         };
       
   781     }
       
   782 
       
   783 // ----------------------------------------------------------------
       
   784 //   
       
   785 //    r_phoneuidialer_numberentry_not_empty_transfer_menubar
       
   786 //    Default menubar shown when touch transfer view is active and
       
   787 //    number entry is empty
       
   788 //
       
   789 // ----------------------------------------------------------------
       
   790 //
       
   791 RESOURCE MENU_BAR r_phoneuidialer_numberentry_not_empty_transfer_menubar
       
   792     {
       
   793     titles=
       
   794         {
       
   795         MENU_TITLE
       
   796             {
       
   797             menu_pane = r_phoneuidialer_numberentry_not_empty_transfer_options_menu ;
       
   798             }
       
   799         };
       
   800     }
       
   801 
       
   802 // ---------------------------------------------------------
       
   803 //   
       
   804 //   r_phoneuidialer_numberentry_empty_transfer_options_menu
       
   805 //   Menu for Dialer transfer view when number entry is 
       
   806 //   empty
       
   807 //
       
   808 // ---------------------------------------------------------
       
   809 //
       
   810 RESOURCE MENU_PANE r_phoneuidialer_numberentry_empty_transfer_options_menu 
       
   811     {
       
   812     items = 
       
   813         {
       
   814         MENU_ITEM 
       
   815             {
       
   816             command = EPhoneCmdTransferDialerSearch; 
       
   817             txt = qtn_options_find;
       
   818             },      
       
   819         MENU_ITEM 
       
   820             {
       
   821             command = EPhoneDialerCmdTouchInput; 
       
   822             txt = qtn_dialer_touch_input_options;
       
   823             },       
       
   824         MENU_ITEM 
       
   825             {
       
   826             command = EAknCmdEditItemPlaceHolder;
       
   827             },
       
   828         MENU_ITEM
       
   829             {
       
   830             command = EPhoneInCallCmdHelp; 
       
   831             txt = qtn_options_help;
       
   832             },
       
   833         MENU_ITEM 
       
   834             {
       
   835             command = EPhoneCmdTransferDialerExit; 
       
   836             txt = qtn_options_exit;
       
   837             }
       
   838         };
       
   839     } 
       
   840 
       
   841 // ---------------------------------------------------------
       
   842 //   
       
   843 //   r_phoneuidialer_numberentry_not_empty_transfer_options_menu 
       
   844 //   Menu for Dialer transfer view when number entry is not 
       
   845 //   empty
       
   846 //
       
   847 // ---------------------------------------------------------
       
   848 //
       
   849 RESOURCE MENU_PANE r_phoneuidialer_numberentry_not_empty_transfer_options_menu 
       
   850     {
       
   851     items = 
       
   852         {   
       
   853         MENU_ITEM 
       
   854             {
       
   855             command = EPhoneCmdTransferDialerOk; 
       
   856             txt = text_softkey_accept;
       
   857             }, 
       
   858         MENU_ITEM 
       
   859             {
       
   860             command = EPhoneDialerCmdTouchInput; 
       
   861             txt = qtn_dialer_touch_input_options;
       
   862             },       
       
   863         MENU_ITEM 
       
   864             {
       
   865             command = EAknCmdEditItemPlaceHolder;
       
   866             }, 
       
   867         MENU_ITEM
       
   868             {
       
   869             command = EPhoneInCallCmdHelp; 
       
   870             txt = qtn_options_help;
       
   871             },
       
   872         MENU_ITEM 
       
   873             {
       
   874             command = EPhoneCmdTransferDialerExit; 
       
   875             txt = qtn_options_exit;
       
   876             }
       
   877         };
       
   878     } 
       
   879 
       
   880 // -----------------------------------------------------------------------------
       
   881 //   
       
   882 //   r_phoneui_transfer_dialer_softkeys_options_cancel
       
   883 //    It is softkeys for transfer dialer
       
   884 //
       
   885 // -----------------------------------------------------------------------------
       
   886 //
       
   887 RESOURCE CBA r_phoneui_transfer_dialer_softkeys_options_cancel
       
   888     {
       
   889     buttons =
       
   890         {
       
   891         CBA_BUTTON
       
   892             {
       
   893             id = EPhoneCmdOptions;
       
   894             txt = text_softkey_option;
       
   895             },
       
   896         CBA_BUTTON
       
   897             {
       
   898             id = EPhoneCmdTransferDialerExit;
       
   899             txt = text_softkey_cancel;
       
   900             }
       
   901         };
       
   902     }
       
   903 
       
   904 // -----------------------------------------------------------------------------
       
   905 //
       
   906 //     r_voip_dialer_tooltip_accept "Accept"
       
   907 //
       
   908 // -----------------------------------------------------------------------------
       
   909 //
       
   910 RESOURCE TBUF r_voip_dialer_tooltip_accept
       
   911     {
       
   912     buf = text_softkey_accept;
       
   913     } 
       
   914 
       
   915 // -----------------------------------------------------------------------------
       
   916 //
       
   917 //     r_voip_dialer_tooltip_search "Search"
       
   918 //
       
   919 // -----------------------------------------------------------------------------
       
   920 //
       
   921 RESOURCE TBUF r_voip_dialer_tooltip_search
       
   922     {
       
   923     buf = text_softkey_find;
       
   924     } 
       
   925 
       
   926 // -----------------------------------------------------------------------------
       
   927 //   
       
   928 //    r_voip_phone_unattended_transfer_query_softkeys_search_cancel
       
   929 //    Softkeys buttons for unattended transfer query when 
       
   930 //    text query is empty.
       
   931 //
       
   932 // -----------------------------------------------------------------------------
       
   933 //
       
   934 RESOURCE CBA r_phone_voip_softkeys_search_cancel
       
   935      {
       
   936      buttons =
       
   937          {
       
   938          CBA_BUTTON
       
   939              {
       
   940              id = EPhoneCmdTransferDialerSearch;
       
   941              txt = text_softkey_find;
       
   942              },
       
   943          CBA_BUTTON
       
   944              {
       
   945              id = EAknSoftkeyCancel;
       
   946              txt = text_softkey_cancel;
       
   947              },
       
   948          CBA_BUTTON
       
   949              {
       
   950              id = EPhoneCmdTransferDialerSearch;
       
   951              }            
       
   952          };
       
   953      }
       
   954 
       
   955 // -----------------------------------------------------------------------------
       
   956 //   
       
   957 //    r_phone_new_voip_call_softkeys_search_cancel
       
   958 //    Softkeys buttons for new Internet call query when 
       
   959 //    text query is empty.
       
   960 //
       
   961 // -----------------------------------------------------------------------------
       
   962 //
       
   963 RESOURCE CBA r_phone_new_voip_call_softkeys_search_cancel
       
   964      {
       
   965      buttons =
       
   966          {
       
   967          CBA_BUTTON
       
   968              {
       
   969              id = EPhoneCmdNewInternetCallSearch;
       
   970              txt = text_softkey_find;
       
   971              },
       
   972          CBA_BUTTON
       
   973              {
       
   974              id = EAknSoftkeyCancel;
       
   975              txt = text_softkey_cancel;
       
   976              },
       
   977          CBA_BUTTON
       
   978              {
       
   979              id = EPhoneCmdNewInternetCallSearch;
       
   980              }            
       
   981          };
       
   982      }
       
   983 
       
   984 // ---------------------------------------------------------
       
   985 //   
       
   986 //    r_voip_phone_unattended_transfer_query_softkeys_ok_cancel
       
   987 //    Softkeys buttons for unattended transfer query when 
       
   988 //    user has entered something to text query.
       
   989 //
       
   990 // ---------------------------------------------------------
       
   991 //
       
   992 RESOURCE CBA r_phone_voip_softkeys_ok_cancel
       
   993     {
       
   994     buttons =
       
   995         {
       
   996         CBA_BUTTON
       
   997             {
       
   998             id = EPhoneCmdTransferDialerOk;
       
   999             txt = text_softkey_ok;
       
  1000             },
       
  1001         CBA_BUTTON
       
  1002             {
       
  1003             id = EAknSoftkeyCancel;
       
  1004             txt = text_softkey_cancel;
       
  1005             },
       
  1006         CBA_BUTTON
       
  1007             {
       
  1008             id = EPhoneCmdTransferDialerOk;
       
  1009             }
       
  1010         };
       
  1011     }
       
  1012 
       
  1013 // ---------------------------------------------------------
       
  1014 //   
       
  1015 //    r_phone_voip_new_call_softkeys_ok_cancel
       
  1016 //    Softkeys buttons for new call query when 
       
  1017 //    user has entered something to text query.
       
  1018 //
       
  1019 // ---------------------------------------------------------
       
  1020 //
       
  1021 RESOURCE CBA r_phone_voip_new_call_softkeys_ok_cancel
       
  1022     {
       
  1023     buttons =
       
  1024         {
       
  1025         CBA_BUTTON
       
  1026             {
       
  1027             id = EPhoneCmdNewInternetCallOk;
       
  1028             txt = text_softkey_new_call;
       
  1029             },
       
  1030         CBA_BUTTON
       
  1031             {
       
  1032             id = EAknSoftkeyCancel;
       
  1033             txt = text_softkey_cancel;
       
  1034             },
       
  1035         CBA_BUTTON
       
  1036             {
       
  1037             id = EPhoneCmdNewInternetCallOk;
       
  1038             }
       
  1039         };
       
  1040     }
       
  1041 
       
  1042 //-----------------------------------------------------------------------------
       
  1043 //   
       
  1044 //    r_phone_transfer_voip_call_query
       
  1045 //    It is data query used to ask phone number from user.
       
  1046 //    Unattended transfer
       
  1047 //
       
  1048 // -----------------------------------------------------------------------------
       
  1049 //
       
  1050 RESOURCE DIALOG r_phone_transfer_voip_call_query  
       
  1051      {
       
  1052      flags = EGeneralQueryFlags;
       
  1053      buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1054      items =
       
  1055          {
       
  1056          DLG_LINE
       
  1057              {
       
  1058              type = EAknCtQuery;
       
  1059              id = EGeneralQuery;
       
  1060              control = AVKON_DATA_QUERY 
       
  1061                  { 
       
  1062                  layout = EDataLayout;
       
  1063                  label = qtn_voip_transfer_address;
       
  1064                  control = EDWIN 
       
  1065                      { 
       
  1066                      flags = EEikEdwinNoHorizScrolling | 
       
  1067                              EEikEdwinResizable; 
       
  1068                      maxlength = 100; 
       
  1069                      width = 6; 
       
  1070                      lines = 1;   
       
  1071                      default_case=EAknEditorLowerCase;
       
  1072                      allowed_case_modes=EAknEditorLowerCase |
       
  1073                          EAknEditorUpperCase;
       
  1074                      allowed_input_modes = EAknEditorTextInputMode |
       
  1075                                            EAknEditorNumericInputMode;
       
  1076                      default_input_mode = EAknEditorTextInputMode;
       
  1077                      special_character_table = 
       
  1078                          R_AVKON_URL_SPECIAL_CHARACTER_TABLE_DIALOG;
       
  1079                      };
       
  1080                  };
       
  1081              }
       
  1082          };
       
  1083      }     
       
  1084 
       
  1085 //-----------------------------------------------------------------------------
       
  1086 //   
       
  1087 //    r_phone_new_voip_call_query
       
  1088 //    It is data query used to ask phone number from user.
       
  1089 //    New Internet call
       
  1090 //
       
  1091 // -----------------------------------------------------------------------------
       
  1092 //
       
  1093 RESOURCE DIALOG r_phone_new_voip_call_query  
       
  1094      {
       
  1095      flags = EGeneralQueryFlags | EEikDialogFlagNoShadow;
       
  1096      buttons = r_phone_new_voip_call_softkeys_search_cancel;
       
  1097      items =
       
  1098          {
       
  1099          DLG_LINE
       
  1100              {
       
  1101              type = EAknCtQuery;
       
  1102              id = EGeneralQuery;
       
  1103              control = AVKON_DATA_QUERY 
       
  1104                  { 
       
  1105                  layout = EDataLayout;
       
  1106                  label = qtn_voip_transfer_address;
       
  1107                  control = EDWIN 
       
  1108                      { 
       
  1109                      flags = EEikEdwinNoHorizScrolling | 
       
  1110                              EEikEdwinResizable; 
       
  1111                      maxlength = 100; 
       
  1112                      width = 6; 
       
  1113                      lines = 1;   
       
  1114                      default_case=EAknEditorLowerCase;
       
  1115                      allowed_case_modes=EAknEditorLowerCase |
       
  1116                          EAknEditorUpperCase;
       
  1117                      allowed_input_modes = EAknEditorTextInputMode |
       
  1118                                            EAknEditorNumericInputMode;
       
  1119                      default_input_mode = EAknEditorTextInputMode;
       
  1120                      special_character_table = 
       
  1121                          R_AVKON_URL_SPECIAL_CHARACTER_TABLE_DIALOG;
       
  1122                      };
       
  1123                  };
       
  1124              }
       
  1125          };
       
  1126      }     
       
  1127 
       
  1128 
       
  1129 //-----------------------------------------------------------------------------
       
  1130 //   
       
  1131 //    r_phone_voip_registering "Registering to service" 
       
  1132 //    
       
  1133 //    Wait note text when service registration in progress during call setup
       
  1134 // -----------------------------------------------------------------------------
       
  1135 //
       
  1136 RESOURCE TBUF r_phone_voip_registering
       
  1137     {
       
  1138     buf = qtn_voip_rel2_registering_to_service;
       
  1139     }
       
  1140     
       
  1141 //-----------------------------------------------------------------------------
       
  1142 //   
       
  1143 //    qtn_voip_rel2_call_being_forwarded "Call is being forwarded" 
       
  1144 //    
       
  1145 //    Info note text when call is being forwarded
       
  1146 // -----------------------------------------------------------------------------
       
  1147 //
       
  1148 RESOURCE TBUF r_phone_voip_call_being_forwarded
       
  1149     {
       
  1150     buf = qtn_voip_rel2_call_being_forwarded;
       
  1151     }
       
  1152     
       
  1153 // ---------------------------------------------------------
       
  1154 //
       
  1155 //    r_phoneui_new_call_menu_voip
       
  1156 //    Number Acquisition view options new call menu pane.
       
  1157 //
       
  1158 // ---------------------------------------------------------
       
  1159 //
       
  1160 RESOURCE MENU_PANE r_phoneui_new_call_menu_voip
       
  1161     {
       
  1162     items=
       
  1163         {
       
  1164         MENU_ITEM
       
  1165             {
       
  1166             command = EPhoneInCallCmdNewCall;
       
  1167             txt = qtn_voip_call_type_cs;
       
  1168             },
       
  1169         MENU_ITEM
       
  1170             {
       
  1171             command = EPhoneInCallCmdNewInternetCall;
       
  1172             txt = qtn_voip_call_type_internet;
       
  1173             }
       
  1174         };
       
  1175     }
       
  1176 
       
  1177 //-----------------------------------------------------------------------------
       
  1178 //   
       
  1179 //    r_phone_voip_new_call_option 
       
  1180 //    
       
  1181 //    New call option text
       
  1182 // -----------------------------------------------------------------------------
       
  1183 //
       
  1184 RESOURCE TBUF r_phone_voip_new_call_option
       
  1185     {
       
  1186     buf = qtn_incal_new_call_option;
       
  1187     }
       
  1188 
       
  1189 // -----------------------------------------------------------------------------
       
  1190 //    r_phoneui_voip_query_header_moved_permanently
       
  1191 //    Header text for moved permanently query.
       
  1192 // -----------------------------------------------------------------------------
       
  1193 //
       
  1194 RESOURCE TBUF r_phoneui_voip_query_header_moved_permanently
       
  1195     {
       
  1196     buf = qtn_voip_rel2_save_new_address_query;
       
  1197     }
       
  1198 
       
  1199 // ---------------------------------------------------------
       
  1200 //   
       
  1201 //    r_phone_voip_multiple_choices_list_query
       
  1202 //    Multiple choices list query resource
       
  1203 // ---------------------------------------------------------
       
  1204 //
       
  1205 RESOURCE AVKON_LIST_QUERY r_phone_voip_multiple_choices_list_query
       
  1206     {
       
  1207     flags = EEikDialogFlagNoDrag | 
       
  1208             EEikDialogFlagNoTitleBar |
       
  1209             EEikDialogFlagCbaButtons;
       
  1210             
       
  1211     softkeys = R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1212     
       
  1213     items =
       
  1214         {
       
  1215         AVKON_LIST_QUERY_DLG_LINE 
       
  1216             {
       
  1217             control = AVKON_LIST_QUERY_CONTROL
       
  1218                 {
       
  1219                 listtype = EAknCtSinglePopupMenuListBox;
       
  1220                   heading = qtn_voip_rel2_popup_title_forward_call_to;
       
  1221                 listbox = AVKON_LIST_QUERY_LIST
       
  1222                     {
       
  1223                     };
       
  1224                 };
       
  1225             }
       
  1226         };
       
  1227     }
       
  1228     
       
  1229 // -----------------------------------------------------------------------------
       
  1230 //
       
  1231 //     r_voip_handover_to_wlan_option "Handover to WLAN"
       
  1232 //
       
  1233 // -----------------------------------------------------------------------------
       
  1234 //
       
  1235 RESOURCE TBUF r_voip_handover_to_wlan_option
       
  1236     {
       
  1237     buf = qtn_incal_vcc_ho_to_wlan_option;
       
  1238     }
       
  1239 
       
  1240 
       
  1241 // -----------------------------------------------------------------------------
       
  1242 //
       
  1243 //     r_voip_handover_to_gsm_option "Handover to GSM"
       
  1244 //
       
  1245 // -----------------------------------------------------------------------------
       
  1246 //
       
  1247 RESOURCE TBUF r_voip_handover_to_gsm_option
       
  1248     {
       
  1249     buf = qtn_incal_vcc_ho_to_gsm_option;
       
  1250     }
       
  1251 
       
  1252 // -----------------------------------------------------------------------------
       
  1253 //
       
  1254 //     r_voip_vcc_wait_ho_from_wlan "Handover from WLAN to GSM"
       
  1255 //
       
  1256 // -----------------------------------------------------------------------------
       
  1257 //
       
  1258 RESOURCE TBUF r_voip_vcc_wait_ho_from_wlan
       
  1259     {
       
  1260     buf = qtn_vcc_wait_ho_from_wlan;
       
  1261     }
       
  1262 
       
  1263 
       
  1264 // -----------------------------------------------------------------------------
       
  1265 //
       
  1266 //     r_voip_vcc_wait_ho_from_gsm "Handover from GSM to WLAN"
       
  1267 //
       
  1268 // -----------------------------------------------------------------------------
       
  1269 //
       
  1270 RESOURCE TBUF r_voip_vcc_wait_ho_from_gsm
       
  1271     {
       
  1272     buf = qtn_vcc_wait_ho_from_gsm;
       
  1273     }
       
  1274 
       
  1275 // -----------------------------------------------------------------------------
       
  1276 //
       
  1277 //     r_voip_vcc_info_ho_failed "Handover failed"
       
  1278 //
       
  1279 // -----------------------------------------------------------------------------
       
  1280 //    
       
  1281 RESOURCE TBUF  r_voip_vcc_info_ho_failed
       
  1282     {
       
  1283     buf = qtn_vcc_info_ho_failed;
       
  1284     }
       
  1285     
       
  1286     
       
  1287 //-----------------------------------------------------------------------------
       
  1288 //   
       
  1289 //    r_phone_voip_connecting_service "Connecting %U" 
       
  1290 //    
       
  1291 //    Wait note text when service registration in progress during call setup
       
  1292 // -----------------------------------------------------------------------------
       
  1293 //
       
  1294 RESOURCE TBUF r_phone_voip_connecting_service
       
  1295     {
       
  1296     buf = qtn_ipcomm_connecting_servicename_wait_note;
       
  1297     }
       
  1298 
       
  1299 //-----------------------------------------------------------------------------
       
  1300 //   
       
  1301 //    r_phone_voip_no_connections_defined "No connections defined for %U" 
       
  1302 //    
       
  1303 //    Shown when user tries to connect service and there are no connections
       
  1304 //    defined in settings.
       
  1305 // -----------------------------------------------------------------------------
       
  1306 //
       
  1307 RESOURCE TBUF r_phone_voip_no_connections_defined
       
  1308     {
       
  1309     buf = qtn_ipcomm_no_conn_defined_note;
       
  1310     }
       
  1311 
       
  1312 //-----------------------------------------------------------------------------
       
  1313 //
       
  1314 //    r_phone_voip_no_connections_available "No connections available for %U"
       
  1315 //
       
  1316 //    Shown when user tries to connect to service outside service tab and
       
  1317 //    access points defined for service are not available.
       
  1318 // -----------------------------------------------------------------------------
       
  1319 //
       
  1320 RESOURCE TBUF r_phone_voip_no_connections_available
       
  1321     {
       
  1322     buf = qtn_ipcomm_no_conn_available_note;
       
  1323     }
       
  1324 
       
  1325 //-----------------------------------------------------------------------------
       
  1326 //
       
  1327 //    r_phone_voip_connection_does_not_support_calls
       
  1328 //    "%U connection does not support calls"
       
  1329 //
       
  1330 //    Shown in case when user tries to call using a service which does not 
       
  1331 //    support internet call or service is connected via 2G.  
       
  1332 // -----------------------------------------------------------------------------
       
  1333 //
       
  1334 RESOURCE TBUF r_phone_voip_connection_does_not_support_calls
       
  1335     {
       
  1336     buf = qtn_ipcomm_conn_supports_no_calls_note;
       
  1337     }
       
  1338 
       
  1339 //-----------------------------------------------------------------------------
       
  1340 //
       
  1341 //    r_phone_voip_connection_not_available_during_alr
       
  1342 //    "%U not available when connecting"
       
  1343 //
       
  1344 //    Shown when user tries to create an internet call outside service tab when
       
  1345 //    service is either creating connection or performing application 
       
  1346 //    level roaming.
       
  1347 // -----------------------------------------------------------------------------
       
  1348 //
       
  1349 RESOURCE TBUF r_phone_voip_connection_not_available_during_alr
       
  1350     {
       
  1351     buf = qtn_ipcomm_not_available_during_alr;
       
  1352     }
       
  1353 
       
  1354 //-----------------------------------------------------------------------------
       
  1355 //
       
  1356 //    r_phone_voip_creating_conn_failed_permanently
       
  1357 //    "Connecting %U failed due to defective settings. 
       
  1358 //    Contact your service provider."
       
  1359 //   
       
  1360 //    Shown when connection tried outside service tab fails due to incomplete 
       
  1361 //    settings which will most definetely prevent the registration.
       
  1362 // -----------------------------------------------------------------------------
       
  1363 //
       
  1364 RESOURCE TBUF r_phone_voip_creating_conn_failed_permanently
       
  1365     {
       
  1366     buf = qtn_ipcomm_creating_conn_failed_permanently;
       
  1367     } 
       
  1368 
       
  1369 //-----------------------------------------------------------------------------
       
  1370 //
       
  1371 //    r_phoneui_numberacq_options_menu_item_xsp
       
  1372 //    "%U call"
       
  1373 //   
       
  1374 //    Number acquisition menu item text for call submenu in options menu
       
  1375 //    Shown when there is only one VoIP service, whose provider ID is
       
  1376 //    inserted in the string.
       
  1377 // -----------------------------------------------------------------------------
       
  1378 //
       
  1379 RESOURCE TBUF r_phoneui_numberacq_options_call_menu_item_xsp
       
  1380     {
       
  1381     buf = qtn_call_sub_voip_with_name;
       
  1382     }
       
  1383     
       
  1384 // End of File
       
  1385