omads/omadsappui/AspSyncUtil/src/AspSyncUtil.rss
changeset 0 dab8a81a92de
child 1 95fdac6ccb5c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omads/omadsappui/AspSyncUtil/src/AspSyncUtil.rss	Mon Nov 23 14:46:41 2009 +0200
@@ -0,0 +1,2017 @@
+/*
+* Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  
+*
+*/
+
+
+
+//  INCLUDES
+
+
+#include <eikon.rh>
+#include "registryinfov2.rh" 
+#include "AspSyncUtil.rh"
+
+// aspsyncutil uses sync app .loc file
+#include<NSmlDSSync.loc>
+
+// For profiles sync application brings
+#include<NSmlSyncProfiles.loc>
+
+// common avkon strings
+#include<avkon.loc>
+
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <AvkonIcons.hrh>
+
+
+
+//  RESOURCE IDENTIFIER
+NAME ASPU
+
+
+RESOURCE RSS_SIGNATURE { }
+
+
+//
+// STRINGS
+//
+
+STRUCT STRING
+	{
+	LTEXT text;
+	}
+
+// info note for sync protocol change
+RESOURCE TBUF r_asp_protocol_change { buf = qtn_sml_info_proc_change; }
+
+// shown when syncing and mandatory setting is missing and profile cannot be edited
+RESOURCE TBUF r_asp_note_tarm_mandatory_missing { buf=qtn_sml_note_tarm_mandatory_missing; }
+
+// shown when syncing and no profles exist
+RESOURCE TBUF r_asp_note_main_locked { buf=qtn_sml_note_main_locked; }
+
+// shown when settings enforcement is done
+RESOURCE TBUF r_asp_protected_setting { buf=qtn_selec_protected_setting; }
+
+// shown when syncing and no profles exist
+RESOURCE TBUF r_asp_query_no_profiles { buf=qtn_sml_query_no_profiles; }
+
+// shown when syncing and no profles exist
+RESOURCE TBUF r_asp_query_mandatory_missing { buf=qtn_sml_query_mandatory_missing; }
+
+// shown when syncing and no profles exist
+RESOURCE TBUF r_asp_query_title_delete_profile { buf=qtn_sml_query_title_delete_profile; }
+
+// shown when syncing and no profles exist
+RESOURCE TBUF r_asp_query_title_change_profile { buf=qtn_sml_query_title_change_profile; }
+
+// synced profile has no content
+RESOURCE TBUF r_asp_err_nocontent         	{ buf = qtn_sml_err_nocontent; }
+
+// profile wizard navipane text
+RESOURCE TBUF r_asp_wizard_page_counter    	{ buf = qtn_sml_wizard_page_counter; }
+
+// confirms copy all from server command
+RESOURCE TBUF r_asp_copy_from_server { buf = qtn_sml_query_slow_sync_conf; }
+
+// shown when user has given profile server id that already exists
+RESOURCE TBUF r_asp_server_id_exists { buf = qtn_sml_query_serverid_exists; }
+
+// informs user that sync cannot be synced because sync is already running
+RESOURCE TBUF r_asp_sync_already_running { buf = qtn_ds_note_hidden_ongoing; }
+
+// setting dialog (main dialog) title
+RESOURCE TBUF r_asp_setting_dialog_title { buf=qtn_apps_syncml_title; }
+
+// profile query dialog title
+RESOURCE TBUF r_asp_profile_query_title { buf=qtn_sml_apps_select_set; }
+
+// text shown in setting dialog when set has no name (not used)
+RESOURCE TBUF r_asp_unnamed_set { buf = qtn_apps_emptyprofile; }
+
+// confirms profile deletion
+RESOURCE TBUF r_asp_confirm_delete { buf = qtn_query_common_conf_delete; }
+
+// confirms closing dialog when some mandatory data is missing
+RESOURCE TBUF r_asp_exit_anyway { buf = qtn_ds_conf_mandatory_missing; }
+
+// confirms closing dialog when some mandatory data is missing (not used)
+//RESOURCE TBUF r_asp_exit_anyway_apps { buf = qtn_ds_conf_mandatory_missing_apps; }
+
+// compulsory setting item text setting value is not defined
+RESOURCE TBUF r_asp_must_be_defined { buf = qtn_selec_setting_compulsory; }
+
+// normal (not compulsory) setting item text setting value is not defined
+RESOURCE TBUF r_asp_setting_value_none{ buf = qtn_selec_sett_val_field_none; }
+
+// shown under profile name - indicates that profile has not been synced
+RESOURCE TBUF r_asp_not_synced { buf = qtn_sml_main_sync_no_last; }
+
+// default profile name when new profile is created
+RESOURCE TBUF r_asp_profilename_phonebook { buf = qtn_sml_apps_content_pb; }
+
+// default profile name when new profile is created
+RESOURCE TBUF r_asp_profilename_calendar { buf = qtn_sml_apps_content_cal; }
+
+// default profile name when new profile is created
+RESOURCE TBUF r_asp_profilename_email { buf = qtn_sml_apps_content_syncml; }
+
+// default profile name when new profile is created
+RESOURCE TBUF r_asp_profilename_note { buf = qtn_sml_apps_content_notes; }
+
+// content name
+RESOURCE TBUF r_asp_content_name_phonebook { buf = qtn_nsml_cnt_display_name; }
+
+// content name
+RESOURCE TBUF r_asp_content_name_calendar { buf = qtn_nsml_agn_display_name; }
+
+// content name
+RESOURCE TBUF r_asp_content_name_note { buf = qtn_nsml_npd_display_name; }
+
+// content name 
+RESOURCE TBUF r_asp_content_name_mms { buf = qtn_nsml_mms_display_name; }
+
+// content name 
+RESOURCE TBUF r_asp_content_name_bkm { buf = qtn_nsml_bkm_display_name; }
+
+
+// content name
+RESOURCE TBUF r_asp_content_name_email { buf = qtn_nsml_eml_display_name; }
+
+// content name
+RESOURCE TBUF r_asp_content_name_sms { buf = qtn_nsml_sms_display_name; }
+
+// content name
+RESOURCE TBUF r_asp_content_title_phonebook { buf = qtn_sml_title_contacts; }
+
+// content name
+RESOURCE TBUF r_asp_content_title_calendar { buf = qtn_sml_title_calendar; }
+
+// content name
+RESOURCE TBUF r_asp_content_title_note { buf = qtn_sml_title_notes; }
+
+// content name
+RESOURCE TBUF r_asp_content_title_email { buf = qtn_sml_title_email; }
+
+// content name
+RESOURCE TBUF r_asp_content_title_sms { buf = qtn_sml_title_sms; }
+
+// content name 
+RESOURCE TBUF r_asp_content_title_mms { buf = qtn_sml_title_mms; }
+
+// content name 
+RESOURCE TBUF r_asp_content_title_bkm { buf = qtn_sml_title_bookmarks; }
+
+// info note for missing mailboxes
+RESOURCE TBUF r_asp_no_mailboxes { buf = qtn_sml_info_no_mailboxes; }
+
+// used in connection dialog as setting value
+RESOURCE TBUF r_asp_always_ask { buf = qtn_ds_sett_always_ask; }
+RESOURCE TBUF r_asp_default_connection { buf = qtn_netw_conset_sett_default_connection; }
+RESOURCE TBUF r_asp_network_destination { buf = qtn_netw_conset_sett_destination; }
+
+// shown when user tries to edit read-only setting
+RESOURCE TBUF r_asp_note_read_only { buf = qtn_ds_note_read_only; }
+
+// shown when user tries to simultaneously edit one sync set
+RESOURCE TBUF r_asp_locked_profile { buf = qtn_nsml_locked_profile; }
+
+// shown in profile dialog setting list
+RESOURCE TBUF r_asp_content_setting_phonebook { buf = qtn_sml_content_settings_pb; }
+
+// shown in profile dialog setting list
+RESOURCE TBUF r_asp_content_setting_calendar { buf = qtn_sml_content_settings_cal; }
+
+// shown in profile dialog setting list
+RESOURCE TBUF r_asp_content_setting_notes { buf = qtn_sml_content_settings_notes; }
+
+// shown in profile dialog setting list
+RESOURCE TBUF r_asp_content_setting_email { buf = qtn_sml_content_settings_email; }
+
+// shown in profile dialog setting list
+RESOURCE TBUF r_asp_content_setting_sms { buf = qtn_sml_content_settings_sms; }
+
+// shown in profile dialog setting list
+RESOURCE TBUF r_asp_content_setting_mms { buf = qtn_sml_content_settings_mms; }
+
+// shown in profile dialog setting list
+RESOURCE TBUF r_asp_content_setting_bkm { buf = qtn_sml_content_settings_bkm; }
+
+
+RESOURCE TBUF r_qtn_apps_newprofile  	    	{ buf = qtn_apps_newprofile; }
+RESOURCE TBUF r_qtn_sml_settingrowitem_mand     { buf = "\t%0U\t\t%1U\t*"; }
+RESOURCE TBUF r_qtn_sml_settingrowitem          { buf = "\t%0U\t\t%1U\t"; }
+RESOURCE TBUF r_asp_sync_completed              { buf = qtn_sml_sync_end_done; }
+RESOURCE TBUF r_asp_popup_profile_info          { buf = qtn_sml_main_info; }
+
+
+// sync progress dialog strings
+RESOURCE TBUF r_syncstatus_sync_conn		    { buf = qtn_sml_sync_conn; }
+RESOURCE TBUF r_syncstatus_sync_disc		    { buf = qtn_sml_sync_disconn; }
+RESOURCE TBUF r_syncstatus_sync_sync		    { buf = qtn_sml_sync_sync; }
+RESOURCE TBUF r_syncstatus_canc		    	    { buf = qtn_sml_sync_cancel; }
+//RESOURCE TBUF r_qtn_nsml_sync_send_unknown      { buf = qtn_nsml_sync_send_unknown; }
+//RESOURCE TBUF r_qtn_nsml_updating  			    { buf = qtn_sml_sync_send; }
+//RESOURCE TBUF r_qtn_nsml_sync_recv_unknown      { buf = qtn_nsml_sync_recv_unknown; }
+//RESOURCE TBUF r_qtn_nsml_receving			    { buf = qtn_sml_sync_recv; }
+RESOURCE TBUF r_qtn_sml_sync_receiving		    { buf = qtn_sml_sync_receiving; }
+RESOURCE TBUF r_qtn_sml_sync_sending		    { buf = qtn_sml_sync_sending; }
+
+
+// log dialog strings
+RESOURCE TBUF r_sml_log_synclog_title  		{ buf = qtn_sml_log_synclog_title; }
+RESOURCE TBUF r_qtn_sml_log_ok			    { buf = qtn_sml_log_ok; }
+RESOURCE TBUF r_qtn_sml_log_cancelled	   	{ buf = qtn_sml_log_cancelled; }
+RESOURCE TBUF r_qtn_sml_log_err				{ buf = qtn_sml_log_err; }
+
+RESOURCE TBUF r_qtn_sml_log_server	    	{ buf = qtn_sml_log_server; }
+RESOURCE TBUF r_qtn_sml_log_remote      	{ buf = qtn_sml_log_remote; }
+RESOURCE TBUF r_qtn_sml_log_phone		    { buf = qtn_sml_log_phone; }
+RESOURCE TBUF r_qtn_sml_log_error		    { buf = qtn_sml_log_error; }
+
+
+RESOURCE TBUF r_qtn_sml_log_profile		    { buf=qtn_sml_log_profile; }
+RESOURCE TBUF r_qtn_sml_log_date		    { buf=qtn_sml_log_date; }
+RESOURCE TBUF r_qtn_sml_log_time		    { buf=qtn_sml_log_time; }
+RESOURCE TBUF r_qtn_sml_log_status		    { buf=qtn_sml_log_status; }
+
+RESOURCE TBUF r_qtn_sml_log_added_content      { buf=qtn_sml_log_added_content; }
+RESOURCE TBUF r_qtn_sml_log_updated_content	   { buf=qtn_sml_log_updated_content; }
+RESOURCE TBUF r_qtn_sml_log_deleted_content	   { buf=qtn_sml_log_deleted_content; }
+RESOURCE TBUF r_qtn_sml_log_discarded_content  { buf=qtn_sml_log_discarded_content; }
+RESOURCE TBUF r_qtn_sml_log_moved_content	   { buf=qtn_sml_log_moved_content; }
+
+RESOURCE TBUF r_qtn_sml_log_added_contacts     { buf=qtn_sml_log_added_contacts; }
+RESOURCE TBUF r_qtn_sml_log_updated_contacts   { buf=qtn_sml_log_updated_contacts; }
+RESOURCE TBUF r_qtn_sml_log_deleted_contacts   { buf=qtn_sml_log_deleted_contacts; }
+RESOURCE TBUF r_qtn_sml_log_discarded_contacts { buf=qtn_sml_log_discarded_contacts; }
+RESOURCE TBUF r_qtn_sml_log_moved_contacts	   { buf=qtn_sml_log_moved_contacts; }
+
+RESOURCE TBUF r_qtn_sml_log_added_calendar     { buf=qtn_sml_log_added_calendar; }
+RESOURCE TBUF r_qtn_sml_log_updated_calendar   { buf=qtn_sml_log_updated_calendar; }
+RESOURCE TBUF r_qtn_sml_log_deleted_calendar   { buf=qtn_sml_log_deleted_calendar; }
+RESOURCE TBUF r_qtn_sml_log_discarded_calendar { buf=qtn_sml_log_discarded_calendar; }
+RESOURCE TBUF r_qtn_sml_log_moved_calendar	   { buf=qtn_sml_log_moved_calendar; }
+
+RESOURCE TBUF r_qtn_sml_log_added_notes        { buf=qtn_sml_log_added_notes; }
+RESOURCE TBUF r_qtn_sml_log_updated_notes	   { buf=qtn_sml_log_updated_notes; }
+RESOURCE TBUF r_qtn_sml_log_deleted_notes	   { buf=qtn_sml_log_deleted_notes; }
+RESOURCE TBUF r_qtn_sml_log_discarded_notes    { buf=qtn_sml_log_discarded_notes; }
+RESOURCE TBUF r_qtn_sml_log_moved_notes  	   { buf=qtn_sml_log_moved_notes; }
+
+RESOURCE TBUF r_qtn_sml_log_added_email        { buf=qtn_sml_log_added_email; }
+RESOURCE TBUF r_qtn_sml_log_updated_email	   { buf=qtn_sml_log_updated_email; }
+RESOURCE TBUF r_qtn_sml_log_deleted_email	   { buf=qtn_sml_log_deleted_email; }
+RESOURCE TBUF r_qtn_sml_log_discarded_email    { buf=qtn_sml_log_discarded_email; }
+RESOURCE TBUF r_qtn_sml_log_moved_email  	   { buf=qtn_sml_log_moved_email; }
+
+RESOURCE TBUF r_qtn_sml_log_added_sms          { buf=qtn_sml_log_added_sms; }
+RESOURCE TBUF r_qtn_sml_log_updated_sms	       { buf=qtn_sml_log_updated_sms; }
+RESOURCE TBUF r_qtn_sml_log_deleted_sms	       { buf=qtn_sml_log_deleted_sms; }
+RESOURCE TBUF r_qtn_sml_log_discarded_sms      { buf=qtn_sml_log_discarded_sms; }
+RESOURCE TBUF r_qtn_sml_log_moved_sms  	       { buf=qtn_sml_log_moved_sms; }
+
+RESOURCE TBUF r_qtn_sml_log_added_mms         { buf=qtn_sml_log_added_mms; }
+RESOURCE TBUF r_qtn_sml_log_updated_mms	       { buf=qtn_sml_log_updated_mms; }
+RESOURCE TBUF r_qtn_sml_log_deleted_mms	       { buf=qtn_sml_log_deleted_mms; }
+RESOURCE TBUF r_qtn_sml_log_discarded_mms      { buf=qtn_sml_log_discarded_mms; }
+RESOURCE TBUF r_qtn_sml_log_moved_mms  	       { buf=qtn_sml_log_moved_mms; }
+
+RESOURCE TBUF r_qtn_sml_log_added_bkm          { buf=qtn_sml_log_added_bkm; }
+RESOURCE TBUF r_qtn_sml_log_updated_bkm	       { buf=qtn_sml_log_updated_bkm; }
+RESOURCE TBUF r_qtn_sml_log_deleted_bkm	       { buf=qtn_sml_log_deleted_bkm; }
+RESOURCE TBUF r_qtn_sml_log_discarded_bkm      { buf=qtn_sml_log_discarded_bkm; }
+RESOURCE TBUF r_qtn_sml_log_moved_bkm  	       { buf=qtn_sml_log_moved_bkm; }
+
+//
+// profile wizard strings
+//
+RESOURCE TBUF r_asp_set_wizard_start            { buf = qtn_ds_conf_profile_wizard_start; }
+RESOURCE TBUF r_asp_set_protocol_version        { buf = qtn_sml_set_list_protocol_version; }
+RESOURCE TBUF r_asp_set_destination_name        { buf = qtn_sml_set_list_destination_name; }
+RESOURCE TBUF r_asp_set_host_address    	    { buf = qtn_sml_set_list_host; }
+RESOURCE TBUF r_asp_set_server_id        	    { buf = qtn_sml_set_list_server_id; }
+RESOURCE TBUF r_asp_set_bearer_type             { buf = qtn_sml_set_bearertype; }
+RESOURCE TBUF r_asp_set_username        	    { buf = qtn_sml_set_list_username; }
+RESOURCE TBUF r_asp_set_password    	        { buf = qtn_sml_set_list_password; }
+RESOURCE TBUF r_asp_set_content_selection       { buf = qtn_sml_set_list_content_selection; }
+RESOURCE TBUF r_asp_set_wizard_end              { buf = qtn_ds_conf_profile_wizard_end; }
+RESOURCE TBUF r_asp_set_wizard_end_app          { buf = qtn_ds_conf_profile_wizard_end_app; }
+RESOURCE TBUF r_asp_set_wizard_end_email        { buf = qtn_ds_conf_profile_wizard_end_email; }
+
+RESOURCE TBUF r_asp_remote_database             { buf = qtn_sml_remote_database; }
+RESOURCE TBUF r_asp_remote_database_cnt         { buf = qtn_sml_remote_database_cnt; }
+RESOURCE TBUF r_asp_remote_database_agn         { buf = qtn_sml_remote_database_agn; }
+RESOURCE TBUF r_asp_remote_database_npd         { buf = qtn_sml_remote_database_npd; }
+RESOURCE TBUF r_asp_remote_database_eml         { buf = qtn_sml_remote_database_eml; }
+RESOURCE TBUF r_asp_remote_database_sms         { buf = qtn_sml_remote_database_sms; }
+RESOURCE TBUF r_asp_local_database_eml          { buf = qtn_sml_local_database_eml; }
+RESOURCE TBUF r_asp_remote_database_mms          { buf = qtn_sml_remote_database_mms; }
+RESOURCE TBUF r_asp_remote_database_bkm          { buf = qtn_sml_remote_database_bkm; }
+
+//Advance Setting String
+RESOURCE TBUF r_asp_wizard_popup_roaming_setting       { buf = qtn_ds_set_roaming; }
+// r_asp_remote_database_mms not used
+//RESOURCE TBUF r_asp_remote_database_mms         { buf = qtn_sml_remote_database_mms; }
+
+
+
+RESOURCE TBUF r_asp_wizard_popup_profile_name        { buf = qtn_ds_wizard_popup_profile_name; }
+RESOURCE TBUF r_asp_wizard_popup_protocol_version    { buf = qtn_ds_wizard_popup_protocol_version; }
+RESOURCE TBUF r_asp_wizard_popup_content_selection   { buf = qtn_ds_wizard_popup_content_selection; }
+RESOURCE TBUF r_asp_wizard_popup_contacts_db         { buf = qtn_ds_wizard_popup_contacts_db; }
+RESOURCE TBUF r_asp_wizard_popup_calendar_db         { buf = qtn_ds_wizard_popup_calendar_db; }
+RESOURCE TBUF r_asp_wizard_popup_notes_db            { buf = qtn_ds_wizard_popup_notes_db; }
+RESOURCE TBUF r_asp_wizard_popup_email_db            { buf = qtn_ds_wizard_popup_email_db; }
+RESOURCE TBUF r_asp_wizard_popup_email_local_db      { buf = qtn_ds_wizard_popup_mailbox; }
+RESOURCE TBUF r_asp_wizard_popup_sms_db              { buf = qtn_ds_wizard_popup_sms_db; }
+RESOURCE TBUF r_asp_wizard_popup_mms_db              { buf = qtn_ds_wizard_popup_mms_db; }
+RESOURCE TBUF r_asp_wizard_popup_bkm_db              { buf = qtn_ds_wizard_popup_bkm_db; }
+RESOURCE TBUF r_asp_wizard_popup_remote_db           { buf = qtn_ds_wizard_popup_remote_db; }
+RESOURCE TBUF r_asp_wizard_popup_connection_type     { buf = qtn_ds_wizard_popup_connection_type; }
+RESOURCE TBUF r_asp_wizard_popup_host_address        { buf = qtn_ds_wizard_popup_host_address; }
+RESOURCE TBUF r_asp_wizard_popup_server_id           { buf = qtn_ds_wizard_popup_server_id; }
+RESOURCE TBUF r_asp_wizard_popup_username            { buf = qtn_ds_wizard_popup_username; }
+RESOURCE TBUF r_asp_wizard_popup_password            { buf = qtn_ds_wizard_popup_password; }
+
+RESOURCE TBUF r_asp_note_profile_name_missing  	     { buf = qtn_sml_note_profile_name_missing; }
+RESOURCE TBUF r_asp_note_host_address_missing  	     { buf = qtn_sml_note_host_address_missing; }
+RESOURCE TBUF r_asp_note_incorrect_host_address	     { buf = qtn_sml_note_incorrect_host_address; }
+RESOURCE TBUF r_asp_note_remote_database_missing     { buf = qtn_sml_note_remote_database_missing; }
+RESOURCE TBUF r_asp_note_mms_database_missing     { buf = qtn_sml_note_mms_db_missing; }
+RESOURCE TBUF r_asp_note_sms_database_missing     { buf = qtn_sml_note_sms_db_missing; }
+RESOURCE TBUF r_asp_note_bkm_database_missing     { buf = qtn_sml_note_bkm_db_missing; }
+RESOURCE TBUF r_asp_note_contacts_db_missing     { buf = qtn_sml_note_contacts_db_missing; }
+RESOURCE TBUF r_asp_note_calendar_db_missing     { buf = qtn_sml_note_calendar_db_missing; }
+RESOURCE TBUF r_asp_note_notes_db_missing     { buf = qtn_sml_note_notes_db_missing; }
+RESOURCE TBUF r_asp_note_email_db_missing     { buf = qtn_sml_note_email_db_missing; }
+RESOURCE TBUF r_asp_note_username_missing            { buf = qtn_sml_note_username_missing; }
+RESOURCE TBUF r_asp_note_password_missing            { buf = qtn_sml_note_password_missing; }
+RESOURCE TBUF r_asp_note_incorrect_server_id         { buf = qtn_sml_note_incorrect_server_id; }
+
+RESOURCE TBUF r_asp_log_err_profile_wizard           { buf = qtn_sml_log_err_profile_wizard; }
+
+
+// automatic sync strings
+
+//RESOURCE TBUF r_asp_sett_auto_sync_status    	  { buf = qtn_sml_sett_auto_sync_status; }
+RESOURCE TBUF r_asp_sett_auto_sync_all_days       { buf = qtn_sml_sett_auto_sync_all_days; }
+RESOURCE TBUF r_asp_sett_auto_sync_sel_days       { buf = qtn_sml_sett_auto_sync_sel_days; }
+RESOURCE TBUF r_asp_sett_auto_sync_roaming    	  { buf = qtn_sml_sett_auto_sync_roaming; }
+//RESOURCE TBUF r_asp_title_automatic_sync_profile_selection 	  { buf = qtn_sml_title_profile_selection; }
+RESOURCE TBUF r_asp_title_automatic_sync_content_list   	  { buf = qtn_sml_auto_sync_view_contents_head; }
+RESOURCE TBUF r_asp_popup_auto_sync_profile   	  { buf = qtn_sml_main_info_auto_on; }
+RESOURCE TBUF r_asp_popup_auto_sync_error   	  { buf = qtn_sml_main_info_error; }
+RESOURCE TBUF r_asp_popup_auto_sync_done     	  { buf = qtn_sml_sett_auto_sync_done; }
+RESOURCE TBUF r_asp_note_peak_interval_days  	  { buf = qtn_sml_note_peak_interval_days; }
+RESOURCE TBUF r_asp_note_offpeak_interval_days  	  { buf = qtn_sml_note_offpeak_interval_days; }
+
+//auto sync setting
+RESOURCE TBUF r_asp_sett_auto_sync_profile   	  { buf = qtn_sml_sett_auto_sync_profile; }
+RESOURCE TBUF r_asp_sett_value_not_defined   	  { buf = qtn_sml_sett_value_not_defined; }
+RESOURCE TBUF r_asp_sett_auto_sync_contents   	  { buf = qtn_sml_sett_auto_sync_contents; }
+RESOURCE TBUF r_asp_sett_auto_peak_schedule   	  { buf = qtn_sml_sett_auto_peak_schedule; }
+RESOURCE TBUF r_asp_sett_auto_off_peak_schedule   	  { buf = qtn_sml_sett_auto_offpeak_schedule; }
+RESOURCE TBUF r_asp_sett_auto_sync_time   	  { buf = qtn_sml_sett_auto_sync_time; }
+RESOURCE TBUF r_asp_sett_auto_peak_start   	  { buf = qtn_sml_sett_auto_peak_start; }
+RESOURCE TBUF r_asp_sett_auto_peak_end   	  { buf = qtn_sml_sett_auto_peak_end; }
+RESOURCE TBUF r_asp_sett_auto_sync_days   	  { buf = qtn_sml_sett_auto_sync_days; }
+//RESOURCE TBUF r_asp_setting_auto_sync_roaming_status   	  { buf = qtn_sml_auto_sync_roaming_status; }
+RESOURCE TBUF r_asp_note_auto_contents_missing_settings   	  { buf = qtn_sml_note_auto_contents_missing_settings; }
+
+RESOURCE TBUF r_asp_sett_value_all_contents       { buf = qtn_sml_sett_value_all_contents; }
+RESOURCE TBUF r_asp_sett_value_selected_contents       { buf = qtn_sml_sett_value_selected_contents; }
+RESOURCE TBUF r_asp_main_auto_error_log_link       { buf = qtn_sml_main_auto_error_log_link; }
+
+RESOURCE TBUF r_asp_incorrect_peak_time       { buf = qtn_sml_incorrect_peak_time; }
+RESOURCE TBUF r_asp_manual_sync_override       { buf = qtn_sml_manual_sync_override; }
+
+//sync frequency
+RESOURCE TBUF r_asp_sett_auto_sync_freq      { buf = qtn_sml_sett_auto_sync_freq; }
+RESOURCE TBUF r_asp_sett_auto_sync_freq_value_manual      { buf = qtn_sml_sett_auto_sync_freq_value_manual; }
+RESOURCE TBUF r_asp_sett_auto_sync_freq_many_a_day      { buf = qtn_sml_sett_auto_sync_freq_many_a_day; }
+RESOURCE TBUF r_asp_sett_auto_value_24_hours      { buf = qtn_sml_sett_auto_value_24_hours; }
+RESOURCE TBUF r_asp_sett_auto_value_2_days      { buf = qtn_sml_sett_auto_value_2_days; }
+RESOURCE TBUF r_asp_sett_auto_value_4_days      { buf = qtn_sml_sett_auto_value_4_days; }
+RESOURCE TBUF r_asp_sett_auto_value_7_days      { buf = qtn_sml_sett_auto_value_7_days; }
+RESOURCE TBUF r_asp_sett_auto_value_14_days      { buf = qtn_sml_sett_auto_value_14_days; }
+RESOURCE TBUF r_asp_sett_auto_value_30_days      { buf = qtn_sml_sett_auto_value_30_days; }
+
+
+//peak intervals
+RESOURCE TBUF r_asp_sett_auto_value_manual      { buf = qtn_sml_sett_auto_value_manual; }
+RESOURCE TBUF r_asp_sett_auto_value_15_mins      { buf = qtn_sml_sett_auto_value_15_mins; }
+RESOURCE TBUF r_asp_sett_auto_value_30_mins      { buf = qtn_sml_sett_auto_value_30_mins; }
+RESOURCE TBUF r_asp_sett_auto_value_1_hour      { buf = qtn_sml_sett_auto_value_1_hour; }
+RESOURCE TBUF r_asp_sett_auto_value_2_hours      { buf = qtn_sml_sett_auto_value_2_hours; }
+RESOURCE TBUF r_asp_sett_auto_value_4_hours      { buf = qtn_sml_sett_auto_value_4_hours; }
+RESOURCE TBUF r_asp_sett_auto_value_8_hours      { buf = qtn_sml_sett_auto_value_8_hours; }
+RESOURCE TBUF r_asp_sett_auto_value_12_hours      { buf = qtn_sml_sett_auto_value_12_hours; }
+
+//off-peak intervals
+RESOURCE TBUF r_asp_sett_auto_value_off_manual      { buf = qtn_sml_sett_auto_value_off_manual; }
+RESOURCE TBUF r_asp_sett_auto_value_off_15_mins      { buf = qtn_sml_sett_auto_value_off_15_mins; }
+RESOURCE TBUF r_asp_sett_auto_value_off_30_mins      { buf = qtn_sml_sett_auto_value_off_30_mins; }
+RESOURCE TBUF r_asp_sett_auto_value_off_1_hour      { buf = qtn_sml_sett_auto_value_off_1_hour; }
+RESOURCE TBUF r_asp_sett_auto_value_off_2_hours      { buf = qtn_sml_sett_auto_value_off_2_hours; }
+RESOURCE TBUF r_asp_sett_auto_value_off_4_hours      { buf = qtn_sml_sett_auto_value_off_4_hours; }
+RESOURCE TBUF r_asp_sett_auto_value_off_8_hours      { buf = qtn_sml_sett_auto_value_off_8_hours; }
+RESOURCE TBUF r_asp_sett_auto_value_off_12_hours      { buf = qtn_sml_sett_auto_value_off_12_hours; }
+
+
+RESOURCE TBUF r_asp_main_note_auto_on      { buf = qtn_sml_main_note_auto_on; }
+RESOURCE TBUF r_asp_sett_auto_sync_done      { buf = qtn_sml_sett_auto_sync_done; }
+
+
+RESOURCE TBUF r_asp_title_profile_settings      { buf = qtn_sml_title_profile_settings; }
+RESOURCE TBUF r_asp_title_automatic_sync_settings { buf = qtn_sml_title_automatic_sync_settings; }
+
+RESOURCE TBUF r_asp_setting_folder_profile     { buf = qtn_sml_setting_folder_profile; }
+RESOURCE TBUF r_asp_setting_folder_schedule      { buf = qtn_sml_setting_folder_schedule; }
+RESOURCE TBUF r_asp_query_common_conf_delete      { buf = qtn_query_common_conf_delete; }
+RESOURCE TBUF r_asp_ds_conf_query_delete_auto_sync_profile      { buf = qtn_ds_conf_query_delete_auto_sync_profile; }
+RESOURCE TBUF r_asp_note_modify_auto_sync_settings      { buf = qtn_sml_note_modify_auto_sync_settings; }
+RESOURCE TBUF r_asp_query_iap_no_ask_always      { buf = qtn_sml_query_iap_no_ask_always; }
+
+
+
+RESOURCE TBUF r_asp_query_auto_sync_on      { buf = qtn_sml_query_auto_sync_on; }
+
+
+RESOURCE ARRAY r_asp_auto_sync_roaming_yesno
+	{
+	items=
+		{
+		STRING { text = qtn_sml_sett_auto_sync_roaming_off ; },
+		STRING { text = qtn_sml_sett_auto_sync_roaming_on ; }
+		};
+	}
+
+
+RESOURCE ARRAY r_asp_auto_sync_days_list
+	{
+	items=
+		{
+		STRING { text = qtn_sml_sett_auto_sync_mon ; },
+		STRING { text = qtn_sml_sett_auto_sync_tue ; },
+		STRING { text = qtn_sml_sett_auto_sync_wed ; },
+		STRING { text = qtn_sml_sett_auto_sync_thu ; },
+		STRING { text = qtn_sml_sett_auto_sync_fri ; },
+		STRING { text = qtn_sml_sett_auto_sync_sat ; },
+		STRING { text = qtn_sml_sett_auto_sync_sun ; }
+		};
+	}
+
+// error strings
+RESOURCE TBUF r_asp_log_err_systemerror    		   { buf = qtn_nsml_log_err_systemerror; }
+RESOURCE TBUF r_asp_log_err_servererror    		   { buf = qtn_nsml_log_err_servererror; }
+RESOURCE TBUF r_asp_log_err_protocol    	       { buf = qtn_nsml_log_err_protocol; }
+RESOURCE TBUF r_asp_log_err_cmdnotsupported    	   { buf = qtn_nsml_log_err_cmdnotsupported; }
+RESOURCE TBUF r_asp_log_err_versionnotsupported    { buf = qtn_nsml_log_err_versionnotsupported; }
+RESOURCE TBUF r_asp_log_err_contentnotsupported    { buf = qtn_nsml_log_err_contentnotsupported; }
+RESOURCE TBUF r_asp_log_err_clientauth    		   { buf = qtn_nsml_log_err_clientauth; }
+RESOURCE TBUF r_asp_log_err_serverbusy    		   { buf = qtn_nsml_log_err_serverbusy; }
+RESOURCE TBUF r_asp_log_err_servernotresponding    { buf = qtn_nsml_log_err_servernotresponding; }
+RESOURCE TBUF r_asp_log_err_uriinvalid    		   { buf = qtn_nsml_log_err_uriinvalid; }
+RESOURCE TBUF r_asp_log_err_comm    		       { buf = qtn_nsml_log_err_comm; }
+RESOURCE TBUF r_asp_log_err_invalidsynctype    	   { buf = qtn_nsml_log_err_invalidsynctype; }
+RESOURCE TBUF r_asp_log_err_localdatabase    	   { buf = qtn_nsml_log_err_localdatabase; }
+RESOURCE TBUF r_asp_log_err_remotedatabase    	   { buf = qtn_nsml_log_err_remotedatabase; }
+RESOURCE TBUF r_asp_log_err_invaliddatabase    	   { buf = qtn_nsml_log_err_invaliddatabase; }
+RESOURCE TBUF r_asp_log_err_httpauth    	       { buf = qtn_nsml_log_err_httpauth; }
+RESOURCE TBUF r_asp_log_err_localdbchanged    	   { buf = qtn_nsml_log_err_localdbchanged; }
+RESOURCE TBUF r_asp_log_err_offline         	   { buf = qtn_offline_not_possible; }
+RESOURCE TBUF r_asp_log_err_untrusted_certificate  { buf = qtn_sml_log_err_untrusted_certificate; }
+
+// Roaming settings resources
+RESOURCE TBUF r_asp_note_network_confirmation      { buf = qtn_sml_note_network_confirmation; }
+RESOURCE TBUF r_asp_note_network_not_allowed       { buf = qtn_sml_note_network_not_allowed; }
+RESOURCE TBUF r_asp_note_not_home_network          { buf = qtn_sml_note_not_home_network; }
+
+RESOURCE TBUF r_asp_title_advanced_settings        { buf = qtn_sml_title_adv_settings; }
+//------------------------------------------------------------------------------
+// connection dialog setting list item name resource
+//------------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_asp_connection_dialog_setting_items
+	{
+	items=
+		{
+		STRING		{ text = qtn_sml_set_list_profile; },
+		STRING		{ text = qtn_sml_set_list_server_id; },
+		STRING 		{ text = qtn_sml_set_bearertype; },
+		STRING 		{ text = qtn_netw_conset_sett_destination; },
+		STRING		{ text = qtn_sml_set_list_host; },
+		STRING 		{ text = qtn_sml_set_list_port; },
+		STRING 		{ text = qtn_sml_set_list_username; },
+		STRING 		{ text = qtn_sml_set_list_password; },
+		STRING 		{ text = qtn_ds_set_lbl_active; },
+		STRING		{ text = qtn_sml_set_list_https_username; },
+		STRING		{ text = qtn_sml_set_list_https_password; },
+		STRING 		{ text = qtn_sml_sync_type; },
+		STRING		{ text = qtn_sml_set_list_protocol_version; }		
+		};
+	}
+
+RESOURCE ARRAY r_advance_settings_dialog_items
+    {
+    items=
+        {
+        STRING      { text = qtn_ds_set_roaming; }       
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// content dialog setting items
+//------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_asp_sett_local_database  { buf = qtn_sml_local_database; }
+RESOURCE TBUF r_asp_sett_remote_database { buf = qtn_sml_remote_database; }
+RESOURCE TBUF r_asp_sett_use_filters     { buf = qtn_nsml_eml_use_filters; }
+
+
+
+
+//------------------------------------------------------------------------------
+// Editor for secret setting page
+//------------------------------------------------------------------------------
+//
+RESOURCE SECRETED r_setting_pwd_editor
+	{
+ 	num_letters=EAspMaxPasswordLength;
+	}
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_activate_later_activate
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOk;
+            txt = qtn_sml_cba_activate;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyCancel;
+            txt = qtn_sml_cba_later;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOk;
+            txt = qtn_sml_cba_activate;
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_start_cancel_start
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOk;
+            txt = qtn_sml_cba_start;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyCancel;
+            txt = qtn_sml_cba_cancel;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOk;
+            txt = qtn_sml_cba_start;
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_next_back_next
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOk;
+            txt = qtn_sml_cba_next;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyDone;
+            txt = qtn_sml_cba_back;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOk;
+            txt = qtn_sml_cba_next;
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_next_back_mark
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOk;
+            txt = qtn_sml_cba_next;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyDone;
+            txt = qtn_sml_cba_back;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyMark;
+            txt = qtn_msk_mark;
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_next_back_select
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOk;
+            txt = qtn_sml_cba_next;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyDone;
+            txt = qtn_sml_cba_back;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeySelect;
+            txt = qtn_msk_select;
+            }
+        };
+    }
+
+
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_ok_cancel_mark
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOk;
+            txt = text_softkey_ok;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyCancel;
+            txt = text_softkey_cancel;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyMark;
+            txt = qtn_msk_mark;
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_options_back_change
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOptions;
+            txt = text_softkey_option;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyBack;
+            txt = text_softkey_back;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOpen;
+            txt = qtn_msk_change;
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_options_select_back
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOptions;
+            txt = text_softkey_option;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyBack;
+            txt = text_softkey_back;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOpen;
+            txt = qtn_msk_select;
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_options_view_content_back
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOptions;
+            txt = text_softkey_option;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyBack;
+            txt = text_softkey_back;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOpen;
+            txt = qtn_msk_view_contents;
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_options_exit_mark
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOptions;
+            txt = text_softkey_option;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyExit;
+            txt = text_softkey_exit;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyMark;
+            txt = qtn_msk_mark;
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_options_back_mark
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOptions;
+            txt = text_softkey_option;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyBack;
+            txt = text_softkey_back;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyMark;
+            txt = qtn_msk_mark;
+            }
+        };
+    }
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+
+RESOURCE CBA r_asp_cba_options_back_open
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOptions;
+            txt = text_softkey_option;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyBack;
+            txt = text_softkey_back;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyOpen;
+            txt = qtn_msk_open;
+            }
+        };
+    }
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_mark_cancel
+    {
+    buttons =
+        {
+         CBA_BUTTON
+            {
+            id = EAknSoftkeyMark;
+            txt = qtn_msk_mark;
+            },       
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyCancel;
+            txt = text_softkey_cancel;
+            }       
+        };
+    }
+
+//------------------------------------------------------------------------------
+// Softkey resource
+//------------------------------------------------------------------------------
+//
+RESOURCE CBA r_asp_cba_empty_cancel_mark
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyEmpty;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyCancel;
+            txt = text_softkey_cancel;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyMark;
+            txt = qtn_msk_mark;
+            }
+        };
+    }
+
+//------------------------------------------------------------------------------
+// Setting page for check box settings
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_check_next_back
+	{
+	number = EAknSettingPageNoOrdinalDisplayed;
+	softkey_resource = r_asp_cba_next_back_mark;
+	type =  EAknSetListBox;
+	editor_resource_id= r_setting_app_listbox;
+	}
+
+
+//------------------------------------------------------------------------------
+// Setting page for radio button settings
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_radio_next_back
+	{
+	number = EAknSettingPageNoOrdinalDisplayed;
+	softkey_resource = r_asp_cba_next_back_select;
+	type =  EAknSetListBox;
+	editor_resource_id= r_setting_app_listbox;
+	}
+
+
+//------------------------------------------------------------------------------
+// Setting page for text settings
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_text_next_back
+	{
+	number = EAknSettingPageNoOrdinalDisplayed;
+	type=EEikCtEdwin;
+	softkey_resource = r_asp_cba_next_back_next;
+	editor_resource_id = r_nsml_settings_text_editor;
+	}
+
+
+//------------------------------------------------------------------------------
+// Setting page for secret text editor
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_password_next_back
+	{	
+	number = EAknSettingPageNoOrdinalDisplayed;
+	type = EEikCtSecretEd;
+	softkey_resource = r_asp_cba_next_back_next;
+	editor_resource_id = r_setting_pwd_editor;
+	}
+
+
+
+
+//------------------------------------------------------------------------------
+// Listbox resourcee
+//------------------------------------------------------------------------------
+//
+RESOURCE LISTBOX r_setting_app_listbox 
+	{
+	flags = 0x0001;
+	}
+
+
+//------------------------------------------------------------------------------
+// Date editor
+//------------------------------------------------------------------------------
+//
+RESOURCE DATE_EDITOR r_asp_date_time_date_editor
+    {
+    minDate = DATE {day = 0; month = 0; year = 1980;};
+    maxDate = DATE {day = 30; month = 11; year = 2060;};
+    }
+
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_date
+    {
+    type = EEikCtDateEditor;
+    softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    menubar = R_AVKON_MENUPANE_EMPTY;
+    editor_resource_id = r_asp_date_time_date_editor;
+    }
+
+
+//------------------------------------------------------------------------------
+// Time editor
+//------------------------------------------------------------------------------
+//
+RESOURCE TIME_EDITOR r_asp_date_time_time_editor
+    {
+    minTime = TIME {second = 0; minute = 0; hour = 0;};
+    maxTime = TIME {second = 59; minute = 59; hour = 23;};
+    flags = EEikTimeWithoutSecondsField;
+    }
+
+
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_time
+    {
+    softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    menubar = R_AVKON_MENUPANE_EMPTY;
+    type = EEikCtTimeEditor;
+    editor_resource_id = r_asp_date_time_time_editor;
+    }
+
+
+//------------------------------------------------------------------------------
+// Setting page for radio button settings
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_radio
+	{ 
+	number = EAknSettingPageNoOrdinalDisplayed;
+	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+	type =  EAknSetListBox;
+	editor_resource_id= r_setting_app_listbox;
+	}
+
+//------------------------------------------------------------------------------
+// Setting page for multi selection list
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_asp_multi_selection_list
+	{ 
+	number = EAknSettingPageNoOrdinalDisplayed;
+	softkey_resource = r_asp_cba_ok_cancel_mark;
+	type =  EAknSetListBox;
+	editor_resource_id= r_setting_app_listbox;
+	}
+
+//------------------------------------------------------------------------------
+// Editor for number setting page
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_INTEGER_EDWIN r_asp_setting_integer
+	{
+	maxlength = 5;
+	min =	1;
+	max =	65535;
+	}
+
+
+//------------------------------------------------------------------------------
+// Setting page for number settings
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_number
+	{
+	number = EAknSettingPageNoOrdinalDisplayed;
+	type=EAknCtIntegerEdwin;
+	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+	editor_resource_id = r_asp_setting_integer;
+	}
+
+
+//------------------------------------------------------------------------------
+// Setting page for secret text editor
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_password
+	{	
+	number = EAknSettingPageNoOrdinalDisplayed;
+	type = EEikCtSecretEd;
+	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+	editor_resource_id = r_setting_pwd_editor;
+	}
+
+
+//------------------------------------------------------------------------------
+// Editor for text setting page
+//------------------------------------------------------------------------------
+//
+RESOURCE EDWIN r_nsml_settings_text_editor
+	{
+	flags=0;
+	width=9;
+	lines=5;
+	maxlength=EAspMaxProfileNameLength;
+	default_input_mode=EAknEditorAlphaInputMode;
+	flags = EEikEdwinNoLineOrParaBreaks;
+	avkon_flags=0;
+	}
+
+
+//------------------------------------------------------------------------------
+// Setting page for text settings
+//------------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_asp_setting_text
+	{
+	number = EAknSettingPageNoOrdinalDisplayed;
+	type=EEikCtEdwin;
+	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+	editor_resource_id = r_nsml_settings_text_editor;
+	}
+
+
+//------------------------------------------------------------------------------
+// yes/no selection resource
+//------------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_asp_filters_used_yesno
+	{
+	items=
+		{
+		STRING { text = qtn_nsml_eml_use_filters_no ; },
+		STRING { text = qtn_nsml_eml_use_filters_yes ; }
+		};
+	}
+
+
+//------------------------------------------------------------------------------
+// content dialog sync type resource.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_asp_sync_type
+	{
+	items =
+		{
+		STRING { text = qtn_sml_sync_type_normal; },
+		STRING { text = qtn_sml_sync_type_one_way_dev_to_srv; },
+		STRING { text = qtn_sml_sync_type_one_way_srv_to_dev; }
+		};
+	}
+
+
+//------------------------------------------------------------------------------
+// content dialog sync type resource.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_asp_server_alert_type
+	{
+	items =
+		{
+		STRING { text = qtn_sml_set_sync_req_auto; },
+		STRING { text = qtn_sml_set_sync_req_ask_always; },
+		STRING { text = qtn_sml_set_sync_req_never; }
+		};
+	}
+
+
+//------------------------------------------------------------------------------
+// connection dialog proticol version resource.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_asp_protocol_version
+	{
+	items =
+		{
+		STRING { text = qtn_sml_syncml_1_1 ; },
+		STRING { text = qtn_sml_syncml_1_2 ; }
+		};
+	}
+
+//------------------------------------------------------------------------------
+// Roaming Settings resource.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_asp_roaming_settings
+    {
+    items =
+        {
+        STRING { text = qtn_sml_always_ask ; },
+        STRING { text = qtn_sml_always_allow ; },
+        STRING { text = qtn_sml_never_allow ; }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// connection dialog network connection resource.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_asp_network_connection
+	{
+	items =
+		{
+		STRING { text = qtn_netw_conset_sett_default_connection ; },
+		STRING { text = qtn_netw_conset_sett_user_defined ; }
+		};
+	}
+
+//------------------------------------------------------------------------------
+// text query resource
+//------------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_text_query
+	{ 
+	flags=EGeneralQueryFlags;
+	buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+	items=
+		{
+		DLG_LINE
+			{
+			type=EAknCtQuery;
+			id=EGeneralQuery;
+			control=AVKON_DATA_QUERY
+				{
+				layout=EDataLayout;
+				control = EDWIN;
+				};
+			}
+		};
+	} 
+
+
+//------------------------------------------------------------------------------
+// confirmation query resource
+//------------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_confirmation_query
+	{ 
+	flags=EGeneralQueryFlags;
+	buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
+	items=
+		{
+		DLG_LINE
+			{
+			type=EAknCtQuery;
+			id=EGeneralQuery;
+			control=AVKON_CONFIRMATION_QUERY
+				{
+				layout=EConfirmationLayout;
+				};
+			}
+		};
+	} 
+
+//------------------------------------------------------------------------------
+// Roaming confirmation query resource
+//------------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_roaming_confirmation_query
+    { 
+    flags=EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control=AVKON_CONFIRMATION_QUERY
+                {
+                layout=EConfirmationLayout;
+                };
+            }
+        };
+    } 
+
+
+//------------------------------------------------------------------------------
+// information query resource
+//------------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_information_query
+    {
+    flags=EGeneralQueryFlags;
+    buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control= AVKON_CONFIRMATION_QUERY
+                {
+                layout = EConfirmationQueryLayout;
+                animation = R_QGN_NOTE_INFO_ANIM;
+                };
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// information query resource
+//------------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_error_query
+    {
+    flags=EGeneralQueryFlags;
+    buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control= AVKON_CONFIRMATION_QUERY
+                {
+                layout = EConfirmationQueryLayout;
+                animation = R_QGN_NOTE_ERROR_ANIM;
+                };
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// message query resource
+//------------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_message_query
+    {
+    flags = EGeneralQueryFlags;
+    buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+    items=
+        {
+        DLG_LINE 
+            {
+            type = EAknCtPopupHeadingPane;
+            id = EAknMessageQueryHeaderId;
+            control = AVKON_HEADING
+                {
+                };
+            },
+        DLG_LINE
+            {
+            type = EAknCtMessageQuery;
+            id = EAknMessageQueryContentId;
+            control = AVKON_MESSAGE_QUERY
+                {
+                };
+            }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// progress dialog resource (shows sync progress)
+//------------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_progress_note
+	{ 
+	flags=EAknProgressNoteFlags | EEikDialogFlagNotifyEsc;
+	buttons=R_AVKON_SOFTKEYS_CANCEL;
+	items= 
+		{
+		DLG_LINE
+			{
+			type=EAknCtNote;
+			id=EAspSyncProgressNote;
+			control=AVKON_NOTE 
+				{
+                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+				layout=EProgressLayout;
+				singular_label= "\n \n \n";
+				};
+			}
+		};
+	} 
+
+
+// -----------------------------------------------------------------------------
+// general list query resource.
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_list_query
+    {
+    flags=EEikDialogFlagWait | EGeneralQueryFlags;
+
+    buttons=R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
+
+	items=
+        {
+		AVKON_LIST_QUERY_DLG_LINE
+            {
+            control = AVKON_LIST_QUERY_CONTROL
+    	        {
+			    listtype = EAknCtSinglePopupMenuListBox;
+				heading = qtn_profile_dialog_title;
+			    
+			    listbox = AVKON_LIST_QUERY_LIST
+			        {
+				    // items added dynamically
+				    };
+			    };
+		    }
+		};
+    }
+
+
+// -----------------------------------------------------------------------------
+// filter dialog resource (shows sync connection settings).
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_filter_dialog
+    {
+    flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
+    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
+
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtSettingListBox;
+			itemflags=EEikDlgItemTakesEnterKey;
+			id=EAspFilterDialog;
+			control=LISTBOX
+				{
+				flags=0;
+				height=11;
+				width=80;
+				};            
+            }
+		};
+    }
+
+
+RESOURCE MENU_BAR r_asp_filter_dialog_menu
+	{
+	titles= 
+		{ 
+		MENU_TITLE 
+			{ 
+			menu_pane=r_asp_filter_dialog_menu_pane;
+			}
+		};
+	}
+
+
+RESOURCE MENU_PANE r_asp_filter_dialog_menu_pane
+    {
+    items=
+        {
+		MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change; },
+		
+#ifdef __SERIES60_HELP				
+    	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
+#endif
+    	
+		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
+        };
+    }
+
+
+// -----------------------------------------------------------------------------
+// profile dialog resource.
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_profile_dialog
+    {
+    flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
+    
+    buttons = r_asp_cba_options_back_change;
+    
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtSettingListBox;
+			itemflags=EEikDlgItemTakesEnterKey;
+			id=EAspProfileDialogList;
+			control=LISTBOX
+				{
+				flags=0;
+				height=11;
+				width=80;
+				};            
+            }
+		};
+    }
+
+
+
+
+RESOURCE MENU_BAR r_asp_profile_dialog_menu
+	{
+	titles= 
+		{ 
+		MENU_TITLE 
+			{ 
+			menu_pane=r_asp_profile_dialog_menu_pane;
+			}
+		};
+	}
+
+RESOURCE MENU_BAR r_advance_settings_dialog_menu
+    {
+    titles= 
+        { 
+        MENU_TITLE 
+            { 
+            menu_pane=r_advance_settings_dialog_menu_pane;
+            }
+        };
+    }
+
+RESOURCE MENU_PANE r_asp_profile_dialog_menu_pane
+    {
+    items=
+        {
+		MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change; },
+		
+#ifdef __SERIES60_HELP		
+    	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
+#endif
+    	
+		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
+        };
+    }
+
+RESOURCE MENU_PANE r_advance_settings_dialog_menu_pane
+    {
+    items=
+        {
+        MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change; },
+        
+#ifdef __SERIES60_HELP      
+        MENU_ITEM { command=EAspMenuCmdHelp; txt=qtn_options_help; },
+#endif
+        
+        MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
+        };
+    }
+
+RESOURCE MENU_BAR r_asp_roaming_settings_context_menu
+    {
+    titles= 
+        { 
+        MENU_TITLE 
+            { 
+            menu_pane=r_advance_settings_dialog_menu_pane;
+            }
+        };
+    } 
+
+RESOURCE MENU_BAR r_asp_profile_context_menu
+	{
+	titles= 
+		{ 
+		MENU_TITLE 
+			{ 
+			menu_pane=r_asp_profile_context_menu_pane;
+			}
+		};
+	} 
+    
+RESOURCE MENU_PANE r_asp_profile_context_menu_pane
+    {
+    items=
+        {
+		MENU_ITEM { command=EAspMenuCmdOpen; txt=qtn_options_open; },
+		
+#ifdef __SERIES60_HELP		
+    	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
+#endif
+    	
+		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
+        };
+    }
+
+// -----------------------------------------------------------------------------
+// auto sync dialog resource.
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_auto_sync_dialog
+    {
+    flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
+    buttons = r_asp_cba_options_back_change;
+
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtSettingListBox;
+			itemflags=EEikDlgItemTakesEnterKey;
+			id=EAspAutoSyncDialogList;
+			control=LISTBOX
+				{
+				flags=0;
+				height=11;
+				width=80;
+				};   
+            }
+		};
+    }
+
+
+RESOURCE MENU_BAR r_asp_auto_sync_dialog_menu
+	{
+	titles= 
+		{ 
+		MENU_TITLE 
+			{ 
+			menu_pane=r_asp_auto_sync_dialog_menu_pane;
+			}
+		};
+	}
+
+RESOURCE MENU_PANE r_asp_auto_sync_dialog_menu_pane
+    {
+    items=
+        {
+		MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change; },
+		
+#ifdef __SERIES60_HELP		
+    	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
+#endif
+    	
+		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
+        };
+    }
+
+
+
+// -----------------------------------------------------------------------------
+// auto sync profile dialog resource.
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_auto_sync_profile_dialog
+    {
+    flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
+    buttons = r_asp_cba_options_select_back;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtSingleGraphicListBox;
+            itemflags=EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
+			id=EAspAutoSyncProfileDialogList;
+			control=LISTBOX
+				{
+				flags = EAknListBoxSelectionList;
+				};   
+            }
+		};
+    }
+
+
+
+RESOURCE MENU_BAR r_asp_auto_sync_profile_dialog_menu
+	{
+	titles= 
+		{ 
+		MENU_TITLE 
+			{ 
+			menu_pane=r_asp_auto_sync_profile_dialog_menu_pane;
+			}
+		};
+	}
+
+RESOURCE MENU_PANE r_asp_auto_sync_profile_dialog_menu_pane
+    {
+    items=
+        {
+		MENU_ITEM { command=EAspMenuCmdSelect; txt=qtn_sml_cmd_select; },
+		MENU_ITEM { command=EAspMenuCmdView; txt=qtn_sml_cmd_view_contents; },
+		
+#ifdef __SERIES60_HELP		
+    	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
+#endif
+    	
+		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
+        };
+    }
+
+
+
+// -----------------------------------------------------------------------------
+// content dialog resource (shows sync content settings).
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_content_dialog
+    {
+    flags=EEikDialogFlagWait | EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |EEikDialogFlagFillAppClientRect | 
+          EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+
+	buttons=r_asp_cba_options_back_change;
+	
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtSettingListBox;
+			itemflags=EEikDlgItemTakesEnterKey;
+			id=EAspContentDialog;
+			control=LISTBOX
+				{
+				flags=0;
+				height=11;
+				width=80;
+				};            
+            }
+		};
+    }
+
+
+RESOURCE MENU_BAR r_asp_content_dialog_menu
+	{
+	titles= 
+		{ 
+		MENU_TITLE 
+			{ 
+			menu_pane=r_asp_content_dialog_menu_pane;
+			}
+		};
+	}
+
+RESOURCE MENU_PANE r_asp_content_dialog_menu_pane
+    {
+    items=
+        {
+		MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change; },
+		
+#ifdef __SERIES60_HELP		
+    	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
+#endif    	
+    	
+		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
+        };
+    }
+
+
+// -----------------------------------------------------------------------------
+// Settings view dialog resource.
+// -----------------------------------------------------------------------------
+//
+
+RESOURCE DIALOG r_asp_setting_view_dialog
+    {
+    flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
+    
+    buttons = r_asp_cba_options_back_open;
+    
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtSettingListBox;
+			itemflags=EEikDlgItemTakesEnterKey;
+			id=EAspSettingViewDialogList;
+			control=LISTBOX
+				{
+				flags=0;
+				height=11;
+				width=80;
+				};            
+            }
+		};
+    }
+
+RESOURCE MENU_BAR r_asp_setting_view_dialog_menu
+	{
+	titles= 
+		{ 
+		MENU_TITLE 
+			{ 
+			menu_pane=r_asp_setting_view_dialog_menu_pane;
+			}
+		};
+	}
+
+RESOURCE MENU_PANE r_asp_setting_view_dialog_menu_pane
+    {
+    items=
+        {
+		MENU_ITEM { command=EAspMenuCmdOpen; txt=qtn_options_open; },
+		
+#ifdef __SERIES60_HELP		
+    	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
+#endif
+    	
+		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
+        };
+    }
+
+// -----------------------------------------------------------------------------
+// profile wizard dialog resource.
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_profile_wizard_dialog
+    {
+    flags =
+        EEikDialogFlagWait | EEikDialogFlagNotifyEsc |
+        EEikDialogFlagCbaButtons | EEikDialogFlagNoDrag |
+        EEikDialogFlagNoTitleBar | EEikDialogFlagNoShadow |
+        EEikDialogFlagNoBorder | EEikDialogFlagFillAppClientRect;
+        
+    buttons = r_asp_cba_start_cancel_start;
+    items=
+        {
+        DLG_LINE
+            {
+            type = EEikCtRichTextEditor;
+            id = EAspProfileWizardDialogList;
+            control = RTXTED
+                {
+                numlines = 10;
+                avkon_flags = EAknEditorFlagEnableScrollBars;
+                flags = EEikEdwinReadOnly |
+                        EEikEdwinNoAutoSelection |
+                        EEikEdwinAvkonDisableCursor;
+                };
+            }
+        };
+    }
+
+
+// -----------------------------------------------------------------------------
+// setting dialog resource (main dialog).
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_setting_dialog
+    {
+	flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
+
+    //buttons=R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+    buttons=r_asp_cba_options_back_mark;
+    items=
+        {
+        DLG_LINE
+            {
+            //type=EAknCtDoubleLargeListBox;
+            //type=EAknCtDoubleListBox;
+            type=EAknCtDoubleGraphicListBox;
+			itemflags=EEikDlgItemTakesEnterKey;
+			id=EAspSettingDialogList;
+			control=LISTBOX
+				{
+				//flags = EAknListBoxPointerMultiselectionList | EAknListBoxLoopScrolling;
+				//flags = EAknListBoxMultiselectionList | EAknListBoxLoopScrolling;
+				flags = EAknListBoxMultiselectionList | EAknListBoxPointerMultiselectionList | EAknListBoxLoopScrolling;
+				};            
+            }
+		};
+    }
+
+
+// -----------------------------------------------------------------------------
+// setting dialog resource (main dialog).
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_asp_setting_dialog_2
+    {
+	flags= EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
+
+    //buttons=R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+    buttons=r_asp_cba_options_exit_mark;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtDoubleGraphicListBox;
+			itemflags=EEikDlgItemTakesEnterKey;
+			id=EAspSettingDialogList;
+			control=LISTBOX
+				{
+				//flags = EAknListBoxPointerMultiselectionList | EAknListBoxLoopScrolling;
+				//flags = EAknListBoxMultiselectionList | EAknListBoxLoopScrolling;
+				flags = EAknListBoxMultiselectionList | EAknListBoxPointerMultiselectionList | EAknListBoxLoopScrolling;
+				height=2;
+				width=80;
+				};            
+            }
+		};
+    }
+
+
+
+RESOURCE MENU_BAR r_asp_setting_dialog_menu
+	{
+	titles= 
+		{ 
+		MENU_TITLE 
+			{ 
+			menu_pane=r_asp_setting_dialog_menu_pane;
+			}
+		};
+	}
+
+
+RESOURCE MENU_BAR r_asp_setting_dialog_context_menu
+	{
+	titles= 
+		{ 
+		MENU_TITLE 
+			{ 
+			menu_pane=r_asp_setting_dialog_context_menu_pane;
+			}
+		};
+	}
+
+
+RESOURCE MENU_PANE r_asp_setting_dialog_menu_pane
+	{
+	items =
+		{
+		MENU_ITEM { command=EAspMenuCmdMark; 			txt=qtn_sml_cmd_mark; },
+		MENU_ITEM { command=EAspMenuCmdUnmark; 			txt=qtn_sml_cmd_unmark; },
+		MENU_ITEM { command=EAspMenuCmdSync;           txt=qtn_sml_cmd_sync; },
+		MENU_ITEM { command=EAspMenuCmdNewSet;         txt=qtn_sml_cmd_create_new; },
+		MENU_ITEM { command=EAspMenuCmdEdit;           txt=qtn_sml_cmd_edit; },
+		MENU_ITEM { command=EAspMenuCmdAdvanceSettings; txt=qtn_sml_cmd_advanced_settings; },
+		MENU_ITEM { command=EAspMenuCmdChangeProfile;  txt=qtn_sml_cmd_change_profile; },
+    	MENU_ITEM { command=EAspMenuCmdDelete;         txt=qtn_sml_cmd_delete; },
+    	MENU_ITEM { command=EAspMenuCmdAutoSync;       txt=qtn_sml_cmd_automatic_sync; },
+		MENU_ITEM { command=EAspMenuCmdViewLog;        txt=qtn_sml_cmd_view_log; },
+		MENU_ITEM { command=EAspMenuCmdCopyFromServer; txt=qtn_sml_cmd_slow_sync; },
+		
+#ifdef __SERIES60_HELP		
+		MENU_ITEM { command=EAknCmdHelp;	     txt=qtn_options_help; },
+#endif		
+    	
+    	MENU_ITEM { command=EAspMenuCmdExit;	     txt=qtn_options_exit; }
+		};
+	}
+
+RESOURCE DIALOG r_asp_advance_settings_dialog
+    {
+    flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
+    
+    buttons = r_asp_cba_options_back_change;
+    
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtSettingListBox;
+            itemflags=EEikDlgItemTakesEnterKey;
+            id=EAdvanceSettingsDialogList;
+            control=LISTBOX
+                {
+                flags=0;
+                height=11;
+                width=80;
+                };            
+            }
+        };
+    }
+
+RESOURCE MENU_PANE r_asp_setting_dialog_context_menu_pane
+	{
+	items =
+		{
+		MENU_ITEM { command=EAspMenuCmdSync;         txt=qtn_sml_cmd_sync; },
+		MENU_ITEM { command=EAspMenuCmdEdit;         txt=qtn_sml_cmd_edit; },
+		MENU_ITEM { command=EAspMenuCmdDelete;       txt=qtn_sml_cmd_delete; },
+		MENU_ITEM { command=EAspMenuCmdViewLog;      txt=qtn_sml_cmd_view_log; },
+		MENU_ITEM { command=EAspMenuCmdNewSet;       txt=qtn_sml_cmd_create_new; }
+		};
+	}
+
+RESOURCE TBUF r_asp_select_profile_create_new { buf = qtn_sml_apps_select_profile_create_new; }
+
+RESOURCE DIALOG r_asp_list_app_query
+    {
+    flags=EEikDialogFlagWait | EGeneralQueryFlags;
+
+    buttons=R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
+
+	items=
+        {
+		AVKON_LIST_QUERY_DLG_LINE
+            {
+            control = AVKON_LIST_QUERY_CONTROL
+    	        {
+			    listtype = EAknCtSingleGraphicPopupMenuListBox;
+				heading = qtn_profile_dialog_title;
+			    
+			    listbox = AVKON_LIST_QUERY_LIST
+			        {
+				    // items added dynamically
+				    };
+			    };
+		    }
+		};
+    }
+
+RESOURCE ARRAY r_asp_sync_pcsuite_type
+	{
+	items =
+		{
+		STRING { text = qtn_sml_sync_type_normal; }		
+		};
+	}
+
+// Display name for PC Suite profile
+RESOURCE TBUF r_asp_pc_suite_profile { buf = qtn_sml_pc_suite_profile; }
+
+// End of file
+
+