wlansecuritysettings/wifiprotectedsetup/data/wifiprotplugin.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 Connection Ui Utilities Notifier 
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: tr1cfwln#12 %
       
    20 */
       
    21 
       
    22 //  RESOURCE IDENTIFIER
       
    23 NAME AWPS // 4 letter ID
       
    24 
       
    25 //  INCLUDES
       
    26 #include <eikon.rh>
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.rh>
       
    29 #include <avkon.mbg>
       
    30 #include <avkon.loc>
       
    31 
       
    32 #include <AvkonIcons.hrh>
       
    33 #include "wifiprotplugin.hrh"
       
    34 #include <wifiprot.loc>
       
    35 
       
    36 //  RESOURCE DEFINITIONS
       
    37 
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 RESOURCE TBUF { buf="WiFiProtPlugin"; }
       
    41 
       
    42 
       
    43   
       
    44 RESOURCE DIALOG r_wifiprot_configure_auto_dialog
       
    45     {
       
    46     flags = EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons | 
       
    47             EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar ;
       
    48     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    49     items =
       
    50         {
       
    51         DLG_LINE
       
    52             {
       
    53             type = EAknCtQuery;
       
    54             id = EGeneralQuery;
       
    55             control = AVKON_CONFIRMATION_QUERY
       
    56                 {
       
    57                 layout = EConfirmationLayout;
       
    58                 animation = R_QGN_NOTE_QUERY_ANIM;
       
    59                 label = qtn_ntw_conset_quest_wps_configure_auto;
       
    60                 };
       
    61             }
       
    62         };
       
    63     }    
       
    64   
       
    65 RESOURCE CBA r_softkeys_continue_cancel__continue
       
    66     {
       
    67     buttons =
       
    68         {
       
    69         CBA_BUTTON { id = EWiFiSoftkeyContinue; txt = qtn_text_sotkey_continue; },     
       
    70         CBA_BUTTON { id = EAknSoftkeyCancel;     txt = text_softkey_cancel; },
       
    71         CBA_BUTTON { id = EWiFiSoftkeyContinue; txt = qtn_text_sotkey_continue;}
       
    72         };
       
    73     }
       
    74 
       
    75 RESOURCE CBA r_softkeys_select_cancel__select
       
    76     {
       
    77     buttons =
       
    78         {
       
    79         CBA_BUTTON { id = EAknSoftkeyView; txt = text_softkey_select; },     
       
    80         CBA_BUTTON { id = EAknSoftkeyNo;     txt = text_softkey_cancel; },
       
    81         CBA_BUTTON { id = EAknSoftkeyView; txt = text_softkey_select;}
       
    82         };
       
    83     }
       
    84 
       
    85 RESOURCE DIALOG r_wifiprot_initiate_easy_setup_dialog
       
    86     {
       
    87     flags = EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons | 
       
    88             EEikDialogFlagNoDrag ;
       
    89     buttons = r_softkeys_continue_cancel__continue;
       
    90     items =
       
    91         {
       
    92         DLG_LINE
       
    93             {
       
    94             type = EAknCtPopupHeadingPane;
       
    95             id = EAknMessageQueryHeaderId;
       
    96             control = AVKON_HEADING
       
    97                 {
       
    98                 label = qtn_netw_conset_prmpt_wps_initiate;
       
    99                 };
       
   100             },  
       
   101         DLG_LINE
       
   102             {
       
   103             type = EAknCtMessageQuery;
       
   104             id = EAknMessageQueryContentId;
       
   105             control = AVKON_MESSAGE_QUERY
       
   106                 {
       
   107                 };
       
   108             }
       
   109         };
       
   110     }
       
   111 
       
   112 RESOURCE DIALOG r_wifiprot_enter_pin_code_dialog
       
   113     {
       
   114     flags = EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons | 
       
   115             EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar ;
       
   116     buttons = r_softkeys_continue_cancel__continue;
       
   117     items =
       
   118         {
       
   119         DLG_LINE
       
   120             {
       
   121             type = EAknCtQuery;
       
   122             id = EGeneralQuery;
       
   123             control = AVKON_CONFIRMATION_QUERY
       
   124                 {
       
   125                 layout = EConfirmationLayout;
       
   126                 animation = R_QGN_NOTE_INFO_ANIM;
       
   127                 label = qtn_netw_conset_wps_info_enter_pin_code;
       
   128                 };
       
   129             }
       
   130         };
       
   131     } 
       
   132 
       
   133 
       
   134 RESOURCE DIALOG r_wifiprot_wait_note
       
   135     {
       
   136     flags = EAknWaitNoteFlags;
       
   137     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   138     items =
       
   139         {
       
   140         DLG_LINE
       
   141             {
       
   142             type = EAknCtNote;
       
   143             id = EGeneralNote;
       
   144             control= AVKON_NOTE
       
   145                 {
       
   146                 layout = EWaitLayout;
       
   147                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   148                 };
       
   149             }
       
   150         };
       
   151     }
       
   152 
       
   153     
       
   154 RESOURCE DIALOG r_wifiprot_ok_note
       
   155     {
       
   156     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   157             EEikDialogFlagCbaButtons | EEikDialogFlagWait;
       
   158     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   159     items =
       
   160         {
       
   161         DLG_LINE
       
   162             {
       
   163             type = EAknCtNote;
       
   164             id = EGeneralNote;
       
   165             control = AVKON_NOTE
       
   166                 {
       
   167                 layout = EGeneralLayout;
       
   168                 animation = R_QGN_NOTE_OK_ANIM;
       
   169                 };
       
   170             }
       
   171         };
       
   172     }
       
   173     
       
   174 RESOURCE DIALOG r_wifiprot_info_note
       
   175     {
       
   176     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   177             EEikDialogFlagCbaButtons | EEikDialogFlagWait;
       
   178     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   179     items =
       
   180         {
       
   181         DLG_LINE
       
   182             {
       
   183             type = EAknCtNote;
       
   184             id = EGeneralNote;
       
   185             control = AVKON_NOTE
       
   186                 {
       
   187                 layout = EGeneralLayout;
       
   188                 animation = R_QGN_NOTE_INFO_ANIM;
       
   189                 };
       
   190             }
       
   191         };
       
   192     }    
       
   193 
       
   194 RESOURCE DIALOG r_wifiprot_error_note
       
   195     {
       
   196     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   197             EEikDialogFlagCbaButtons | EEikDialogFlagWait;
       
   198     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   199     items =
       
   200         {
       
   201         DLG_LINE
       
   202             {
       
   203             type = EAknCtNote;
       
   204             id = EGeneralNote;
       
   205             control = AVKON_NOTE
       
   206                 {
       
   207                 layout = EGeneralLayout;
       
   208                 animation = R_QGN_NOTE_ERROR_ANIM;
       
   209                 };
       
   210             }
       
   211         };
       
   212     }
       
   213     
       
   214 RESOURCE AVKON_LIST_QUERY r_conn_list_query
       
   215     {
       
   216     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
   217     flags = EEikDialogFlagNotifyEsc;
       
   218 
       
   219     items =
       
   220         {
       
   221         AVKON_LIST_QUERY_DLG_LINE
       
   222             {
       
   223             id = EListQueryControl;
       
   224             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
   225                 {
       
   226                 actuallisttype = EAknCtSingleGraphicPopupMenuListBox;
       
   227                 listbox = AVKON_LIST_QUERY_LIST
       
   228                     {
       
   229                     flags = EAknListBoxSelectionList;
       
   230                     };
       
   231 
       
   232                 heading = qtn_netw_conset_wps_prmpt_select_network;
       
   233                 };
       
   234             }
       
   235         };
       
   236     }
       
   237 
       
   238 
       
   239 
       
   240 RESOURCE TBUF r_qtn_wlan_info_no_networks_found          
       
   241     { 
       
   242     buf = qtn_wlan_info_no_networks_found;
       
   243     }
       
   244 
       
   245 RESOURCE TBUF r_qtn_netw_conset_wps_detail_select_network          
       
   246     { 
       
   247     buf = qtn_netw_conset_wps_detail_select_network;
       
   248     }
       
   249   
       
   250 RESOURCE TBUF r_qtn_netw_conset_wps_msg_pbc          
       
   251     { 
       
   252     buf = qtn_netw_conset_wps_msg_pbc; 
       
   253     }
       
   254     
       
   255 RESOURCE TBUF r_qtn_netw_conset_wps_info_enter_pin_code         
       
   256     { 
       
   257     buf = qtn_netw_conset_wps_info_enter_pin_code; 
       
   258     }
       
   259     
       
   260 RESOURCE TBUF r_qtn_netw_conset_wps_msg_link_use_pin         
       
   261     { 
       
   262     buf = qtn_netw_conset_wps_msg_link_use_pin; 
       
   263     }    
       
   264     
       
   265 RESOURCE TBUF r_qtn_netw_conset_wait_wps_configuring         
       
   266     { 
       
   267     buf = qtn_netw_conset_wait_wps_configuring; 
       
   268     }  
       
   269       
       
   270 RESOURCE TBUF r_qtn_netw_conset_conf_wps_one_network_configured         
       
   271     { 
       
   272     buf = qtn_netw_conset_conf_wps_one_network_configured; 
       
   273     }
       
   274     
       
   275 RESOURCE TBUF r_qtn_netw_conset_conf_wps_multiple_networks_config         
       
   276     { 
       
   277     buf = qtn_netw_conset_conf_wps_multiple_networks_config; 
       
   278     }
       
   279     
       
   280 RESOURCE TBUF r_qtn_netw_conset_conf_wps_no_networks_configured         
       
   281     { 
       
   282     buf = qtn_netw_conset_conf_wps_no_networks_configured; 
       
   283     } 
       
   284 
       
   285 RESOURCE TBUF r_qtn_err_wlan_sc_config_failed_try_again          
       
   286     { 
       
   287     buf = qtn_err_wlan_sc_config_failed_try_again; 
       
   288     } 
       
   289 
       
   290 RESOURCE TBUF r_qtn_err_wlan_sc_config_failed           
       
   291     { 
       
   292     buf = qtn_err_wlan_sc_config_failed; 
       
   293     } 
       
   294 
       
   295 RESOURCE TBUF r_qtn_err_wlan_signal_too_weak           
       
   296     { 
       
   297     buf = qtn_err_wlan_signal_too_weak;
       
   298     } 
       
   299 
       
   300 RESOURCE TBUF r_qtn_err_wlan_network_not_found            
       
   301     { 
       
   302     buf = qtn_err_wlan_network_not_found; 
       
   303     } 
       
   304 
       
   305 RESOURCE TBUF r_qtn_err_wlan_sc_config_failed_multiple_pb_sessions            
       
   306     { 
       
   307     buf = qtn_err_wlan_sc_config_failed_multiple_pb_sessions; 
       
   308     } 
       
   309 
       
   310 RESOURCE TBUF r_qtn_err_wlan_sc_config_failed_rogue_activity             
       
   311     { 
       
   312     buf = qtn_err_wlan_sc_config_failed_rogue_activity; 
       
   313     } 
       
   314 
       
   315 RESOURCE TBUF r_qtn_err_wlan_sc_config_failed_pin_not_supported             
       
   316     { 
       
   317     buf = qtn_err_wlan_sc_config_failed_pin_not_supported; 
       
   318     } 
       
   319 
       
   320 RESOURCE TBUF r_qtn_err_wlan_sc_config_failed_pb_not_supported           
       
   321     { 
       
   322     buf = qtn_err_wlan_sc_config_failed_pb_not_supported;
       
   323     } 
       
   324     
       
   325 RESOURCE TBUF r_qtn_wlan_info_connection_already_active
       
   326 		{
       
   327 		buf = qtn_wlan_info_connection_already_active;
       
   328 		}
       
   329    
       
   330    
       
   331 // End of File