omads/omadsappui/AspSyncUtil/src/AspSyncUtil.rss
branchRCL_3
changeset 52 4f0867e42d62
child 67 2abf74df9cdc
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 
       
    22 
       
    23 #include <eikon.rh>
       
    24 #include "registryinfov2.rh" 
       
    25 #include "AspSyncUtil.rh"
       
    26 
       
    27 // aspsyncutil uses sync app .loc file
       
    28 #include<nsmldssync.loc>
       
    29 
       
    30 // For profiles sync application brings
       
    31 #include<nsmlsyncprofiles.loc>
       
    32 
       
    33 // common avkon strings
       
    34 #include<avkon.loc>
       
    35 
       
    36 #include <avkon.rsg>
       
    37 #include <avkon.rh>
       
    38 #include <avkon.mbg>
       
    39 #include <AvkonIcons.hrh>
       
    40 
       
    41 
       
    42 
       
    43 //  RESOURCE IDENTIFIER
       
    44 NAME ASPU
       
    45 
       
    46 
       
    47 RESOURCE RSS_SIGNATURE { }
       
    48 
       
    49 
       
    50 //
       
    51 // STRINGS
       
    52 //
       
    53 
       
    54 STRUCT STRING
       
    55 	{
       
    56 	LTEXT text;
       
    57 	}
       
    58 
       
    59 // info note for sync protocol change
       
    60 RESOURCE TBUF r_asp_protocol_change { buf = qtn_sml_info_proc_change; }
       
    61 
       
    62 // shown when syncing and mandatory setting is missing and profile cannot be edited
       
    63 RESOURCE TBUF r_asp_note_tarm_mandatory_missing { buf=qtn_sml_note_tarm_mandatory_missing; }
       
    64 
       
    65 // shown when syncing and no profles exist
       
    66 RESOURCE TBUF r_asp_note_main_locked { buf=qtn_sml_note_main_locked; }
       
    67 
       
    68 // shown when settings enforcement is done
       
    69 RESOURCE TBUF r_asp_protected_setting { buf=qtn_selec_protected_setting; }
       
    70 
       
    71 // shown when syncing and no profles exist
       
    72 RESOURCE TBUF r_asp_query_no_profiles { buf=qtn_sml_query_no_profiles; }
       
    73 
       
    74 // shown when syncing and no profles exist
       
    75 RESOURCE TBUF r_asp_query_mandatory_missing { buf=qtn_sml_query_mandatory_missing; }
       
    76 
       
    77 // shown when syncing and no profles exist
       
    78 RESOURCE TBUF r_asp_query_title_delete_profile { buf=qtn_sml_query_title_delete_profile; }
       
    79 
       
    80 // shown when syncing and no profles exist
       
    81 RESOURCE TBUF r_asp_query_title_change_profile { buf=qtn_sml_query_title_change_profile; }
       
    82 
       
    83 // synced profile has no content
       
    84 RESOURCE TBUF r_asp_err_nocontent         	{ buf = qtn_sml_err_nocontent; }
       
    85 
       
    86 // profile wizard navipane text
       
    87 RESOURCE TBUF r_asp_wizard_page_counter    	{ buf = qtn_sml_wizard_page_counter; }
       
    88 
       
    89 // confirms copy all from server command
       
    90 RESOURCE TBUF r_asp_copy_from_server { buf = qtn_sml_query_slow_sync_conf; }
       
    91 
       
    92 // shown when user has given profile server id that already exists
       
    93 RESOURCE TBUF r_asp_server_id_exists { buf = qtn_sml_query_serverid_exists; }
       
    94 
       
    95 // informs user that sync cannot be synced because sync is already running
       
    96 RESOURCE TBUF r_asp_sync_already_running { buf = qtn_ds_note_hidden_ongoing; }
       
    97 
       
    98 // setting dialog (main dialog) title
       
    99 RESOURCE TBUF r_asp_setting_dialog_title { buf=qtn_apps_syncml_title; }
       
   100 
       
   101 // profile query dialog title
       
   102 RESOURCE TBUF r_asp_profile_query_title { buf=qtn_sml_apps_select_set; }
       
   103 
       
   104 // text shown in setting dialog when set has no name (not used)
       
   105 RESOURCE TBUF r_asp_unnamed_set { buf = qtn_apps_emptyprofile; }
       
   106 
       
   107 // confirms profile deletion
       
   108 RESOURCE TBUF r_asp_confirm_delete { buf = qtn_query_common_conf_delete; }
       
   109 
       
   110 // confirms closing dialog when some mandatory data is missing
       
   111 RESOURCE TBUF r_asp_exit_anyway { buf = qtn_ds_conf_mandatory_missing; }
       
   112 
       
   113 // confirms closing dialog when some mandatory data is missing (not used)
       
   114 //RESOURCE TBUF r_asp_exit_anyway_apps { buf = qtn_ds_conf_mandatory_missing_apps; }
       
   115 
       
   116 // compulsory setting item text setting value is not defined
       
   117 RESOURCE TBUF r_asp_must_be_defined { buf = qtn_selec_setting_compulsory; }
       
   118 
       
   119 // normal (not compulsory) setting item text setting value is not defined
       
   120 RESOURCE TBUF r_asp_setting_value_none{ buf = qtn_selec_sett_val_field_none; }
       
   121 
       
   122 // shown under profile name - indicates that profile has not been synced
       
   123 RESOURCE TBUF r_asp_not_synced { buf = qtn_sml_main_sync_no_last; }
       
   124 
       
   125 // default profile name when new profile is created
       
   126 RESOURCE TBUF r_asp_profilename_phonebook { buf = qtn_sml_apps_content_pb; }
       
   127 
       
   128 // default profile name when new profile is created
       
   129 RESOURCE TBUF r_asp_profilename_calendar { buf = qtn_sml_apps_content_cal; }
       
   130 
       
   131 // default profile name when new profile is created
       
   132 RESOURCE TBUF r_asp_profilename_email { buf = qtn_sml_apps_content_syncml; }
       
   133 
       
   134 // default profile name when new profile is created
       
   135 RESOURCE TBUF r_asp_profilename_note { buf = qtn_sml_apps_content_notes; }
       
   136 
       
   137 // content name
       
   138 RESOURCE TBUF r_asp_content_name_phonebook { buf = qtn_nsml_cnt_display_name; }
       
   139 
       
   140 // content name
       
   141 RESOURCE TBUF r_asp_content_name_calendar { buf = qtn_nsml_agn_display_name; }
       
   142 
       
   143 // content name
       
   144 RESOURCE TBUF r_asp_content_name_note { buf = qtn_nsml_npd_display_name; }
       
   145 
       
   146 // content name 
       
   147 RESOURCE TBUF r_asp_content_name_mms { buf = qtn_nsml_mms_display_name; }
       
   148 
       
   149 // content name 
       
   150 RESOURCE TBUF r_asp_content_name_bkm { buf = qtn_nsml_bkm_display_name; }
       
   151 
       
   152 
       
   153 // content name
       
   154 RESOURCE TBUF r_asp_content_name_email { buf = qtn_nsml_eml_display_name; }
       
   155 
       
   156 // content name
       
   157 RESOURCE TBUF r_asp_content_name_sms { buf = qtn_nsml_sms_display_name; }
       
   158 
       
   159 // content name
       
   160 RESOURCE TBUF r_asp_content_title_phonebook { buf = qtn_sml_title_contacts; }
       
   161 
       
   162 // content name
       
   163 RESOURCE TBUF r_asp_content_title_calendar { buf = qtn_sml_title_calendar; }
       
   164 
       
   165 // content name
       
   166 RESOURCE TBUF r_asp_content_title_note { buf = qtn_sml_title_notes; }
       
   167 
       
   168 // content name
       
   169 RESOURCE TBUF r_asp_content_title_email { buf = qtn_sml_title_email; }
       
   170 
       
   171 // content name
       
   172 RESOURCE TBUF r_asp_content_title_sms { buf = qtn_sml_title_sms; }
       
   173 
       
   174 // content name 
       
   175 RESOURCE TBUF r_asp_content_title_mms { buf = qtn_sml_title_mms; }
       
   176 
       
   177 // content name 
       
   178 RESOURCE TBUF r_asp_content_title_bkm { buf = qtn_sml_title_bookmarks; }
       
   179 
       
   180 // info note for missing mailboxes
       
   181 RESOURCE TBUF r_asp_no_mailboxes { buf = qtn_sml_info_no_mailboxes; }
       
   182 
       
   183 // used in connection dialog as setting value
       
   184 RESOURCE TBUF r_asp_always_ask { buf = qtn_ds_sett_always_ask; }
       
   185 RESOURCE TBUF r_asp_default_connection { buf = qtn_netw_conset_sett_default_connection; }
       
   186 RESOURCE TBUF r_asp_network_destination { buf = qtn_netw_conset_sett_destination; }
       
   187 
       
   188 // shown when user tries to edit read-only setting
       
   189 RESOURCE TBUF r_asp_note_read_only { buf = qtn_ds_note_read_only; }
       
   190 
       
   191 // shown when user tries to simultaneously edit one sync set
       
   192 RESOURCE TBUF r_asp_locked_profile { buf = qtn_nsml_locked_profile; }
       
   193 
       
   194 // shown in profile dialog setting list
       
   195 RESOURCE TBUF r_asp_content_setting_phonebook { buf = qtn_sml_content_settings_pb; }
       
   196 
       
   197 // shown in profile dialog setting list
       
   198 RESOURCE TBUF r_asp_content_setting_calendar { buf = qtn_sml_content_settings_cal; }
       
   199 
       
   200 // shown in profile dialog setting list
       
   201 RESOURCE TBUF r_asp_content_setting_notes { buf = qtn_sml_content_settings_notes; }
       
   202 
       
   203 // shown in profile dialog setting list
       
   204 RESOURCE TBUF r_asp_content_setting_email { buf = qtn_sml_content_settings_email; }
       
   205 
       
   206 // shown in profile dialog setting list
       
   207 RESOURCE TBUF r_asp_content_setting_sms { buf = qtn_sml_content_settings_sms; }
       
   208 
       
   209 // shown in profile dialog setting list
       
   210 RESOURCE TBUF r_asp_content_setting_mms { buf = qtn_sml_content_settings_mms; }
       
   211 
       
   212 // shown in profile dialog setting list
       
   213 RESOURCE TBUF r_asp_content_setting_bkm { buf = qtn_sml_content_settings_bkm; }
       
   214 
       
   215 
       
   216 RESOURCE TBUF r_qtn_apps_newprofile  	    	{ buf = qtn_apps_newprofile; }
       
   217 RESOURCE TBUF r_qtn_sml_settingrowitem_mand     { buf = "\t%0U\t\t%1U\t*"; }
       
   218 RESOURCE TBUF r_qtn_sml_settingrowitem          { buf = "\t%0U\t\t%1U\t"; }
       
   219 RESOURCE TBUF r_asp_sync_completed              { buf = qtn_sml_sync_end_done; }
       
   220 RESOURCE TBUF r_asp_popup_profile_info          { buf = qtn_sml_main_info; }
       
   221 
       
   222 
       
   223 // sync progress dialog strings
       
   224 RESOURCE TBUF r_syncstatus_sync_conn		    { buf = qtn_sml_sync_conn; }
       
   225 RESOURCE TBUF r_syncstatus_sync_disc		    { buf = qtn_sml_sync_disconn; }
       
   226 RESOURCE TBUF r_syncstatus_sync_sync		    { buf = qtn_sml_sync_sync; }
       
   227 RESOURCE TBUF r_syncstatus_canc		    	    { buf = qtn_sml_sync_cancel; }
       
   228 //RESOURCE TBUF r_qtn_nsml_sync_send_unknown      { buf = qtn_nsml_sync_send_unknown; }
       
   229 //RESOURCE TBUF r_qtn_nsml_updating  			    { buf = qtn_sml_sync_send; }
       
   230 //RESOURCE TBUF r_qtn_nsml_sync_recv_unknown      { buf = qtn_nsml_sync_recv_unknown; }
       
   231 //RESOURCE TBUF r_qtn_nsml_receving			    { buf = qtn_sml_sync_recv; }
       
   232 RESOURCE TBUF r_qtn_sml_sync_receiving		    { buf = qtn_sml_sync_receiving; }
       
   233 RESOURCE TBUF r_qtn_sml_sync_sending		    { buf = qtn_sml_sync_sending; }
       
   234 /* Implementation of CMCC PIM v3 begins*/ 
       
   235 RESOURCE TBUF r_qtn_sml_sync_receiving_xofy     { buf = qtn_sml_sync_receiving_xofy_tdscdma; }
       
   236 RESOURCE TBUF r_qtn_sml_sync_sending_xofy       { buf = qtn_sml_sync_sending_xofy_tdscdma; }
       
   237 RESOURCE TBUF r_qtn_sml_sync_receiving_xofy_cal { buf = qtn_sml_sync_receiving_xofy_cal_tdscdma; } 
       
   238 RESOURCE TBUF r_qtn_sml_sync_sending_xofy_cal   { buf = qtn_sml_sync_sending_xofy_cal_tdscdma; }
       
   239 RESOURCE TBUF r_qtn_nsml_log_err_serverfull     { buf = qtn_nsml_log_err_serverfull_tdscdma; }
       
   240 /* Implementation of CMCC PIM v3 ends*/
       
   241 
       
   242 // log dialog strings
       
   243 RESOURCE TBUF r_sml_log_synclog_title  		{ buf = qtn_sml_log_synclog_title; }
       
   244 RESOURCE TBUF r_qtn_sml_log_ok			    { buf = qtn_sml_log_ok; }
       
   245 RESOURCE TBUF r_qtn_sml_log_cancelled	   	{ buf = qtn_sml_log_cancelled; }
       
   246 RESOURCE TBUF r_qtn_sml_log_err				{ buf = qtn_sml_log_err; }
       
   247 
       
   248 RESOURCE TBUF r_qtn_sml_log_server	    	{ buf = qtn_sml_log_server; }
       
   249 RESOURCE TBUF r_qtn_sml_log_remote      	{ buf = qtn_sml_log_remote; }
       
   250 RESOURCE TBUF r_qtn_sml_log_phone		    { buf = qtn_sml_log_phone; }
       
   251 RESOURCE TBUF r_qtn_sml_log_error		    { buf = qtn_sml_log_error; }
       
   252 
       
   253 
       
   254 RESOURCE TBUF r_qtn_sml_log_profile		    { buf=qtn_sml_log_profile; }
       
   255 RESOURCE TBUF r_qtn_sml_log_date		    { buf=qtn_sml_log_date; }
       
   256 RESOURCE TBUF r_qtn_sml_log_time		    { buf=qtn_sml_log_time; }
       
   257 RESOURCE TBUF r_qtn_sml_log_status		    { buf=qtn_sml_log_status; }
       
   258 
       
   259 RESOURCE TBUF r_qtn_sml_log_added_content      { buf=qtn_sml_log_added_content; }
       
   260 RESOURCE TBUF r_qtn_sml_log_updated_content	   { buf=qtn_sml_log_updated_content; }
       
   261 RESOURCE TBUF r_qtn_sml_log_deleted_content	   { buf=qtn_sml_log_deleted_content; }
       
   262 RESOURCE TBUF r_qtn_sml_log_discarded_content  { buf=qtn_sml_log_discarded_content; }
       
   263 RESOURCE TBUF r_qtn_sml_log_moved_content	   { buf=qtn_sml_log_moved_content; }
       
   264 
       
   265 RESOURCE TBUF r_qtn_sml_log_added_contacts     { buf=qtn_sml_log_added_contacts; }
       
   266 RESOURCE TBUF r_qtn_sml_log_updated_contacts   { buf=qtn_sml_log_updated_contacts; }
       
   267 RESOURCE TBUF r_qtn_sml_log_deleted_contacts   { buf=qtn_sml_log_deleted_contacts; }
       
   268 RESOURCE TBUF r_qtn_sml_log_discarded_contacts { buf=qtn_sml_log_discarded_contacts; }
       
   269 RESOURCE TBUF r_qtn_sml_log_moved_contacts	   { buf=qtn_sml_log_moved_contacts; }
       
   270 
       
   271 RESOURCE TBUF r_qtn_sml_log_added_calendar     { buf=qtn_sml_log_added_calendar; }
       
   272 RESOURCE TBUF r_qtn_sml_log_updated_calendar   { buf=qtn_sml_log_updated_calendar; }
       
   273 RESOURCE TBUF r_qtn_sml_log_deleted_calendar   { buf=qtn_sml_log_deleted_calendar; }
       
   274 RESOURCE TBUF r_qtn_sml_log_discarded_calendar { buf=qtn_sml_log_discarded_calendar; }
       
   275 RESOURCE TBUF r_qtn_sml_log_moved_calendar	   { buf=qtn_sml_log_moved_calendar; }
       
   276 
       
   277 RESOURCE TBUF r_qtn_sml_log_added_notes        { buf=qtn_sml_log_added_notes; }
       
   278 RESOURCE TBUF r_qtn_sml_log_updated_notes	   { buf=qtn_sml_log_updated_notes; }
       
   279 RESOURCE TBUF r_qtn_sml_log_deleted_notes	   { buf=qtn_sml_log_deleted_notes; }
       
   280 RESOURCE TBUF r_qtn_sml_log_discarded_notes    { buf=qtn_sml_log_discarded_notes; }
       
   281 RESOURCE TBUF r_qtn_sml_log_moved_notes  	   { buf=qtn_sml_log_moved_notes; }
       
   282 
       
   283 RESOURCE TBUF r_qtn_sml_log_added_email        { buf=qtn_sml_log_added_email; }
       
   284 RESOURCE TBUF r_qtn_sml_log_updated_email	   { buf=qtn_sml_log_updated_email; }
       
   285 RESOURCE TBUF r_qtn_sml_log_deleted_email	   { buf=qtn_sml_log_deleted_email; }
       
   286 RESOURCE TBUF r_qtn_sml_log_discarded_email    { buf=qtn_sml_log_discarded_email; }
       
   287 RESOURCE TBUF r_qtn_sml_log_moved_email  	   { buf=qtn_sml_log_moved_email; }
       
   288 
       
   289 RESOURCE TBUF r_qtn_sml_log_added_sms          { buf=qtn_sml_log_added_sms; }
       
   290 RESOURCE TBUF r_qtn_sml_log_updated_sms	       { buf=qtn_sml_log_updated_sms; }
       
   291 RESOURCE TBUF r_qtn_sml_log_deleted_sms	       { buf=qtn_sml_log_deleted_sms; }
       
   292 RESOURCE TBUF r_qtn_sml_log_discarded_sms      { buf=qtn_sml_log_discarded_sms; }
       
   293 RESOURCE TBUF r_qtn_sml_log_moved_sms  	       { buf=qtn_sml_log_moved_sms; }
       
   294 
       
   295 RESOURCE TBUF r_qtn_sml_log_added_mms         { buf=qtn_sml_log_added_mms; }
       
   296 RESOURCE TBUF r_qtn_sml_log_updated_mms	       { buf=qtn_sml_log_updated_mms; }
       
   297 RESOURCE TBUF r_qtn_sml_log_deleted_mms	       { buf=qtn_sml_log_deleted_mms; }
       
   298 RESOURCE TBUF r_qtn_sml_log_discarded_mms      { buf=qtn_sml_log_discarded_mms; }
       
   299 RESOURCE TBUF r_qtn_sml_log_moved_mms  	       { buf=qtn_sml_log_moved_mms; }
       
   300 
       
   301 RESOURCE TBUF r_qtn_sml_log_added_bkm          { buf=qtn_sml_log_added_bkm; }
       
   302 RESOURCE TBUF r_qtn_sml_log_updated_bkm	       { buf=qtn_sml_log_updated_bkm; }
       
   303 RESOURCE TBUF r_qtn_sml_log_deleted_bkm	       { buf=qtn_sml_log_deleted_bkm; }
       
   304 RESOURCE TBUF r_qtn_sml_log_discarded_bkm      { buf=qtn_sml_log_discarded_bkm; }
       
   305 RESOURCE TBUF r_qtn_sml_log_moved_bkm  	       { buf=qtn_sml_log_moved_bkm; }
       
   306 
       
   307 //
       
   308 // profile wizard strings
       
   309 //
       
   310 RESOURCE TBUF r_asp_set_wizard_start            { buf = qtn_ds_conf_profile_wizard_start; }
       
   311 RESOURCE TBUF r_asp_set_protocol_version        { buf = qtn_sml_set_list_protocol_version; }
       
   312 RESOURCE TBUF r_asp_set_destination_name        { buf = qtn_sml_set_list_destination_name; }
       
   313 RESOURCE TBUF r_asp_set_host_address    	    { buf = qtn_sml_set_list_host; }
       
   314 RESOURCE TBUF r_asp_set_server_id        	    { buf = qtn_sml_set_list_server_id; }
       
   315 RESOURCE TBUF r_asp_set_bearer_type             { buf = qtn_sml_set_bearertype; }
       
   316 RESOURCE TBUF r_asp_set_username        	    { buf = qtn_sml_set_list_username; }
       
   317 RESOURCE TBUF r_asp_set_password    	        { buf = qtn_sml_set_list_password; }
       
   318 RESOURCE TBUF r_asp_set_content_selection       { buf = qtn_sml_set_list_content_selection; }
       
   319 RESOURCE TBUF r_asp_set_wizard_end              { buf = qtn_ds_conf_profile_wizard_end; }
       
   320 RESOURCE TBUF r_asp_set_wizard_end_app          { buf = qtn_ds_conf_profile_wizard_end_app; }
       
   321 RESOURCE TBUF r_asp_set_wizard_end_email        { buf = qtn_ds_conf_profile_wizard_end_email; }
       
   322 
       
   323 RESOURCE TBUF r_asp_remote_database             { buf = qtn_sml_remote_database; }
       
   324 RESOURCE TBUF r_asp_remote_database_cnt         { buf = qtn_sml_remote_database_cnt; }
       
   325 RESOURCE TBUF r_asp_remote_database_agn         { buf = qtn_sml_remote_database_agn; }
       
   326 RESOURCE TBUF r_asp_remote_database_npd         { buf = qtn_sml_remote_database_npd; }
       
   327 RESOURCE TBUF r_asp_remote_database_eml         { buf = qtn_sml_remote_database_eml; }
       
   328 RESOURCE TBUF r_asp_remote_database_sms         { buf = qtn_sml_remote_database_sms; }
       
   329 RESOURCE TBUF r_asp_local_database_eml          { buf = qtn_sml_local_database_eml; }
       
   330 RESOURCE TBUF r_asp_remote_database_mms          { buf = qtn_sml_remote_database_mms; }
       
   331 RESOURCE TBUF r_asp_remote_database_bkm          { buf = qtn_sml_remote_database_bkm; }
       
   332 
       
   333 //Advance Setting String
       
   334 RESOURCE TBUF r_asp_wizard_popup_roaming_setting       { buf = qtn_ds_set_roaming; }
       
   335 // r_asp_remote_database_mms not used
       
   336 //RESOURCE TBUF r_asp_remote_database_mms         { buf = qtn_sml_remote_database_mms; }
       
   337 
       
   338 
       
   339 
       
   340 RESOURCE TBUF r_asp_wizard_popup_profile_name        { buf = qtn_ds_wizard_popup_profile_name; }
       
   341 RESOURCE TBUF r_asp_wizard_popup_protocol_version    { buf = qtn_ds_wizard_popup_protocol_version; }
       
   342 RESOURCE TBUF r_asp_wizard_popup_content_selection   { buf = qtn_ds_wizard_popup_content_selection; }
       
   343 RESOURCE TBUF r_asp_wizard_popup_contacts_db         { buf = qtn_ds_wizard_popup_contacts_db; }
       
   344 RESOURCE TBUF r_asp_wizard_popup_calendar_db         { buf = qtn_ds_wizard_popup_calendar_db; }
       
   345 RESOURCE TBUF r_asp_wizard_popup_notes_db            { buf = qtn_ds_wizard_popup_notes_db; }
       
   346 RESOURCE TBUF r_asp_wizard_popup_email_db            { buf = qtn_ds_wizard_popup_email_db; }
       
   347 RESOURCE TBUF r_asp_wizard_popup_email_local_db      { buf = qtn_ds_wizard_popup_mailbox; }
       
   348 RESOURCE TBUF r_asp_wizard_popup_sms_db              { buf = qtn_ds_wizard_popup_sms_db; }
       
   349 RESOURCE TBUF r_asp_wizard_popup_mms_db              { buf = qtn_ds_wizard_popup_mms_db; }
       
   350 RESOURCE TBUF r_asp_wizard_popup_bkm_db              { buf = qtn_ds_wizard_popup_bkm_db; }
       
   351 RESOURCE TBUF r_asp_wizard_popup_remote_db           { buf = qtn_ds_wizard_popup_remote_db; }
       
   352 RESOURCE TBUF r_asp_wizard_popup_connection_type     { buf = qtn_ds_wizard_popup_connection_type; }
       
   353 RESOURCE TBUF r_asp_wizard_popup_host_address        { buf = qtn_ds_wizard_popup_host_address; }
       
   354 RESOURCE TBUF r_asp_wizard_popup_server_id           { buf = qtn_ds_wizard_popup_server_id; }
       
   355 RESOURCE TBUF r_asp_wizard_popup_username            { buf = qtn_ds_wizard_popup_username; }
       
   356 RESOURCE TBUF r_asp_wizard_popup_password            { buf = qtn_ds_wizard_popup_password; }
       
   357 
       
   358 RESOURCE TBUF r_asp_note_profile_name_missing  	     { buf = qtn_sml_note_profile_name_missing; }
       
   359 RESOURCE TBUF r_asp_note_host_address_missing  	     { buf = qtn_sml_note_host_address_missing; }
       
   360 RESOURCE TBUF r_asp_note_incorrect_host_address	     { buf = qtn_sml_note_incorrect_host_address; }
       
   361 RESOURCE TBUF r_asp_note_remote_database_missing     { buf = qtn_sml_note_remote_database_missing; }
       
   362 RESOURCE TBUF r_asp_note_mms_database_missing     { buf = qtn_sml_note_mms_db_missing; }
       
   363 RESOURCE TBUF r_asp_note_sms_database_missing     { buf = qtn_sml_note_sms_db_missing; }
       
   364 RESOURCE TBUF r_asp_note_bkm_database_missing     { buf = qtn_sml_note_bkm_db_missing; }
       
   365 RESOURCE TBUF r_asp_note_contacts_db_missing     { buf = qtn_sml_note_contacts_db_missing; }
       
   366 RESOURCE TBUF r_asp_note_calendar_db_missing     { buf = qtn_sml_note_calendar_db_missing; }
       
   367 RESOURCE TBUF r_asp_note_notes_db_missing     { buf = qtn_sml_note_notes_db_missing; }
       
   368 RESOURCE TBUF r_asp_note_email_db_missing     { buf = qtn_sml_note_email_db_missing; }
       
   369 RESOURCE TBUF r_asp_note_username_missing            { buf = qtn_sml_note_username_missing; }
       
   370 RESOURCE TBUF r_asp_note_password_missing            { buf = qtn_sml_note_password_missing; }
       
   371 RESOURCE TBUF r_asp_note_incorrect_server_id         { buf = qtn_sml_note_incorrect_server_id; }
       
   372 
       
   373 RESOURCE TBUF r_asp_log_err_profile_wizard           { buf = qtn_sml_log_err_profile_wizard; }
       
   374 
       
   375 
       
   376 // automatic sync strings
       
   377 
       
   378 //RESOURCE TBUF r_asp_sett_auto_sync_status    	  { buf = qtn_sml_sett_auto_sync_status; }
       
   379 RESOURCE TBUF r_asp_sett_auto_sync_all_days       { buf = qtn_sml_sett_auto_sync_all_days; }
       
   380 RESOURCE TBUF r_asp_sett_auto_sync_sel_days       { buf = qtn_sml_sett_auto_sync_sel_days; }
       
   381 RESOURCE TBUF r_asp_sett_auto_sync_roaming    	  { buf = qtn_sml_sett_auto_sync_roaming; }
       
   382 //RESOURCE TBUF r_asp_title_automatic_sync_profile_selection 	  { buf = qtn_sml_title_profile_selection; }
       
   383 RESOURCE TBUF r_asp_title_automatic_sync_content_list   	  { buf = qtn_sml_auto_sync_view_contents_head; }
       
   384 RESOURCE TBUF r_asp_popup_auto_sync_profile   	  { buf = qtn_sml_main_info_auto_on; }
       
   385 RESOURCE TBUF r_asp_popup_auto_sync_error   	  { buf = qtn_sml_main_info_error; }
       
   386 RESOURCE TBUF r_asp_popup_auto_sync_done     	  { buf = qtn_sml_sett_auto_sync_done; }
       
   387 RESOURCE TBUF r_asp_note_peak_interval_days  	  { buf = qtn_sml_note_peak_interval_days; }
       
   388 RESOURCE TBUF r_asp_note_offpeak_interval_days  	  { buf = qtn_sml_note_offpeak_interval_days; }
       
   389 
       
   390 //auto sync setting
       
   391 RESOURCE TBUF r_asp_sett_auto_sync_profile   	  { buf = qtn_sml_sett_auto_sync_profile; }
       
   392 RESOURCE TBUF r_asp_sett_value_not_defined   	  { buf = qtn_sml_sett_value_not_defined; }
       
   393 RESOURCE TBUF r_asp_sett_auto_sync_contents   	  { buf = qtn_sml_sett_auto_sync_contents; }
       
   394 RESOURCE TBUF r_asp_sett_auto_peak_schedule   	  { buf = qtn_sml_sett_auto_peak_schedule; }
       
   395 RESOURCE TBUF r_asp_sett_auto_off_peak_schedule   	  { buf = qtn_sml_sett_auto_offpeak_schedule; }
       
   396 RESOURCE TBUF r_asp_sett_auto_sync_time   	  { buf = qtn_sml_sett_auto_sync_time; }
       
   397 RESOURCE TBUF r_asp_sett_auto_peak_start   	  { buf = qtn_sml_sett_auto_peak_start; }
       
   398 RESOURCE TBUF r_asp_sett_auto_peak_end   	  { buf = qtn_sml_sett_auto_peak_end; }
       
   399 RESOURCE TBUF r_asp_sett_auto_sync_days   	  { buf = qtn_sml_sett_auto_sync_days; }
       
   400 //RESOURCE TBUF r_asp_setting_auto_sync_roaming_status   	  { buf = qtn_sml_auto_sync_roaming_status; }
       
   401 RESOURCE TBUF r_asp_note_auto_contents_missing_settings   	  { buf = qtn_sml_note_auto_contents_missing_settings; }
       
   402 
       
   403 RESOURCE TBUF r_asp_sett_value_all_contents       { buf = qtn_sml_sett_value_all_contents; }
       
   404 RESOURCE TBUF r_asp_sett_value_selected_contents       { buf = qtn_sml_sett_value_selected_contents; }
       
   405 RESOURCE TBUF r_asp_main_auto_error_log_link       { buf = qtn_sml_main_auto_error_log_link; }
       
   406 
       
   407 RESOURCE TBUF r_asp_incorrect_peak_time       { buf = qtn_sml_incorrect_peak_time; }
       
   408 RESOURCE TBUF r_asp_manual_sync_override       { buf = qtn_sml_manual_sync_override; }
       
   409 
       
   410 //sync frequency
       
   411 RESOURCE TBUF r_asp_sett_auto_sync_freq      { buf = qtn_sml_sett_auto_sync_freq; }
       
   412 RESOURCE TBUF r_asp_sett_auto_sync_freq_value_manual      { buf = qtn_sml_sett_auto_sync_freq_value_manual; }
       
   413 RESOURCE TBUF r_asp_sett_auto_sync_freq_many_a_day      { buf = qtn_sml_sett_auto_sync_freq_many_a_day; }
       
   414 RESOURCE TBUF r_asp_sett_auto_value_24_hours      { buf = qtn_sml_sett_auto_value_24_hours; }
       
   415 RESOURCE TBUF r_asp_sett_auto_value_2_days      { buf = qtn_sml_sett_auto_value_2_days; }
       
   416 RESOURCE TBUF r_asp_sett_auto_value_4_days      { buf = qtn_sml_sett_auto_value_4_days; }
       
   417 RESOURCE TBUF r_asp_sett_auto_value_7_days      { buf = qtn_sml_sett_auto_value_7_days; }
       
   418 RESOURCE TBUF r_asp_sett_auto_value_14_days      { buf = qtn_sml_sett_auto_value_14_days; }
       
   419 RESOURCE TBUF r_asp_sett_auto_value_30_days      { buf = qtn_sml_sett_auto_value_30_days; }
       
   420 
       
   421 
       
   422 //peak intervals
       
   423 RESOURCE TBUF r_asp_sett_auto_value_manual      { buf = qtn_sml_sett_auto_value_manual; }
       
   424 RESOURCE TBUF r_asp_sett_auto_value_15_mins      { buf = qtn_sml_sett_auto_value_15_mins; }
       
   425 RESOURCE TBUF r_asp_sett_auto_value_30_mins      { buf = qtn_sml_sett_auto_value_30_mins; }
       
   426 RESOURCE TBUF r_asp_sett_auto_value_1_hour      { buf = qtn_sml_sett_auto_value_1_hour; }
       
   427 RESOURCE TBUF r_asp_sett_auto_value_2_hours      { buf = qtn_sml_sett_auto_value_2_hours; }
       
   428 RESOURCE TBUF r_asp_sett_auto_value_4_hours      { buf = qtn_sml_sett_auto_value_4_hours; }
       
   429 RESOURCE TBUF r_asp_sett_auto_value_8_hours      { buf = qtn_sml_sett_auto_value_8_hours; }
       
   430 RESOURCE TBUF r_asp_sett_auto_value_12_hours      { buf = qtn_sml_sett_auto_value_12_hours; }
       
   431 
       
   432 //off-peak intervals
       
   433 RESOURCE TBUF r_asp_sett_auto_value_off_manual      { buf = qtn_sml_sett_auto_value_off_manual; }
       
   434 RESOURCE TBUF r_asp_sett_auto_value_off_15_mins      { buf = qtn_sml_sett_auto_value_off_15_mins; }
       
   435 RESOURCE TBUF r_asp_sett_auto_value_off_30_mins      { buf = qtn_sml_sett_auto_value_off_30_mins; }
       
   436 RESOURCE TBUF r_asp_sett_auto_value_off_1_hour      { buf = qtn_sml_sett_auto_value_off_1_hour; }
       
   437 RESOURCE TBUF r_asp_sett_auto_value_off_2_hours      { buf = qtn_sml_sett_auto_value_off_2_hours; }
       
   438 RESOURCE TBUF r_asp_sett_auto_value_off_4_hours      { buf = qtn_sml_sett_auto_value_off_4_hours; }
       
   439 RESOURCE TBUF r_asp_sett_auto_value_off_8_hours      { buf = qtn_sml_sett_auto_value_off_8_hours; }
       
   440 RESOURCE TBUF r_asp_sett_auto_value_off_12_hours      { buf = qtn_sml_sett_auto_value_off_12_hours; }
       
   441 
       
   442 
       
   443 RESOURCE TBUF r_asp_main_note_auto_on      { buf = qtn_sml_main_note_auto_on; }
       
   444 RESOURCE TBUF r_asp_sett_auto_sync_done      { buf = qtn_sml_sett_auto_sync_done; }
       
   445 
       
   446 
       
   447 RESOURCE TBUF r_asp_title_profile_settings      { buf = qtn_sml_title_profile_settings; }
       
   448 RESOURCE TBUF r_asp_title_automatic_sync_settings { buf = qtn_sml_title_automatic_sync_settings; }
       
   449 
       
   450 RESOURCE TBUF r_asp_setting_folder_profile     { buf = qtn_sml_setting_folder_profile; }
       
   451 RESOURCE TBUF r_asp_setting_folder_schedule      { buf = qtn_sml_setting_folder_schedule; }
       
   452 RESOURCE TBUF r_asp_query_common_conf_delete      { buf = qtn_query_common_conf_delete; }
       
   453 RESOURCE TBUF r_asp_ds_conf_query_delete_auto_sync_profile      { buf = qtn_ds_conf_query_delete_auto_sync_profile; }
       
   454 RESOURCE TBUF r_asp_note_modify_auto_sync_settings      { buf = qtn_sml_note_modify_auto_sync_settings; }
       
   455 RESOURCE TBUF r_asp_query_iap_no_ask_always      { buf = qtn_sml_query_iap_no_ask_always; }
       
   456 
       
   457 
       
   458 
       
   459 RESOURCE TBUF r_asp_query_auto_sync_on      { buf = qtn_sml_query_auto_sync_on; }
       
   460 
       
   461 
       
   462 RESOURCE ARRAY r_asp_auto_sync_roaming_yesno
       
   463 	{
       
   464 	items=
       
   465 		{
       
   466 		STRING { text = qtn_sml_sett_auto_sync_roaming_off ; },
       
   467 		STRING { text = qtn_sml_sett_auto_sync_roaming_on ; }
       
   468 		};
       
   469 	}
       
   470 
       
   471 
       
   472 RESOURCE ARRAY r_asp_auto_sync_days_list
       
   473 	{
       
   474 	items=
       
   475 		{
       
   476 		STRING { text = qtn_sml_sett_auto_sync_mon ; },
       
   477 		STRING { text = qtn_sml_sett_auto_sync_tue ; },
       
   478 		STRING { text = qtn_sml_sett_auto_sync_wed ; },
       
   479 		STRING { text = qtn_sml_sett_auto_sync_thu ; },
       
   480 		STRING { text = qtn_sml_sett_auto_sync_fri ; },
       
   481 		STRING { text = qtn_sml_sett_auto_sync_sat ; },
       
   482 		STRING { text = qtn_sml_sett_auto_sync_sun ; }
       
   483 		};
       
   484 	}
       
   485 
       
   486 // error strings
       
   487 RESOURCE TBUF r_asp_log_err_systemerror    		   { buf = qtn_nsml_log_err_systemerror; }
       
   488 RESOURCE TBUF r_asp_log_err_servererror    		   { buf = qtn_nsml_log_err_servererror; }
       
   489 RESOURCE TBUF r_asp_log_err_protocol    	       { buf = qtn_nsml_log_err_protocol; }
       
   490 RESOURCE TBUF r_asp_log_err_cmdnotsupported    	   { buf = qtn_nsml_log_err_cmdnotsupported; }
       
   491 RESOURCE TBUF r_asp_log_err_versionnotsupported    { buf = qtn_nsml_log_err_versionnotsupported; }
       
   492 RESOURCE TBUF r_asp_log_err_contentnotsupported    { buf = qtn_nsml_log_err_contentnotsupported; }
       
   493 RESOURCE TBUF r_asp_log_err_clientauth    		   { buf = qtn_nsml_log_err_clientauth; }
       
   494 RESOURCE TBUF r_asp_log_err_serverbusy    		   { buf = qtn_nsml_log_err_serverbusy; }
       
   495 RESOURCE TBUF r_asp_log_err_servernotresponding    { buf = qtn_nsml_log_err_servernotresponding; }
       
   496 RESOURCE TBUF r_asp_log_err_uriinvalid    		   { buf = qtn_nsml_log_err_uriinvalid; }
       
   497 RESOURCE TBUF r_asp_log_err_comm    		       { buf = qtn_nsml_log_err_comm; }
       
   498 RESOURCE TBUF r_asp_log_err_invalidsynctype    	   { buf = qtn_nsml_log_err_invalidsynctype; }
       
   499 RESOURCE TBUF r_asp_log_err_localdatabase    	   { buf = qtn_nsml_log_err_localdatabase; }
       
   500 RESOURCE TBUF r_asp_log_err_remotedatabase    	   { buf = qtn_nsml_log_err_remotedatabase; }
       
   501 RESOURCE TBUF r_asp_log_err_invaliddatabase    	   { buf = qtn_nsml_log_err_invaliddatabase; }
       
   502 RESOURCE TBUF r_asp_log_err_httpauth    	       { buf = qtn_nsml_log_err_httpauth; }
       
   503 RESOURCE TBUF r_asp_log_err_localdbchanged    	   { buf = qtn_nsml_log_err_localdbchanged; }
       
   504 RESOURCE TBUF r_asp_log_err_offline         	   { buf = qtn_offline_not_possible; }
       
   505 RESOURCE TBUF r_asp_log_err_untrusted_certificate  { buf = qtn_sml_log_err_untrusted_certificate; }
       
   506 
       
   507 // Roaming settings resources
       
   508 RESOURCE TBUF r_asp_note_network_confirmation      { buf = qtn_sml_note_network_confirmation; }
       
   509 RESOURCE TBUF r_asp_note_network_not_allowed       { buf = qtn_sml_note_network_not_allowed; }
       
   510 RESOURCE TBUF r_asp_note_not_home_network          { buf = qtn_sml_note_not_home_network; }
       
   511 
       
   512 RESOURCE TBUF r_asp_title_advanced_settings        { buf = qtn_sml_title_adv_settings; }
       
   513 //------------------------------------------------------------------------------
       
   514 // connection dialog setting list item name resource
       
   515 //------------------------------------------------------------------------------
       
   516 //
       
   517 RESOURCE ARRAY r_asp_connection_dialog_setting_items
       
   518 	{
       
   519 	items=
       
   520 		{
       
   521 		STRING		{ text = qtn_sml_set_list_profile; },
       
   522 		STRING		{ text = qtn_sml_set_list_server_id; },
       
   523 		STRING 		{ text = qtn_sml_set_bearertype; },
       
   524 		STRING 		{ text = qtn_netw_conset_sett_destination; },
       
   525 		STRING		{ text = qtn_sml_set_list_host; },
       
   526 		STRING 		{ text = qtn_sml_set_list_port; },
       
   527 		STRING 		{ text = qtn_sml_set_list_username; },
       
   528 		STRING 		{ text = qtn_sml_set_list_password; },
       
   529 		STRING 		{ text = qtn_ds_set_lbl_active; },
       
   530 		STRING		{ text = qtn_sml_set_list_https_username; },
       
   531 		STRING		{ text = qtn_sml_set_list_https_password; },
       
   532 		STRING 		{ text = qtn_sml_sync_type; },
       
   533 		STRING		{ text = qtn_sml_set_list_protocol_version; }		
       
   534 		};
       
   535 	}
       
   536 
       
   537 RESOURCE ARRAY r_advance_settings_dialog_items
       
   538     {
       
   539     items=
       
   540         {
       
   541         STRING      { text = qtn_ds_set_roaming; }       
       
   542         };
       
   543     }
       
   544 
       
   545 
       
   546 //------------------------------------------------------------------------------
       
   547 // content dialog setting items
       
   548 //------------------------------------------------------------------------------
       
   549 //
       
   550 RESOURCE TBUF r_asp_sett_local_database  { buf = qtn_sml_local_database; }
       
   551 RESOURCE TBUF r_asp_sett_remote_database { buf = qtn_sml_remote_database; }
       
   552 RESOURCE TBUF r_asp_sett_use_filters     { buf = qtn_nsml_eml_use_filters; }
       
   553 
       
   554 
       
   555 
       
   556 
       
   557 //------------------------------------------------------------------------------
       
   558 // Editor for secret setting page
       
   559 //------------------------------------------------------------------------------
       
   560 //
       
   561 RESOURCE SECRETED r_setting_pwd_editor
       
   562 	{
       
   563  	num_letters=EAspMaxPasswordLength;
       
   564 	}
       
   565 
       
   566 
       
   567 //------------------------------------------------------------------------------
       
   568 // Softkey resource
       
   569 //------------------------------------------------------------------------------
       
   570 //
       
   571 RESOURCE CBA r_asp_cba_activate_later_activate
       
   572     {
       
   573     buttons =
       
   574         {
       
   575         CBA_BUTTON
       
   576             {
       
   577             id = EAknSoftkeyOk;
       
   578             txt = qtn_sml_cba_activate;
       
   579             },
       
   580         CBA_BUTTON
       
   581             {
       
   582             id = EAknSoftkeyCancel;
       
   583             txt = qtn_sml_cba_later;
       
   584             },
       
   585         CBA_BUTTON
       
   586             {
       
   587             id = EAknSoftkeyOk;
       
   588             txt = qtn_sml_cba_activate;
       
   589             }
       
   590         };
       
   591     }
       
   592 
       
   593 
       
   594 //------------------------------------------------------------------------------
       
   595 // Softkey resource
       
   596 //------------------------------------------------------------------------------
       
   597 //
       
   598 RESOURCE CBA r_asp_cba_start_cancel_start
       
   599     {
       
   600     buttons =
       
   601         {
       
   602         CBA_BUTTON
       
   603             {
       
   604             id = EAknSoftkeyOk;
       
   605             txt = qtn_sml_cba_start;
       
   606             },
       
   607         CBA_BUTTON
       
   608             {
       
   609             id = EAknSoftkeyCancel;
       
   610             txt = qtn_sml_cba_cancel;
       
   611             },
       
   612         CBA_BUTTON
       
   613             {
       
   614             id = EAknSoftkeyOk;
       
   615             txt = qtn_sml_cba_start;
       
   616             }
       
   617         };
       
   618     }
       
   619 
       
   620 
       
   621 //------------------------------------------------------------------------------
       
   622 // Softkey resource
       
   623 //------------------------------------------------------------------------------
       
   624 //
       
   625 RESOURCE CBA r_asp_cba_next_back_next
       
   626     {
       
   627     buttons =
       
   628         {
       
   629         CBA_BUTTON
       
   630             {
       
   631             id = EAknSoftkeyOk;
       
   632             txt = qtn_sml_cba_next;
       
   633             },
       
   634         CBA_BUTTON
       
   635             {
       
   636             id = EAknSoftkeyDone;
       
   637             txt = qtn_sml_cba_back;
       
   638             },
       
   639         CBA_BUTTON
       
   640             {
       
   641             id = EAknSoftkeyOk;
       
   642             txt = qtn_sml_cba_next;
       
   643             }
       
   644         };
       
   645     }
       
   646 
       
   647 
       
   648 //------------------------------------------------------------------------------
       
   649 // Softkey resource
       
   650 //------------------------------------------------------------------------------
       
   651 //
       
   652 RESOURCE CBA r_asp_cba_next_back_mark
       
   653     {
       
   654     buttons =
       
   655         {
       
   656         CBA_BUTTON
       
   657             {
       
   658             id = EAknSoftkeyOk;
       
   659             txt = qtn_sml_cba_next;
       
   660             },
       
   661         CBA_BUTTON
       
   662             {
       
   663             id = EAknSoftkeyDone;
       
   664             txt = qtn_sml_cba_back;
       
   665             },
       
   666         CBA_BUTTON
       
   667             {
       
   668             id = EAknSoftkeyMark;
       
   669             txt = qtn_msk_mark;
       
   670             }
       
   671         };
       
   672     }
       
   673 
       
   674 
       
   675 //------------------------------------------------------------------------------
       
   676 // Softkey resource
       
   677 //------------------------------------------------------------------------------
       
   678 //
       
   679 RESOURCE CBA r_asp_cba_next_back_select
       
   680     {
       
   681     buttons =
       
   682         {
       
   683         CBA_BUTTON
       
   684             {
       
   685             id = EAknSoftkeyOk;
       
   686             txt = qtn_sml_cba_next;
       
   687             },
       
   688         CBA_BUTTON
       
   689             {
       
   690             id = EAknSoftkeyDone;
       
   691             txt = qtn_sml_cba_back;
       
   692             },
       
   693         CBA_BUTTON
       
   694             {
       
   695             id = EAknSoftkeySelect;
       
   696             txt = qtn_msk_select;
       
   697             }
       
   698         };
       
   699     }
       
   700 
       
   701 
       
   702 
       
   703 
       
   704 //------------------------------------------------------------------------------
       
   705 // Softkey resource
       
   706 //------------------------------------------------------------------------------
       
   707 //
       
   708 RESOURCE CBA r_asp_cba_ok_cancel_mark
       
   709     {
       
   710     buttons =
       
   711         {
       
   712         CBA_BUTTON
       
   713             {
       
   714             id = EAknSoftkeyOk;
       
   715             txt = text_softkey_ok;
       
   716             },
       
   717         CBA_BUTTON
       
   718             {
       
   719             id = EAknSoftkeyCancel;
       
   720             txt = text_softkey_cancel;
       
   721             },
       
   722         CBA_BUTTON
       
   723             {
       
   724             id = EAknSoftkeyMark;
       
   725             txt = qtn_msk_mark;
       
   726             }
       
   727         };
       
   728     }
       
   729 
       
   730 
       
   731 //------------------------------------------------------------------------------
       
   732 // Softkey resource
       
   733 //------------------------------------------------------------------------------
       
   734 //
       
   735 RESOURCE CBA r_asp_cba_options_back_change
       
   736     {
       
   737     buttons =
       
   738         {
       
   739         CBA_BUTTON
       
   740             {
       
   741             id = EAknSoftkeyOptions;
       
   742             txt = text_softkey_option;
       
   743             },
       
   744         CBA_BUTTON
       
   745             {
       
   746             id = EAknSoftkeyBack;
       
   747             txt = text_softkey_back;
       
   748             },
       
   749         CBA_BUTTON
       
   750             {
       
   751             id = EAknSoftkeyOpen;
       
   752             txt = qtn_msk_change;
       
   753             }
       
   754         };
       
   755     }
       
   756 
       
   757 
       
   758 //------------------------------------------------------------------------------
       
   759 // Softkey resource
       
   760 //------------------------------------------------------------------------------
       
   761 //
       
   762 RESOURCE CBA r_asp_cba_options_select_back
       
   763     {
       
   764     buttons =
       
   765         {
       
   766         CBA_BUTTON
       
   767             {
       
   768             id = EAknSoftkeyOptions;
       
   769             txt = text_softkey_option;
       
   770             },
       
   771         CBA_BUTTON
       
   772             {
       
   773             id = EAknSoftkeyBack;
       
   774             txt = text_softkey_back;
       
   775             },
       
   776         CBA_BUTTON
       
   777             {
       
   778             id = EAknSoftkeyOpen;
       
   779             txt = qtn_msk_select;
       
   780             }
       
   781         };
       
   782     }
       
   783 
       
   784 
       
   785 //------------------------------------------------------------------------------
       
   786 // Softkey resource
       
   787 //------------------------------------------------------------------------------
       
   788 //
       
   789 RESOURCE CBA r_asp_cba_options_view_content_back
       
   790     {
       
   791     buttons =
       
   792         {
       
   793         CBA_BUTTON
       
   794             {
       
   795             id = EAknSoftkeyOptions;
       
   796             txt = text_softkey_option;
       
   797             },
       
   798         CBA_BUTTON
       
   799             {
       
   800             id = EAknSoftkeyBack;
       
   801             txt = text_softkey_back;
       
   802             },
       
   803         CBA_BUTTON
       
   804             {
       
   805             id = EAknSoftkeyOpen;
       
   806             txt = qtn_msk_view_contents;
       
   807             }
       
   808         };
       
   809     }
       
   810 
       
   811 
       
   812 //------------------------------------------------------------------------------
       
   813 // Softkey resource
       
   814 //------------------------------------------------------------------------------
       
   815 //
       
   816 RESOURCE CBA r_asp_cba_options_exit_mark
       
   817     {
       
   818     buttons =
       
   819         {
       
   820         CBA_BUTTON
       
   821             {
       
   822             id = EAknSoftkeyOptions;
       
   823             txt = text_softkey_option;
       
   824             },
       
   825         CBA_BUTTON
       
   826             {
       
   827             id = EAknSoftkeyExit;
       
   828             txt = text_softkey_exit;
       
   829             },
       
   830         CBA_BUTTON
       
   831             {
       
   832             id = EAknSoftkeyMark;
       
   833             txt = qtn_msk_mark;
       
   834             }
       
   835         };
       
   836     }
       
   837 
       
   838 
       
   839 //------------------------------------------------------------------------------
       
   840 // Softkey resource
       
   841 //------------------------------------------------------------------------------
       
   842 //
       
   843 RESOURCE CBA r_asp_cba_options_back_mark
       
   844     {
       
   845     buttons =
       
   846         {
       
   847         CBA_BUTTON
       
   848             {
       
   849             id = EAknSoftkeyOptions;
       
   850             txt = text_softkey_option;
       
   851             },
       
   852         CBA_BUTTON
       
   853             {
       
   854             id = EAknSoftkeyBack;
       
   855             txt = text_softkey_back;
       
   856             },
       
   857         CBA_BUTTON
       
   858             {
       
   859             id = EAknSoftkeyMark;
       
   860             txt = qtn_msk_mark;
       
   861             }
       
   862         };
       
   863     }
       
   864 //------------------------------------------------------------------------------
       
   865 // Softkey resource
       
   866 //------------------------------------------------------------------------------
       
   867 //
       
   868 
       
   869 RESOURCE CBA r_asp_cba_options_back_open
       
   870     {
       
   871     buttons =
       
   872         {
       
   873         CBA_BUTTON
       
   874             {
       
   875             id = EAknSoftkeyOptions;
       
   876             txt = text_softkey_option;
       
   877             },
       
   878         CBA_BUTTON
       
   879             {
       
   880             id = EAknSoftkeyBack;
       
   881             txt = text_softkey_back;
       
   882             },
       
   883         CBA_BUTTON
       
   884             {
       
   885             id = EAknSoftkeyOpen;
       
   886             txt = qtn_msk_open;
       
   887             }
       
   888         };
       
   889     }
       
   890 
       
   891 //------------------------------------------------------------------------------
       
   892 // Softkey resource
       
   893 //------------------------------------------------------------------------------
       
   894 //
       
   895 RESOURCE CBA r_asp_cba_mark_cancel
       
   896     {
       
   897     buttons =
       
   898         {
       
   899          CBA_BUTTON
       
   900             {
       
   901             id = EAknSoftkeyMark;
       
   902             txt = qtn_msk_mark;
       
   903             },       
       
   904         CBA_BUTTON
       
   905             {
       
   906             id = EAknSoftkeyCancel;
       
   907             txt = text_softkey_cancel;
       
   908             }       
       
   909         };
       
   910     }
       
   911 
       
   912 //------------------------------------------------------------------------------
       
   913 // Softkey resource
       
   914 //------------------------------------------------------------------------------
       
   915 //
       
   916 RESOURCE CBA r_asp_cba_empty_cancel_mark
       
   917     {
       
   918     buttons =
       
   919         {
       
   920         CBA_BUTTON
       
   921             {
       
   922             id = EAknSoftkeyEmpty;
       
   923             },
       
   924         CBA_BUTTON
       
   925             {
       
   926             id = EAknSoftkeyCancel;
       
   927             txt = text_softkey_cancel;
       
   928             },
       
   929         CBA_BUTTON
       
   930             {
       
   931             id = EAknSoftkeyMark;
       
   932             txt = qtn_msk_mark;
       
   933             }
       
   934         };
       
   935     }
       
   936 
       
   937 //------------------------------------------------------------------------------
       
   938 // Setting page for check box settings
       
   939 //------------------------------------------------------------------------------
       
   940 //
       
   941 RESOURCE AVKON_SETTING_PAGE r_asp_setting_check_next_back
       
   942 	{
       
   943 	number = EAknSettingPageNoOrdinalDisplayed;
       
   944 	softkey_resource = r_asp_cba_next_back_mark;
       
   945 	type =  EAknSetListBox;
       
   946 	editor_resource_id= r_setting_app_listbox;
       
   947 	}
       
   948 
       
   949 
       
   950 //------------------------------------------------------------------------------
       
   951 // Setting page for radio button settings
       
   952 //------------------------------------------------------------------------------
       
   953 //
       
   954 RESOURCE AVKON_SETTING_PAGE r_asp_setting_radio_next_back
       
   955 	{
       
   956 	number = EAknSettingPageNoOrdinalDisplayed;
       
   957 	softkey_resource = r_asp_cba_next_back_select;
       
   958 	type =  EAknSetListBox;
       
   959 	editor_resource_id= r_setting_app_listbox;
       
   960 	}
       
   961 
       
   962 
       
   963 //------------------------------------------------------------------------------
       
   964 // Setting page for text settings
       
   965 //------------------------------------------------------------------------------
       
   966 //
       
   967 RESOURCE AVKON_SETTING_PAGE r_asp_setting_text_next_back
       
   968 	{
       
   969 	number = EAknSettingPageNoOrdinalDisplayed;
       
   970 	type=EEikCtEdwin;
       
   971 	softkey_resource = r_asp_cba_next_back_next;
       
   972 	editor_resource_id = r_nsml_settings_text_editor;
       
   973 	}
       
   974 
       
   975 
       
   976 //------------------------------------------------------------------------------
       
   977 // Setting page for secret text editor
       
   978 //------------------------------------------------------------------------------
       
   979 //
       
   980 RESOURCE AVKON_SETTING_PAGE r_asp_setting_password_next_back
       
   981 	{	
       
   982 	number = EAknSettingPageNoOrdinalDisplayed;
       
   983 	type = EEikCtSecretEd;
       
   984 	softkey_resource = r_asp_cba_next_back_next;
       
   985 	editor_resource_id = r_setting_pwd_editor;
       
   986 	}
       
   987 
       
   988 
       
   989 
       
   990 
       
   991 //------------------------------------------------------------------------------
       
   992 // Listbox resourcee
       
   993 //------------------------------------------------------------------------------
       
   994 //
       
   995 RESOURCE LISTBOX r_setting_app_listbox 
       
   996 	{
       
   997 	flags = 0x0001;
       
   998 	}
       
   999 
       
  1000 
       
  1001 //------------------------------------------------------------------------------
       
  1002 // Date editor
       
  1003 //------------------------------------------------------------------------------
       
  1004 //
       
  1005 RESOURCE DATE_EDITOR r_asp_date_time_date_editor
       
  1006     {
       
  1007     minDate = DATE {day = 0; month = 0; year = 1980;};
       
  1008     maxDate = DATE {day = 30; month = 11; year = 2060;};
       
  1009     }
       
  1010 
       
  1011 RESOURCE AVKON_SETTING_PAGE r_asp_setting_date
       
  1012     {
       
  1013     type = EEikCtDateEditor;
       
  1014     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1015     menubar = R_AVKON_MENUPANE_EMPTY;
       
  1016     editor_resource_id = r_asp_date_time_date_editor;
       
  1017     }
       
  1018 
       
  1019 
       
  1020 //------------------------------------------------------------------------------
       
  1021 // Time editor
       
  1022 //------------------------------------------------------------------------------
       
  1023 //
       
  1024 RESOURCE TIME_EDITOR r_asp_date_time_time_editor
       
  1025     {
       
  1026     minTime = TIME {second = 0; minute = 0; hour = 0;};
       
  1027     maxTime = TIME {second = 59; minute = 59; hour = 23;};
       
  1028     flags = EEikTimeWithoutSecondsField;
       
  1029     }
       
  1030 
       
  1031 
       
  1032 RESOURCE AVKON_SETTING_PAGE r_asp_setting_time
       
  1033     {
       
  1034     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1035     menubar = R_AVKON_MENUPANE_EMPTY;
       
  1036     type = EEikCtTimeEditor;
       
  1037     editor_resource_id = r_asp_date_time_time_editor;
       
  1038     }
       
  1039 
       
  1040 
       
  1041 //------------------------------------------------------------------------------
       
  1042 // Setting page for radio button settings
       
  1043 //------------------------------------------------------------------------------
       
  1044 //
       
  1045 RESOURCE AVKON_SETTING_PAGE r_asp_setting_radio
       
  1046 	{ 
       
  1047 	number = EAknSettingPageNoOrdinalDisplayed;
       
  1048 	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1049 	type =  EAknSetListBox;
       
  1050 	editor_resource_id= r_setting_app_listbox;
       
  1051 	}
       
  1052 
       
  1053 //------------------------------------------------------------------------------
       
  1054 // Setting page for multi selection list
       
  1055 //------------------------------------------------------------------------------
       
  1056 //
       
  1057 RESOURCE AVKON_SETTING_PAGE r_asp_multi_selection_list
       
  1058 	{ 
       
  1059 	number = EAknSettingPageNoOrdinalDisplayed;
       
  1060 	softkey_resource = r_asp_cba_ok_cancel_mark;
       
  1061 	type =  EAknSetListBox;
       
  1062 	editor_resource_id= r_setting_app_listbox;
       
  1063 	}
       
  1064 
       
  1065 //------------------------------------------------------------------------------
       
  1066 // Editor for number setting page
       
  1067 //------------------------------------------------------------------------------
       
  1068 //
       
  1069 RESOURCE AVKON_INTEGER_EDWIN r_asp_setting_integer
       
  1070 	{
       
  1071 	maxlength = 5;
       
  1072 	min =	1;
       
  1073 	max =	65535;
       
  1074 	}
       
  1075 
       
  1076 
       
  1077 //------------------------------------------------------------------------------
       
  1078 // Setting page for number settings
       
  1079 //------------------------------------------------------------------------------
       
  1080 //
       
  1081 RESOURCE AVKON_SETTING_PAGE r_asp_setting_number
       
  1082 	{
       
  1083 	number = EAknSettingPageNoOrdinalDisplayed;
       
  1084 	type=EAknCtIntegerEdwin;
       
  1085 	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1086 	editor_resource_id = r_asp_setting_integer;
       
  1087 	}
       
  1088 
       
  1089 
       
  1090 //------------------------------------------------------------------------------
       
  1091 // Setting page for secret text editor
       
  1092 //------------------------------------------------------------------------------
       
  1093 //
       
  1094 RESOURCE AVKON_SETTING_PAGE r_asp_setting_password
       
  1095 	{	
       
  1096 	number = EAknSettingPageNoOrdinalDisplayed;
       
  1097 	type = EEikCtSecretEd;
       
  1098 	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1099 	editor_resource_id = r_setting_pwd_editor;
       
  1100 	}
       
  1101 
       
  1102 
       
  1103 //------------------------------------------------------------------------------
       
  1104 // Editor for text setting page
       
  1105 //------------------------------------------------------------------------------
       
  1106 //
       
  1107 RESOURCE EDWIN r_nsml_settings_text_editor
       
  1108 	{
       
  1109 	flags=0;
       
  1110 	width=9;
       
  1111 	lines=5;
       
  1112 	maxlength=EAspMaxProfileNameLength;
       
  1113 	default_input_mode=EAknEditorAlphaInputMode;
       
  1114 	flags = EEikEdwinNoLineOrParaBreaks;
       
  1115 	avkon_flags=0;
       
  1116 	}
       
  1117 
       
  1118 
       
  1119 //------------------------------------------------------------------------------
       
  1120 // Setting page for text settings
       
  1121 //------------------------------------------------------------------------------
       
  1122 //
       
  1123 RESOURCE AVKON_SETTING_PAGE r_asp_setting_text
       
  1124 	{
       
  1125 	number = EAknSettingPageNoOrdinalDisplayed;
       
  1126 	type=EEikCtEdwin;
       
  1127 	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1128 	editor_resource_id = r_nsml_settings_text_editor;
       
  1129 	}
       
  1130 
       
  1131 
       
  1132 //------------------------------------------------------------------------------
       
  1133 // yes/no selection resource
       
  1134 //------------------------------------------------------------------------------
       
  1135 //
       
  1136 RESOURCE ARRAY r_asp_filters_used_yesno
       
  1137 	{
       
  1138 	items=
       
  1139 		{
       
  1140 		STRING { text = qtn_nsml_eml_use_filters_no ; },
       
  1141 		STRING { text = qtn_nsml_eml_use_filters_yes ; }
       
  1142 		};
       
  1143 	}
       
  1144 
       
  1145 
       
  1146 //------------------------------------------------------------------------------
       
  1147 // content dialog sync type resource.
       
  1148 //
       
  1149 //------------------------------------------------------------------------------
       
  1150 //
       
  1151 RESOURCE ARRAY r_asp_sync_type
       
  1152 	{
       
  1153 	items =
       
  1154 		{
       
  1155 		STRING { text = qtn_sml_sync_type_normal; },
       
  1156 		STRING { text = qtn_sml_sync_type_one_way_dev_to_srv; },
       
  1157 		STRING { text = qtn_sml_sync_type_one_way_srv_to_dev; }
       
  1158 		};
       
  1159 	}
       
  1160 
       
  1161 
       
  1162 //------------------------------------------------------------------------------
       
  1163 // content dialog sync type resource.
       
  1164 //
       
  1165 //------------------------------------------------------------------------------
       
  1166 //
       
  1167 RESOURCE ARRAY r_asp_server_alert_type
       
  1168 	{
       
  1169 	items =
       
  1170 		{
       
  1171 		STRING { text = qtn_sml_set_sync_req_auto; },
       
  1172 		STRING { text = qtn_sml_set_sync_req_ask_always; },
       
  1173 		STRING { text = qtn_sml_set_sync_req_never; }
       
  1174 		};
       
  1175 	}
       
  1176 
       
  1177 
       
  1178 //------------------------------------------------------------------------------
       
  1179 // connection dialog proticol version resource.
       
  1180 //
       
  1181 //------------------------------------------------------------------------------
       
  1182 //
       
  1183 RESOURCE ARRAY r_asp_protocol_version
       
  1184 	{
       
  1185 	items =
       
  1186 		{
       
  1187 		STRING { text = qtn_sml_syncml_1_1 ; },
       
  1188 		STRING { text = qtn_sml_syncml_1_2 ; }
       
  1189 		};
       
  1190 	}
       
  1191 
       
  1192 //------------------------------------------------------------------------------
       
  1193 // Roaming Settings resource.
       
  1194 //
       
  1195 //------------------------------------------------------------------------------
       
  1196 //
       
  1197 RESOURCE ARRAY r_asp_roaming_settings
       
  1198     {
       
  1199     items =
       
  1200         {
       
  1201         STRING { text = qtn_sml_always_ask ; },
       
  1202         STRING { text = qtn_sml_always_allow ; },
       
  1203         STRING { text = qtn_sml_never_allow ; }
       
  1204         };
       
  1205     }
       
  1206 
       
  1207 
       
  1208 //------------------------------------------------------------------------------
       
  1209 // connection dialog network connection resource.
       
  1210 //
       
  1211 //------------------------------------------------------------------------------
       
  1212 //
       
  1213 RESOURCE ARRAY r_asp_network_connection
       
  1214 	{
       
  1215 	items =
       
  1216 		{
       
  1217 		STRING { text = qtn_netw_conset_sett_default_connection ; },
       
  1218 		STRING { text = qtn_netw_conset_sett_user_defined ; }
       
  1219 		};
       
  1220 	}
       
  1221 
       
  1222 //------------------------------------------------------------------------------
       
  1223 // text query resource
       
  1224 //------------------------------------------------------------------------------
       
  1225 //
       
  1226 RESOURCE DIALOG r_asp_text_query
       
  1227 	{ 
       
  1228 	flags=EGeneralQueryFlags;
       
  1229 	buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1230 	items=
       
  1231 		{
       
  1232 		DLG_LINE
       
  1233 			{
       
  1234 			type=EAknCtQuery;
       
  1235 			id=EGeneralQuery;
       
  1236 			control=AVKON_DATA_QUERY
       
  1237 				{
       
  1238 				layout=EDataLayout;
       
  1239 				control = EDWIN;
       
  1240 				};
       
  1241 			}
       
  1242 		};
       
  1243 	} 
       
  1244 
       
  1245 
       
  1246 //------------------------------------------------------------------------------
       
  1247 // confirmation query resource
       
  1248 //------------------------------------------------------------------------------
       
  1249 //
       
  1250 RESOURCE DIALOG r_asp_confirmation_query
       
  1251 	{ 
       
  1252 	flags=EGeneralQueryFlags;
       
  1253 	buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
  1254 	items=
       
  1255 		{
       
  1256 		DLG_LINE
       
  1257 			{
       
  1258 			type=EAknCtQuery;
       
  1259 			id=EGeneralQuery;
       
  1260 			control=AVKON_CONFIRMATION_QUERY
       
  1261 				{
       
  1262 				layout=EConfirmationLayout;
       
  1263 				};
       
  1264 			}
       
  1265 		};
       
  1266 	} 
       
  1267 
       
  1268 //------------------------------------------------------------------------------
       
  1269 // Roaming confirmation query resource
       
  1270 //------------------------------------------------------------------------------
       
  1271 //
       
  1272 RESOURCE DIALOG r_asp_roaming_confirmation_query
       
  1273     { 
       
  1274     flags=EGeneralQueryFlags;
       
  1275     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1276     items=
       
  1277         {
       
  1278         DLG_LINE
       
  1279             {
       
  1280             type=EAknCtQuery;
       
  1281             id=EGeneralQuery;
       
  1282             control=AVKON_CONFIRMATION_QUERY
       
  1283                 {
       
  1284                 layout=EConfirmationLayout;
       
  1285                 };
       
  1286             }
       
  1287         };
       
  1288     } 
       
  1289 
       
  1290 
       
  1291 //------------------------------------------------------------------------------
       
  1292 // information query resource
       
  1293 //------------------------------------------------------------------------------
       
  1294 //
       
  1295 RESOURCE DIALOG r_asp_information_query
       
  1296     {
       
  1297     flags=EGeneralQueryFlags;
       
  1298     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
  1299     items=
       
  1300         {
       
  1301         DLG_LINE
       
  1302             {
       
  1303             type=EAknCtQuery;
       
  1304             id=EGeneralQuery;
       
  1305             control= AVKON_CONFIRMATION_QUERY
       
  1306                 {
       
  1307                 layout = EConfirmationQueryLayout;
       
  1308                 animation = R_QGN_NOTE_INFO_ANIM;
       
  1309                 };
       
  1310             }
       
  1311         };
       
  1312     }
       
  1313 
       
  1314 
       
  1315 //------------------------------------------------------------------------------
       
  1316 // information query resource
       
  1317 //------------------------------------------------------------------------------
       
  1318 //
       
  1319 RESOURCE DIALOG r_asp_error_query
       
  1320     {
       
  1321     flags=EGeneralQueryFlags;
       
  1322     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
  1323     items=
       
  1324         {
       
  1325         DLG_LINE
       
  1326             {
       
  1327             type=EAknCtQuery;
       
  1328             id=EGeneralQuery;
       
  1329             control= AVKON_CONFIRMATION_QUERY
       
  1330                 {
       
  1331                 layout = EConfirmationQueryLayout;
       
  1332                 animation = R_QGN_NOTE_ERROR_ANIM;
       
  1333                 };
       
  1334             }
       
  1335         };
       
  1336     }
       
  1337 
       
  1338 
       
  1339 //------------------------------------------------------------------------------
       
  1340 // message query resource
       
  1341 //------------------------------------------------------------------------------
       
  1342 //
       
  1343 RESOURCE DIALOG r_asp_message_query
       
  1344     {
       
  1345     flags = EGeneralQueryFlags;
       
  1346     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
  1347     items=
       
  1348         {
       
  1349         DLG_LINE 
       
  1350             {
       
  1351             type = EAknCtPopupHeadingPane;
       
  1352             id = EAknMessageQueryHeaderId;
       
  1353             control = AVKON_HEADING
       
  1354                 {
       
  1355                 };
       
  1356             },
       
  1357         DLG_LINE
       
  1358             {
       
  1359             type = EAknCtMessageQuery;
       
  1360             id = EAknMessageQueryContentId;
       
  1361             control = AVKON_MESSAGE_QUERY
       
  1362                 {
       
  1363                 };
       
  1364             }
       
  1365         };
       
  1366     }
       
  1367 
       
  1368 
       
  1369 //------------------------------------------------------------------------------
       
  1370 // progress dialog resource (shows sync progress)
       
  1371 //------------------------------------------------------------------------------
       
  1372 //
       
  1373 RESOURCE DIALOG r_asp_progress_note
       
  1374 	{ 
       
  1375 	flags=EAknProgressNoteFlags | EEikDialogFlagNotifyEsc;
       
  1376 	buttons=R_AVKON_SOFTKEYS_CANCEL;
       
  1377 	items= 
       
  1378 		{
       
  1379 		DLG_LINE
       
  1380 			{
       
  1381 			type=EAknCtNote;
       
  1382 			id=EAspSyncProgressNote;
       
  1383 			control=AVKON_NOTE 
       
  1384 				{
       
  1385                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1386 				layout=EProgressLayout;
       
  1387 				singular_label= "\n \n \n";
       
  1388 				};
       
  1389 			}
       
  1390 		};
       
  1391 	} 
       
  1392 
       
  1393 
       
  1394 // -----------------------------------------------------------------------------
       
  1395 // general list query resource.
       
  1396 // -----------------------------------------------------------------------------
       
  1397 //
       
  1398 RESOURCE DIALOG r_asp_list_query
       
  1399     {
       
  1400     flags=EEikDialogFlagWait | EGeneralQueryFlags;
       
  1401 
       
  1402     buttons=R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
  1403 
       
  1404 	items=
       
  1405         {
       
  1406 		AVKON_LIST_QUERY_DLG_LINE
       
  1407             {
       
  1408             control = AVKON_LIST_QUERY_CONTROL
       
  1409     	        {
       
  1410 			    listtype = EAknCtSinglePopupMenuListBox;
       
  1411 				heading = qtn_profile_dialog_title;
       
  1412 			    
       
  1413 			    listbox = AVKON_LIST_QUERY_LIST
       
  1414 			        {
       
  1415 				    // items added dynamically
       
  1416 				    };
       
  1417 			    };
       
  1418 		    }
       
  1419 		};
       
  1420     }
       
  1421 
       
  1422 
       
  1423 // -----------------------------------------------------------------------------
       
  1424 // filter dialog resource (shows sync connection settings).
       
  1425 // -----------------------------------------------------------------------------
       
  1426 //
       
  1427 RESOURCE DIALOG r_asp_filter_dialog
       
  1428     {
       
  1429     flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
  1430     buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
  1431 
       
  1432     items=
       
  1433         {
       
  1434         DLG_LINE
       
  1435             {
       
  1436             type=EAknCtSettingListBox;
       
  1437 			itemflags=EEikDlgItemTakesEnterKey;
       
  1438 			id=EAspFilterDialog;
       
  1439 			control=LISTBOX
       
  1440 				{
       
  1441 				flags=0;
       
  1442 				height=11;
       
  1443 				width=80;
       
  1444 				};            
       
  1445             }
       
  1446 		};
       
  1447     }
       
  1448 
       
  1449 
       
  1450 RESOURCE MENU_BAR r_asp_filter_dialog_menu
       
  1451 	{
       
  1452 	titles= 
       
  1453 		{ 
       
  1454 		MENU_TITLE 
       
  1455 			{ 
       
  1456 			menu_pane=r_asp_filter_dialog_menu_pane;
       
  1457 			}
       
  1458 		};
       
  1459 	}
       
  1460 
       
  1461 
       
  1462 RESOURCE MENU_PANE r_asp_filter_dialog_menu_pane
       
  1463     {
       
  1464     items=
       
  1465         {
       
  1466 		MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change; flags = EEikMenuItemAction;},
       
  1467 		
       
  1468 #ifdef __SERIES60_HELP				
       
  1469     	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
       
  1470 #endif
       
  1471     	
       
  1472 		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
       
  1473         };
       
  1474     }
       
  1475 
       
  1476 
       
  1477 // -----------------------------------------------------------------------------
       
  1478 // profile dialog resource.
       
  1479 // -----------------------------------------------------------------------------
       
  1480 //
       
  1481 RESOURCE DIALOG r_asp_profile_dialog
       
  1482     {
       
  1483     flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
  1484     
       
  1485     buttons = r_asp_cba_options_back_change;
       
  1486     
       
  1487     items=
       
  1488         {
       
  1489         DLG_LINE
       
  1490             {
       
  1491             type=EAknCtSettingListBox;
       
  1492 			itemflags=EEikDlgItemTakesEnterKey;
       
  1493 			id=EAspProfileDialogList;
       
  1494 			control=LISTBOX
       
  1495 				{
       
  1496 				flags=0;
       
  1497 				height=11;
       
  1498 				width=80;
       
  1499 				};            
       
  1500             }
       
  1501 		};
       
  1502     }
       
  1503 
       
  1504 
       
  1505 
       
  1506 
       
  1507 RESOURCE MENU_BAR r_asp_profile_dialog_menu
       
  1508 	{
       
  1509 	titles= 
       
  1510 		{ 
       
  1511 		MENU_TITLE 
       
  1512 			{ 
       
  1513 			menu_pane=r_asp_profile_dialog_menu_pane;
       
  1514 			}
       
  1515 		};
       
  1516 	}
       
  1517 
       
  1518 RESOURCE MENU_BAR r_advance_settings_dialog_menu
       
  1519     {
       
  1520     titles= 
       
  1521         { 
       
  1522         MENU_TITLE 
       
  1523             { 
       
  1524             menu_pane=r_advance_settings_dialog_menu_pane;
       
  1525             }
       
  1526         };
       
  1527     }
       
  1528 
       
  1529 RESOURCE MENU_PANE r_asp_profile_dialog_menu_pane
       
  1530     {
       
  1531     items=
       
  1532         {
       
  1533 		MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change; flags = EEikMenuItemAction;},
       
  1534 		
       
  1535 #ifdef __SERIES60_HELP		
       
  1536     	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
       
  1537 #endif
       
  1538     	
       
  1539 		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
       
  1540         };
       
  1541     }
       
  1542 
       
  1543 RESOURCE MENU_PANE r_advance_settings_dialog_menu_pane
       
  1544     {
       
  1545     items=
       
  1546         {
       
  1547         MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change; flags = EEikMenuItemAction; },
       
  1548         
       
  1549 #ifdef __SERIES60_HELP      
       
  1550         MENU_ITEM { command=EAspMenuCmdHelp; txt=qtn_options_help; },
       
  1551 #endif
       
  1552         
       
  1553         MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
       
  1554         };
       
  1555     }
       
  1556 
       
  1557 RESOURCE MENU_BAR r_asp_roaming_settings_context_menu
       
  1558     {
       
  1559     titles= 
       
  1560         { 
       
  1561         MENU_TITLE 
       
  1562             { 
       
  1563             menu_pane=r_advance_settings_dialog_menu_pane;
       
  1564             }
       
  1565         };
       
  1566     } 
       
  1567 
       
  1568 RESOURCE MENU_BAR r_asp_profile_context_menu
       
  1569 	{
       
  1570 	titles= 
       
  1571 		{ 
       
  1572 		MENU_TITLE 
       
  1573 			{ 
       
  1574 			menu_pane=r_asp_profile_context_menu_pane;
       
  1575 			}
       
  1576 		};
       
  1577 	} 
       
  1578     
       
  1579 RESOURCE MENU_PANE r_asp_profile_context_menu_pane
       
  1580     {
       
  1581     items=
       
  1582         {
       
  1583 		MENU_ITEM { command=EAspMenuCmdOpen; txt=qtn_options_open; },
       
  1584 		
       
  1585 #ifdef __SERIES60_HELP		
       
  1586     	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
       
  1587 #endif
       
  1588     	
       
  1589 		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
       
  1590         };
       
  1591     }
       
  1592 
       
  1593 // -----------------------------------------------------------------------------
       
  1594 // auto sync dialog resource.
       
  1595 // -----------------------------------------------------------------------------
       
  1596 //
       
  1597 RESOURCE DIALOG r_asp_auto_sync_dialog
       
  1598     {
       
  1599     flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
  1600     buttons = r_asp_cba_options_back_change;
       
  1601 
       
  1602     items=
       
  1603         {
       
  1604         DLG_LINE
       
  1605             {
       
  1606             type=EAknCtSettingListBox;
       
  1607 			itemflags=EEikDlgItemTakesEnterKey;
       
  1608 			id=EAspAutoSyncDialogList;
       
  1609 			control=LISTBOX
       
  1610 				{
       
  1611 				flags=0;
       
  1612 				height=11;
       
  1613 				width=80;
       
  1614 				};   
       
  1615             }
       
  1616 		};
       
  1617     }
       
  1618 
       
  1619 
       
  1620 RESOURCE MENU_BAR r_asp_auto_sync_dialog_menu
       
  1621 	{
       
  1622 	titles= 
       
  1623 		{ 
       
  1624 		MENU_TITLE 
       
  1625 			{ 
       
  1626 			menu_pane=r_asp_auto_sync_dialog_menu_pane;
       
  1627 			}
       
  1628 		};
       
  1629 	}
       
  1630 
       
  1631 RESOURCE MENU_PANE r_asp_auto_sync_dialog_menu_pane
       
  1632     {
       
  1633     items=
       
  1634         {
       
  1635 		MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change; flags = EEikMenuItemAction; },
       
  1636 		
       
  1637 #ifdef __SERIES60_HELP		
       
  1638     	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
       
  1639 #endif
       
  1640     	
       
  1641 		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
       
  1642         };
       
  1643     }
       
  1644 
       
  1645 
       
  1646 
       
  1647 // -----------------------------------------------------------------------------
       
  1648 // auto sync profile dialog resource.
       
  1649 // -----------------------------------------------------------------------------
       
  1650 //
       
  1651 RESOURCE DIALOG r_asp_auto_sync_profile_dialog
       
  1652     {
       
  1653     flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
  1654     buttons = r_asp_cba_options_select_back;
       
  1655     items=
       
  1656         {
       
  1657         DLG_LINE
       
  1658             {
       
  1659             type=EAknCtSingleGraphicListBox;
       
  1660             itemflags=EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
       
  1661 			id=EAspAutoSyncProfileDialogList;
       
  1662 			control=LISTBOX
       
  1663 				{
       
  1664 				flags = EAknListBoxSelectionList;
       
  1665 				};   
       
  1666             }
       
  1667 		};
       
  1668     }
       
  1669 
       
  1670 
       
  1671 
       
  1672 RESOURCE MENU_BAR r_asp_auto_sync_profile_dialog_menu
       
  1673 	{
       
  1674 	titles= 
       
  1675 		{ 
       
  1676 		MENU_TITLE 
       
  1677 			{ 
       
  1678 			menu_pane=r_asp_auto_sync_profile_dialog_menu_pane;
       
  1679 			}
       
  1680 		};
       
  1681 	}
       
  1682 
       
  1683 RESOURCE MENU_PANE r_asp_auto_sync_profile_dialog_menu_pane
       
  1684     {
       
  1685     items=
       
  1686         {
       
  1687 		MENU_ITEM { command=EAspMenuCmdSelect; txt=qtn_sml_cmd_select; flags = EEikMenuItemAction;},
       
  1688 		MENU_ITEM { command=EAspMenuCmdView; txt=qtn_sml_cmd_view_contents; },
       
  1689 		
       
  1690 #ifdef __SERIES60_HELP		
       
  1691     	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
       
  1692 #endif
       
  1693     	
       
  1694 		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
       
  1695         };
       
  1696     }
       
  1697 
       
  1698 
       
  1699 
       
  1700 // -----------------------------------------------------------------------------
       
  1701 // content dialog resource (shows sync content settings).
       
  1702 // -----------------------------------------------------------------------------
       
  1703 //
       
  1704 RESOURCE DIALOG r_asp_content_dialog
       
  1705     {
       
  1706     flags=EEikDialogFlagWait | EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |EEikDialogFlagFillAppClientRect | 
       
  1707           EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
  1708 
       
  1709 	buttons=r_asp_cba_options_back_change;
       
  1710 	
       
  1711     items=
       
  1712         {
       
  1713         DLG_LINE
       
  1714             {
       
  1715             type=EAknCtSettingListBox;
       
  1716 			itemflags=EEikDlgItemTakesEnterKey;
       
  1717 			id=EAspContentDialog;
       
  1718 			control=LISTBOX
       
  1719 				{
       
  1720 				flags=0;
       
  1721 				height=11;
       
  1722 				width=80;
       
  1723 				};            
       
  1724             }
       
  1725 		};
       
  1726     }
       
  1727 
       
  1728 
       
  1729 RESOURCE MENU_BAR r_asp_content_dialog_menu
       
  1730 	{
       
  1731 	titles= 
       
  1732 		{ 
       
  1733 		MENU_TITLE 
       
  1734 			{ 
       
  1735 			menu_pane=r_asp_content_dialog_menu_pane;
       
  1736 			}
       
  1737 		};
       
  1738 	}
       
  1739 
       
  1740 RESOURCE MENU_PANE r_asp_content_dialog_menu_pane
       
  1741     {
       
  1742     items=
       
  1743         {
       
  1744 		MENU_ITEM { command=EAspMenuCmdChange; txt=qtn_options_change;flags = EEikMenuItemAction; },
       
  1745 		
       
  1746 #ifdef __SERIES60_HELP		
       
  1747     	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
       
  1748 #endif    	
       
  1749     	
       
  1750 		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
       
  1751         };
       
  1752     }
       
  1753 
       
  1754 
       
  1755 // -----------------------------------------------------------------------------
       
  1756 // Settings view dialog resource.
       
  1757 // -----------------------------------------------------------------------------
       
  1758 //
       
  1759 
       
  1760 RESOURCE DIALOG r_asp_setting_view_dialog
       
  1761     {
       
  1762     flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
  1763     
       
  1764     buttons = r_asp_cba_options_back_open;
       
  1765     
       
  1766     items=
       
  1767         {
       
  1768         DLG_LINE
       
  1769             {
       
  1770             type=EAknCtSettingListBox;
       
  1771 			itemflags=EEikDlgItemTakesEnterKey;
       
  1772 			id=EAspSettingViewDialogList;
       
  1773 			control=LISTBOX
       
  1774 				{
       
  1775 				flags=0;
       
  1776 				height=11;
       
  1777 				width=80;
       
  1778 				};            
       
  1779             }
       
  1780 		};
       
  1781     }
       
  1782 
       
  1783 RESOURCE MENU_BAR r_asp_setting_view_dialog_menu
       
  1784 	{
       
  1785 	titles= 
       
  1786 		{ 
       
  1787 		MENU_TITLE 
       
  1788 			{ 
       
  1789 			menu_pane=r_asp_setting_view_dialog_menu_pane;
       
  1790 			}
       
  1791 		};
       
  1792 	}
       
  1793 
       
  1794 RESOURCE MENU_PANE r_asp_setting_view_dialog_menu_pane
       
  1795     {
       
  1796     items=
       
  1797         {
       
  1798 		MENU_ITEM { command=EAspMenuCmdOpen; txt=qtn_options_open; flags = EEikMenuItemAction; },
       
  1799 		
       
  1800 #ifdef __SERIES60_HELP		
       
  1801     	MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
       
  1802 #endif
       
  1803     	
       
  1804 		MENU_ITEM { command=EAspMenuCmdExit; txt=qtn_options_exit; }        
       
  1805         };
       
  1806     }
       
  1807 
       
  1808 // -----------------------------------------------------------------------------
       
  1809 // profile wizard dialog resource.
       
  1810 // -----------------------------------------------------------------------------
       
  1811 //
       
  1812 RESOURCE DIALOG r_asp_profile_wizard_dialog
       
  1813     {
       
  1814     flags =
       
  1815         EEikDialogFlagWait | EEikDialogFlagNotifyEsc |
       
  1816         EEikDialogFlagCbaButtons | EEikDialogFlagNoDrag |
       
  1817         EEikDialogFlagNoTitleBar | EEikDialogFlagNoShadow |
       
  1818         EEikDialogFlagNoBorder | EEikDialogFlagFillAppClientRect;
       
  1819         
       
  1820     buttons = r_asp_cba_start_cancel_start;
       
  1821     items=
       
  1822         {
       
  1823         DLG_LINE
       
  1824             {
       
  1825             type = EEikCtRichTextEditor;
       
  1826             id = EAspProfileWizardDialogList;
       
  1827             control = RTXTED
       
  1828                 {
       
  1829                 numlines = 10;
       
  1830                 avkon_flags = EAknEditorFlagEnableScrollBars;
       
  1831                 flags = EEikEdwinReadOnly |
       
  1832                         EEikEdwinNoAutoSelection |
       
  1833                         EEikEdwinAvkonDisableCursor;
       
  1834                 };
       
  1835             }
       
  1836         };
       
  1837     }
       
  1838 
       
  1839 
       
  1840 // -----------------------------------------------------------------------------
       
  1841 // setting dialog resource (main dialog).
       
  1842 // -----------------------------------------------------------------------------
       
  1843 //
       
  1844 RESOURCE DIALOG r_asp_setting_dialog
       
  1845     {
       
  1846 	flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
  1847 
       
  1848     //buttons=R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
  1849     buttons=r_asp_cba_options_back_mark;
       
  1850     items=
       
  1851         {
       
  1852         DLG_LINE
       
  1853             {
       
  1854             //type=EAknCtDoubleLargeListBox;
       
  1855             //type=EAknCtDoubleListBox;
       
  1856             type=EAknCtDoubleGraphicListBox;
       
  1857 			itemflags=EEikDlgItemTakesEnterKey;
       
  1858 			id=EAspSettingDialogList;
       
  1859 			control=LISTBOX
       
  1860 				{
       
  1861 				//flags = EAknListBoxPointerMultiselectionList | EAknListBoxLoopScrolling;
       
  1862 				//flags = EAknListBoxMultiselectionList | EAknListBoxLoopScrolling;
       
  1863 				flags = EAknListBoxMultiselectionList | EAknListBoxPointerMultiselectionList | EAknListBoxLoopScrolling;
       
  1864 				};            
       
  1865             }
       
  1866 		};
       
  1867     }
       
  1868 
       
  1869 
       
  1870 // -----------------------------------------------------------------------------
       
  1871 // setting dialog resource (main dialog).
       
  1872 // -----------------------------------------------------------------------------
       
  1873 //
       
  1874 RESOURCE DIALOG r_asp_setting_dialog_2
       
  1875     {
       
  1876 	flags= EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
  1877 
       
  1878     //buttons=R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
  1879     buttons=r_asp_cba_options_exit_mark;
       
  1880     items=
       
  1881         {
       
  1882         DLG_LINE
       
  1883             {
       
  1884             type=EAknCtDoubleGraphicListBox;
       
  1885 			itemflags=EEikDlgItemTakesEnterKey;
       
  1886 			id=EAspSettingDialogList;
       
  1887 			control=LISTBOX
       
  1888 				{
       
  1889 				//flags = EAknListBoxPointerMultiselectionList | EAknListBoxLoopScrolling;
       
  1890 				//flags = EAknListBoxMultiselectionList | EAknListBoxLoopScrolling;
       
  1891 				flags = EAknListBoxMultiselectionList | EAknListBoxPointerMultiselectionList | EAknListBoxLoopScrolling;
       
  1892 				height=2;
       
  1893 				width=80;
       
  1894 				};            
       
  1895             }
       
  1896 		};
       
  1897     }
       
  1898 
       
  1899 
       
  1900 
       
  1901 RESOURCE MENU_BAR r_asp_setting_dialog_menu
       
  1902 	{
       
  1903 	titles= 
       
  1904 		{ 
       
  1905 		MENU_TITLE 
       
  1906 			{ 
       
  1907 			menu_pane=r_asp_setting_dialog_menu_pane;
       
  1908 			}
       
  1909 		};
       
  1910 	}
       
  1911 
       
  1912 
       
  1913 RESOURCE MENU_BAR r_asp_setting_dialog_context_menu
       
  1914 	{
       
  1915 	titles= 
       
  1916 		{ 
       
  1917 		MENU_TITLE 
       
  1918 			{ 
       
  1919 			menu_pane=r_asp_setting_dialog_context_menu_pane;
       
  1920 			}
       
  1921 		};
       
  1922 	}
       
  1923 
       
  1924 
       
  1925 RESOURCE MENU_PANE r_asp_setting_dialog_menu_pane
       
  1926 	{
       
  1927 	items =
       
  1928 		{
       
  1929 		MENU_ITEM { command=EAspMenuCmdMark; 			txt=qtn_sml_cmd_mark; flags = EEikMenuItemAction;  },
       
  1930 		MENU_ITEM { command=EAspMenuCmdUnmark; 			txt=qtn_sml_cmd_unmark; flags = EEikMenuItemAction; },
       
  1931 		MENU_ITEM { command=EAspMenuCmdSync;           txt=qtn_sml_cmd_sync; },
       
  1932 		MENU_ITEM { command=EAspMenuCmdNewSet;         txt=qtn_sml_cmd_create_new; },
       
  1933 		MENU_ITEM { command=EAspMenuCmdEdit;           txt=qtn_sml_cmd_edit; },
       
  1934 		//MENU_ITEM { command=EAspMenuCmdAdvanceSettings; txt=qtn_sml_cmd_advanced_settings; },
       
  1935 		MENU_ITEM { command=EAspMenuCmdChangeProfile;  txt=qtn_sml_cmd_change_profile; },
       
  1936     	MENU_ITEM { command=EAspMenuCmdDelete;         txt=qtn_sml_cmd_delete; },
       
  1937     	MENU_ITEM { command=EAspMenuCmdAutoSync;       txt=qtn_sml_cmd_automatic_sync; },
       
  1938 		MENU_ITEM { command=EAspMenuCmdViewLog;        txt=qtn_sml_cmd_view_log; },
       
  1939 		MENU_ITEM { command=EAspMenuCmdCopyFromServer; txt=qtn_sml_cmd_slow_sync; },
       
  1940 		
       
  1941 #ifdef __SERIES60_HELP		
       
  1942 		MENU_ITEM { command=EAknCmdHelp;	     txt=qtn_options_help; },
       
  1943 #endif		
       
  1944     	
       
  1945     	MENU_ITEM { command=EAspMenuCmdExit;	     txt=qtn_options_exit; }
       
  1946 		};
       
  1947 	}
       
  1948 
       
  1949 RESOURCE DIALOG r_asp_advance_settings_dialog
       
  1950     {
       
  1951     flags=EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
  1952     
       
  1953     buttons = r_asp_cba_options_back_change;
       
  1954     
       
  1955     items=
       
  1956         {
       
  1957         DLG_LINE
       
  1958             {
       
  1959             type=EAknCtSettingListBox;
       
  1960             itemflags=EEikDlgItemTakesEnterKey;
       
  1961             id=EAdvanceSettingsDialogList;
       
  1962             control=LISTBOX
       
  1963                 {
       
  1964                 flags=0;
       
  1965                 height=11;
       
  1966                 width=80;
       
  1967                 };            
       
  1968             }
       
  1969         };
       
  1970     }
       
  1971 
       
  1972 RESOURCE MENU_PANE r_asp_setting_dialog_context_menu_pane
       
  1973 	{
       
  1974 	items =
       
  1975 		{
       
  1976 		MENU_ITEM { command=EAspMenuCmdSync;         txt=qtn_sml_cmd_sync; },
       
  1977 		MENU_ITEM { command=EAspMenuCmdEdit;         txt=qtn_sml_cmd_edit; },
       
  1978 		MENU_ITEM { command=EAspMenuCmdDelete;       txt=qtn_sml_cmd_delete; },
       
  1979 		MENU_ITEM { command=EAspMenuCmdViewLog;      txt=qtn_sml_cmd_view_log; },
       
  1980 		MENU_ITEM { command=EAspMenuCmdNewSet;       txt=qtn_sml_cmd_create_new; }
       
  1981 		};
       
  1982 	}
       
  1983 
       
  1984 RESOURCE TBUF r_asp_select_profile_create_new { buf = qtn_sml_apps_select_profile_create_new; }
       
  1985 
       
  1986 RESOURCE DIALOG r_asp_list_app_query
       
  1987     {
       
  1988     flags=EEikDialogFlagWait | EGeneralQueryFlags;
       
  1989 
       
  1990     buttons=R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
  1991 
       
  1992 	items=
       
  1993         {
       
  1994 		AVKON_LIST_QUERY_DLG_LINE
       
  1995             {
       
  1996             control = AVKON_LIST_QUERY_CONTROL
       
  1997     	        {
       
  1998 			    listtype = EAknCtSingleGraphicPopupMenuListBox;
       
  1999 				heading = qtn_profile_dialog_title;
       
  2000 			    
       
  2001 			    listbox = AVKON_LIST_QUERY_LIST
       
  2002 			        {
       
  2003 				    // items added dynamically
       
  2004 				    };
       
  2005 			    };
       
  2006 		    }
       
  2007 		};
       
  2008     }
       
  2009 
       
  2010 RESOURCE ARRAY r_asp_sync_pcsuite_type
       
  2011 	{
       
  2012 	items =
       
  2013 		{
       
  2014 		STRING { text = qtn_sml_sync_type_normal; }		
       
  2015 		};
       
  2016 	}
       
  2017 
       
  2018 // Display name for PC Suite profile
       
  2019 RESOURCE TBUF r_asp_pc_suite_profile { buf = qtn_sml_pc_suite_profile; }
       
  2020 
       
  2021 // End of file
       
  2022 
       
  2023