gssettingsuis/Gs/GSPDataConnectionPlugin/data/GSPDataConnectionPluginRsc.rss
branchRCL_3
changeset 54 7e0eff37aedb
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     1 /*
       
     2 * Copyright (c) 2007 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 file for GSPDataConnectionPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME        PDCP // 4 letter ID
       
    21 
       
    22 // INCLUDES
       
    23 #include    <gspdataconnectionplugin.loc> // PDataConnection localized strings
       
    24 
       
    25 #include    <data_caging_paths_strings.hrh>
       
    26 #include    <bldvariant.hrh>
       
    27 #include    <avkon.loc> // Avkon localized strings
       
    28 #include    <avkon.mbg>
       
    29 #include    <avkon.rsg>
       
    30 #include    <eikcore.rsg>
       
    31 #include    <uikon.rh>
       
    32 #include    <gsapp.rsg>
       
    33 
       
    34 // CONSTANTS
       
    35 
       
    36 //  RESOURCE DEFINITIONS
       
    37 
       
    38 //----------------------------------------------------
       
    39 //
       
    40 //
       
    41 //    Needed or loading the resource fails!
       
    42 //
       
    43 //----------------------------------------------------
       
    44 //
       
    45 RESOURCE RSS_SIGNATURE
       
    46     {
       
    47     }
       
    48 
       
    49 // Common resources among GS
       
    50 #include    "GSCommonResources.rss"
       
    51 
       
    52 //----------------------------------------------------
       
    53 //
       
    54 //    r_gs_pdataconnection_plugin_caption
       
    55 //    Packet Data Connection Plugin caption.
       
    56 //
       
    57 //----------------------------------------------------
       
    58 //
       
    59 RESOURCE TBUF r_gs_pdataconnection_plugin_caption
       
    60     {
       
    61     buf = qtn_set_attach;
       
    62     }
       
    63     
       
    64 //----------------------------------------------------
       
    65 //
       
    66 //    r_gs_PDataConnection_view
       
    67 //    Packet Data Connection view.
       
    68 //
       
    69 //----------------------------------------------------
       
    70 //
       
    71 RESOURCE AVKON_VIEW r_gs_pdataconnection_view
       
    72     {
       
    73     menubar = r_gs_menubar_change_exit;
       
    74     cba = R_GS_SOFTKEYS_OPTIONS_BACK_CHANGE;
       
    75     }
       
    76 
       
    77 
       
    78 //----------------------------------------------------
       
    79 //
       
    80 //    r_gs_pdataconnection_setting_page
       
    81 //    
       
    82 //
       
    83 //----------------------------------------------------
       
    84 //
       
    85 RESOURCE AVKON_SETTING_PAGE r_gs_pdataconnection_setting_page
       
    86     {
       
    87     number = EAknSettingPageNoOrdinalDisplayed;
       
    88     label = qtn_set_attach;
       
    89     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    90     type = EAknSetListBox;
       
    91     editor_resource_id = r_setting_listbox;
       
    92     }
       
    93 
       
    94 
       
    95 //----------------------------------------------------
       
    96 //
       
    97 //    r_gs_pdataconnection_setting_page_lbx
       
    98 //    
       
    99 //
       
   100 //----------------------------------------------------
       
   101 //
       
   102 RESOURCE ARRAY r_gs_pdataconnection_setting_page_lbx
       
   103     {
       
   104     items =
       
   105         {
       
   106         LBUF
       
   107             {
       
   108             txt = qtn_set_attach_avail;
       
   109             },
       
   110         LBUF
       
   111             {
       
   112             txt = qtn_set_attach_needed;
       
   113             }
       
   114         };
       
   115     }
       
   116 
       
   117     
       
   118 //----------------------------------------------------
       
   119 //
       
   120 //    r_gs_pdataconnection_on_text
       
   121 //    Packet Data Connection text for "when available".
       
   122 //
       
   123 //----------------------------------------------------
       
   124 //
       
   125 RESOURCE TBUF r_gs_pdataconn_when_enable_text
       
   126     {
       
   127     buf = qtn_set_attach_avail;
       
   128     }
       
   129 
       
   130 //----------------------------------------------------
       
   131 //
       
   132 //    r_gs_pdataconnection_off_text
       
   133 //    Packet Data Connection text for "when needed".
       
   134 //
       
   135 //----------------------------------------------------
       
   136 //
       
   137 RESOURCE TBUF r_gs_pdataconn_when_needed_text
       
   138     {
       
   139     buf = qtn_set_attach_needed;
       
   140     }
       
   141     
       
   142 //End of File