locationsystemui/locationsysui/locsuplsettingsui/data/locsuplsettingsui.rss
branchRCL_3
changeset 49 10852b179f64
parent 45 6b6920c56e2f
child 55 ea98413ce11f
equal deleted inserted replaced
47:fce0ae2e4223 49:10852b179f64
    41 	
    41 	
    42 RESOURCE RSS_SIGNATURE 
    42 RESOURCE RSS_SIGNATURE 
    43 	{
    43 	{
    44 	}
    44 	}
    45 
    45 
    46 //----------------------------------------------------
       
    47 // r_loc_supl_iap_query
       
    48 // Confirmation Query prompt text for SUPL Settings
       
    49 //----------------------------------------------------
       
    50 //
       
    51 RESOURCE TBUF r_loc_supl_iap_query
       
    52     {
       
    53     buf = qtn_loc_supl_iap_query;
       
    54     }
       
    55     
    46     
    56 //----------------------------------------------------
    47 //----------------------------------------------------
    57 // r_suplsettings_caption
    48 // r_suplsettings_caption
    58 // Caption for SUPL Settings UI
    49 // Caption for SUPL Settings UI
    59 //----------------------------------------------------
    50 //----------------------------------------------------
   181 //
   172 //
   182 RESOURCE MENU_PANE r_suplsettings_menu
   173 RESOURCE MENU_PANE r_suplsettings_menu
   183     {
   174     {
   184     items		=
   175     items		=
   185         {
   176         {
   186         MENU_ITEM 
   177             MENU_ITEM 
   187             { 
   178                         { 
   188             command = ELocSuplChange; 
   179                         command = ELocSuplOpen; 
   189             txt 	= qtn_loc_server_options_change; 
   180                         txt     = qtn_loc_supl_options_open; 
   190             flags = EEikMenuItemAction;
   181                         flags = EEikMenuItemAction;
   191             },
   182                         },
   192         MENU_ITEM
   183         MENU_ITEM
   193             {
   184             {
   194             command = ELocSuplClearSession;
   185             command = ELocSuplClearSession;
   195             txt     = qtn_loc_supl_options_terminate; 
   186             txt     = qtn_loc_supl_options_terminate; 
   196             flags = EEikMenuItemSpecific;
   187             flags = EEikMenuItemSpecific;
   228 RESOURCE TBUF r_suplview_title
   219 RESOURCE TBUF r_suplview_title
   229     {
   220     {
   230     buf = qtn_loc_supl_title;
   221     buf = qtn_loc_supl_title;
   231     }
   222     }
   232     
   223     
   233 //------------------------------------------------------------------------------  
   224 
   234 // r_loc_supl_use
       
   235 // List settings item description for SUPL settings usage.
       
   236 //------------------------------------------------------------------------------
       
   237 //
       
   238 RESOURCE TBUF r_loc_supl_use
       
   239     {
       
   240     buf = qtn_loc_supl_server_use;
       
   241     }
       
   242     
       
   243 //------------------------------------------------------------------------------   
   225 //------------------------------------------------------------------------------   
   244 // r_loc_supl_server_detail
   226 // r_loc_supl_server_detail
   245 // List settings item caption for multiple SUPL servers
   227 // List settings item caption for multiple SUPL servers
   246 //------------------------------------------------------------------------------
   228 //------------------------------------------------------------------------------
   247 //
   229 //
   278 RESOURCE TBUF r_loc_supl_multiple_services
   260 RESOURCE TBUF r_loc_supl_multiple_services
   279     {
   261     {
   280     buf = qtn_loc_supl_multiple_services;
   262     buf = qtn_loc_supl_multiple_services;
   281     } 
   263     } 
   282 
   264 
   283 //------------------------------------------------------------------------------
       
   284 // r_loc_supl_usage_settings
       
   285 // Settings page for manipulating SUPL settings usage.
       
   286 //------------------------------------------------------------------------------
       
   287 //
       
   288 RESOURCE AVKON_SETTING_PAGE r_loc_suplusage_settings
       
   289     { 
       
   290     label 				= 	qtn_loc_supl_lbl_server_use;
       
   291     softkey_resource 	= 	R_AVKON_SOFTKEYS_CANCEL;
       
   292     type 				= 	EAknSetListBox;
       
   293     editor_resource_id 	= 	r_loc_suplusage_settings_listbox;
       
   294     }
       
   295 
       
   296 //------------------------------------------------------------------------------
       
   297 // r_loc_suplusage_settings_listbox 
       
   298 // Set Settings text
       
   299 //------------------------------------------------------------------------------
       
   300 //
       
   301 RESOURCE LISTBOX r_loc_suplusage_settings_listbox 
       
   302     {
       
   303     flags	= EEikListBoxMultipleSelection;
       
   304     }
       
   305     
       
   306 //------------------------------------------------------------------------------ 
       
   307 // r_loc_supl_automatic
       
   308 // Settings Item for SUPL usage
       
   309 // This value denotes that SUPL would be used automatically when the user is in his
       
   310 // home network. When the user is roaming he would be prompted with a query for
       
   311 // using SUPL.
       
   312 //------------------------------------------------------------------------------
       
   313 //
       
   314 RESOURCE TBUF r_loc_supl_automatic
       
   315     {
       
   316     buf = qtn_loc_supl_automatic;
       
   317     }
       
   318 
       
   319 //------------------------------------------------------------------------------ 
       
   320 // r_loc_supl_automatic
       
   321 // Settings Item for SUPL usage
       
   322 // This value denotes that SUPL would be used automatically when the user is in his
       
   323 // home network. When the user is roaming he would be prompted with a query for
       
   324 // using SUPL.
       
   325 //------------------------------------------------------------------------------
       
   326 //
       
   327 RESOURCE TBUF r_loc_supl_home_automatic
       
   328     {
       
   329     buf = qtn_loc_supl_home_automatic;
       
   330     }
       
   331     
       
   332 //------------------------------------------------------------------------------
       
   333 // r_loc_supl_ask
       
   334 // Settings Item for SUPL usage
       
   335 // This value denotes that the user would always be prompted before using SUPL.
       
   336 //------------------------------------------------------------------------------
       
   337 //
       
   338 RESOURCE TBUF r_loc_supl_ask
       
   339     {
       
   340     buf = qtn_loc_supl_ask;
       
   341     }  
       
   342 
       
   343 //------------------------------------------------------------------------------  
       
   344 // r_loc_supl_disabled
       
   345 // Settings Item for SUPL usage
       
   346 // This value denotes that SUPL would not be used at all.
       
   347 //------------------------------------------------------------------------------
       
   348 //
       
   349 RESOURCE TBUF r_loc_supl_disabled
       
   350     {
       
   351     buf = qtn_loc_supl_disabled;
       
   352     }
       
   353 
   265 
   354 //------------------------------------------------------------------------------   
   266 //------------------------------------------------------------------------------   
   355 // r_loc_supl_server_detail_title
   267 // r_loc_supl_server_detail_title
   356 // Title text for multiple SUPL servers view
   268 // Title text for multiple SUPL servers view
   357 //------------------------------------------------------------------------------
   269 //------------------------------------------------------------------------------
   399 RESOURCE TBUF r_loc_server_iap
   311 RESOURCE TBUF r_loc_server_iap
   400     {
   312     {
   401     buf = qtn_loc_server_iap;
   313     buf = qtn_loc_server_iap;
   402     }   
   314     }   
   403 
   315 
   404 //------------------------------------------------------------------------------  
   316            
   405 // r_loc_no_ap_defined
       
   406 // No IAP defined text
       
   407 //------------------------------------------------------------------------------
       
   408 //
       
   409 RESOURCE TBUF r_loc_no_ap_defined
       
   410     {
       
   411     buf		= qtn_netw_info_no_iap_defined;
       
   412     }  
       
   413 
       
   414 //------------------------------------------------------------------------------  
       
   415 // r_general_note
       
   416 // Note to be displayed when no IAPs are defined
       
   417 //------------------------------------------------------------------------------
       
   418 //    
       
   419 RESOURCE DIALOG r_general_note
       
   420     {
       
   421     flags	=	EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   422           		EEikDialogFlagCbaButtons | EEikDialogFlagWait;
       
   423     buttons	=	R_AVKON_SOFTKEYS_EMPTY;
       
   424     items	=
       
   425         {
       
   426         DLG_LINE
       
   427             {
       
   428             type	=	EAknCtNote;
       
   429             id 		= EGeneralNote;
       
   430             control	= AVKON_NOTE
       
   431                 {
       
   432                 layout 			= EGeneralLayout;
       
   433                 singular_label 	= "";
       
   434                 plural_label 	= "";
       
   435                 animation 		= R_QGN_NOTE_INFO_ANIM;
       
   436                 };
       
   437             }
       
   438         };
       
   439     }
       
   440                      
       
   441 //------------------------------------------------------------------------------
   317 //------------------------------------------------------------------------------
   442 // r_suplsettings_server_view
   318 // r_suplsettings_server_view
   443 // SUPL Settings Server view
   319 // SUPL Settings Server view
   444 //------------------------------------------------------------------------------
   320 //------------------------------------------------------------------------------
   445 //
   321 //