browserutilities/connectionmanager/Data/connectionmanager.rss
changeset 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     This file contains all the resources for Connection Manager.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    CnMn // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <avkon.loc>
       
    26 #include <ConnectionManager.loc>
       
    27 #include "eikon.rsg"
       
    28 #include <avkon.rsg>
       
    29 #include <avkon.rh>
       
    30 #include <avkon.mbg>
       
    31 #include <uikon.rh>
       
    32 #include <ConnMan.mbg>
       
    33 #include "ConnMan.hrh"
       
    34 
       
    35 #define connman_bitmap_file "z:\\resource\\Apps\\connman.mbm"
       
    36 
       
    37 //  RESOURCE DEFINITIONS 
       
    38 
       
    39 RESOURCE RSS_SIGNATURE { }
       
    40 
       
    41 
       
    42 RESOURCE TBUF { buf="ConnectionManager"; }
       
    43 
       
    44 
       
    45 RESOURCE TBUF r_ics_note_use_another_ap
       
    46 	{
       
    47 	buf = qtn_ics_note_use_another_ap;
       
    48 	}
       
    49 
       
    50 RESOURCE TBUF r_ext_err_no_network_cover
       
    51 	{
       
    52 	buf = qtn_ext_err_no_network_cover;
       
    53 	}
       
    54 
       
    55 RESOURCE TBUF r_ics_query_use_extng
       
    56 	{
       
    57 	buf = qtn_ics_query_use_extng;
       
    58 	}
       
    59 
       
    60 RESOURCE TBUF r_ics_note_close_connection
       
    61 	{
       
    62 	buf = qtn_ics_note_close_conn_try_again;
       
    63 	}
       
    64 
       
    65 RESOURCE TBUF r_wml_query_new_conn
       
    66 	{
       
    67 	buf = qtn_wml_query_new_conn;
       
    68 	}
       
    69 
       
    70 RESOURCE TBUF r_wml_query_make_secure_conn 
       
    71 	{
       
    72 	buf = qtn_wml_query_make_secure_conn;
       
    73 	}
       
    74 
       
    75 RESOURCE TBUF r_wml_conf_conn_need
       
    76 	{
       
    77 	buf = qtn_wml_conf_conn_need;
       
    78 	}
       
    79 
       
    80 RESOURCE TBUF r_wml_info_insert_ap
       
    81         {
       
    82         buf = qtn_wml_info_insert_ap;
       
    83 
       
    84         }
       
    85 
       
    86 RESOURCE TBUF r_ics_wait_connecting_ell
       
    87 	{
       
    88 	buf =	qtn_ics_conct_note_ell;
       
    89 	}
       
    90 
       
    91 RESOURCE TBUF r_ics_wait_connecting
       
    92 	{
       
    93 	buf = qtn_ics_conct_note_txt;
       
    94 	}
       
    95 
       
    96 RESOURCE TBUF r_qtn_offline_not_possible
       
    97     {
       
    98     buf = qtn_offline_not_possible;
       
    99     }
       
   100 
       
   101 RESOURCE TBUF r_qtn_offline_activate_wlan
       
   102     {
       
   103     buf = qtn_offline_activate_wlan;
       
   104     }
       
   105 
       
   106 RESOURCE DIALOG r_connman_conf_query
       
   107     {
       
   108     flags = EGeneralQueryFlags;
       
   109     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   110     items =
       
   111         {
       
   112         DLG_LINE
       
   113             {
       
   114             type = EAknCtQuery;
       
   115             id = EGeneralQuery;
       
   116 			control= AVKON_CONFIRMATION_QUERY 
       
   117 				{ 
       
   118 					layout = EConfirmationLayout;
       
   119 					label = "";
       
   120 				};
       
   121 			}
       
   122         };
       
   123     }
       
   124 
       
   125 
       
   126 RESOURCE DIALOG r_connman_wait_note_csd
       
   127 	{
       
   128 	flags = EAknWaitNoteFlags;
       
   129 	buttons=R_AVKON_SOFTKEYS_CANCEL;
       
   130     items=
       
   131 		{
       
   132 		DLG_LINE
       
   133 			{
       
   134 			type = EAknCtNote;
       
   135 			id = EConnManWaitNote;
       
   136 			control= AVKON_NOTE 
       
   137                 { 
       
   138 				layout = EWaitLayout;
       
   139 				singular_label = "";
       
   140 				imagefile = connman_bitmap_file;
       
   141 				imageid = EMbmConnmanQgn_note_csd;
       
   142 				imagemask = EMbmConnmanQgn_note_csd_mask;
       
   143 				animation =R_QGN_GRAF_WAIT_BAR_ANIM;
       
   144 				};
       
   145 			}
       
   146 		};
       
   147 	}
       
   148 
       
   149 
       
   150 RESOURCE DIALOG r_connman_wait_note_gprs
       
   151 	{
       
   152 	flags = EAknWaitNoteFlags;
       
   153 	buttons=R_AVKON_SOFTKEYS_CANCEL;
       
   154     items=
       
   155 		{
       
   156 		DLG_LINE
       
   157 			{
       
   158 			type = EAknCtNote;
       
   159 			id = EConnManWaitNote;
       
   160 			control= AVKON_NOTE 
       
   161                 { 
       
   162 				layout = EWaitLayout;
       
   163 				singular_label = qtn_ics_conct_note_ell;
       
   164 				imagefile = connman_bitmap_file;
       
   165 				imageid = EMbmConnmanQgn_note_gprs;
       
   166 				imagemask = EMbmConnmanQgn_note_gprs_mask;
       
   167 				animation =R_QGN_GRAF_WAIT_BAR_ANIM;
       
   168 				};
       
   169 			}
       
   170 		};
       
   171 	}
       
   172 
       
   173 
       
   174 RESOURCE DIALOG r_connman_wait_note
       
   175 	{
       
   176 	flags = EAknWaitNoteFlags;
       
   177 	buttons=R_AVKON_SOFTKEYS_CANCEL;
       
   178     items=
       
   179 		{
       
   180 		DLG_LINE
       
   181 			{
       
   182 			type = EAknCtNote;
       
   183 			id = EConnManWaitNote;
       
   184 			control= AVKON_NOTE 
       
   185                 { 
       
   186 				layout = EWaitLayout;
       
   187 				singular_label = "";
       
   188 				animation =R_QGN_GRAF_WAIT_BAR_ANIM;
       
   189 				};
       
   190 			}
       
   191 		};
       
   192 	}
       
   193 
       
   194 
       
   195 RESOURCE DIALOG r_connman_information_note
       
   196 	{
       
   197 	flags = EAknInformationNoteFlags;
       
   198 	buttons=R_AVKON_SOFTKEYS_EMPTY;
       
   199     items=
       
   200 		{
       
   201 		DLG_LINE
       
   202 			{
       
   203 			type=EAknCtNote;
       
   204 			id=EConnManInfoNote;
       
   205 			control= AVKON_NOTE 
       
   206 				{ 
       
   207 					layout = EGeneralLayout;
       
   208 					singular_label = "";
       
   209 					plural_label = "";
       
   210 					imagefile = AVKON_BITMAP_FILE;
       
   211 					imageid = EMbmAvkonQgn_note_info;
       
   212 					imagemask = EMbmAvkonQgn_note_info_mask;
       
   213 				};
       
   214 			}
       
   215 		};
       
   216 	}
       
   217 
       
   218 // End of File