commsconfig/cscsettingsui/data/cscsettingsui.rss
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
equal deleted inserted replaced
20:65a3ef1d5bd0 21:f742655b05bf
     1 /*
       
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for project CSCSettingsUi
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME CSCS
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.loc>
       
    25 #include <cscsettingsui.loc>
       
    26 #include <csc.loc>
       
    27 
       
    28 #include "cscsettingsui.hrh"
       
    29 
       
    30 
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 // Define the resource file signature 
       
    34 // This resource should be empty
       
    35 //
       
    36 // -----------------------------------------------------------------------------
       
    37 //
       
    38 RESOURCE RSS_SIGNATURE
       
    39     {
       
    40     }
       
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 //
       
    44 // Default Document Name
       
    45 //
       
    46 // -----------------------------------------------------------------------------
       
    47 //
       
    48 RESOURCE TBUF r_default_document_name
       
    49     {
       
    50     buf="";
       
    51     }
       
    52 
       
    53 // -----------------------------------------------------------------------------
       
    54 //
       
    55 // Define default menu and status pane
       
    56 //
       
    57 // -----------------------------------------------------------------------------
       
    58 //
       
    59 RESOURCE EIK_APP_INFO 
       
    60     {
       
    61     }
       
    62 
       
    63 // -----------------------------------------------------------------------------
       
    64 //
       
    65 // r_cscsettingsui_mainview_title
       
    66 //
       
    67 // -----------------------------------------------------------------------------
       
    68 //
       
    69 RESOURCE TBUF r_cscsettingsui_mainview_title
       
    70     {
       
    71     buf = qtn_voip_settings_title;
       
    72     }
       
    73 
       
    74 
       
    75 // -----------------------------------------------------------------------------
       
    76 //
       
    77 // r_cscsettingsui_mainview_menubar
       
    78 // Menubar for CSCSettingsUi main view.
       
    79 //
       
    80 // -----------------------------------------------------------------------------
       
    81 //
       
    82 RESOURCE MENU_BAR r_cscsettingsui_mainview_menubar
       
    83     {
       
    84     titles =
       
    85         {
       
    86         MENU_TITLE
       
    87             {
       
    88             menu_pane = r_cscsettingsui_mainview_menu;
       
    89             }
       
    90         };
       
    91     }
       
    92 
       
    93 // -----------------------------------------------------------------------------
       
    94 //
       
    95 // r_cscsettingsui_mainview_menu
       
    96 // Menu for CSCSettingsUi main view "Options".
       
    97 //
       
    98 // -----------------------------------------------------------------------------
       
    99 //
       
   100 RESOURCE MENU_PANE r_cscsettingsui_mainview_menu
       
   101     {
       
   102     items = 
       
   103         {
       
   104         MENU_ITEM
       
   105             {
       
   106             command = ECSCSettingsUiChange;
       
   107             txt = qtn_options_change;
       
   108             flags = EEikMenuItemAction;
       
   109             },
       
   110         MENU_ITEM
       
   111             {
       
   112             command = ECSCSettingsUiOpen;
       
   113             txt = qtn_options_open;
       
   114             flags = EEikMenuItemAction;
       
   115             },
       
   116         MENU_ITEM
       
   117             {
       
   118             command = ECSCSettingsUiDelete;
       
   119             txt = qtn_voip_csc_option_delete_service;
       
   120             },
       
   121         MENU_ITEM
       
   122             {
       
   123             command = EAknCmdHelp;
       
   124             txt = qtn_options_help;
       
   125             },
       
   126         MENU_ITEM
       
   127             {
       
   128             command = EAknSoftkeyExit;
       
   129             txt = qtn_options_exit;
       
   130             }
       
   131         };
       
   132     }
       
   133 
       
   134 // -----------------------------------------------------------------------------
       
   135 //
       
   136 // r_cscsettingsui_mainview
       
   137 // CSCSettingsUi main view resource.
       
   138 //
       
   139 // -----------------------------------------------------------------------------
       
   140 //
       
   141 RESOURCE AVKON_VIEW r_cscsettingsui_mainview
       
   142     {
       
   143     menubar = r_cscsettingsui_mainview_menubar;
       
   144     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
   145     }
       
   146 
       
   147 //----------------------------------------------------
       
   148 //   
       
   149 //    r_cscsettingsui_softkeys_options_back_change
       
   150 //    Text association with MSK ( CHANGE )
       
   151 //
       
   152 //----------------------------------------------------
       
   153 //
       
   154 RESOURCE CBA r_cscsettingsui_softkeys_options_back_change
       
   155     {
       
   156     buttons =
       
   157         {
       
   158         CBA_BUTTON 
       
   159             {
       
   160             id=EAknSoftkeyOptions; 
       
   161             txt = text_softkey_option;
       
   162             },
       
   163         CBA_BUTTON 
       
   164             {
       
   165             id=EAknSoftkeyBack; 
       
   166             txt = text_softkey_back; 
       
   167             },
       
   168         CBA_BUTTON 
       
   169             {
       
   170             id=ECSCMSKSettingsUiChange;
       
   171             txt = qtn_msk_change;
       
   172             }
       
   173         };
       
   174     }
       
   175 
       
   176 //----------------------------------------------------
       
   177 //   
       
   178 //    r_cscsettingsui_softkeys_options_back_open
       
   179 //    Text association with MSK ( OPEN )
       
   180 //
       
   181 //----------------------------------------------------
       
   182 //
       
   183 RESOURCE CBA r_cscsettingsui_softkeys_options_back_open
       
   184     {
       
   185     buttons =
       
   186         {
       
   187         CBA_BUTTON 
       
   188             {
       
   189             id=EAknSoftkeyOptions; 
       
   190             txt = text_softkey_option;
       
   191             },
       
   192         CBA_BUTTON 
       
   193             {
       
   194             id=EAknSoftkeyBack; 
       
   195             txt = text_softkey_back; 
       
   196             },
       
   197         CBA_BUTTON 
       
   198             {
       
   199             id=ECSCSettingsUiOpen;
       
   200             txt = qtn_msk_open;
       
   201             }
       
   202         };
       
   203     }
       
   204 
       
   205 // -----------------------------------------------------------------------------
       
   206 //
       
   207 // r_cscsettingsui_pres_pref_value_on
       
   208 // CSCSettingsUi setting item text when hen presence request preference has
       
   209 // autoaccpet invitations on.
       
   210 //
       
   211 // -----------------------------------------------------------------------------
       
   212 //
       
   213 RESOURCE TBUF r_cscsettingsui_pres_pref_accept_automatically
       
   214     {
       
   215     buf = qtn_servtab_settings_auth_pres_value_off;
       
   216     }
       
   217 
       
   218 // -----------------------------------------------------------------------------
       
   219 //
       
   220 // r_cscsettingsui_pres_pref_automatically
       
   221 // CSCSettingsUi setting item text when hen presence request preference has
       
   222 // autoaccpet invitations off
       
   223 //
       
   224 // -----------------------------------------------------------------------------
       
   225 //
       
   226 RESOURCE TBUF r_cscsettingsui_pres_pref_always_ask
       
   227     {
       
   228     buf = qtn_servtab_settings_auth_pres_value_on;
       
   229     }
       
   230 
       
   231 // -----------------------------------------------------------------------------
       
   232 //
       
   233 //    r_cscsettingsui_setting_preferred_service_title
       
   234 //    CSCSettingsUi setting preferred service title
       
   235 //
       
   236 // -----------------------------------------------------------------------------
       
   237 //
       
   238 RESOURCE TBUF r_cscsettingsui_setting_preferred_service_title
       
   239    {
       
   240    buf = qtn_voip_settings_voip_preferred_setting;
       
   241    } 
       
   242 
       
   243 // -----------------------------------------------------------------------------
       
   244 //
       
   245 //    r_cscsettingsui_setting_vcc_preferred_service_title
       
   246 //    CSCSettingsUi setting preferred service title when vcc is supported
       
   247 //
       
   248 // -----------------------------------------------------------------------------
       
   249 //
       
   250 RESOURCE TBUF r_cscsettingsui_setting_vcc_preferred_service_title
       
   251    {
       
   252    buf = qtn_servtab_settings_voip_preferred_setting;
       
   253    }
       
   254 
       
   255 // -----------------------------------------------------------------------------
       
   256 //
       
   257 //    r_cscsettingsui_setting_handover_notif_tone_title
       
   258 //    CSCSettingsUi setting handover notification tone title
       
   259 //
       
   260 // -----------------------------------------------------------------------------
       
   261 //
       
   262 RESOURCE TBUF r_cscsettingsui_setting_handover_notif_tone_title
       
   263    {
       
   264    buf = qtn_servtab_settings_ho_notification_tone_setting;
       
   265    }
       
   266    
       
   267 // -----------------------------------------------------------------------------
       
   268 //
       
   269 //    r_cscsettingsui_setting_im_tone_title
       
   270 //    CSCSettingsUi setting im tone title
       
   271 //
       
   272 // -----------------------------------------------------------------------------
       
   273 //
       
   274 RESOURCE TBUF r_cscsettingsui_setting_im_tone_title
       
   275    {
       
   276    buf = qtn_servtab_settings_im_tone_setting;
       
   277    }
       
   278 
       
   279 // -----------------------------------------------------------------------------
       
   280 //
       
   281 //    r_cscsettingsui_setting_username_title
       
   282 //    CSCSettingsUi setting username title
       
   283 //
       
   284 // -----------------------------------------------------------------------------
       
   285 //
       
   286 RESOURCE TBUF r_cscsettingsui_setting_username_title
       
   287    {
       
   288    buf = qtn_servtab_settings_username_setting;
       
   289    } 
       
   290 
       
   291 // -----------------------------------------------------------------------------
       
   292 //
       
   293 //    r_cscsettingsui_setting_password_title
       
   294 //    CSCSettingsUi setting password title
       
   295 //
       
   296 // -----------------------------------------------------------------------------
       
   297 //
       
   298 RESOURCE TBUF r_cscsettingsui_setting_password_title
       
   299    {
       
   300    buf = qtn_servtab_settings_password_setting;
       
   301    } 
       
   302 
       
   303 
       
   304 // -----------------------------------------------------------------------------
       
   305 //
       
   306 //    r_cscsettingsui_setting_preferred_service_on
       
   307 //    CSCSettingsUi setting preferred service on
       
   308 //
       
   309 // -----------------------------------------------------------------------------
       
   310 //
       
   311 RESOURCE TBUF r_cscsettingsui_setting_preferred_service_on
       
   312    {
       
   313    buf = qtn_voip_setting_voip_pref_value_yes;
       
   314    } 
       
   315 
       
   316 // -----------------------------------------------------------------------------
       
   317 //
       
   318 //    r_cscsettingsui_setting_preferred_service_off
       
   319 //    CSCSettingsUi setting preferred service off
       
   320 //
       
   321 // -----------------------------------------------------------------------------
       
   322 //
       
   323 RESOURCE TBUF r_cscsettingsui_setting_preferred_service_off
       
   324    {
       
   325    buf = qtn_voip_setting_voip_pref_value_no;
       
   326    } 
       
   327 
       
   328 // -----------------------------------------------------------------------------
       
   329 //
       
   330 //    r_cscsettingsui_setting_vcc_preferred_service_on
       
   331 //    CSCSettingsUi setting preferred service on when VCC is supported
       
   332 //
       
   333 // -----------------------------------------------------------------------------
       
   334 //
       
   335 RESOURCE TBUF r_cscsettingsui_setting_vcc_preferred_service_on
       
   336    {
       
   337    buf = qtn_servtab_setting_vcc_preferred_value_yes;
       
   338    }
       
   339 
       
   340 // -----------------------------------------------------------------------------
       
   341 //
       
   342 //    r_cscsettingsui_setting_vcc_preferred_service_off
       
   343 //    CSCSettingsUi setting preferred service off when VCC is supported
       
   344 //
       
   345 // -----------------------------------------------------------------------------
       
   346 //
       
   347 RESOURCE TBUF r_cscsettingsui_setting_vcc_preferred_service_off
       
   348    {
       
   349    buf = qtn_servtab_setting_vcc_preferred_value_no;
       
   350    }
       
   351 
       
   352 // -----------------------------------------------------------------------------
       
   353 //
       
   354 //    r_cscsettingsui_setting_handover_notif_tone_on
       
   355 //    CSCSettingsUi setting handover notification tone on
       
   356 //
       
   357 // -----------------------------------------------------------------------------
       
   358 //
       
   359 RESOURCE TBUF r_cscsettingsui_setting_handover_notif_tone_on
       
   360    {
       
   361    buf = qtn_cp_setting_vcc_ho_notif_tone_on;
       
   362    }
       
   363 
       
   364 // -----------------------------------------------------------------------------
       
   365 //
       
   366 //    r_cscsettingsui_setting_handover_notif_tone_off
       
   367 //    CSCSettingsUi setting handover notification tone off
       
   368 //
       
   369 // -----------------------------------------------------------------------------
       
   370 //
       
   371 RESOURCE TBUF r_cscsettingsui_setting_handover_notif_tone_off
       
   372    {
       
   373    buf = qtn_cp_setting_vcc_ho_notif_tone_off;
       
   374    }
       
   375 
       
   376 // -----------------------------------------------------------------------------
       
   377 //
       
   378 //    r_cscsettingsui_handover_notification_tone_query
       
   379 //    CSCSettingsUi handover notification tone query
       
   380 //
       
   381 // -----------------------------------------------------------------------------
       
   382 //
       
   383 RESOURCE DIALOG r_cscsettingsui_handover_notification_tone_query
       
   384     {
       
   385     flags = EGeneralQueryFlags;
       
   386     buttons = R_AVKON_SOFTKEYS_SELECT_CANCEL;
       
   387     items =
       
   388         {
       
   389         DLG_LINE
       
   390             {
       
   391             type = EAknCtListQueryControl;
       
   392             id = EListQueryControl;
       
   393             control = AVKON_LIST_QUERY_CONTROL
       
   394                 {
       
   395                 listtype = EAknCtSinglePopupMenuListBox;
       
   396                 listbox = LISTBOX
       
   397                     {
       
   398                     // Listbox is constructed dynamically.
       
   399                     };
       
   400                 heading = qtn_cp_setting_vcc_ho_notif_tone_title;
       
   401                 };
       
   402             }
       
   403         };
       
   404     }
       
   405 
       
   406 // -----------------------------------------------------------------------------
       
   407 //
       
   408 //    r_cscsettingsui_presence_request_pref_query
       
   409 //    CSCSettingsUi presence request preference query
       
   410 //
       
   411 // -----------------------------------------------------------------------------
       
   412 //
       
   413 RESOURCE DIALOG r_cscsettingsui_presence_request_pref_query
       
   414     {
       
   415     flags = EGeneralQueryFlags;
       
   416     buttons = R_AVKON_SOFTKEYS_SELECT_CANCEL;
       
   417     items =
       
   418         {
       
   419         DLG_LINE
       
   420             {
       
   421             type = EAknCtListQueryControl;
       
   422             id = EListQueryControl;
       
   423             control = AVKON_LIST_QUERY_CONTROL
       
   424                 {
       
   425                 listtype = EAknCtSinglePopupMenuListBox;
       
   426                 listbox = LISTBOX
       
   427                     {
       
   428                     // Listbox is constructed dynamically.
       
   429                     };
       
   430                 heading = qtn_servtab_settings_pres_pref_title;
       
   431                 };
       
   432             }
       
   433         };
       
   434     }
       
   435 
       
   436 // -----------------------------------------------------------------------------
       
   437 //
       
   438 //    r_cscsettingsui_pref_service_setting_page
       
   439 //    CSCSettingsUi preferred service setting page
       
   440 //
       
   441 // -----------------------------------------------------------------------------
       
   442 //
       
   443 RESOURCE AVKON_SETTING_PAGE r_cscsettingsui_pref_service_setting_page
       
   444     {
       
   445     number = EAknSettingPageNoOrdinalDisplayed;
       
   446     label = qtn_voip_setting_voip_preferred_title;
       
   447     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   448     type = EAknSetListBox;
       
   449     editor_resource_id = r_setting_listbox;
       
   450     }
       
   451 
       
   452 // -----------------------------------------------------------------------------
       
   453 //
       
   454 //    r_cscsettingsui_vcc_pref_service_setting_page
       
   455 //    CSCSettingsUi preferred service setting page
       
   456 //
       
   457 // -----------------------------------------------------------------------------
       
   458 //
       
   459 RESOURCE AVKON_SETTING_PAGE r_cscsettingsui_vcc_pref_service_setting_page
       
   460     {
       
   461     number = EAknSettingPageNoOrdinalDisplayed;
       
   462     label = qtn_servtab_settings_vcc_preferred_title;
       
   463     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   464     type = EAknSetListBox;
       
   465     editor_resource_id = r_setting_listbox;
       
   466     }
       
   467 
       
   468 // ---------------------------------------------------------------------------
       
   469 //   
       
   470 //    r_cscsettingsui_username_setting_page
       
   471 //    CSCSettingsUi username setting page
       
   472 //
       
   473 // ---------------------------------------------------------------------------
       
   474 //
       
   475 RESOURCE AVKON_SETTING_PAGE r_cscsettingsui_username_setting_page
       
   476     {
       
   477     label = qtn_servtab_setting_username_title;
       
   478     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   479     type = EEikCtEdwin;
       
   480     editor_resource_id = r_cscsettingsui_username_setting_page_editor;
       
   481     }
       
   482 
       
   483 // ---------------------------------------------------------------------------
       
   484 //   
       
   485 //    r_cscsettingsui_username_setting_page_editor
       
   486 //    CSCSettingsUi username setting page editor definition.
       
   487 //
       
   488 // ---------------------------------------------------------------------------
       
   489 //
       
   490 RESOURCE EDWIN r_cscsettingsui_username_setting_page_editor
       
   491     {
       
   492     default_case = EAknEditorLowerCase;
       
   493     allowed_case_modes = EAknEditorAllCaseModes;
       
   494     flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
       
   495     width = 25;
       
   496     lines = 1;
       
   497     maxlength = 100;
       
   498     }
       
   499 
       
   500 // ---------------------------------------------------------------------------
       
   501 //   
       
   502 //    r_cscsettingsui_password_setting_page
       
   503 //    CSCSettingsUi password setting page
       
   504 //
       
   505 // ---------------------------------------------------------------------------
       
   506 //
       
   507 RESOURCE AVKON_SETTING_PAGE r_cscsettingsui_password_setting_page
       
   508     {
       
   509     label = qtn_servtab_setting_password_title;
       
   510     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   511     type = EEikCtSecretEd;
       
   512     editor_resource_id = r_cscsettingsui_password_setting_page_editor;
       
   513     }
       
   514 
       
   515 // ---------------------------------------------------------------------------
       
   516 //   
       
   517 //    r_cscsettingsui_password_setting_page_editor
       
   518 //    CSCSettingsUi password setting page editor definition.
       
   519 //
       
   520 // ---------------------------------------------------------------------------
       
   521 //
       
   522 RESOURCE SECRETED r_cscsettingsui_password_setting_page_editor
       
   523     {
       
   524     num_letters = 50;
       
   525     }
       
   526 
       
   527 // -----------------------------------------------------------------------------
       
   528 //
       
   529 //    r_cscsettingsui_edit_service_connectivity_title
       
   530 //    CSCSettingsUi service connectivity query title text.
       
   531 //
       
   532 // -----------------------------------------------------------------------------
       
   533 //
       
   534 
       
   535 RESOURCE TBUF r_cscsettingsui_edit_service_connectivity_title
       
   536    {
       
   537    buf = qtn_voip_settings_edit_service_connectivity_title;
       
   538    }
       
   539 
       
   540 // -----------------------------------------------------------------------------
       
   541 //
       
   542 //    r_cscsettingsui_service_connectivity_text
       
   543 //    CSCSettingsUi service connectivity setting item text.
       
   544 //
       
   545 // -----------------------------------------------------------------------------
       
   546 //
       
   547 
       
   548 RESOURCE TBUF r_cscsettingsui_service_connectivity_text
       
   549    {
       
   550    buf = qtn_servtab_settings_connectivity_setting;
       
   551    }
       
   552 
       
   553 // -----------------------------------------------------------------------------
       
   554 //
       
   555 //    r_cscsettingsui_conserted_service_connectivity_text
       
   556 //    CSCSettingsUi conserted service connectivity setting item text.
       
   557 //
       
   558 // -----------------------------------------------------------------------------
       
   559 //
       
   560 
       
   561 RESOURCE TBUF r_cscsettingsui_conserted_service_connectivity_text
       
   562    {
       
   563    buf = qtn_voip_settings_conserted_service_connectivity;
       
   564    }
       
   565 
       
   566 // -----------------------------------------------------------------------------
       
   567 //
       
   568 //    r_cscsettingsui_presence_request_pref_text
       
   569 //    CSCSettingsUi presence request preference setting item text
       
   570 //
       
   571 // -----------------------------------------------------------------------------
       
   572 //
       
   573 
       
   574 RESOURCE TBUF r_cscsettingsui_presence_request_pref_text
       
   575    {
       
   576    buf = qtn_servtab_settings_pres_pref_setting;
       
   577    } 
       
   578 
       
   579 // -----------------------------------------------------------------------------
       
   580 //
       
   581 //    r_cscsettingsui_edit_settings_text
       
   582 //    CSCSettingsUi edit settings setting item text.
       
   583 //
       
   584 // -----------------------------------------------------------------------------
       
   585 //
       
   586 
       
   587 RESOURCE TBUF r_cscsettingsui_edit_settings_text
       
   588    {
       
   589    buf = qtn_voip_settings_edit_service_settings;
       
   590    }
       
   591 
       
   592 // -----------------------------------------------------------------------------
       
   593 //
       
   594 // r_cscsettingsui_unable_to_edit_setting_note
       
   595 // Unable to edit setting note text.
       
   596 //
       
   597 // -----------------------------------------------------------------------------
       
   598 //
       
   599 RESOURCE TBUF r_cscsettingsui_unable_to_edit_setting_note
       
   600     {
       
   601     buf = qtn_voip_unable_to_edit_setting_note;
       
   602     }
       
   603 
       
   604 // -----------------------------------------------------------------------------
       
   605 //
       
   606 // r_cscsettingsui_unable_to_edit_while_online
       
   607 // Unable to edit setting note text.
       
   608 //
       
   609 // -----------------------------------------------------------------------------
       
   610 //
       
   611 RESOURCE TBUF r_cscsettingsui_unable_to_edit_while_online
       
   612     {
       
   613     buf = qtn_servtab_setting_unable_to_edit_while_online;
       
   614     }
       
   615 
       
   616 // -----------------------------------------------------------------------------
       
   617 //
       
   618 // r_cscsettingsui_no_im_tone_text
       
   619 // Listbox text for chat alert tone if no tone selected.
       
   620 //
       
   621 // -----------------------------------------------------------------------------
       
   622 //
       
   623 RESOURCE TBUF r_cscsettingsui_im_tone_off
       
   624     {
       
   625     buf = qtn_servtab_settings_im_tone_off;
       
   626     }
       
   627 
       
   628 // -----------------------------------------------------------------------------
       
   629 //
       
   630 // r_cscsettingsui_no_im_tone_text
       
   631 // No tone selected item text for im tone selection list
       
   632 //
       
   633 // -----------------------------------------------------------------------------
       
   634 //
       
   635 RESOURCE TBUF r_cscsettingsui_no_im_tone_text
       
   636     {
       
   637     buf = qtn_servtab_settings_no_im_tone_text;
       
   638     }
       
   639 
       
   640 // -----------------------------------------------------------------------------
       
   641 //
       
   642 // r_cscsettingsui_im_tone_popup_heading
       
   643 // Title text for chat alert tone selection list.
       
   644 //
       
   645 // -----------------------------------------------------------------------------
       
   646 //
       
   647 RESOURCE TBUF r_cscsettingsui_im_tone_popup_heading
       
   648     {
       
   649     buf = qtn_servtab_settings_im_tone_popup_heading;
       
   650     }
       
   651 
       
   652 // -----------------------------------------------------------------------------
       
   653 //
       
   654 // r_setting_listbox
       
   655 // Common listbox editor resource for setting pages.
       
   656 //
       
   657 // -----------------------------------------------------------------------------
       
   658 //
       
   659 RESOURCE LISTBOX r_setting_listbox
       
   660     {
       
   661     flags = EEikListBoxMultipleSelection;
       
   662     }
       
   663