wlansecuritysettings/wepsecuritysettingsui/data/WEPSecuritySettingsUI.rss
branchRCL_3
changeset 18 bad0cc58d154
parent 17 30e048a7b597
child 19 c74b3d9f6b9e
equal deleted inserted replaced
17:30e048a7b597 18:bad0cc58d154
     1 /*
       
     2 * Copyright (c) 2001-2009 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 the License "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: This file contains all the resources for the WEP Security Settings UI. 
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: tr1cfwln#7.1.11 %
       
    20 */
       
    21 
       
    22 //  RESOURCE IDENTIFIER
       
    23 NAME    AWSS // 4 letter ID
       
    24 
       
    25 //  INCLUDES
       
    26 #include <eikon.rh>
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.rh>
       
    29 #include <avkon.loc>
       
    30 #include <avkon.hrh>
       
    31 
       
    32 #include "WEPSecuritySettingsUI.hrh"
       
    33 #include <wepsecuritysettingsui.loc>
       
    34 
       
    35 
       
    36 //  RESOURCE DEFINITIONS
       
    37 
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 RESOURCE TBUF { buf="WEPSecuritySettings"; }
       
    41 
       
    42 
       
    43 //----------------------------------------------------
       
    44 //
       
    45 //  r_wep_security_settings_menubar
       
    46 //  Menubar    
       
    47 //
       
    48 //----------------------------------------------------
       
    49 //
       
    50 RESOURCE MENU_BAR r_wep_security_settings_menubar
       
    51     {
       
    52     titles=
       
    53         {
       
    54         MENU_TITLE 
       
    55             { 
       
    56             menu_pane = r_wep_security_settings_menu;
       
    57             }
       
    58         };
       
    59     }
       
    60 
       
    61 
       
    62 
       
    63 //----------------------------------------------------
       
    64 //
       
    65 //  r_wep_security_settings_menu
       
    66 //  The Options menu
       
    67 //
       
    68 //----------------------------------------------------
       
    69 //
       
    70 RESOURCE MENU_PANE r_wep_security_settings_menu
       
    71     {
       
    72     items=
       
    73         {
       
    74         MENU_ITEM 
       
    75             { 
       
    76             command = EWepSelCmdChange; 
       
    77             txt = qtn_set_options_change; 
       
    78             flags = EEikMenuItemAction;
       
    79             },
       
    80 
       
    81         MENU_ITEM 
       
    82             { 
       
    83             command = EAknCmdHelp; 
       
    84             txt = qtn_options_help; 
       
    85             },
       
    86 
       
    87         MENU_ITEM 
       
    88             { 
       
    89             command = EAknCmdExit; 
       
    90             txt = qtn_options_exit; 
       
    91             }
       
    92         };
       
    93     }
       
    94 
       
    95 
       
    96 
       
    97 //----------------------------------------------------
       
    98 //
       
    99 //    r_wepsettings_pane_softkeys_options_back_edit
       
   100 //    WEP Security Settings softkeys
       
   101 //
       
   102 //----------------------------------------------------
       
   103 //
       
   104 RESOURCE CBA r_wepsettings_pane_softkeys_options_back_edit
       
   105     {
       
   106     buttons =
       
   107         {
       
   108         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
   109         CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
       
   110         CBA_BUTTON { id = EWepSelCmdChange; txt = qtn_msk_change; }
       
   111         };
       
   112     }
       
   113 
       
   114 
       
   115 
       
   116 //----------------------------------------------------
       
   117 //
       
   118 //  r_wepsettings_dialog
       
   119 //  WEP Security Settings main dialog
       
   120 //
       
   121 //----------------------------------------------------
       
   122 //
       
   123 RESOURCE DIALOG r_wepsettings_dialog
       
   124     {
       
   125     flags = EEikDialogFlagWait | EEikDialogFlagNoDrag | 
       
   126             EEikDialogFlagNoTitleBar | EEikDialogFlagFillAppClientRect |
       
   127             EEikDialogFlagCbaButtons;
       
   128 
       
   129     buttons = r_wepsettings_pane_softkeys_options_back_edit;
       
   130 
       
   131     items =
       
   132         {
       
   133         DLG_LINE
       
   134             {
       
   135             type = EAknCtSettingListBox;
       
   136             id = KWepMainSettingsListboxId;
       
   137             control = LISTBOX 
       
   138                 { 
       
   139                 flags = EAknListBoxSelectionList;
       
   140                 };
       
   141             }
       
   142         };
       
   143     }
       
   144 
       
   145 
       
   146 
       
   147 //----------------------------------------------------
       
   148 //   
       
   149 //  r_setting_app_edwin_key_data
       
   150 //  Window to enter key data
       
   151 //
       
   152 //----------------------------------------------------
       
   153 //
       
   154 RESOURCE EDWIN r_setting_app_edwin_key_data
       
   155     {
       
   156     avkon_flags = EAknEditorFlagNoT9 | EAknEditorFlagLatinInputModesOnly;
       
   157     lines = 8;
       
   158     }
       
   159 
       
   160 
       
   161 //----------------------------------------------------
       
   162 //   
       
   163 //  r_text_setting_page_key_data
       
   164 //  Setting page for entering key data
       
   165 //
       
   166 //----------------------------------------------------
       
   167 //
       
   168 RESOURCE AVKON_SETTING_PAGE r_text_setting_page_key_data
       
   169     {
       
   170     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   171     number= EAknSettingPageNoOrdinalDisplayed;
       
   172     label= qtn_wlan_sett_wep_key_data;
       
   173     type = EEikCtEdwin;
       
   174     editor_resource_id = r_setting_app_edwin_key_data;
       
   175     }
       
   176 
       
   177 
       
   178 
       
   179 //----------------------------------------------------
       
   180 //   
       
   181 //  r_setting_app_listbox
       
   182 //  Listbox for setting page
       
   183 //
       
   184 //----------------------------------------------------
       
   185 //
       
   186 RESOURCE LISTBOX r_setting_app_listbox
       
   187     {
       
   188     flags = EEikListBoxMultipleSelection;
       
   189     }
       
   190 
       
   191 
       
   192 
       
   193 //----------------------------------------------------
       
   194 //
       
   195 //    r_wepsettings_pane_softkeys_ok_cancel_select
       
   196 //    WEP Security Settings softkeys
       
   197 //
       
   198 //----------------------------------------------------
       
   199 //
       
   200 RESOURCE CBA r_wepsettings_pane_softkeys_ok_cancel_select
       
   201     {
       
   202     buttons =
       
   203         {
       
   204         CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; },
       
   205         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
   206         CBA_BUTTON { id = EAknSoftkeyOk; txt = qtn_msk_select; }
       
   207         };
       
   208     }
       
   209 
       
   210 
       
   211 //----------------------------------------------------
       
   212 //   
       
   213 //  r_radio_button_setting_page
       
   214 //  Setting page with radio buttons
       
   215 //
       
   216 //----------------------------------------------------
       
   217 //
       
   218 RESOURCE AVKON_SETTING_PAGE r_radio_button_setting_page
       
   219     {
       
   220     number = EAknSettingPageNoOrdinalDisplayed;
       
   221     softkey_resource = r_wepsettings_pane_softkeys_ok_cancel_select;
       
   222     type =  EAknSetListBox;
       
   223     editor_resource_id= r_setting_app_listbox;
       
   224     }
       
   225 
       
   226 
       
   227 
       
   228 //----------------------------------------------------
       
   229 //   
       
   230 //    r_wep_sec_sett_conf_query
       
   231 //    ConfirmationQuery dialog
       
   232 //
       
   233 //----------------------------------------------------
       
   234 //
       
   235 RESOURCE DIALOG r_wep_sec_sett_conf_query
       
   236 	{
       
   237 	flags = EGeneralQueryFlags;
       
   238 	buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   239 	items =
       
   240 		{
       
   241 		DLG_LINE
       
   242 			{
       
   243 			type = EAknCtQuery;
       
   244 			id = EGeneralQuery;
       
   245 			control = AVKON_CONFIRMATION_QUERY
       
   246 				{
       
   247 				layout = EConfirmationQueryLayout;
       
   248 				};
       
   249 			}
       
   250 		};
       
   251 	}
       
   252 
       
   253 
       
   254 
       
   255 RESOURCE TBUF r_wep_view_text_cannot_access_db      
       
   256     { 
       
   257     buf = qtn_set_err_db_inaccessible; 
       
   258     }
       
   259 
       
   260 RESOURCE TBUF r_wep_key_in_use                      
       
   261     { 
       
   262     buf = qtn_wlan_sett_wep_key_in_use; 
       
   263     }
       
   264 
       
   265 RESOURCE TBUF r_wep_authentication                  
       
   266     { 
       
   267     buf = qtn_wlan_sett_wep_auth_mode; 
       
   268     }
       
   269 
       
   270 RESOURCE TBUF r_wep_key_configuration               
       
   271     { 
       
   272     buf = qtn_wlan_sett_wep_key_settings; 
       
   273     }
       
   274 
       
   275 RESOURCE TBUF r_wep_key_number_1                    
       
   276     { 
       
   277     buf = qtn_wlan_sett_wep_key_1; 
       
   278     }
       
   279 
       
   280 RESOURCE TBUF r_wep_key_number_2                    
       
   281     { 
       
   282     buf = qtn_wlan_sett_wep_key_2; 
       
   283     }
       
   284 
       
   285 RESOURCE TBUF r_wep_key_number_3                    
       
   286     { 
       
   287     buf = qtn_wlan_sett_wep_key_3; 
       
   288     }
       
   289 
       
   290 RESOURCE TBUF r_wep_key_number_4                    
       
   291     { 
       
   292     buf = qtn_wlan_sett_wep_key_4; 
       
   293     }
       
   294     
       
   295 RESOURCE TBUF r_wep_tab_key_1
       
   296     {
       
   297     buf = qtn_wlan_tab_wep_key_1;
       
   298     }
       
   299     
       
   300 RESOURCE TBUF r_wep_tab_key_2
       
   301     {
       
   302     buf = qtn_wlan_tab_wep_key_2;
       
   303     }
       
   304     
       
   305 RESOURCE TBUF r_wep_tab_key_3
       
   306     {
       
   307     buf = qtn_wlan_tab_wep_key_3;
       
   308     }
       
   309     
       
   310 RESOURCE TBUF r_wep_tab_key_4
       
   311     {
       
   312     buf = qtn_wlan_tab_wep_key_4;
       
   313     }
       
   314 
       
   315 RESOURCE TBUF r_wep_authentication_open             
       
   316     { 
       
   317     buf = qtn_wlan_sett_wep_auth_mode_open; 
       
   318     }
       
   319 
       
   320 RESOURCE TBUF r_wep_authentication_shared           
       
   321     { 
       
   322     buf = qtn_wlan_sett_wep_auth_mode_shared; 
       
   323     }
       
   324 
       
   325 RESOURCE TBUF r_wep_key_length                      
       
   326     { 
       
   327     buf = qtn_wlan_sett_wep_key_length; 
       
   328     }
       
   329 
       
   330 RESOURCE TBUF r_wep_key_format                      
       
   331     { 
       
   332     buf = qtn_wlan_sett_wep_key_format; 
       
   333     }
       
   334 
       
   335 RESOURCE TBUF r_wep_key_data                        
       
   336     { 
       
   337     buf = qtn_wlan_sett_wep_key_data; 
       
   338     }
       
   339 
       
   340 RESOURCE TBUF r_wep_key_length_64_bits              
       
   341     { 
       
   342     buf = qtn_wlan_sett_wep_key_length_64_bits; 
       
   343     }
       
   344 
       
   345 RESOURCE TBUF r_wep_key_length_128_bits
       
   346     { 
       
   347     buf = qtn_wlan_sett_wep_key_length_128_bits; 
       
   348     }
       
   349 
       
   350 RESOURCE TBUF r_wep_key_length_256_bits             
       
   351     { 
       
   352     buf = qtn_wlan_sett_wep_key_length_256_bits; 
       
   353     }
       
   354 
       
   355 RESOURCE TBUF r_wep_key_format_ascii                
       
   356     { 
       
   357     buf = qtn_wlan_sett_wep_key_format_ascii; 
       
   358     }
       
   359 
       
   360 RESOURCE TBUF r_wep_key_format_hex                  
       
   361     { 
       
   362     buf = qtn_wlan_sett_wep_key_format_hexa; 
       
   363     }
       
   364 
       
   365 RESOURCE TBUF r_wep_key_data_must_be_defined        
       
   366     { 
       
   367     buf = qtn_selec_setting_compulsory; 
       
   368     }
       
   369 
       
   370 RESOURCE TBUF r_wep_key_data_stars                  
       
   371     { 
       
   372     buf = qtn_wlan_sett_wep_key_format_hexa; 
       
   373     }
       
   374 
       
   375 RESOURCE TBUF r_wep_data_missing                    
       
   376     { 
       
   377     buf = qtn_wlan_quest_wep_key_data_missing; 
       
   378     }
       
   379 
       
   380 RESOURCE TBUF r_info_wep_key_too_short              
       
   381     { 
       
   382     buf = qtn_wlan_info_wep_key_too_short; 
       
   383     }
       
   384 
       
   385 RESOURCE TBUF r_info_wep_key_illegal_chars          
       
   386     { 
       
   387     buf = qtn_wlan_info_wep_key_illegal_chars; 
       
   388     }
       
   389 
       
   390 // End of File