accesspointcontrol/apcontrollistplugin/data/apcontrollistpluginrsc.rss
changeset 27 489cf6208544
parent 23 7ec726f93df1
child 42 017c42709822
child 46 95d45f234cf3
equal deleted inserted replaced
23:7ec726f93df1 27:489cf6208544
     1 /*
       
     2 * Copyright (c) 2006 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 *        Resource file for APControlListPlugin
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    APCL
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <eikon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.loc>
       
    29 
       
    30 #include "apcontrollistplugin.hrh"
       
    31 #include <apcontrollistplugin.loc>
       
    32 
       
    33 
       
    34 
       
    35 
       
    36 //  MACROS
       
    37 
       
    38 //  RESOURCE DEFINITIONS
       
    39 RESOURCE RSS_SIGNATURE
       
    40     {
       
    41     }
       
    42 
       
    43 RESOURCE TBUF
       
    44     {
       
    45     buf = "apnlist";
       
    46     }
       
    47 
       
    48 //----------------------------------------------------
       
    49 //
       
    50 //    r_apclplugin_title
       
    51 //
       
    52 //
       
    53 //----------------------------------------------------
       
    54 //
       
    55 RESOURCE TBUF r_apclplugin_title                         
       
    56     { 
       
    57     buf = qtn_acl_title; 
       
    58     }
       
    59 
       
    60 //----------------------------------------------------
       
    61 //
       
    62 //    r_qtn_acl_navi_active
       
    63 //
       
    64 //
       
    65 //----------------------------------------------------
       
    66 //
       
    67 RESOURCE TBUF r_qtn_acl_navi_active                          
       
    68     { 
       
    69     buf = qtn_acl_navi_active ; 
       
    70     }
       
    71     
       
    72 //----------------------------------------------------
       
    73 //
       
    74 //    r_qtn_acl_navi_not_active
       
    75 //
       
    76 //
       
    77 //----------------------------------------------------
       
    78 //
       
    79 RESOURCE TBUF r_qtn_acl_navi_not_active                          
       
    80     { 
       
    81     buf = qtn_acl_navi_not_active ; 
       
    82     }
       
    83     
       
    84 //----------------------------------------------------
       
    85 //
       
    86 //    r_qtn_acl_empty_view_primary
       
    87 //
       
    88 //
       
    89 //----------------------------------------------------
       
    90 //
       
    91 RESOURCE TBUF r_qtn_acl_empty_view_primary                          
       
    92     { 
       
    93     buf = qtn_acl_empty_view_primary ; 
       
    94     }
       
    95     
       
    96 //----------------------------------------------------
       
    97 //
       
    98 //    qtn_acl_empty_view_secondary
       
    99 //
       
   100 //
       
   101 //----------------------------------------------------
       
   102 //
       
   103 RESOURCE TBUF r_qtn_acl_empty_view_secondary                          
       
   104     { 
       
   105     buf = qtn_acl_empty_view_secondary ; 
       
   106     }
       
   107 
       
   108 //----------------------------------------------------
       
   109 //
       
   110 //    r_qtn_acl_wait_reading_sim
       
   111 //
       
   112 //
       
   113 //----------------------------------------------------
       
   114 //
       
   115 RESOURCE TBUF r_qtn_acl_wait_reading_sim                         
       
   116     { 
       
   117     buf = qtn_acl_wait_reading_sim; 
       
   118     }
       
   119 
       
   120 //----------------------------------------------------
       
   121 //
       
   122 //    r_qtn_acl_network_provided_apn
       
   123 //
       
   124 //
       
   125 //----------------------------------------------------
       
   126 //
       
   127 RESOURCE TBUF r_qtn_acl_network_provided_apn                         
       
   128     { 
       
   129     buf = qtn_acl_network_provided_apn; 
       
   130     }
       
   131 
       
   132 //----------------------------------------------------
       
   133 //
       
   134 //    r_qtn_acl_conf_nwp_apn_added
       
   135 //
       
   136 //
       
   137 //----------------------------------------------------
       
   138 //
       
   139 RESOURCE TBUF r_qtn_acl_conf_nwp_apn_added                         
       
   140     { 
       
   141     buf = qtn_acl_conf_nw_provided_apn_added; 
       
   142     }
       
   143 
       
   144 //----------------------------------------------------
       
   145 //   
       
   146 //    r_qtn_acl_conf_apn_added 
       
   147 //
       
   148 //----------------------------------------------------
       
   149 //
       
   150 RESOURCE TBUF r_qtn_acl_conf_apn_added { buf = qtn_acl_conf_apn_added ; }
       
   151 
       
   152 //----------------------------------------------------
       
   153 //   
       
   154 //    r_qtn_acl_conf_apn_removed 
       
   155 //
       
   156 //----------------------------------------------------
       
   157 //
       
   158 RESOURCE TBUF r_qtn_acl_conf_apn_removed { buf = qtn_acl_conf_apn_removed ; }
       
   159 
       
   160 //----------------------------------------------------
       
   161 //   
       
   162 //    r_qtn_acl_conf_control_activated 
       
   163 //
       
   164 //----------------------------------------------------
       
   165 //
       
   166 RESOURCE TBUF r_qtn_acl_conf_control_activated { buf = qtn_acl_conf_control_activated ; }
       
   167 
       
   168 //----------------------------------------------------
       
   169 //   
       
   170 //    r_qtn_acl_conf_control_deactivated 
       
   171 //
       
   172 //----------------------------------------------------
       
   173 //
       
   174 RESOURCE TBUF r_qtn_acl_conf_control_deactivated { buf = qtn_acl_conf_control_deactivated ; }
       
   175 
       
   176 //----------------------------------------------------
       
   177 //   
       
   178 //    r_qtn_acl_info_active 
       
   179 //
       
   180 //----------------------------------------------------
       
   181 //
       
   182 RESOURCE TBUF r_qtn_acl_info_active { buf = qtn_acl_info_active ; }
       
   183 
       
   184 //----------------------------------------------------
       
   185 //   
       
   186 //    r_qtn_acl_info_not_active 
       
   187 //
       
   188 //----------------------------------------------------
       
   189 //
       
   190 RESOURCE TBUF r_qtn_acl_info_not_active { buf = qtn_acl_info_not_active ; }
       
   191 
       
   192 //----------------------------------------------------
       
   193 //   
       
   194 //    r_qtn_acl_err_invalid_input 
       
   195 //
       
   196 //----------------------------------------------------
       
   197 //
       
   198 RESOURCE TBUF r_qtn_acl_err_invalid_input { buf = qtn_acl_err_invalid_input; }
       
   199 
       
   200 //----------------------------------------------------
       
   201 //   
       
   202 //    r_qtn_acl_err_sim_card 
       
   203 //
       
   204 //----------------------------------------------------
       
   205 //
       
   206 RESOURCE TBUF r_qtn_acl_err_sim_card { buf = text_fdn_card_error; }
       
   207 
       
   208 //----------------------------------------------------
       
   209 //   
       
   210 //    r_two_string_for_empty_view 
       
   211 //
       
   212 //----------------------------------------------------
       
   213 //
       
   214 RESOURCE TBUF r_two_string_for_empty_view { buf = "%0U\n%1U"; }
       
   215 
       
   216 //----------------------------------------------------
       
   217 //
       
   218 //    r_apclplugin_main_menubar
       
   219 //
       
   220 //
       
   221 //----------------------------------------------------
       
   222 //
       
   223 RESOURCE MENU_BAR r_apclplugin_main_menubar
       
   224     {
       
   225     titles =
       
   226         {
       
   227         MENU_TITLE 
       
   228             { 
       
   229             menu_pane = r_apclplugin_main_menu; 
       
   230             }
       
   231         };
       
   232     }
       
   233 
       
   234 //----------------------------------------------------
       
   235 //
       
   236 //    r_apclplugin_main_menu
       
   237 //
       
   238 //
       
   239 //----------------------------------------------------
       
   240 //
       
   241 RESOURCE MENU_PANE r_apclplugin_main_menu
       
   242     {
       
   243     items =
       
   244         {
       
   245         MENU_ITEM 
       
   246             { 
       
   247             command = EAPControlListCmdActivate; 
       
   248             txt = qtn_acl_options_activate_control; 
       
   249             },
       
   250         MENU_ITEM 
       
   251             { 
       
   252             command = EAPControlListCmdDeactivate; 
       
   253             txt = qtn_acl_options_deactivate_control; 
       
   254             },
       
   255         MENU_ITEM 
       
   256             { 
       
   257             command = EAPControlListCmdAdd; 
       
   258             txt = qtn_acl_options_add_apn_manually; 
       
   259             },
       
   260         MENU_ITEM 
       
   261             { 
       
   262             command = EAPControlListCmdRemove; 
       
   263             txt = qtn_acl_options_remove;
       
   264             flags = EEikMenuItemSpecific;
       
   265             },
       
   266         MENU_ITEM 
       
   267             { 
       
   268             command = EAknCmdHelp; 
       
   269             txt = qtn_options_help; 
       
   270             },
       
   271         MENU_ITEM 
       
   272             { 
       
   273             command = EEikCmdExit; 
       
   274             txt = qtn_options_exit; 
       
   275             }
       
   276         };
       
   277     }
       
   278 
       
   279 //----------------------------------------------------
       
   280 //
       
   281 //    r_apclplugin_softkeys_options_back
       
   282 //
       
   283 //
       
   284 //----------------------------------------------------
       
   285 //
       
   286 RESOURCE CBA r_apclplugin_softkeys_options_back
       
   287     {
       
   288     buttons =
       
   289         {
       
   290         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   291         CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back;},
       
   292         CBA_BUTTON {id=EAknSoftkeyEmpty; txt = text_softkey_empty;}
       
   293         };
       
   294     }
       
   295 
       
   296 //----------------------------------------------------
       
   297 //   
       
   298 //    r_apclplugin_main_view
       
   299 //    Main view.
       
   300 //
       
   301 //----------------------------------------------------
       
   302 //
       
   303 RESOURCE AVKON_VIEW    r_apclplugin_main_view    
       
   304     {
       
   305     menubar=r_apclplugin_main_menubar;  
       
   306     cba=r_apclplugin_softkeys_options_back;   
       
   307     }
       
   308 
       
   309 RESOURCE LISTBOX r_apcontrol_listbox
       
   310 {
       
   311    flags = EAknListBoxSelectionList;
       
   312 }
       
   313 //----------------------------------------------------
       
   314 //
       
   315 //    r_apn_name_query
       
   316 //
       
   317 //
       
   318 //----------------------------------------------------
       
   319 //
       
   320 RESOURCE DIALOG r_apn_name_query
       
   321    {
       
   322    flags = EGeneralQueryFlags;
       
   323    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   324    items =
       
   325        {
       
   326        DLG_LINE
       
   327              {
       
   328              type = EAknCtQuery;
       
   329              id = EGeneralQuery;
       
   330              control = AVKON_DATA_QUERY
       
   331                     {
       
   332                     layout = EDataLayoutAllowEmptyInput;
       
   333                     label = qtn_acl_prmpt_apn_to_add;
       
   334                     control = EDWIN
       
   335                         {
       
   336                         maxlength = KMaxApnNameWitoutLabelLength;
       
   337                         default_case = EAknEditorLowerCase;
       
   338                         // accepts only ASCII
       
   339                         flags = EEikEdwinNoWrap;
       
   340                         avkon_flags = EAknEditorFlagLatinInputModesOnly;
       
   341                         };
       
   342                     };
       
   343              }
       
   344         };
       
   345     }
       
   346     
       
   347 //----------------------------------------------------
       
   348 //   
       
   349 //    r_qtn_vpn_main 
       
   350 //    Caption for Plugin.
       
   351 //
       
   352 //----------------------------------------------------
       
   353 //
       
   354 RESOURCE TBUF r_qtn_acl_menu_item { buf = qtn_acl_menu_item ; }
       
   355 
       
   356 
       
   357 //End of File