connectionutilities/ConnectionDialogs/ConnectionUiUtilities/data/ConnUiUtilsNotif.rss
changeset 0 5a93021fdf25
child 1 40cb640ef159
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2004 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:  This file contains all the resources for the 
       
    15 *               Connection Ui Utilities Notifier
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME ACUN // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.mbg>
       
    28 #include <avkon.loc>
       
    29 
       
    30 #include <AvkonIcons.hrh>
       
    31 #include "ConnUiUtilsNotif.hrh"
       
    32 #include <connectionuiutilities.loc>
       
    33 
       
    34 //  RESOURCE DEFINITIONS
       
    35 
       
    36 RESOURCE RSS_SIGNATURE { }
       
    37 
       
    38 RESOURCE TBUF { buf="ConnUiUtilsNotif"; }
       
    39 
       
    40 
       
    41 RESOURCE AVKON_LIST_QUERY r_select_wlan_list_query
       
    42     {
       
    43     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
    44     flags = EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons |
       
    45             EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar;
       
    46 
       
    47 
       
    48     items = AVKON_LIST_QUERY_DLG_LINE
       
    49         {
       
    50         id = EListQueryControl;
       
    51         control = AVKON_LIST_QUERY_CONTROL
       
    52             {
       
    53             listtype = EAknCtSingleGraphicPopupMenuListBox;
       
    54             listbox = AVKON_LIST_QUERY_LIST
       
    55                 {
       
    56                 flags = EAknListBoxSelectionList;
       
    57                 };
       
    58 
       
    59             heading = qtn_wlan_prmpt_select_network;
       
    60             };
       
    61         };
       
    62     }
       
    63     
       
    64 RESOURCE DIALOG r_query_dialog
       
    65     {
       
    66     flags = EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons | 
       
    67             EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
    68             EEikDialogFlagCbaButtons;
       
    69     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    70     items =
       
    71         {
       
    72         DLG_LINE
       
    73             {
       
    74             type = EAknCtQuery;
       
    75             id = EGeneralQuery;
       
    76             control = AVKON_CONFIRMATION_QUERY
       
    77                 {
       
    78                 layout = EConfirmationLayout;
       
    79                 label = qtn_offline_activate_wlan;
       
    80                 };
       
    81             }
       
    82         };
       
    83     }    
       
    84 
       
    85 RESOURCE DIALOG r_easy_wep_wpa_dlg
       
    86 	{
       
    87     flags = EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons | 
       
    88             EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
    89             EEikDialogFlagVirtualInput;
       
    90 	buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    91     items=
       
    92 		{
       
    93 		DLG_LINE
       
    94 			{
       
    95 			type=EAknCtQuery;
       
    96 			id=EGeneralQuery;
       
    97 			control= AVKON_DATA_QUERY
       
    98 				{ 
       
    99 				layout=EDataLayout;
       
   100                 control = EDWIN
       
   101                     {
       
   102                     avkon_flags = EAknEditorFlagLatinInputModesOnly;
       
   103                     default_case = EAknEditorLowerCase;
       
   104 					default_input_mode = EAknEditorTextInputMode;
       
   105                     allowed_input_modes = EAknEditorAllInputModes;
       
   106                     };
       
   107 				};
       
   108 			}
       
   109 		};
       
   110 
       
   111 	}
       
   112 
       
   113 RESOURCE TBUF r_info_no_networks_found
       
   114     { 
       
   115     buf = qtn_wlan_info_no_networks_found;
       
   116     }
       
   117 
       
   118 
       
   119 RESOURCE TBUF r_offline_not_possible
       
   120     {
       
   121     buf = qtn_offline_not_possible;
       
   122     }
       
   123 
       
   124 RESOURCE TBUF r_easy_wep_query_text             { buf = qtn_wlan_prmpt_wep_key; }
       
   125 RESOURCE TBUF r_easy_wpa_query_text             { buf = qtn_wlan_prmpt_wpa_key; }
       
   126 RESOURCE TBUF r_info_preshared_key_too_short    { buf = qtn_wlan_info_preshared_key_too_short; } 
       
   127 RESOURCE TBUF r_info_wep_key_invalid            { buf = qtn_wlan_info_invalid_wep_key; } 
       
   128 RESOURCE TBUF r_info_wep_key_illegal_chars      { buf = qtn_wlan_info_wep_key_illegal_chars; } 
       
   129 RESOURCE TBUF r_wlan_network_unavailable        { buf = qtn_err_wlan_network_lost; }
       
   130 RESOURCE TBUF r_info_preshared_key_not_hexs     { buf = qtn_wlan_info_preshared_key_not_hex; }
       
   131 RESOURCE TBUF r_connuiutilities_not_supported   { buf = qtn_err_not_supp; }
       
   132 RESOURCE TBUF r_occ_info_no_wlan_available      { buf = qtn_occ_info_no_wlan_available; }
       
   133 
       
   134 RESOURCE DIALOG r_searching_wlan_wait_note
       
   135 	{
       
   136 	flags = EAknWaitNoteFlags;
       
   137 	buttons=R_AVKON_SOFTKEYS_EMPTY;
       
   138     items=
       
   139 		{
       
   140 		DLG_LINE
       
   141 			{
       
   142 			type = EAknCtNote;
       
   143 			id = ESearchingWlanWaitNote; 
       
   144 			control= AVKON_NOTE 
       
   145                 { 
       
   146 				layout = EWaitLayout;
       
   147 				singular_label = qtn_wlan_wait_searching_networks;				
       
   148                 imagefile = AVKON_ICON_FILE;
       
   149 				imageid = EMbmAvkonQgn_note_progress;
       
   150 				imagemask = EMbmAvkonQgn_note_progress_mask;
       
   151 				animation = R_QGN_GRAF_WAIT_BAR_ANIM;				
       
   152 				};
       
   153 			}
       
   154 		};
       
   155 	}
       
   156 
       
   157 	
       
   158 RESOURCE DIALOG r_query_dialog_with_heading
       
   159     {
       
   160     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
   161             EEikDialogFlagCbaButtons | EEikDialogFlagNoBorder | 
       
   162             EEikDialogFlagNoShadow;
       
   163     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   164     items=
       
   165         {
       
   166         DLG_LINE
       
   167             {
       
   168             type = EAknCtPopupHeadingPane;
       
   169             id = EAknMessageQueryHeaderId;
       
   170             control = AVKON_HEADING
       
   171                 {
       
   172                 label = "";
       
   173                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   174                 };
       
   175             },
       
   176         DLG_LINE
       
   177             {
       
   178             type = EAknCtQuery;
       
   179             id = EGeneralQuery;
       
   180             control= AVKON_CONFIRMATION_QUERY
       
   181                 {
       
   182                 layout = EConfirmationLayout;
       
   183                 label = "";
       
   184                 };
       
   185             }            
       
   186         };
       
   187     }
       
   188     
       
   189     
       
   190 RESOURCE CBA r_softkeys_yes_cancel__yes
       
   191     {
       
   192     buttons =
       
   193         {
       
   194         // Differences between ids and texts are intentional!
       
   195         CBA_BUTTON { id = EAknSoftkeySelect; txt = text_softkey_yes; },     
       
   196         CBA_BUTTON { id = EAknSoftkeyNo;     txt = text_softkey_cancel; },
       
   197         CBA_BUTTON { id = EAknSoftkeySelect; txt = text_softkey_yes;}
       
   198         };
       
   199     }
       
   200 
       
   201 
       
   202 RESOURCE CBA r_softkeys_view_no__view
       
   203     {
       
   204     buttons =
       
   205         {
       
   206         CBA_BUTTON { id = EAknSoftkeyView; txt = text_softkey_select; },
       
   207         CBA_BUTTON { id = EAknSoftkeyNo;   txt = text_softkey_cancel;},
       
   208         CBA_BUTTON { id = EAknSoftkeyView; txt = text_softkey_select; }
       
   209         };
       
   210     }
       
   211 
       
   212 
       
   213 
       
   214 
       
   215 RESOURCE AVKON_LIST_QUERY r_message_query
       
   216 {
       
   217    flags = EEikDialogFlagNotifyEsc | EGeneralQueryFlags;
       
   218    softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
   219    items =
       
   220    {
       
   221       AVKON_LIST_QUERY_DLG_LINE
       
   222       {
       
   223          control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
   224          {
       
   225             actuallisttype = EAknCtSinglePopupMenuListBox;
       
   226             listbox = AVKON_LIST_QUERY_LIST
       
   227             {
       
   228             };
       
   229             heading = "...";
       
   230          };
       
   231       }
       
   232    };
       
   233 }
       
   234 
       
   235 
       
   236     
       
   237 RESOURCE DIALOG r_connecting_via_info_note
       
   238     {
       
   239     flags = EAknInformationNoteFlags | EEikDialogFlagWait;
       
   240     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   241     items =
       
   242         {
       
   243         DLG_LINE
       
   244             {
       
   245             type = EAknCtNote;
       
   246             id = EConnectingViaNote;
       
   247             control = AVKON_NOTE 
       
   248                 { 
       
   249                 layout = ENoteWithImageLayout;
       
   250                 singular_label = "";
       
   251                 plural_label = "";
       
   252                 imagefile = AVKON_ICON_FILE;                
       
   253 				imageid = EMbmAvkonQgn_note_info; 
       
   254 				imagemask = EMbmAvkonQgn_note_info_mask;   
       
   255                 animation = R_QGN_NOTE_INFO_ANIM;
       
   256                 };
       
   257             }
       
   258         };
       
   259     }    
       
   260     
       
   261 RESOURCE DIALOG r_connected_via_confirm_note
       
   262     {
       
   263     flags = EAknConfirmationNoteFlags | EEikDialogFlagWait;
       
   264     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   265     items =
       
   266         {
       
   267         DLG_LINE
       
   268             {
       
   269             type = EAknCtNote;
       
   270             id = EConnectingViaConfirmNote;
       
   271             control = AVKON_NOTE
       
   272                 { 
       
   273                 layout = ENoteWithImageLayout;
       
   274                 singular_label = "";
       
   275                 plural_label = "";
       
   276                 imagefile = AVKON_ICON_FILE;
       
   277 				imageid = EMbmAvkonQgn_note_ok; 
       
   278 				imagemask = EMbmAvkonQgn_note_ok_mask;
       
   279                 animation = R_QGN_NOTE_OK_ANIM;				                
       
   280                 };
       
   281             }
       
   282         };
       
   283     }      
       
   284     
       
   285 
       
   286 RESOURCE DIALOG r_wlan_name_query
       
   287    {
       
   288    flags = EGeneralQueryFlags | EEikDialogFlagNotifyEsc;
       
   289    buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   290    items =
       
   291        {
       
   292        DLG_LINE
       
   293              {
       
   294              type = EAknCtQuery;
       
   295              id = EGeneralQuery;
       
   296              control = AVKON_DATA_QUERY
       
   297                     {
       
   298                     layout = EDataLayout;
       
   299                     label = qtn_wlan_prmpt_network_name;
       
   300                     control = EDWIN
       
   301                         {
       
   302                         maxlength = KWlanMaxSsidLength_;
       
   303                         flags = EEikEdwinNoWrap;
       
   304                         };
       
   305                     };
       
   306              }
       
   307         };
       
   308     }
       
   309 
       
   310 
       
   311 RESOURCE TBUF r_qtn_netw_conset_conf_connected_to           
       
   312     { 
       
   313     buf = qtn_netw_conset_conf_connected_to; 
       
   314     }
       
   315 
       
   316 RESOURCE TBUF r_qtn_netw_conset_info_roaming_to             
       
   317     { 
       
   318     buf = qtn_netw_conset_info_roaming_to; 
       
   319     }
       
   320 
       
   321 RESOURCE TBUF r_qtn_netw_conset_prmpt_roam_less_preferred   
       
   322     { 
       
   323     buf = qtn_netw_conset_prmpt_roam_less_preferred; 
       
   324     }
       
   325 
       
   326 RESOURCE TBUF r_qtn_netw_conset_quest_roam_less_preferred   
       
   327     { 
       
   328     buf = qtn_netw_conset_quest_roam_less_preferred; 
       
   329     }
       
   330 
       
   331 RESOURCE TBUF r_qtn_netw_conset_prmpt_roam_more_preferred   
       
   332     { 
       
   333     buf = qtn_netw_conset_prmpt_roam_more_preferred; 
       
   334     }
       
   335 
       
   336 RESOURCE TBUF r_qtn_netw_conset_quest_roam_more_preferred   
       
   337     { 
       
   338     buf = qtn_netw_conset_quest_roam_more_preferred; 
       
   339     }
       
   340 
       
   341 RESOURCE TBUF r_qtn_netw_conset_quest_connect_via_method    
       
   342     { 
       
   343     buf = qtn_netw_conset_quest_connect_via_method; 
       
   344     }
       
   345 
       
   346 RESOURCE TBUF r_qtn_netw_conset_conf_connected_via_method
       
   347     { 
       
   348     buf = qtn_netw_conset_conf_connected_via_method;
       
   349     }
       
   350 
       
   351 RESOURCE TBUF r_qtn_netw_conset_prmpt_connection_needed
       
   352     {
       
   353     buf = qtn_netw_conset_prmpt_connection_needed;
       
   354     }
       
   355 
       
   356 RESOURCE TBUF r_qtn_netw_conset_msg_query_link_always_accept
       
   357     {
       
   358     buf = qtn_netw_conset_msg_query_link_always_accept;
       
   359     }
       
   360 
       
   361 RESOURCE TBUF r_qtn_netw_conset_msg_query_link_try_next
       
   362     {
       
   363     buf = qtn_netw_conset_msg_query_link_try_next;
       
   364     }
       
   365 
       
   366 RESOURCE TBUF r_qtn_wlan_manual_ssid_input
       
   367     {
       
   368     buf = qtn_wlan_manual_ssid_input;
       
   369     }
       
   370 
       
   371 RESOURCE TBUF r_qtn_wlan_power_save_test_dlg_title
       
   372     {
       
   373     buf = qtn_wlan_power_save_test_dlg_title;
       
   374     }
       
   375 
       
   376 RESOURCE TBUF r_qtn_wlan_power_save_test_dlg_text
       
   377     {
       
   378     buf = qtn_wlan_power_save_test_dlg_text;
       
   379     }
       
   380 
       
   381 RESOURCE TBUF r_qtn_wlan_power_save_test_dlg_link
       
   382     {
       
   383     buf = qtn_wlan_power_save_test_dlg_link;
       
   384     }
       
   385 
       
   386 RESOURCE TBUF r_qtn_occ_connecting_discreet_popup_text1
       
   387     {
       
   388     buf = qtn_occ_connecting_discreet_popup_text1;
       
   389     }
       
   390 
       
   391 RESOURCE TBUF r_qtn_occ_connecting_discreet_popup_text2
       
   392     {
       
   393     buf = qtn_occ_connecting_discreet_popup_text2;
       
   394     }
       
   395 
       
   396 RESOURCE TBUF r_qtn_occ_connection_failed_discreet_popup_text1
       
   397     {
       
   398     buf = qtn_occ_connection_failed_discreet_popup_text1;
       
   399     }
       
   400 
       
   401 RESOURCE TBUF r_qtn_occ_config_failed_discreet_popup_text1
       
   402     {
       
   403     buf = qtn_occ_config_failed_discreet_popup_text1;
       
   404     }
       
   405 
       
   406 RESOURCE TBUF r_qtn_occ_internal_error_discreet_popup_text2
       
   407     {
       
   408     buf = qtn_occ_internal_error_discreet_popup_text2;
       
   409     }
       
   410 
       
   411 RESOURCE TBUF r_qtn_occ_wlan_not_found_discreet_popup_text2
       
   412     {
       
   413     buf = qtn_occ_wlan_not_found_discreet_popup_text2;
       
   414     }
       
   415 
       
   416 RESOURCE TBUF r_qtn_occ_auth_error_discreet_popup_text2
       
   417     {
       
   418     buf = qtn_occ_auth_error_discreet_popup_text2;
       
   419     }
       
   420 
       
   421 RESOURCE TBUF r_qtn_occ_check_key_discreet_popup_text2
       
   422     {
       
   423     buf = qtn_occ_check_key_discreet_popup_text2;
       
   424     }
       
   425 
       
   426 RESOURCE TBUF r_qtn_occ_check_settings_discreet_popup_text2
       
   427     {
       
   428     buf = qtn_occ_check_settings_discreet_popup_text2;
       
   429     }
       
   430 
       
   431 RESOURCE TBUF r_qtn_occ_sim_error_discreet_popup_text2
       
   432     {
       
   433     buf = qtn_occ_sim_error_discreet_popup_text2;
       
   434     }
       
   435 
       
   436 RESOURCE TBUF r_qtn_occ_service_error_discreet_popup_text2
       
   437     {
       
   438     buf = qtn_occ_service_error_discreet_popup_text2;
       
   439     }
       
   440 
       
   441 RESOURCE TBUF r_qtn_occ_access_error_discreet_popup_text2
       
   442     {
       
   443     buf = qtn_occ_access_error_discreet_popup_text2;
       
   444     }
       
   445 
       
   446 RESOURCE TBUF r_qtn_occ_already_act_discreet_popup_text2
       
   447     {
       
   448     buf = qtn_occ_already_act_discreet_popup_text2;
       
   449     }
       
   450 
       
   451 RESOURCE TBUF r_qtn_occ_wlan_weak_discreet_popup_text2
       
   452     {
       
   453     buf = qtn_occ_wlan_weak_discreet_popup_text2;
       
   454     }
       
   455 
       
   456 RESOURCE TBUF r_qtn_occ_try_again_discreet_popup_text2
       
   457     {
       
   458     buf = qtn_occ_try_again_discreet_popup_text2;
       
   459     }
       
   460 
       
   461 RESOURCE TBUF r_qtn_occ_conn_unavailable_discreet_popup_text2
       
   462     {
       
   463     buf = qtn_occ_conn_unavailable_discreet_popup_text2;
       
   464     }
       
   465 
       
   466 
       
   467 RESOURCE CBA r_softkeys_view_empty__view
       
   468     {
       
   469     buttons =
       
   470         {
       
   471         CBA_BUTTON {id=EAknSoftkeyView; txt=text_softkey_select; },
       
   472         CBA_BUTTON {txt=text_softkey_empty;},
       
   473         CBA_BUTTON {id=EAknSoftkeyView; txt=text_softkey_select; }
       
   474         };
       
   475     }
       
   476 
       
   477 RESOURCE DIALOG r_powersave_query
       
   478     {
       
   479     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
   480             EEikDialogFlagCbaButtons | EEikDialogFlagNoBorder | 
       
   481             EEikDialogFlagNoShadow | EEikDialogFlagNotifyEsc;
       
   482     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   483     items =
       
   484         {
       
   485         DLG_LINE
       
   486             {
       
   487             type = EAknCtPopupHeadingPane;
       
   488             id = EAknMessageQueryHeaderId;
       
   489             control = AVKON_HEADING
       
   490                 {
       
   491                 label = "";
       
   492                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   493                 };
       
   494             },
       
   495 
       
   496         DLG_LINE
       
   497             {
       
   498             type = EAknCtMessageQuery;
       
   499             id = EAknMessageQueryContentId;
       
   500             control = AVKON_MESSAGE_QUERY
       
   501                 {
       
   502                 };
       
   503             }
       
   504         };
       
   505     }
       
   506 
       
   507 
       
   508 RESOURCE TBUF r_qtn_occ_prmpt_cs_data_home_nw
       
   509     {    
       
   510     buf = qtn_occ_prmpt_cs_data_home_nw;
       
   511     }
       
   512     
       
   513 RESOURCE TBUF r_qtn_occ_prmpt_cs_data_foreign_nw
       
   514     {    
       
   515     buf = qtn_occ_prmpt_cs_data_foreign_nw;
       
   516     } 
       
   517     
       
   518 RESOURCE TBUF r_qtn_occ_detail_cs_data_home_nw
       
   519     {    
       
   520     buf = qtn_occ_detail_cs_data_home_nw;
       
   521     }
       
   522     
       
   523 RESOURCE TBUF r_qtn_occ_detail_cs_data_foreign_nw
       
   524     {    
       
   525     buf = qtn_occ_detail_cs_data_foreign_nw;
       
   526     }
       
   527 
       
   528 RESOURCE TBUF r_qtn_occ_list_cs_data_home_nw_automatic 
       
   529     {    
       
   530     buf = qtn_occ_list_cs_data_home_nw_automatic;
       
   531     }
       
   532 
       
   533 RESOURCE TBUF r_qtn_occ_list_cs_data_home_nw_this_time 
       
   534     {    
       
   535     buf = qtn_occ_list_cs_data_home_nw_this_time;
       
   536     }
       
   537 
       
   538 // End of File