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