|
1 /* |
|
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "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: Main resource file of chat application |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME CHAT // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 |
|
24 #include <eikon.rh> |
|
25 #include "chatngclient.hrh" |
|
26 #include <chatclientng.loc> |
|
27 #include "eikon.rsg" |
|
28 #include <avkon.loc> |
|
29 #include <avkon.rsg> |
|
30 #include <avkon.rh> |
|
31 #include <avkon.hrh> |
|
32 #include <avkon.mbg> |
|
33 #include <finditem.hrh> |
|
34 #include <appinfo.rh> |
|
35 #include <AknFep.rsg> |
|
36 #include <data_caging_paths_strings.hrh> |
|
37 |
|
38 #include "impsbuilddefinitions.h" |
|
39 #include <aiwcommon.rh> |
|
40 #include <aiwgenericparam.hrh> |
|
41 |
|
42 #include "orange_im.loc" |
|
43 // RESOURCE DEFINITIONS |
|
44 |
|
45 RESOURCE RSS_SIGNATURE { } |
|
46 |
|
47 RESOURCE TBUF { buf="ChatClient"; } |
|
48 |
|
49 RESOURCE EIK_APP_INFO { status_pane = r_chat_status_pane; } |
|
50 |
|
51 RESOURCE LOCALISABLE_APP_INFO r_im_localisable_app_info |
|
52 { |
|
53 short_caption = qtn_apps_instant_grid; |
|
54 caption_and_icon = CAPTION_AND_ICON_INFO |
|
55 { |
|
56 caption = qtn_chat_applicationname; |
|
57 |
|
58 #ifdef __SCALABLE_ICONS |
|
59 number_of_icons = 1; |
|
60 icon_file = APP_BITMAP_DIR"\\chatNG_aif.mif"; |
|
61 |
|
62 #else //__SCALABLE_ICONS |
|
63 number_of_icons = 2; |
|
64 icon_file = APP_BITMAP_DIR"\\chatNG_aif.mbm"; |
|
65 |
|
66 #endif //__SCALABLE_ICONS |
|
67 }; |
|
68 } |
|
69 |
|
70 /** |
|
71 * TITLE_PANE |
|
72 */ |
|
73 RESOURCE TITLE_PANE r_chat_title_pane |
|
74 { |
|
75 txt = qtn_chat_applicationname; |
|
76 } |
|
77 |
|
78 /** |
|
79 * STATUS_PANE_APP_MODEL |
|
80 */ |
|
81 RESOURCE STATUS_PANE_APP_MODEL r_chat_status_pane |
|
82 { |
|
83 layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL; |
|
84 panes = |
|
85 { |
|
86 SPANE_PANE |
|
87 { |
|
88 id = EEikStatusPaneUidTitle; |
|
89 type = EAknCtTitlePane; |
|
90 resource = r_chat_title_pane; |
|
91 } |
|
92 }; |
|
93 } |
|
94 |
|
95 |
|
96 //---------------------------------------------------- |
|
97 // |
|
98 // r_chatclient_hotkeys |
|
99 // ?description |
|
100 // |
|
101 //---------------------------------------------------- |
|
102 // |
|
103 RESOURCE HOTKEYS r_chatclient_hotkeys |
|
104 { |
|
105 control= |
|
106 { |
|
107 HOTKEY { command=EEikCmdExit; key='e'; } |
|
108 }; |
|
109 } |
|
110 |
|
111 |
|
112 //---------------------------------------------------- |
|
113 // |
|
114 // r_chatclient_general_menu |
|
115 // Items for general menu |
|
116 // |
|
117 //---------------------------------------------------- |
|
118 // |
|
119 RESOURCE MENU_PANE r_chatclient_general_menu |
|
120 { |
|
121 items= |
|
122 { |
|
123 MENU_ITEM { command=EChatClientCmdHelp; txt = qtn_options_help; }, |
|
124 MENU_ITEM { command=EChatClientCmdExit; txt = qtn_options_exit; } |
|
125 }; |
|
126 } |
|
127 |
|
128 RESOURCE TBUF r_delete_access_prompt { buf = qtn_chat_aclist_cquery_rmv; } |
|
129 RESOURCE TBUF r_delete_editingrights_prompt { buf = qtn_chat_group_banned_remove1; } |
|
130 RESOURCE TBUF r_delete_banned_prompt { buf = qtn_chat_group_banned_remove; } |
|
131 |
|
132 RESOURCE TBUF r_qtn_chat_aclist_move_to_admin { buf = qtn_chat_aclist_move_to_admin; } |
|
133 RESOURCE TBUF r_qtn_chat_aclist_move_to_access { buf = qtn_chat_aclist_move_to_access; } |
|
134 RESOURCE TBUF r_qtn_chat_aclist_move_to_banned { buf = qtn_chat_aclist_move_to_banned; } |
|
135 RESOURCE TBUF r_qtn_chat_contactlist_chats { buf = qtn_chat_contactlist_chats; } |
|
136 RESOURCE TBUF r_qtn_chat_invitation_tab { buf = qtn_chat_invitation_tab; } |
|
137 |
|
138 |
|
139 |
|
140 RESOURCE DIALOG r_delete_access_query |
|
141 { |
|
142 flags=EGeneralQueryFlags; |
|
143 buttons=R_AVKON_SOFTKEYS_YES_NO__YES; |
|
144 items= |
|
145 { |
|
146 DLG_LINE |
|
147 { |
|
148 type=EAknCtQuery; |
|
149 id=EGeneralQuery; |
|
150 control= AVKON_CONFIRMATION_QUERY |
|
151 { |
|
152 layout = EConfirmationQueryLayout; |
|
153 }; |
|
154 } |
|
155 }; |
|
156 } |
|
157 |
|
158 RESOURCE TBUF r_delete_all_access_prompt { buf = qtn_chat_aclist_cquery_rmvall; } |
|
159 RESOURCE TBUF r_delete_all_editingrights_prompt { buf = qtn_chat_group_banned_remall1; } |
|
160 RESOURCE TBUF r_delete_all_banned_prompt { buf = qtn_chat_group_banned_remall; } |
|
161 |
|
162 RESOURCE DIALOG r_delete_all_access_query |
|
163 { |
|
164 flags=EGeneralQueryFlags; |
|
165 buttons=R_AVKON_SOFTKEYS_YES_NO__YES; |
|
166 items= |
|
167 { |
|
168 DLG_LINE |
|
169 { |
|
170 type=EAknCtQuery; |
|
171 id=EGeneralQuery; |
|
172 control= AVKON_CONFIRMATION_QUERY |
|
173 { |
|
174 layout = EConfirmationQueryLayout; |
|
175 }; |
|
176 } |
|
177 }; |
|
178 } |
|
179 |
|
180 |
|
181 |
|
182 RESOURCE DIALOG r_chatclient_groupproperties_dlg |
|
183 { |
|
184 buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK; |
|
185 flags = EEikDialogFlagWait | EEikDialogFlagNoDrag |
|
186 | EEikDialogFlagCbaButtons | EEikDialogFlagNoTitleBar |
|
187 | EEikDialogFlagFillAppClientRect; |
|
188 items= |
|
189 { |
|
190 DLG_LINE |
|
191 { |
|
192 type = EAknCtSettingListBox; |
|
193 id = EChatClientControlIdGroupSettings; |
|
194 itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys | EEikDlgItemCtlMinSizeOrLess; |
|
195 control = LISTBOX |
|
196 { |
|
197 flags = EAknListBoxSelectionList; |
|
198 }; |
|
199 } |
|
200 }; |
|
201 } |
|
202 |
|
203 RESOURCE MENU_BAR r_chatclient_menubar_chat_properties_view |
|
204 { |
|
205 titles= |
|
206 { |
|
207 MENU_TITLE { menu_pane = r_chatclient_general_menu; }, |
|
208 MENU_TITLE { menu_pane = r_chatclient_chat_properties_options_menu; } |
|
209 }; |
|
210 } |
|
211 |
|
212 RESOURCE MENU_PANE r_chatclient_chat_properties_options_menu |
|
213 { |
|
214 items= |
|
215 { |
|
216 MENU_ITEM { command = EChatClientChatPropertiesCmdChange; txt = qtn_chat_properties_change; } |
|
217 }; |
|
218 } |
|
219 |
|
220 RESOURCE TBUF RSC_CHAT_GROUP_TITLE { buf = qtn_chat_create_name; } |
|
221 RESOURCE TBUF RSC_CHAT_TOPIC_TITLE { buf = qtn_chat_create_topic; } |
|
222 RESOURCE TBUF RSC_CHAT_WELCOME_TITLE { buf = qtn_chat_create_welcome; } |
|
223 RESOURCE TBUF RSC_CHAT_SIZE_TITLE { buf = qtn_chat_create_limit; } |
|
224 RESOURCE TBUF RSC_CHAT_ALLOW_SEARCH_TITLE { buf = qtn_chat_create_searchable;} |
|
225 RESOURCE TBUF RSC_CHAT_ADMIN_TITLE { buf = qtn_chat_create_admin; } |
|
226 RESOURCE TBUF RSC_CHAT_ACCESS_TITLE { buf = qtn_chat_create_members; } |
|
227 RESOURCE TBUF RSC_CHAT_BANNED_TITLE { buf = qtn_chat_banned_list; } |
|
228 RESOURCE TBUF RSC_CHAT_WHISPERING_YES_TITLE { buf = qtn_chat_create_priva; } |
|
229 RESOURCE TBUF RSC_CHAT_GROUP_ID_TITLE { buf = qtn_chat_create_gid; } |
|
230 |
|
231 RESOURCE TBUF RSC_CHAT_GROUP_DEFAULT { buf = qtn_chat_create_def_title; } |
|
232 |
|
233 RESOURCE TBUF RSC_CHAT_GROUP_DEFAULT_LIST { buf = qtn_chat_create_group_def_name; } |
|
234 RESOURCE TBUF r_qtn_chat_change_status_changed { buf = qtn_chat_change_status_changed; } |
|
235 RESOURCE TBUF r_qtn_chat_change_status_changing { buf = qtn_chat_change_status_changing; } |
|
236 RESOURCE TBUF r_qtn_chat_change_status_not_changed { buf = qtn_chat_change_status_not_changed; } |
|
237 RESOURCE TBUF r_qtn_chat_change_status_failed { buf = qtn_chat_change_status_failed; } |
|
238 |
|
239 RESOURCE TBUF r_qtn_chat_change_new_message { buf = qtn_chat_change_new_message; } |
|
240 RESOURCE TBUF r_qtn_chat_change_select_message { buf = qtn_chat_change_select_message; } |
|
241 |
|
242 |
|
243 //---------------------------------------------------- |
|
244 // CHAT GROUP NAME |
|
245 //---------------------------------------------------- |
|
246 // |
|
247 //---------------------------------------------------- |
|
248 // |
|
249 // r_edit_chat_group_name_edwin |
|
250 // Chat group name edwin |
|
251 // |
|
252 //---------------------------------------------------- |
|
253 // |
|
254 RESOURCE EDWIN r_edit_chat_group_name_edwin |
|
255 { |
|
256 flags = 0; |
|
257 width = 9; |
|
258 lines = 5; |
|
259 maxlength = 50; |
|
260 } |
|
261 //---------------------------------------------------- |
|
262 // |
|
263 // r_edit_chat_group_name |
|
264 // Chat group name setting page |
|
265 // |
|
266 //---------------------------------------------------- |
|
267 // |
|
268 RESOURCE AVKON_SETTING_PAGE r_edit_chat_group_name |
|
269 { |
|
270 label = qtn_chat_create_name; |
|
271 type = EEikCtEdwin; |
|
272 editor_resource_id = r_edit_chat_group_name_edwin; |
|
273 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
274 } |
|
275 //---------------------------------------------------- |
|
276 // END OF CHAT GROUP NAME |
|
277 //---------------------------------------------------- |
|
278 // |
|
279 |
|
280 //---------------------------------------------------- |
|
281 // CHAT GROUP TOPIC |
|
282 //---------------------------------------------------- |
|
283 // |
|
284 //---------------------------------------------------- |
|
285 // |
|
286 // r_edit_chat_group_topic_edwin |
|
287 // Chat group name edwin |
|
288 // |
|
289 //---------------------------------------------------- |
|
290 // |
|
291 RESOURCE EDWIN r_edit_chat_group_topic_edwin |
|
292 { |
|
293 flags = 0; |
|
294 width = 9; |
|
295 lines = 5; |
|
296 maxlength = 50; |
|
297 } |
|
298 //---------------------------------------------------- |
|
299 // |
|
300 // r_edit_chat_group_topic |
|
301 // Chat group name setting page |
|
302 // |
|
303 //---------------------------------------------------- |
|
304 // |
|
305 RESOURCE AVKON_SETTING_PAGE r_edit_chat_group_topic |
|
306 { |
|
307 label = qtn_chat_create_topic; |
|
308 type = EEikCtEdwin; |
|
309 editor_resource_id = r_edit_chat_group_topic_edwin; |
|
310 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
311 } |
|
312 //---------------------------------------------------- |
|
313 // END OF CHAT GROUP TOPIC |
|
314 //---------------------------------------------------- |
|
315 // |
|
316 |
|
317 //---------------------------------------------------- |
|
318 // CHAT GROUP WELCOME NOTE |
|
319 //---------------------------------------------------- |
|
320 // |
|
321 //---------------------------------------------------- |
|
322 // |
|
323 // r_edit_chat_group_welcomenote_edwin |
|
324 // Chat group name edwin |
|
325 // |
|
326 //---------------------------------------------------- |
|
327 // |
|
328 RESOURCE EDWIN r_edit_chat_group_welcomenote_edwin |
|
329 { |
|
330 flags = 0; |
|
331 width = 9; |
|
332 lines = 5; |
|
333 maxlength = 100; |
|
334 } |
|
335 //---------------------------------------------------- |
|
336 // |
|
337 // r_edit_chat_group_topic |
|
338 // Chat group name setting page |
|
339 // |
|
340 //---------------------------------------------------- |
|
341 // |
|
342 RESOURCE AVKON_SETTING_PAGE r_edit_chat_group_welcomenote |
|
343 { |
|
344 label = qtn_chat_create_welcome; |
|
345 type = EEikCtEdwin; |
|
346 editor_resource_id = r_edit_chat_group_welcomenote_edwin; |
|
347 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
348 } |
|
349 //---------------------------------------------------- |
|
350 // END OF WELCOME NOTE |
|
351 //---------------------------------------------------- |
|
352 // |
|
353 |
|
354 //---------------------------------------------------- |
|
355 // CHAT GROUP SIZE |
|
356 //---------------------------------------------------- |
|
357 // |
|
358 //---------------------------------------------------- |
|
359 // |
|
360 // r_edit_chat_group_size_edwin |
|
361 // Chat group name edwin |
|
362 // |
|
363 //---------------------------------------------------- |
|
364 // |
|
365 RESOURCE AVKON_INTEGER_EDWIN r_edit_chat_group_size_edwin |
|
366 { |
|
367 //flags = 0; |
|
368 //width = 9; |
|
369 //lines = 1; |
|
370 //maxlength = 3; |
|
371 maxlength = 3; |
|
372 min = 1; |
|
373 max = 100; |
|
374 } |
|
375 //---------------------------------------------------- |
|
376 // |
|
377 // r_edit_chat_group_topic |
|
378 // Chat group name setting page |
|
379 // |
|
380 //---------------------------------------------------- |
|
381 // |
|
382 RESOURCE AVKON_SETTING_PAGE r_edit_chat_group_size |
|
383 { |
|
384 label = qtn_chat_create_limit; |
|
385 type = EAknCtIntegerEdwin; |
|
386 editor_resource_id = r_edit_chat_group_size_edwin; |
|
387 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
388 } |
|
389 //---------------------------------------------------- |
|
390 // END OF GROUP SIZE |
|
391 //---------------------------------------------------- |
|
392 // |
|
393 |
|
394 //---------------------------------------------------- |
|
395 // CHAT GROUP SEARCH |
|
396 //---------------------------------------------------- |
|
397 // |
|
398 //---------------------------------------------------- |
|
399 // |
|
400 // r_edit_chat_search_setting |
|
401 // Chat search setting page |
|
402 // |
|
403 //---------------------------------------------------- |
|
404 // |
|
405 |
|
406 RESOURCE AVKON_SETTING_PAGE r_edit_chat_search_setting |
|
407 { |
|
408 label = qtn_chat_create_searchable; |
|
409 type = EAknCtPopupSettingList; |
|
410 editor_resource_id = r_edit_chat_search_control; |
|
411 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
412 } |
|
413 |
|
414 RESOURCE POPUP_SETTING_LIST r_edit_chat_search_control |
|
415 { |
|
416 } |
|
417 |
|
418 RESOURCE AVKON_POPUP_SETTING_TEXTS r_edit_chat_search_texts |
|
419 { |
|
420 setting_texts_resource = r_edit_chat_search; |
|
421 popped_up_texts_resource = r_edit_chat_search_popup; |
|
422 } |
|
423 |
|
424 RESOURCE ARRAY r_edit_chat_search |
|
425 { |
|
426 items= |
|
427 { |
|
428 AVKON_ENUMERATED_TEXT { value = 1; text = qtn_chat_prop_asearch_yes; }, |
|
429 AVKON_ENUMERATED_TEXT { value = 0; text = qtn_chat_prop_asearch_no; } |
|
430 }; |
|
431 } |
|
432 |
|
433 RESOURCE ARRAY r_edit_chat_search_popup |
|
434 { |
|
435 items= |
|
436 { |
|
437 LBUF { txt = qtn_chat_prop_asearch_yes; }, |
|
438 LBUF { txt = qtn_chat_prop_asearch_no; } |
|
439 }; |
|
440 } |
|
441 |
|
442 //---------------------------------------------------- |
|
443 // END OF GROUP SEARCH |
|
444 //---------------------------------------------------- |
|
445 // |
|
446 |
|
447 //---------------------------------------------------- |
|
448 // CHAT GROUP WHISPERING |
|
449 //---------------------------------------------------- |
|
450 // |
|
451 //---------------------------------------------------- |
|
452 // |
|
453 // r_edit_chat_whisper_setting |
|
454 // Chat group whisper setting page |
|
455 // |
|
456 //---------------------------------------------------- |
|
457 // |
|
458 |
|
459 RESOURCE AVKON_SETTING_PAGE r_edit_chat_whisper_setting |
|
460 { |
|
461 label = qtn_chat_create_priva; |
|
462 type = EAknCtPopupSettingList; |
|
463 editor_resource_id = r_edit_chat_whisper_control; |
|
464 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
465 } |
|
466 |
|
467 RESOURCE POPUP_SETTING_LIST r_edit_chat_whisper_control |
|
468 { |
|
469 } |
|
470 |
|
471 RESOURCE AVKON_POPUP_SETTING_TEXTS r_edit_chat_whisper_texts |
|
472 { |
|
473 setting_texts_resource = r_edit_chat_whisper; |
|
474 popped_up_texts_resource = r_edit_chat_whisper_popup; |
|
475 } |
|
476 |
|
477 RESOURCE ARRAY r_edit_chat_whisper |
|
478 { |
|
479 items= |
|
480 { |
|
481 AVKON_ENUMERATED_TEXT { value = 1; text = qtn_chat_prop_awhisp_yes; }, |
|
482 AVKON_ENUMERATED_TEXT { value = 0; text = qtn_chat_prop_awhisp_no; } |
|
483 }; |
|
484 } |
|
485 |
|
486 RESOURCE ARRAY r_edit_chat_whisper_popup |
|
487 { |
|
488 items= |
|
489 { |
|
490 LBUF { txt = qtn_chat_prop_awhisp_yes; }, |
|
491 LBUF { txt = qtn_chat_prop_awhisp_no; } |
|
492 }; |
|
493 } |
|
494 |
|
495 //---------------------------------------------------- |
|
496 // END OF GROUP WHISPERING |
|
497 //---------------------------------------------------- |
|
498 // |
|
499 |
|
500 //---------------------------------------------------- |
|
501 // CHAT GROUP ADMIN |
|
502 //---------------------------------------------------- |
|
503 // |
|
504 |
|
505 //---------------------------------------------------- |
|
506 // |
|
507 // r_edit_chat_admin_setting |
|
508 // Chat group admin setting page |
|
509 // |
|
510 //---------------------------------------------------- |
|
511 // |
|
512 |
|
513 RESOURCE AVKON_SETTING_PAGE r_edit_chat_admin_setting |
|
514 { |
|
515 label = qtn_chat_create_admin; |
|
516 //type = EAknCtPopupSettingList; // don't work with Touch support |
|
517 type = EAknSetListBox; |
|
518 editor_resource_id = r_edit_chat_access_control; |
|
519 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
520 } |
|
521 |
|
522 RESOURCE AVKON_POPUP_SETTING_TEXTS r_edit_chat_admin_texts |
|
523 { |
|
524 setting_texts_resource = r_edit_admin_access; |
|
525 popped_up_texts_resource = r_edit_chat_admin_popup; |
|
526 } |
|
527 |
|
528 RESOURCE ARRAY r_edit_admin_access |
|
529 { |
|
530 items= |
|
531 { |
|
532 AVKON_ENUMERATED_TEXT { value = 0; text = qtn_chat_create_admin_cre; }, |
|
533 AVKON_ENUMERATED_TEXT { value = 1; text = qtn_chat_create_choice_sel; } |
|
534 }; |
|
535 } |
|
536 |
|
537 RESOURCE ARRAY r_edit_chat_admin_popup |
|
538 { |
|
539 items= |
|
540 { |
|
541 LBUF { txt = qtn_chat_create_admin_cre; }, |
|
542 LBUF { txt = qtn_chat_create_choice_sel; } |
|
543 }; |
|
544 } |
|
545 |
|
546 //--------------ACCESSLIST STARTS FROM HERE!----------------------- |
|
547 |
|
548 RESOURCE DIALOG r_chatclient_access_list_dlg |
|
549 { |
|
550 flags = EEikDialogFlagWait | EEikDialogFlagNoDrag |
|
551 | EEikDialogFlagCbaButtons | EEikDialogFlagNoTitleBar |
|
552 | EEikDialogFlagFillAppClientRect; |
|
553 buttons = r_chat_softkeys_options_back__contextoptions; |
|
554 items = |
|
555 { |
|
556 DLG_LINE |
|
557 { |
|
558 type = EAknCtSingleListBox; |
|
559 id = EChatClientControlIdAccessList; |
|
560 itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys | EEikDlgItemCtlMinSizeOrLess; |
|
561 control = LISTBOX |
|
562 { |
|
563 flags = EAknListBoxSelectionList; |
|
564 }; |
|
565 } |
|
566 }; |
|
567 } |
|
568 |
|
569 //---------------------------------------------------- |
|
570 // |
|
571 // r_chatclient_menubar_accesslist_view |
|
572 // Menubar definition for accesslist view |
|
573 // |
|
574 //---------------------------------------------------- |
|
575 // |
|
576 RESOURCE MENU_BAR r_chatclient_menubar_accesslist_dlg |
|
577 { |
|
578 titles= |
|
579 { |
|
580 MENU_TITLE { menu_pane = r_chatclient_general_menu; }, |
|
581 MENU_TITLE { menu_pane = r_chatclient_accesslist_options_menu; } |
|
582 }; |
|
583 } |
|
584 |
|
585 //---------------------------------------------------- |
|
586 // |
|
587 // r_chatclient_accesslist_options_menu |
|
588 // Items for menupane in accesslist view |
|
589 // |
|
590 //---------------------------------------------------- |
|
591 // |
|
592 RESOURCE MENU_PANE r_chatclient_accesslist_options_menu |
|
593 { |
|
594 items= |
|
595 { |
|
596 MENU_ITEM { command = EChatClientAccessListAdd; |
|
597 cascade = r_chatclient_accesslist_add_menu; |
|
598 txt = qtn_chat_aclist_opt_add; |
|
599 }, |
|
600 MENU_ITEM { command = EChatClientAccessListRemove; |
|
601 txt = qtn_chat_aclist_opt_rmv; |
|
602 }, |
|
603 MENU_ITEM { |
|
604 command = EChatClientAccessListRemoveAll; |
|
605 txt = qtn_chat_aclist_opt_rmv_all; |
|
606 } |
|
607 |
|
608 |
|
609 //MENU_ITEM { command=EChatClientChatPropertiesCmdHelp; txt = qtn_options_help; }, |
|
610 //MENU_ITEM { command=EChatClientChatPropertiesCmdExit; txt = qtn_chat_options_exit; } |
|
611 }; |
|
612 } |
|
613 |
|
614 //---------------------------------------------------- |
|
615 // |
|
616 // r_chatclient_accesslist_add_menu |
|
617 // Items for menupane in accesslist view's add-menu (cascade) |
|
618 // |
|
619 //---------------------------------------------------- |
|
620 // |
|
621 RESOURCE MENU_PANE r_chatclient_accesslist_add_menu |
|
622 { |
|
623 items= |
|
624 { |
|
625 MENU_ITEM { command=EChatClientAccessListFriend; txt = qtn_chat_aclist_add_sm_frend; }, |
|
626 MENU_ITEM { command=EChatClientAccessListManual; txt = qtn_chat_aclist_add_sm_manual; } |
|
627 }; |
|
628 } |
|
629 |
|
630 |
|
631 |
|
632 |
|
633 |
|
634 //--------------SERVER CONTACTS DIALOG STARTS FROM HERE!----------------------- |
|
635 |
|
636 // qtn_chat_servcont_nowvid "no wvid" isn't necessary because server contacts always have wvid |
|
637 // qtn_chat_servcont_nowvids "no wvids" isn't necessary because server contacts always have wvid |
|
638 |
|
639 //---------------------------------------------------- |
|
640 // |
|
641 // definitions for editing rights view |
|
642 // |
|
643 //---------------------------------------------------- |
|
644 // |
|
645 RESOURCE MENU_BAR r_chatclient_menubar_editingrights_dlg |
|
646 { |
|
647 titles= |
|
648 { |
|
649 MENU_TITLE { menu_pane = r_chatclient_general_menu; }, |
|
650 MENU_TITLE { menu_pane = r_chatclient_editingrights_options_menu; } |
|
651 }; |
|
652 } |
|
653 |
|
654 RESOURCE MENU_PANE r_chatclient_editingrights_options_menu |
|
655 { |
|
656 items= |
|
657 { |
|
658 MENU_ITEM { command = EChatClientAccessListAdd; |
|
659 cascade = r_chatclient_editingrights_add_menu; |
|
660 txt = qtn_chat_group_editrights_add; |
|
661 }, |
|
662 MENU_ITEM { command = EChatClientAccessListRemove; |
|
663 txt = qtn_chat_aclist_opt_rmv; |
|
664 }, |
|
665 MENU_ITEM { |
|
666 command = EChatClientAccessListRemoveAll; |
|
667 txt = qtn_chat_aclist_opt_rmv_all; |
|
668 } |
|
669 }; |
|
670 } |
|
671 |
|
672 RESOURCE MENU_PANE r_chatclient_editingrights_add_menu |
|
673 { |
|
674 items= |
|
675 { |
|
676 MENU_ITEM { command=EChatClientAccessListFriend; txt = qtn_chat_aclist_add_sm_frend1; }, |
|
677 MENU_ITEM { command=EChatClientAccessListManual; txt = qtn_chat_aclist_add_sm_manual1; } |
|
678 }; |
|
679 } |
|
680 |
|
681 //---------------------------------------------------- |
|
682 // |
|
683 // definitions for banned list view |
|
684 // |
|
685 //---------------------------------------------------- |
|
686 // |
|
687 RESOURCE MENU_BAR r_chatclient_menubar_bannedlist_dlg |
|
688 { |
|
689 titles= |
|
690 { |
|
691 MENU_TITLE { menu_pane = r_chatclient_general_menu; }, |
|
692 MENU_TITLE { menu_pane = r_chatclient_bannedlist_options_menu; } |
|
693 }; |
|
694 } |
|
695 |
|
696 RESOURCE MENU_PANE r_chatclient_bannedlist_options_menu |
|
697 { |
|
698 items= |
|
699 { |
|
700 MENU_ITEM { command = EChatClientAccessListAdd; |
|
701 cascade = r_chatclient_bannedlist_add_menu; |
|
702 txt = qtn_chat_group_banned_add; |
|
703 }, |
|
704 MENU_ITEM { command = EChatClientAccessListRemove; |
|
705 txt = qtn_chat_aclist_opt_rmv; |
|
706 }, |
|
707 MENU_ITEM { |
|
708 command = EChatClientAccessListRemoveAll; |
|
709 txt = qtn_chat_aclist_opt_rmv_all; |
|
710 } |
|
711 }; |
|
712 } |
|
713 |
|
714 RESOURCE MENU_PANE r_chatclient_bannedlist_add_menu |
|
715 { |
|
716 items= |
|
717 { |
|
718 MENU_ITEM { command=EChatClientAccessListFriend; txt = qtn_chat_aclist_add_sm_frend2; }, |
|
719 MENU_ITEM { command=EChatClientAccessListManual; txt = qtn_chat_aclist_add_sm_manual2; } |
|
720 }; |
|
721 } |
|
722 |
|
723 |
|
724 |
|
725 |
|
726 |
|
727 |
|
728 |
|
729 |
|
730 |
|
731 RESOURCE AVKON_SETTING_PAGE r_edit_chat_access_setting |
|
732 { |
|
733 label = qtn_chat_create_members; |
|
734 //type = EAknCtPopupSettingList; // don't work with Touch support |
|
735 type = EAknSetListBox; |
|
736 editor_resource_id = r_edit_chat_access_control; |
|
737 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
738 } |
|
739 |
|
740 RESOURCE LISTBOX r_edit_chat_access_control |
|
741 { |
|
742 flags = EEikListBoxMultipleSelection; |
|
743 } |
|
744 |
|
745 RESOURCE AVKON_POPUP_SETTING_TEXTS r_edit_chat_access_texts |
|
746 { |
|
747 setting_texts_resource = r_edit_chat_access; |
|
748 popped_up_texts_resource = r_edit_chat_access_popup; |
|
749 } |
|
750 |
|
751 RESOURCE ARRAY r_edit_chat_access |
|
752 { |
|
753 items= |
|
754 { |
|
755 AVKON_ENUMERATED_TEXT { value = 0; text = qtn_chat_create_choice_all; }, |
|
756 AVKON_ENUMERATED_TEXT { value = 1; text = qtn_chat_create_choice_sel; } |
|
757 }; |
|
758 } |
|
759 |
|
760 RESOURCE ARRAY r_edit_chat_access_popup |
|
761 { |
|
762 items= |
|
763 { |
|
764 LBUF { txt = qtn_chat_create_choice_all; }, |
|
765 LBUF { txt = qtn_chat_create_choice_sel; } |
|
766 }; |
|
767 } |
|
768 |
|
769 |
|
770 // ban setting item |
|
771 RESOURCE AVKON_SETTING_PAGE r_edit_chat_ban_setting |
|
772 { |
|
773 label = qtn_chat_banned_list; |
|
774 // type = EAknCtPopupSettingList; // don't work with Touch support |
|
775 type = EAknSetListBox; |
|
776 editor_resource_id = r_edit_chat_access_control; |
|
777 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
778 } |
|
779 |
|
780 RESOURCE AVKON_POPUP_SETTING_TEXTS r_edit_chat_ban_texts |
|
781 { |
|
782 setting_texts_resource = r_edit_chat_ban; |
|
783 popped_up_texts_resource = r_edit_chat_ban_popup; |
|
784 } |
|
785 |
|
786 RESOURCE ARRAY r_edit_chat_ban |
|
787 { |
|
788 items= |
|
789 { |
|
790 AVKON_ENUMERATED_TEXT { value = 0; text = qtn_chat_group_banned_empty; }, |
|
791 AVKON_ENUMERATED_TEXT { value = 1; text = qtn_chat_group_banned_selected; } |
|
792 }; |
|
793 } |
|
794 |
|
795 RESOURCE ARRAY r_edit_chat_ban_popup |
|
796 { |
|
797 items= |
|
798 { |
|
799 LBUF { txt = qtn_chat_group_banned_empty; }, |
|
800 LBUF { txt = qtn_chat_group_banned_selected; } |
|
801 }; |
|
802 } |
|
803 |
|
804 |
|
805 |
|
806 //Resource to manual enter prompt thing u know |
|
807 RESOURCE TBUF RSC_CHAT_ACCESSLIST_PROMPT { buf = qtn_chat_aclist_manual_dquery; } |
|
808 |
|
809 RESOURCE DIALOG r_chatclient_accesslist_manual_query |
|
810 { |
|
811 flags = EGeneralQueryFlags; |
|
812 buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
813 items= |
|
814 { |
|
815 DLG_LINE |
|
816 { |
|
817 type=EAknCtQuery; |
|
818 id=EGeneralQuery; |
|
819 //itemflags=EEikDlgItemTakesEnterKey; |
|
820 control= AVKON_DATA_QUERY |
|
821 { |
|
822 layout = EDataLayout; |
|
823 label = qtn_chat_aclist_manual_dquery; |
|
824 control=EDWIN |
|
825 { |
|
826 flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; |
|
827 maxlength=50; |
|
828 width=16; |
|
829 lines=1; |
|
830 default_case = EAknEditorLowerCase; |
|
831 avkon_flags = EAknEditorFlagLatinInputModesOnly; |
|
832 }; |
|
833 }; |
|
834 } |
|
835 }; |
|
836 } |
|
837 |
|
838 // numeric input for r_chatclient_accesslist_manual_query |
|
839 RESOURCE DIALOG r_chatclient_accesslist_manual_query2 |
|
840 { |
|
841 flags = EGeneralQueryFlags; |
|
842 buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
843 items= |
|
844 { |
|
845 DLG_LINE |
|
846 { |
|
847 type=EAknCtQuery; |
|
848 id=EGeneralQuery; |
|
849 //itemflags=EEikDlgItemTakesEnterKey; |
|
850 control= AVKON_DATA_QUERY |
|
851 { |
|
852 layout = EDataLayout; |
|
853 label = qtn_chat_aclist_manual_dquery; |
|
854 control=EDWIN |
|
855 { |
|
856 flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; |
|
857 maxlength=50; |
|
858 width=16; |
|
859 lines=1; |
|
860 default_case = EAknEditorLowerCase; |
|
861 avkon_flags = EAknEditorFlagLatinInputModesOnly; |
|
862 default_input_mode = EAknEditorNumericInputMode; |
|
863 }; |
|
864 }; |
|
865 } |
|
866 }; |
|
867 } |
|
868 |
|
869 //---------------------------------------------------- |
|
870 // |
|
871 // r_chatclient_menubar_popup_menu |
|
872 // Menubar definition for add friends menu |
|
873 // |
|
874 //---------------------------------------------------- |
|
875 // |
|
876 RESOURCE MENU_BAR r_chatclient_accesslist_menubar_popup_menu |
|
877 { |
|
878 titles= |
|
879 { |
|
880 MENU_TITLE { menu_pane=r_chatclient_accesslist_popup_menu; } |
|
881 }; |
|
882 } |
|
883 |
|
884 RESOURCE MENU_PANE r_chatclient_accesslist_popup_menu |
|
885 { |
|
886 items = |
|
887 { |
|
888 MENU_ITEM { |
|
889 command = EChatClientAccessListAdd; |
|
890 cascade = r_chatclient_accesslist_sm_popup_menu; |
|
891 txt = qtn_chat_aclist_opt_add; |
|
892 }, |
|
893 |
|
894 MENU_ITEM { |
|
895 command = EChatClientAccessListRemove; |
|
896 txt = qtn_chat_aclist_opt_rmv; |
|
897 } |
|
898 |
|
899 }; |
|
900 } |
|
901 |
|
902 RESOURCE MENU_BAR r_chatclient_editingrights_menubar_popup_menu |
|
903 { |
|
904 titles= |
|
905 { |
|
906 MENU_TITLE { menu_pane=r_chatclient_editingrights_popup_menu; } |
|
907 }; |
|
908 } |
|
909 |
|
910 RESOURCE MENU_PANE r_chatclient_editingrights_popup_menu |
|
911 { |
|
912 items = |
|
913 { |
|
914 MENU_ITEM { |
|
915 command = EChatClientAccessListAdd; |
|
916 cascade = r_chatclient_editingrights_sm_popup_menu; |
|
917 txt = qtn_chat_group_editrights_add; |
|
918 }, |
|
919 |
|
920 MENU_ITEM { |
|
921 command = EChatClientAccessListRemove; |
|
922 txt = qtn_chat_aclist_opt_rmv; |
|
923 } |
|
924 |
|
925 }; |
|
926 } |
|
927 |
|
928 RESOURCE MENU_BAR r_chatclient_bannedlist_menubar_popup_menu |
|
929 { |
|
930 titles= |
|
931 { |
|
932 MENU_TITLE { menu_pane=r_chatclient_bannedlist_popup_menu; } |
|
933 }; |
|
934 } |
|
935 |
|
936 RESOURCE MENU_PANE r_chatclient_bannedlist_popup_menu |
|
937 { |
|
938 items = |
|
939 { |
|
940 MENU_ITEM { |
|
941 command = EChatClientAccessListAdd; |
|
942 cascade = r_chatclient_bannedlist_sm_popup_menu; |
|
943 txt = qtn_chat_group_banned_add; |
|
944 }, |
|
945 |
|
946 MENU_ITEM { |
|
947 command = EChatClientAccessListRemove; |
|
948 txt = qtn_chat_aclist_opt_rmv; |
|
949 } |
|
950 |
|
951 }; |
|
952 } |
|
953 |
|
954 //---------------------------------------------------- |
|
955 // |
|
956 // r_chatclient_addandreply_menu |
|
957 // Items for menupane in add friends menu |
|
958 // |
|
959 //---------------------------------------------------- |
|
960 // |
|
961 RESOURCE MENU_PANE r_chatclient_accesslist_sm_popup_menu |
|
962 { |
|
963 items = |
|
964 { |
|
965 MENU_ITEM { |
|
966 command = EChatClientAccessListFriend; |
|
967 txt = qtn_chat_aclist_add_sm_frend; |
|
968 }, |
|
969 |
|
970 MENU_ITEM { |
|
971 command = EChatClientAccessListManual; |
|
972 txt = qtn_chat_aclist_add_sm_manual; |
|
973 } |
|
974 }; |
|
975 } |
|
976 |
|
977 RESOURCE MENU_PANE r_chatclient_editingrights_sm_popup_menu |
|
978 { |
|
979 items = |
|
980 { |
|
981 MENU_ITEM { |
|
982 command = EChatClientAccessListFriend; |
|
983 txt = qtn_chat_aclist_add_sm_frend1; |
|
984 }, |
|
985 |
|
986 MENU_ITEM { |
|
987 command = EChatClientAccessListManual; |
|
988 txt = qtn_chat_aclist_add_sm_manual1; |
|
989 } |
|
990 }; |
|
991 } |
|
992 |
|
993 RESOURCE MENU_PANE r_chatclient_bannedlist_sm_popup_menu |
|
994 { |
|
995 items = |
|
996 { |
|
997 MENU_ITEM { |
|
998 command = EChatClientAccessListFriend; |
|
999 txt = qtn_chat_aclist_add_sm_frend2; |
|
1000 }, |
|
1001 |
|
1002 MENU_ITEM { |
|
1003 command = EChatClientAccessListManual; |
|
1004 txt = qtn_chat_aclist_add_sm_manual2; |
|
1005 } |
|
1006 }; |
|
1007 } |
|
1008 |
|
1009 //ACCESSLIST ENDS |
|
1010 |
|
1011 |
|
1012 RESOURCE DIALOG r_chatclient_cnote_block |
|
1013 { |
|
1014 flags = EAknConfirmationNoteFlags|EEikDialogFlagWait; |
|
1015 buttons=R_AVKON_SOFTKEYS_EMPTY; |
|
1016 items= |
|
1017 { |
|
1018 DLG_LINE |
|
1019 { |
|
1020 type=EAknCtNote; |
|
1021 id=EArCnoteOff; |
|
1022 control= AVKON_NOTE |
|
1023 { |
|
1024 layout = EGeneralLayout; |
|
1025 singular_label = qtn_chat_friend_block_note; |
|
1026 animation = R_QGN_NOTE_OK_ANIM; |
|
1027 }; |
|
1028 } |
|
1029 }; |
|
1030 } |
|
1031 |
|
1032 RESOURCE DIALOG r_chatclient_cnote_unblock |
|
1033 { |
|
1034 flags = EAknConfirmationNoteFlags|EEikDialogFlagWait; |
|
1035 buttons=R_AVKON_SOFTKEYS_EMPTY; |
|
1036 items= |
|
1037 { |
|
1038 DLG_LINE |
|
1039 { |
|
1040 type=EAknCtNote; |
|
1041 id=EArCnoteOff; |
|
1042 control= AVKON_NOTE |
|
1043 { |
|
1044 layout = EGeneralLayout; |
|
1045 singular_label = qtn_chat_friend_unblock_note; |
|
1046 animation = R_QGN_NOTE_OK_ANIM; |
|
1047 }; |
|
1048 } |
|
1049 }; |
|
1050 } |
|
1051 |
|
1052 |
|
1053 |
|
1054 //END OF SEARCH |
|
1055 |
|
1056 //Resource for Chat Log dialog |
|
1057 RESOURCE TBUF RSC_CHAT_LOGDIALOG_PROMPT { buf = qtn_chat_history_name; } |
|
1058 |
|
1059 RESOURCE DIALOG r_chatclient_history_name_query |
|
1060 { |
|
1061 flags = EGeneralQueryFlags; |
|
1062 buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
1063 items= |
|
1064 { |
|
1065 DLG_LINE |
|
1066 { |
|
1067 type=EAknCtQuery; |
|
1068 id=EGeneralQuery; |
|
1069 //itemflags=EEikDlgItemTakesEnterKey; |
|
1070 control= AVKON_DATA_QUERY |
|
1071 { |
|
1072 layout = EDataLayout; |
|
1073 label = qtn_chat_history_name; |
|
1074 control=EDWIN |
|
1075 { |
|
1076 flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; |
|
1077 maxlength=30; |
|
1078 width=16; |
|
1079 lines=1; |
|
1080 }; |
|
1081 }; |
|
1082 } |
|
1083 }; |
|
1084 } |
|
1085 |
|
1086 RESOURCE DIALOG r_chatclient_inote_logsave |
|
1087 { |
|
1088 flags = EAknConfirmationNoteFlags|EEikDialogFlagWait; |
|
1089 buttons=R_AVKON_SOFTKEYS_EMPTY; |
|
1090 items= |
|
1091 { |
|
1092 DLG_LINE |
|
1093 { |
|
1094 type=EAknCtNote; |
|
1095 id=EArCnoteOff; |
|
1096 control= AVKON_NOTE |
|
1097 { |
|
1098 layout = EGeneralLayout; |
|
1099 singular_label = qtn_chat_rec_starts; |
|
1100 animation = R_QGN_NOTE_OK_ANIM; |
|
1101 }; |
|
1102 } |
|
1103 }; |
|
1104 } |
|
1105 |
|
1106 RESOURCE DIALOG r_qtn_recording_ended |
|
1107 { |
|
1108 flags = EAknConfirmationNoteFlags|EEikDialogFlagWait; |
|
1109 buttons=R_AVKON_SOFTKEYS_EMPTY; |
|
1110 items= |
|
1111 { |
|
1112 DLG_LINE |
|
1113 { |
|
1114 type=EAknCtNote; |
|
1115 id=EArCnoteOff; |
|
1116 control= AVKON_NOTE |
|
1117 { |
|
1118 layout = EGeneralLayout; |
|
1119 singular_label = qtn_chat_recording_ended; |
|
1120 animation = R_QGN_NOTE_OK_ANIM; |
|
1121 }; |
|
1122 } |
|
1123 }; |
|
1124 } |
|
1125 |
|
1126 RESOURCE TBUF r_qtn_gen_note_saving { buf = qtn_gen_note_saving; } |
|
1127 |
|
1128 RESOURCE TBUF r_qtn_chat_invite_sending { buf = qtn_chat_invite_sending; } |
|
1129 |
|
1130 RESOURCE TBUF r_qtn_chat_need_to_login { buf = qtn_chat_need_to_login; } |
|
1131 |
|
1132 RESOURCE TBUF r_qtn_chat_connection_needed_to { buf = qtn_chat_connection_needed_to; } |
|
1133 |
|
1134 RESOURCE TBUF r_qtn_offline_not_possible { buf = qtn_offline_not_possible; } |
|
1135 |
|
1136 RESOURCE TBUF r_qtn_chat_create_confq_ex_wvid { buf = qtn_chat_create_confq_ex_wvid; } |
|
1137 |
|
1138 RESOURCE TBUF r_qtn_chat_set_ao_on { buf = qtn_chat_set_ao_on; } |
|
1139 |
|
1140 RESOURCE DIALOG r_chat_info_note_template |
|
1141 { |
|
1142 flags = EAknInformationNoteFlags | EEikDialogFlagWait; |
|
1143 buttons=R_AVKON_SOFTKEYS_EMPTY; |
|
1144 items= |
|
1145 { |
|
1146 DLG_LINE |
|
1147 { |
|
1148 type = EAknCtNote; |
|
1149 id = EGeneralNote; |
|
1150 control= AVKON_NOTE |
|
1151 { |
|
1152 layout = EGeneralLayout; |
|
1153 animation = R_QGN_NOTE_INFO_ANIM; |
|
1154 }; |
|
1155 } |
|
1156 }; |
|
1157 } |
|
1158 |
|
1159 RESOURCE DIALOG r_chat_error_note_template |
|
1160 { |
|
1161 flags = EAknErrorNoteFlags | EEikDialogFlagWait; |
|
1162 buttons=R_AVKON_SOFTKEYS_EMPTY; |
|
1163 items= |
|
1164 { |
|
1165 DLG_LINE |
|
1166 { |
|
1167 type = EAknCtNote; |
|
1168 id = EGeneralNote; |
|
1169 control= AVKON_NOTE |
|
1170 { |
|
1171 layout = EGeneralLayout; |
|
1172 animation = R_QGN_NOTE_ERROR_ANIM; |
|
1173 }; |
|
1174 } |
|
1175 }; |
|
1176 } |
|
1177 RESOURCE DIALOG r_chat_error_note_template_with_ok |
|
1178 { |
|
1179 flags = EGeneralQueryFlags; |
|
1180 buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1181 items= |
|
1182 { |
|
1183 DLG_LINE |
|
1184 { |
|
1185 type = EAknCtQuery; |
|
1186 id = EGeneralQuery; |
|
1187 control= AVKON_CONFIRMATION_QUERY |
|
1188 { |
|
1189 layout = EConfirmationQueryLayout; |
|
1190 animation = R_QGN_NOTE_ERROR_ANIM; |
|
1191 }; |
|
1192 } |
|
1193 }; |
|
1194 } |
|
1195 |
|
1196 //Special note for disconnect error |
|
1197 RESOURCE DIALOG r_chat_conerror_note |
|
1198 { |
|
1199 flags = EGeneralQueryFlags; |
|
1200 buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1201 items= |
|
1202 { |
|
1203 DLG_LINE |
|
1204 { |
|
1205 type = EAknCtQuery; |
|
1206 id = EGeneralQuery; |
|
1207 control= AVKON_CONFIRMATION_QUERY |
|
1208 { |
|
1209 layout = EConfirmationQueryLayout; |
|
1210 label=qtn_chat_login_conerror_note; |
|
1211 animation = R_QGN_NOTE_ERROR_ANIM; |
|
1212 }; |
|
1213 } |
|
1214 }; |
|
1215 } |
|
1216 |
|
1217 RESOURCE DIALOG r_chat_wait_note_template |
|
1218 { |
|
1219 |
|
1220 flags = EAknWaitNoteFlags; |
|
1221 buttons=R_AVKON_SOFTKEYS_EMPTY; |
|
1222 items= |
|
1223 { |
|
1224 DLG_LINE |
|
1225 { |
|
1226 type = EAknCtNote; |
|
1227 id = ESearchWaitNote; |
|
1228 control= AVKON_NOTE |
|
1229 { |
|
1230 layout = EWaitLayout; |
|
1231 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
1232 }; |
|
1233 } |
|
1234 }; |
|
1235 } |
|
1236 |
|
1237 RESOURCE DIALOG r_chat_wait_note_template_with_cancel |
|
1238 { |
|
1239 flags = EAknWaitNoteFlags; |
|
1240 buttons = R_AVKON_SOFTKEYS_CANCEL; |
|
1241 items = |
|
1242 { |
|
1243 DLG_LINE |
|
1244 { |
|
1245 type = EAknCtNote; |
|
1246 id = ESearchWaitNote; |
|
1247 control = AVKON_NOTE |
|
1248 { |
|
1249 layout = EWaitLayout; |
|
1250 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
1251 }; |
|
1252 } |
|
1253 }; |
|
1254 } |
|
1255 |
|
1256 RESOURCE TBUF r_qtn_chat_fetching_lists_ongoing { buf = qtn_chat_fetching_lists_ongoing; } |
|
1257 |
|
1258 RESOURCE TBUF r_qtn_chat_contactlist_invitation { buf = qtn_chat_contactlist_invitation;} |
|
1259 // Close connection Confirmation on Exit |
|
1260 RESOURCE TBUF r_qtn_dyc_query_exit_conn_close { buf = qtn_dyc_query_exit_conn_close; } |
|
1261 RESOURCE TBUF r_qtn_chat_close_conn_app_conv { buf = qtn_chat_close_conn_app_conv; } |
|
1262 //blocking |
|
1263 RESOURCE TBUF r_chat_block_fetching { buf = qtn_chat_opening_blocked_list; } |
|
1264 RESOURCE TBUF r_chat_block_adding { buf = qtn_chat_blocking; } |
|
1265 RESOURCE TBUF r_chat_block_removing { buf = qtn_chat_unblocking; } |
|
1266 RESOURCE TBUF r_chat_unblocking_query { buf = qtn_chat_unblocking_query; } |
|
1267 |
|
1268 // VIEWS' TITLES |
|
1269 RESOURCE TBUF r_chatclient_main_view_title { buf=qtn_chat_applicationname; } |
|
1270 RESOURCE TBUF r_chatclient_chatlist_view_title { buf=qtn_chat_clist_title; } |
|
1271 RESOURCE TBUF r_chatclient_friendslist_view_title { buf=qtn_chat_friends_title; } |
|
1272 RESOURCE TBUF r_chatclient_recordedchatlist_view_title { buf = qtn_chat_records_title; } |
|
1273 RESOURCE TBUF r_chatclient_aclist_title { buf = qtn_chat_aclist_title; } |
|
1274 RESOURCE TBUF r_chatclient_editright_title { buf = qtn_chat_group_admin_title; } |
|
1275 RESOURCE TBUF r_chatclient_banlist_title { buf = qtn_chat_group_banned_title; } |
|
1276 |
|
1277 RESOURCE TBUF r_chatclient_search_results_title { buf = qtn_chat_search_results_title; } |
|
1278 RESOURCE TBUF r_chatclient_search_navi { buf = qtn_chat_search_navi; } |
|
1279 |
|
1280 // Invite |
|
1281 RESOURCE TBUF r_chat_ibox_friends_offline { buf = qtn_chat_ibox_friends_offline; } |
|
1282 |
|
1283 //Not supported function info note |
|
1284 RESOURCE DIALOG r_chat_error_not_sup_functions |
|
1285 { |
|
1286 flags = EAknInformationNoteFlags | EEikDialogFlagWait; |
|
1287 buttons=R_AVKON_SOFTKEYS_EMPTY; |
|
1288 items= |
|
1289 { |
|
1290 DLG_LINE |
|
1291 { |
|
1292 type = EAknCtNote; |
|
1293 id = EGeneralNote; |
|
1294 control= AVKON_NOTE |
|
1295 { |
|
1296 layout = EGeneralLayout; |
|
1297 singular_label = qtn_chat_error_not_sup_functions; |
|
1298 animation = R_QGN_NOTE_INFO_ANIM; |
|
1299 }; |
|
1300 } |
|
1301 }; |
|
1302 } |
|
1303 |
|
1304 |
|
1305 //---------------------------------------------------- |
|
1306 // |
|
1307 // invitation dlg menu definition |
|
1308 // |
|
1309 //---------------------------------------------------- |
|
1310 RESOURCE MENU_BAR r_chatclient_menubar_invitation_view_dlg |
|
1311 { |
|
1312 titles= |
|
1313 { |
|
1314 MENU_TITLE { menu_pane = r_chatclient_general_menu; }, |
|
1315 MENU_TITLE { menu_pane = r_chatclient_invitations_view_options_menu; } |
|
1316 }; |
|
1317 } |
|
1318 |
|
1319 RESOURCE MENU_PANE r_chatclient_invitations_view_options_menu |
|
1320 { |
|
1321 items= |
|
1322 { |
|
1323 MENU_ITEM { command = EChatInvitationDlgCmdJoin; |
|
1324 txt = qtn_chat_invit_accept_join; |
|
1325 }, |
|
1326 MENU_ITEM { command = EChatInvitationDlgCmdReject; |
|
1327 txt = qtn_chat_invite_reject; |
|
1328 }, |
|
1329 MENU_ITEM { command = EChatInvitationDlgCmdDelete; |
|
1330 txt = qtn_chat_conv_list_delete; |
|
1331 }, |
|
1332 MENU_ITEM { command = EChatInvitationDlgCmdBlock; |
|
1333 cascade = r_chatclient_friendslist_submenu; |
|
1334 txt = qtn_chat_friend_om_imsg_set; |
|
1335 } |
|
1336 }; |
|
1337 } |
|
1338 |
|
1339 RESOURCE TBUF r_qtn_chat_invitation_title { buf = qtn_chat_invitation_title; } |
|
1340 RESOURCE TBUF r_qtn_chat_inv_from { buf = qtn_chat_inv_from; } |
|
1341 RESOURCE TBUF r_qtn_chat_inv_togroup { buf = qtn_chat_inv_togroup; } |
|
1342 RESOURCE TBUF r_qtn_chat_inv_date { buf = qtn_chat_inv_date; } |
|
1343 RESOURCE TBUF r_qtn_chat_invite_date_time { buf = qtn_chat_invite_date_time; } |
|
1344 RESOURCE TBUF r_qtn_chat_inv_message { buf = qtn_chat_inv_message; } |
|
1345 |
|
1346 RESOURCE TBUF r_qtn_chat_invit_reject_reason { buf = qtn_chat_invit_reject_reason; } |
|
1347 RESOURCE DIALOG r_chatclient_reject_reason_query |
|
1348 { |
|
1349 flags = EGeneralQueryFlags; |
|
1350 buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
1351 items= |
|
1352 { |
|
1353 DLG_LINE |
|
1354 { |
|
1355 type=EAknCtQuery; |
|
1356 id=EGeneralQuery; |
|
1357 control= AVKON_DATA_QUERY |
|
1358 { |
|
1359 layout = EDataLayout; |
|
1360 label = qtn_chat_invit_reject_reason; |
|
1361 control=EDWIN |
|
1362 { |
|
1363 flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; |
|
1364 maxlength=50; |
|
1365 width=16; |
|
1366 lines=1; |
|
1367 default_case = EAknEditorLowerCase; |
|
1368 }; |
|
1369 }; |
|
1370 } |
|
1371 }; |
|
1372 } |
|
1373 |
|
1374 RESOURCE TBUF r_qtn_chat_invite_response { buf = qtn_chat_invite_response; } |
|
1375 RESOURCE TBUF r_qtn_chat_invite_accept { buf = qtn_chat_invite_accept; } |
|
1376 RESOURCE TBUF r_qtn_chat_invite_rejected { buf = qtn_chat_invite_rejected; } |
|
1377 RESOURCE TBUF r_qtn_chat_invite_group { buf = qtn_chat_invite_group; } |
|
1378 RESOURCE TBUF r_qtn_chat_invite_message { buf = qtn_chat_invite_message; } |
|
1379 RESOURCE TBUF r_qtn_chat_invite_remove_banned { buf = qtn_chat_invite_remove_banned; } |
|
1380 |
|
1381 //removed |
|
1382 //RESOURCE TBUF r_qtn_chat_invite_remove_bann_unable { buf = qtn_chat_invite_remove_bann_unable; } |
|
1383 |
|
1384 RESOURCE TBUF r_qtn_chat_disconnect_note { buf = qtn_chat_disconnect_note; } |
|
1385 |
|
1386 RESOURCE TBUF r_qtn_chat_server_full { buf = qtn_chat_server_full; } |
|
1387 |
|
1388 RESOURCE DIALOG r_chatclient_invite_response_dialog |
|
1389 { |
|
1390 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; |
|
1391 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1392 items= |
|
1393 { |
|
1394 DLG_LINE |
|
1395 { |
|
1396 type = EAknCtPopupHeadingPane; |
|
1397 id = EAknMessageQueryHeaderId; |
|
1398 control = AVKON_HEADING |
|
1399 { |
|
1400 label = qtn_chat_invite_response; |
|
1401 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; |
|
1402 }; |
|
1403 }, |
|
1404 DLG_LINE |
|
1405 { |
|
1406 type = EAknCtMessageQuery; |
|
1407 id = EAknMessageQueryContentId; |
|
1408 control = AVKON_MESSAGE_QUERY |
|
1409 { |
|
1410 message = ""; |
|
1411 }; |
|
1412 } |
|
1413 }; |
|
1414 } |
|
1415 |
|
1416 |
|
1417 // open conversation resources |
|
1418 |
|
1419 RESOURCE CBA r_chat_softkeys_select_empty |
|
1420 { |
|
1421 buttons = |
|
1422 { |
|
1423 CBA_BUTTON { id = EAknSoftkeySelect; txt = text_softkey_select; }, |
|
1424 CBA_BUTTON { txt = text_softkey_empty; } |
|
1425 }; |
|
1426 } |
|
1427 |
|
1428 // alias stuff |
|
1429 |
|
1430 // "you need to define alias for yourself" conf. note |
|
1431 RESOURCE DIALOG r_qtn_chat_no_alias_def |
|
1432 { |
|
1433 flags=EGeneralQueryFlags; |
|
1434 buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1435 items= |
|
1436 { |
|
1437 DLG_LINE |
|
1438 { |
|
1439 type=EAknCtQuery; |
|
1440 id=EGeneralQuery; |
|
1441 control= AVKON_CONFIRMATION_QUERY |
|
1442 { |
|
1443 layout = EConfirmationQueryLayout; |
|
1444 label=qtn_chat_no_alias_def; |
|
1445 animation = R_QGN_NOTE_INFO_ANIM; |
|
1446 }; |
|
1447 } |
|
1448 }; |
|
1449 } |
|
1450 |
|
1451 RESOURCE TBUF r_qtn_chat_alias_prompt { buf = qtn_chat_alias_prompt; } |
|
1452 RESOURCE DIALOG r_chatclient_login_alias_query |
|
1453 { |
|
1454 flags = EGeneralQueryFlags; |
|
1455 buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
1456 items= |
|
1457 { |
|
1458 DLG_LINE |
|
1459 { |
|
1460 type=EAknCtQuery; |
|
1461 id=EGeneralQuery; |
|
1462 //itemflags=EEikDlgItemTakesEnterKey; |
|
1463 control= AVKON_DATA_QUERY |
|
1464 { |
|
1465 layout = EDataLayout; |
|
1466 label = qtn_chat_alias_prompt; |
|
1467 control=EDWIN |
|
1468 { |
|
1469 flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; |
|
1470 maxlength=50; |
|
1471 width=16; |
|
1472 lines=1; |
|
1473 default_case = EAknEditorLowerCase; |
|
1474 }; |
|
1475 }; |
|
1476 } |
|
1477 }; |
|
1478 } |
|
1479 |
|
1480 RESOURCE TBUF r_qtn_chat_saving_alias { buf = qtn_chat_saving_alias; } |
|
1481 RESOURCE TBUF r_qtn_chat_unable_modify_alias { buf = qtn_chat_unable_modify_alias; } |
|
1482 |
|
1483 // "alias name is too long" conf. note |
|
1484 RESOURCE TBUF r_qtn_chat_too_long_alias_text { buf = qtn_chat_too_long_alias_error; } |
|
1485 |
|
1486 // 107-4713 Simplified UI - UI Empty Lists |
|
1487 RESOURCE TBUF r_qtn_chat_empty_access_list_primary { buf = qtn_chat_empty_access_list_primary; } |
|
1488 RESOURCE TBUF r_qtn_chat_empty_banned_list_primary { buf = qtn_chat_empty_banned_list_primary; } |
|
1489 |
|
1490 |
|
1491 // ChatNG |
|
1492 |
|
1493 RESOURCE TBUF r_qtn_chat_empty_access_list { buf = qtn_chat_empty_access_list; } |
|
1494 RESOURCE TBUF r_qtn_chat_empty_banned_list { buf = qtn_chat_empty_banned_list; } |
|
1495 |
|
1496 |
|
1497 // multimedia content |
|
1498 RESOURCE TBUF r_qtn_chat_send_file_to { buf = qtn_chat_send_file_to; } |
|
1499 RESOURCE TBUF r_qtn_chat_send_file_to_all { buf = qtn_chat_send_file_to_all; } |
|
1500 |
|
1501 // submenu for send image |
|
1502 RESOURCE MENU_PANE r_chatclient_send_image_submenu |
|
1503 { |
|
1504 items= |
|
1505 { |
|
1506 MENU_ITEM { command = EChatClientFromPhotos; |
|
1507 txt = qtn_chat_insert_image_pic; |
|
1508 }, |
|
1509 MENU_ITEM { command = EChatClientNewImage; |
|
1510 txt = qtn_chat_insert_image_new; |
|
1511 } |
|
1512 }; |
|
1513 } |
|
1514 |
|
1515 RESOURCE DIALOG r_chatclient_welcome_note_dialog |
|
1516 { |
|
1517 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow | EEikDialogFlagNoTitleBar; |
|
1518 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1519 items= |
|
1520 { |
|
1521 DLG_LINE |
|
1522 { |
|
1523 type = EAknCtPopupHeadingPane; |
|
1524 id = EAknMessageQueryHeaderId; |
|
1525 control = AVKON_HEADING |
|
1526 { |
|
1527 label = ""; |
|
1528 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; |
|
1529 }; |
|
1530 }, |
|
1531 DLG_LINE |
|
1532 { |
|
1533 type = EAknCtMessageQuery; |
|
1534 id = EAknMessageQueryContentId; |
|
1535 control = AVKON_MESSAGE_QUERY |
|
1536 { |
|
1537 message = ""; |
|
1538 }; |
|
1539 } |
|
1540 }; |
|
1541 } |
|
1542 |
|
1543 |
|
1544 RESOURCE DIALOG r_chatclient_message_query_dialog |
|
1545 { |
|
1546 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow | EEikDialogFlagNoTitleBar; |
|
1547 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1548 items= |
|
1549 { |
|
1550 DLG_LINE |
|
1551 { |
|
1552 type = EAknCtPopupHeadingPane; |
|
1553 id = EAknMessageQueryHeaderId; |
|
1554 control = AVKON_HEADING |
|
1555 { |
|
1556 label = ""; |
|
1557 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; |
|
1558 }; |
|
1559 }, |
|
1560 DLG_LINE |
|
1561 { |
|
1562 type = EAknCtMessageQuery; |
|
1563 id = EAknMessageQueryContentId; |
|
1564 control = AVKON_MESSAGE_QUERY |
|
1565 { |
|
1566 message = ""; |
|
1567 }; |
|
1568 } |
|
1569 }; |
|
1570 } |
|
1571 |
|
1572 |
|
1573 |
|
1574 RESOURCE TBUF r_chat_welcome_note { buf = qtn_chat_welcome_note; } |
|
1575 |
|
1576 RESOURCE TBUF r_chat_welcome_note_heading { buf = qtn_chat_welcome_note_heading; } |
|
1577 |
|
1578 // Multiselection dialog |
|
1579 RESOURCE TBUF r_qtn_chat_multiselection_amount { buf = qtn_chat_multiselection_amount; } |
|
1580 |
|
1581 RESOURCE TBUF r_qtn_chat_contacts_open_group_prompt { buf = qtn_chat_contacts_open_group_prompt; } |
|
1582 // Unknown contact adding. |
|
1583 RESOURCE TBUF r_qtn_chat_friend_add_unknown { buf = qtn_chat_friend_add_unknown; } |
|
1584 |
|
1585 // for info note |
|
1586 RESOURCE TBUF r_qtn_chat_maximum_message_length { buf = qtn_chat_maximum_message_length; } |
|
1587 |
|
1588 // for info note |
|
1589 RESOURCE TBUF r_qtn_chat_no_contacts_available { buf = qtn_chat_no_contacts_available; } |
|
1590 |
|
1591 //for conversation preview pane |
|
1592 RESOURCE TBUF r_qtn_chat_message_preview { buf = qtn_chat_message_preview; } |
|
1593 // Generic error note with OK |
|
1594 RESOURCE DIALOG r_generic_ok_error_note |
|
1595 { |
|
1596 flags = EGeneralQueryFlags; |
|
1597 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1598 items= |
|
1599 { |
|
1600 DLG_LINE |
|
1601 { |
|
1602 type = EAknCtQuery; |
|
1603 id = EGeneralQuery; |
|
1604 control = AVKON_CONFIRMATION_QUERY |
|
1605 { |
|
1606 layout = EConfirmationQueryLayout; |
|
1607 animation = R_QGN_NOTE_ERROR_ANIM; |
|
1608 }; |
|
1609 } |
|
1610 }; |
|
1611 } |
|
1612 |
|
1613 RESOURCE DIALOG r_chat_confok_template |
|
1614 { |
|
1615 flags = EGeneralQueryFlags; |
|
1616 buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1617 items= |
|
1618 { |
|
1619 DLG_LINE |
|
1620 { |
|
1621 type = EAknCtQuery; |
|
1622 id = EGeneralQuery; |
|
1623 control= AVKON_CONFIRMATION_QUERY |
|
1624 { |
|
1625 layout = EConfirmationQueryLayout; |
|
1626 animation = R_QGN_NOTE_OK_ANIM; |
|
1627 }; |
|
1628 } |
|
1629 }; |
|
1630 } |
|
1631 |
|
1632 //RESOURCE DIALOG r_chat_conerror_note |
|
1633 // { |
|
1634 // flags = EGeneralQueryFlags; |
|
1635 // buttons=R_AVKON_SOFTKEYS_OK_EMPTY; |
|
1636 // items= |
|
1637 // { |
|
1638 // DLG_LINE |
|
1639 // { |
|
1640 // type = EAknCtQuery; |
|
1641 // id = EGeneralQuery; |
|
1642 // control= AVKON_CONFIRMATION_QUERY |
|
1643 // { |
|
1644 // layout = EConfirmationQueryLayout; |
|
1645 // label=qtn_chat_login_conerror_note; |
|
1646 // animation = R_QGN_NOTE_ERROR_ANIM; |
|
1647 // }; |
|
1648 // } |
|
1649 // }; |
|
1650 // } |
|
1651 |
|
1652 RESOURCE DIALOG r_chat_mem_low_note |
|
1653 { |
|
1654 flags = EAknInformationNoteFlags; |
|
1655 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1656 items = |
|
1657 { |
|
1658 DLG_LINE |
|
1659 { |
|
1660 type = EAknCtNote; |
|
1661 id = EGeneralNote; |
|
1662 control = AVKON_NOTE |
|
1663 { |
|
1664 layout = EGeneralLayout; |
|
1665 singular_label = qtn_chat_memory_low_warning; |
|
1666 animation = R_QGN_NOTE_INFO_ANIM; |
|
1667 }; |
|
1668 } |
|
1669 }; |
|
1670 } |
|
1671 |
|
1672 // CBA resources |
|
1673 |
|
1674 //---------------------------------------------------- |
|
1675 // |
|
1676 // r_chat_softkeys_options_exit__open |
|
1677 // |
|
1678 //---------------------------------------------------- |
|
1679 // |
|
1680 RESOURCE CBA r_chat_softkeys_options_exit__open |
|
1681 { |
|
1682 flags = 0; |
|
1683 buttons = |
|
1684 { |
|
1685 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1686 CBA_BUTTON { id = EAknSoftkeyExit; txt = text_softkey_exit; }, |
|
1687 CBA_BUTTON { id = EAknSoftkeyOpen; txt = qtn_msk_open; } |
|
1688 }; |
|
1689 } |
|
1690 |
|
1691 //---------------------------------------------------- |
|
1692 // |
|
1693 // r_chat_softkeys_options_back__open |
|
1694 // |
|
1695 //---------------------------------------------------- |
|
1696 // |
|
1697 RESOURCE CBA r_chat_softkeys_options_back__open |
|
1698 { |
|
1699 flags = 0; |
|
1700 buttons = |
|
1701 { |
|
1702 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1703 CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; }, |
|
1704 CBA_BUTTON { id = EAknSoftkeyOpen; txt = qtn_msk_open; } |
|
1705 }; |
|
1706 } |
|
1707 |
|
1708 //---------------------------------------------------------- |
|
1709 // |
|
1710 // r_chat_softkeys_options_back__send |
|
1711 // |
|
1712 //---------------------------------------------------------- |
|
1713 // |
|
1714 RESOURCE CBA r_chat_softkeys_options_back__send |
|
1715 { |
|
1716 flags = 0; |
|
1717 buttons = |
|
1718 { |
|
1719 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1720 CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; }, |
|
1721 CBA_BUTTON { id = EAknSoftkeySend; txt = qtn_msk_send; } |
|
1722 }; |
|
1723 } |
|
1724 |
|
1725 //---------------------------------------------------------- |
|
1726 // |
|
1727 // r_chat_softkeys_options_continue__open |
|
1728 // |
|
1729 //---------------------------------------------------------- |
|
1730 // |
|
1731 RESOURCE CBA r_chat_softkeys_options_continue__open |
|
1732 { |
|
1733 flags = 0; |
|
1734 buttons = |
|
1735 { |
|
1736 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1737 CBA_BUTTON { id = EChatClientChatViewContinue; txt = qtn_chat_sk_continue; }, |
|
1738 CBA_BUTTON { id = EAknSoftkeyOpen; txt = qtn_msk_open; } |
|
1739 }; |
|
1740 } |
|
1741 |
|
1742 //---------------------------------------------------------- |
|
1743 // |
|
1744 // r_chat_softkeys_options_continue__contextoptions |
|
1745 // |
|
1746 //---------------------------------------------------------- |
|
1747 // |
|
1748 RESOURCE CBA r_chat_softkeys_options_continue__contextoptions |
|
1749 { |
|
1750 flags = 0; |
|
1751 buttons = |
|
1752 { |
|
1753 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1754 CBA_BUTTON { id = EChatClientChatViewContinue; txt = qtn_chat_sk_continue; }, |
|
1755 CBA_BUTTON { id = EAknSoftkeyContextOptions; txt = text_softkey_option; } |
|
1756 }; |
|
1757 } |
|
1758 |
|
1759 |
|
1760 //---------------------------------------------------------- |
|
1761 // |
|
1762 // r_chat_softkeys_options_continue |
|
1763 // |
|
1764 //---------------------------------------------------------- |
|
1765 // |
|
1766 RESOURCE CBA r_chat_softkeys_options_continue__empty |
|
1767 { |
|
1768 flags = 0; |
|
1769 buttons = |
|
1770 { |
|
1771 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1772 CBA_BUTTON { id = EChatClientChatViewContinue; txt = qtn_chat_sk_continue; }, |
|
1773 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; } |
|
1774 }; |
|
1775 } |
|
1776 |
|
1777 //---------------------------------------------------------- |
|
1778 // |
|
1779 // r_chat_softkeys_options_exit__changestatus |
|
1780 // |
|
1781 //---------------------------------------------------------- |
|
1782 // |
|
1783 RESOURCE CBA r_chat_softkeys_options_exit__changestatus |
|
1784 { |
|
1785 flags = 0; |
|
1786 buttons = |
|
1787 { |
|
1788 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1789 CBA_BUTTON { id = EAknSoftkeyExit; txt = text_softkey_exit; }, |
|
1790 CBA_BUTTON { id = EChatClientMainViewCmdChangeStatus; txt = qtn_msk_change_status; } |
|
1791 }; |
|
1792 } |
|
1793 |
|
1794 //---------------------------------------------------------- |
|
1795 // |
|
1796 // r_chat_softkeys_options_collapse_openinvitation |
|
1797 // |
|
1798 //---------------------------------------------------------- |
|
1799 // |
|
1800 RESOURCE CBA r_chat_softkeys_options_collapse__openinvitation |
|
1801 { |
|
1802 flags = 0; |
|
1803 buttons = |
|
1804 { |
|
1805 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1806 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_chat_softkey_collapse; }, |
|
1807 CBA_BUTTON { id = EChatPrivateListCmdOpen; txt = qtn_chat_om_conv_open; } |
|
1808 }; |
|
1809 } |
|
1810 |
|
1811 //---------------------------------------------------------- |
|
1812 // |
|
1813 // r_chat_softkeys_options_back__collapse |
|
1814 // |
|
1815 //---------------------------------------------------------- |
|
1816 // |
|
1817 RESOURCE CBA r_chat_softkeys_options_exit__collapse |
|
1818 { |
|
1819 flags = 0; |
|
1820 buttons = |
|
1821 { |
|
1822 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1823 CBA_BUTTON { id = EAknSoftkeyExit; txt = text_softkey_exit; }, |
|
1824 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_msk_collapse; } |
|
1825 }; |
|
1826 } |
|
1827 |
|
1828 //---------------------------------------------------------- |
|
1829 // |
|
1830 // r_chat_softkeys_options_exit__expand |
|
1831 // |
|
1832 //---------------------------------------------------------- |
|
1833 // |
|
1834 RESOURCE CBA r_chat_softkeys_options_exit__expand |
|
1835 { |
|
1836 flags = 0; |
|
1837 buttons = |
|
1838 { |
|
1839 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1840 CBA_BUTTON { id = EAknSoftkeyExit; txt = text_softkey_exit; }, |
|
1841 CBA_BUTTON { id = EChatClientCmdExpandList; txt = qtn_msk_expand; } |
|
1842 }; |
|
1843 } |
|
1844 |
|
1845 //---------------------------------------------------------- |
|
1846 // |
|
1847 // r_chat_softkeys_options_collapse__chat |
|
1848 // |
|
1849 //---------------------------------------------------------- |
|
1850 // |
|
1851 RESOURCE CBA r_chat_softkeys_options_collapse__chat |
|
1852 { |
|
1853 flags = 0; |
|
1854 buttons = |
|
1855 { |
|
1856 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1857 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_chat_softkey_collapse; }, |
|
1858 CBA_BUTTON { id = EChatClientFriendsListViewCmdChat; txt = qtn_msk_chat; } |
|
1859 }; |
|
1860 } |
|
1861 // |
|
1862 // r_chat_softkeys_options_collapse__Open |
|
1863 // |
|
1864 //---------------------------------------------------------- |
|
1865 // |
|
1866 RESOURCE CBA r_chat_softkeys_options_collapse__open |
|
1867 { |
|
1868 flags = 0; |
|
1869 buttons = |
|
1870 { |
|
1871 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1872 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_chat_softkey_collapse; }, |
|
1873 CBA_BUTTON { id = EChatPrivateListCmdOpen; txt = qtn_msk_open; } |
|
1874 }; |
|
1875 } |
|
1876 |
|
1877 |
|
1878 //---------------------------------------------------------- |
|
1879 // |
|
1880 //r_chat_softkeys_options_collapse__OpenGroup |
|
1881 // |
|
1882 //---------------------------------------------------------- |
|
1883 // |
|
1884 RESOURCE CBA r_chat_softkeys_options_collapse__OpenGroup |
|
1885 { |
|
1886 flags = 0; |
|
1887 buttons = |
|
1888 { |
|
1889 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1890 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_chat_softkey_collapse; }, |
|
1891 CBA_BUTTON { id = EChatClientSingleListViewCmdGroupOpen; txt = qtn_msk_open; } |
|
1892 }; |
|
1893 } |
|
1894 |
|
1895 //---------------------------------------------------------- |
|
1896 // |
|
1897 //r_chat_softkeys_options_collapse__JoinGroup |
|
1898 // |
|
1899 //---------------------------------------------------------- |
|
1900 // |
|
1901 RESOURCE CBA r_chat_softkeys_options_collapse__JoinGroup |
|
1902 { |
|
1903 flags = 0; |
|
1904 buttons = |
|
1905 { |
|
1906 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1907 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_chat_softkey_collapse; }, |
|
1908 CBA_BUTTON { id = EChatClientSingleListViewCmdGroupJoin; txt = qtn_msk_join; } |
|
1909 }; |
|
1910 } |
|
1911 |
|
1912 //---------------------------------------------------------- |
|
1913 // |
|
1914 // r_chat_softkeys_options_exit__fetch |
|
1915 // |
|
1916 //---------------------------------------------------------- |
|
1917 // |
|
1918 RESOURCE CBA r_chat_softkeys_options_exit__fetch |
|
1919 { |
|
1920 flags = 0; |
|
1921 buttons = |
|
1922 { |
|
1923 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
1924 CBA_BUTTON { id = EAknSoftkeyExit; txt = text_softkey_exit; }, |
|
1925 CBA_BUTTON { id = EChatClientFriendsListViewCmdFetchFailed; txt = qtn_msk_fetch_im; } |
|
1926 }; |
|
1927 } |
|
1928 |
|
1929 //---------------------------------------------------------- |
|
1930 // |
|
1931 // r_chat_softkeys_ok_cancel__expand |
|
1932 // |
|
1933 //---------------------------------------------------------- |
|
1934 // |
|
1935 RESOURCE CBA r_chat_softkeys_ok_cancel__expand |
|
1936 { |
|
1937 flags = 0; |
|
1938 buttons = |
|
1939 { |
|
1940 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; }, |
|
1941 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
1942 CBA_BUTTON { id = EChatClientCmdExpandList; txt = qtn_msk_expand; } |
|
1943 }; |
|
1944 } |
|
1945 |
|
1946 //---------------------------------------------------------- |
|
1947 // |
|
1948 // r_chat_softkeys_ok_cancel__collapse |
|
1949 // |
|
1950 //---------------------------------------------------------- |
|
1951 // |
|
1952 RESOURCE CBA r_chat_softkeys_ok_cancel__collapse |
|
1953 { |
|
1954 flags = 0; |
|
1955 buttons = |
|
1956 { |
|
1957 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; }, |
|
1958 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
1959 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_msk_collapse; } |
|
1960 }; |
|
1961 } |
|
1962 |
|
1963 //---------------------------------------------------------- |
|
1964 // |
|
1965 // r_chat_softkeys_ok_collapse__mark |
|
1966 // |
|
1967 //---------------------------------------------------------- |
|
1968 // |
|
1969 RESOURCE CBA r_chat_softkeys_ok_collapse__mark |
|
1970 { |
|
1971 flags = 0; |
|
1972 buttons = |
|
1973 { |
|
1974 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; }, |
|
1975 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_msk_collapse; }, |
|
1976 CBA_BUTTON { id = EAknSoftkeyMark; txt = qtn_msk_mark; } |
|
1977 }; |
|
1978 } |
|
1979 |
|
1980 //---------------------------------------------------------- |
|
1981 // |
|
1982 // r_chat_softkeys_ok_collapse__unmark |
|
1983 // |
|
1984 //---------------------------------------------------------- |
|
1985 // |
|
1986 RESOURCE CBA r_chat_softkeys_ok_collapse__unmark |
|
1987 { |
|
1988 flags = 0; |
|
1989 buttons = |
|
1990 { |
|
1991 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; }, |
|
1992 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_msk_collapse; }, |
|
1993 CBA_BUTTON { id = EAknSoftkeyUnmark; txt = qtn_msk_unmark; } |
|
1994 }; |
|
1995 } |
|
1996 |
|
1997 //---------------------------------------------------------- |
|
1998 // |
|
1999 // r_chat_softkeys_empty_cancel__expand |
|
2000 // |
|
2001 //---------------------------------------------------------- |
|
2002 // |
|
2003 RESOURCE CBA r_chat_softkeys_empty_cancel__expand |
|
2004 { |
|
2005 flags = 0; |
|
2006 buttons = |
|
2007 { |
|
2008 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; }, |
|
2009 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
2010 CBA_BUTTON { id = EChatClientCmdExpandList; txt = qtn_msk_expand; } |
|
2011 }; |
|
2012 } |
|
2013 |
|
2014 //---------------------------------------------------------- |
|
2015 // |
|
2016 // r_chat_softkeys_empty_cancel__collapse |
|
2017 // |
|
2018 //---------------------------------------------------------- |
|
2019 // |
|
2020 RESOURCE CBA r_chat_softkeys_empty_cancel__collapse |
|
2021 { |
|
2022 flags = 0; |
|
2023 buttons = |
|
2024 { |
|
2025 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; }, |
|
2026 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
2027 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_msk_collapse; } |
|
2028 }; |
|
2029 } |
|
2030 |
|
2031 //---------------------------------------------------------- |
|
2032 // |
|
2033 // r_chat_softkeys_empty_collapse__unmark |
|
2034 // |
|
2035 //---------------------------------------------------------- |
|
2036 // |
|
2037 RESOURCE CBA r_chat_softkeys_empty_collapse__unmark |
|
2038 { |
|
2039 flags = 0; |
|
2040 buttons = |
|
2041 { |
|
2042 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; }, |
|
2043 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_msk_collapse; }, |
|
2044 CBA_BUTTON { id = EAknSoftkeyUnmark; txt = qtn_msk_unmark; } |
|
2045 }; |
|
2046 } |
|
2047 |
|
2048 //---------------------------------------------------------- |
|
2049 // |
|
2050 // r_chat_softkeys_empty_collapse__unmark |
|
2051 // |
|
2052 //---------------------------------------------------------- |
|
2053 // |
|
2054 RESOURCE CBA r_chat_softkeys_empty_collapse__mark |
|
2055 { |
|
2056 flags = 0; |
|
2057 buttons = |
|
2058 { |
|
2059 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; }, |
|
2060 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_msk_collapse; }, |
|
2061 CBA_BUTTON { id = EAknSoftkeyMark; txt = qtn_msk_mark; } |
|
2062 }; |
|
2063 } |
|
2064 |
|
2065 //---------------------------------------------------------- |
|
2066 // |
|
2067 // r_chat_softkeys_select_collapse__select |
|
2068 // |
|
2069 //---------------------------------------------------------- |
|
2070 // |
|
2071 RESOURCE CBA r_chat_softkeys_select_collapse__select |
|
2072 { |
|
2073 flags = 0; |
|
2074 buttons = |
|
2075 { |
|
2076 CBA_BUTTON { id = EAknSoftkeySelect; txt = text_softkey_select; }, |
|
2077 CBA_BUTTON { id = EChatClientCmdCollapseList; txt = qtn_msk_collapse; }, |
|
2078 CBA_BUTTON { id = EAknSoftkeySelect; txt = qtn_msk_select; } |
|
2079 }; |
|
2080 } |
|
2081 |
|
2082 //---------------------------------------------------------- |
|
2083 // |
|
2084 // r_chat_softkeys_options_back__contextoptions |
|
2085 // |
|
2086 //---------------------------------------------------------- |
|
2087 // |
|
2088 RESOURCE CBA r_chat_softkeys_options_back__contextoptions |
|
2089 { |
|
2090 flags = 0; |
|
2091 buttons = |
|
2092 { |
|
2093 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
2094 CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; }, |
|
2095 CBA_BUTTON { id = EAknSoftkeyContextOptions; txt = text_softkey_option; } |
|
2096 }; |
|
2097 } |
|
2098 |
|
2099 //---------------------------------------------------------- |
|
2100 // |
|
2101 // r_chat_softkeys_options_back__join |
|
2102 // |
|
2103 //---------------------------------------------------------- |
|
2104 // |
|
2105 RESOURCE CBA r_chat_softkeys_options_back__join |
|
2106 { |
|
2107 flags = 0; |
|
2108 buttons = |
|
2109 { |
|
2110 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
2111 CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; }, |
|
2112 CBA_BUTTON { id = EChatClientChatListViewCmdJoin; txt = qtn_msk_join; } |
|
2113 }; |
|
2114 } |
|
2115 |
|
2116 //---------------------------------------------------------- |
|
2117 // |
|
2118 // r_chat_softkeys_options_back__change |
|
2119 // |
|
2120 //---------------------------------------------------------- |
|
2121 // |
|
2122 RESOURCE CBA r_chat_softkeys_options_back__change |
|
2123 { |
|
2124 flags = 0; |
|
2125 buttons = |
|
2126 { |
|
2127 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
2128 CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; }, |
|
2129 CBA_BUTTON { id = EAknSoftkeyEdit; txt = qtn_msk_change; } |
|
2130 }; |
|
2131 } |
|
2132 |
|
2133 //---------------------------------------------------------- |
|
2134 // |
|
2135 // r_chat_softkeys_options_done__change |
|
2136 // |
|
2137 //---------------------------------------------------------- |
|
2138 // |
|
2139 RESOURCE CBA r_chat_softkeys_options_done__change |
|
2140 { |
|
2141 flags = 0; |
|
2142 buttons = |
|
2143 { |
|
2144 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
2145 CBA_BUTTON { id = EAknSoftkeyDone; txt = text_softkey_done; }, |
|
2146 CBA_BUTTON { id = EAknSoftkeyEdit; txt = qtn_msk_change; } |
|
2147 }; |
|
2148 } |
|
2149 |
|
2150 //---------------------------------------------------------- |
|
2151 // |
|
2152 // r_chat_softkeys_options_exit__empty |
|
2153 // |
|
2154 //---------------------------------------------------------- |
|
2155 // |
|
2156 |
|
2157 RESOURCE CBA r_chat_softkeys_options_exit__empty |
|
2158 { |
|
2159 flags = 0; |
|
2160 buttons = |
|
2161 { |
|
2162 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
2163 CBA_BUTTON { id = EAknSoftkeyExit; txt = text_softkey_exit; }, |
|
2164 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; } |
|
2165 }; |
|
2166 } |
|
2167 |
|
2168 |
|
2169 RESOURCE CBA r_chat_softkeys_options_back__empty |
|
2170 { |
|
2171 flags = 0; |
|
2172 buttons = |
|
2173 { |
|
2174 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
2175 CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; }, |
|
2176 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; } |
|
2177 }; |
|
2178 } |
|
2179 |
|
2180 //---------------------------------------------------------- |
|
2181 // |
|
2182 // r_chat_softkeys_ok_cancel__empty |
|
2183 // |
|
2184 //---------------------------------------------------------- |
|
2185 // |
|
2186 RESOURCE CBA r_chat_softkeys_ok_cancel__empty |
|
2187 { |
|
2188 flags = 0; |
|
2189 buttons = |
|
2190 { |
|
2191 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; }, |
|
2192 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
2193 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; } |
|
2194 }; |
|
2195 } |
|
2196 |
|
2197 //---------------------------------------------------------- |
|
2198 // |
|
2199 // r_chat_softkeys_empty_cancel__empty |
|
2200 // |
|
2201 //---------------------------------------------------------- |
|
2202 // |
|
2203 RESOURCE CBA r_chat_softkeys_empty_cancel__empty |
|
2204 { |
|
2205 flags = 0; |
|
2206 buttons = |
|
2207 { |
|
2208 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; }, |
|
2209 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
2210 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; } |
|
2211 }; |
|
2212 } |
|
2213 |
|
2214 //---------------------------------------------------------- |
|
2215 // |
|
2216 // r_chat_softkeys_done_cancel__empty |
|
2217 // |
|
2218 //---------------------------------------------------------- |
|
2219 // |
|
2220 RESOURCE CBA r_chat_softkeys_done_cancel__empty |
|
2221 { |
|
2222 flags = 0; |
|
2223 buttons = |
|
2224 { |
|
2225 CBA_BUTTON { id = EAknSoftkeyDone; txt = text_softkey_done; }, |
|
2226 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
2227 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; } |
|
2228 }; |
|
2229 } |
|
2230 |
|
2231 //---------------------------------------------------------- |
|
2232 // |
|
2233 // r_chat_softkeys_options_done__empty |
|
2234 // |
|
2235 //---------------------------------------------------------- |
|
2236 // |
|
2237 RESOURCE CBA r_chat_softkeys_options_done__empty |
|
2238 { |
|
2239 flags = 0; |
|
2240 buttons = |
|
2241 { |
|
2242 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
2243 CBA_BUTTON { id = EAknSoftkeyDone; txt = text_softkey_done; }, |
|
2244 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; } |
|
2245 }; |
|
2246 } |
|
2247 |
|
2248 //---------------------------------------------------------- |
|
2249 // |
|
2250 // r_chat_softkeys_ok_details__ok |
|
2251 // |
|
2252 //---------------------------------------------------------- |
|
2253 // |
|
2254 RESOURCE CBA r_chat_softkeys_ok_details__ok |
|
2255 { |
|
2256 flags = 0; |
|
2257 buttons = |
|
2258 { |
|
2259 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; }, |
|
2260 CBA_BUTTON { id = EAknSoftkeyDetails; txt = text_softkey_details; }, |
|
2261 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; } |
|
2262 }; |
|
2263 } |
|
2264 |
|
2265 //Resource for Chatng Conversation Log dialog |
|
2266 RESOURCE TBUF RSC_CHATNG_LOGDIALOG_PROMPT { buf = qtn_chat_save_enter_name; } |
|
2267 |
|
2268 RESOURCE DIALOG r_chatclient_log_name_query |
|
2269 { |
|
2270 flags = EGeneralQueryFlags; |
|
2271 buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
2272 items= |
|
2273 { |
|
2274 DLG_LINE |
|
2275 { |
|
2276 type=EAknCtQuery; |
|
2277 id=EGeneralQuery; |
|
2278 //itemflags=EEikDlgItemTakesEnterKey; |
|
2279 control= AVKON_DATA_QUERY |
|
2280 { |
|
2281 layout = EDataLayout; |
|
2282 label = qtn_chat_save_enter_name; |
|
2283 control=EDWIN |
|
2284 { |
|
2285 flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; |
|
2286 maxlength=30; |
|
2287 width=16; |
|
2288 lines=1; |
|
2289 }; |
|
2290 }; |
|
2291 } |
|
2292 }; |
|
2293 } |
|
2294 |
|
2295 |
|
2296 RESOURCE TBUF r_qtn_chat_saving_saved { buf = qtn_chat_saving_saved; } |
|
2297 |
|
2298 // Starting recording disclaimer strings |
|
2299 RESOURCE TBUF r_chat_record_warning { buf = qtn_chat_record_warning; } |
|
2300 RESOURCE TBUF r_chat_record_warning_heading { buf = qtn_chat_record_warning_heading; } |
|
2301 |
|
2302 // Save password disclaimer strings |
|
2303 RESOURCE TBUF r_chat_save_pw_warning { buf = qtn_chat_save_pw_warning; } |
|
2304 RESOURCE TBUF r_chat_save_pw_warning_heading { buf = qtn_chat_save_pw_warning_heading; } |
|
2305 //MultiDrive Mem Low Note |
|
2306 RESOURCE TBUF r_chat_memlo_not_enough_memory { buf = qtn_memlo_not_enough_memory; } |
|
2307 RESOURCE TBUF r_chat_memlo_mmc_not_enough_memory { buf = qtn_memlo_mmc_not_enough_memory; } |
|
2308 |
|
2309 /*---------------------------------------------------- |
|
2310 // |
|
2311 // r_chatclient_textedit_menu |
|
2312 // Items for TextEdit menu |
|
2313 // Added newly for the support of WritingLanguage & EditText Options |
|
2314 //---------------------------------------------------- |
|
2315 // |
|
2316 RESOURCE MENU_PANE r_chatclient_textedit_menu |
|
2317 { |
|
2318 items= |
|
2319 { |
|
2320 MENU_ITEM |
|
2321 { |
|
2322 command = EChatClientEditText; |
|
2323 txt = qtn_options_edit_text; |
|
2324 cascade = R_AKNFEP_EDIT_SUBMENU; |
|
2325 }, |
|
2326 |
|
2327 MENU_ITEM |
|
2328 { |
|
2329 command = EAknCmdInputLanguage; |
|
2330 txt = text_pup_option_input_language; |
|
2331 } |
|
2332 |
|
2333 }; |
|
2334 }*/ |
|
2335 |
|
2336 // --------------------------------------------------------- |
|
2337 // r_aiwselect_interest |
|
2338 // AIW menu for select server |
|
2339 // --------------------------------------------------------- |
|
2340 // |
|
2341 RESOURCE AIW_INTEREST r_aiwselect_interest |
|
2342 { |
|
2343 items = |
|
2344 { |
|
2345 AIW_CRITERIA_ITEM |
|
2346 { |
|
2347 id = EChatClientFriendsListViewCmdAddFromPb; |
|
2348 serviceCmd = KAiwCmdSelect; |
|
2349 contentType = EGenericParamContactLinkArrayStr; |
|
2350 // Here is a base class |
|
2351 serviceClass = KAiwClassBase; |
|
2352 } |
|
2353 }; |
|
2354 } |
|
2355 |
|
2356 |
|
2357 // Additional resource definitions |
|
2358 #include "CAContactEditorNG.rss" |
|
2359 #include "CAFriendsListNG.rss" |
|
2360 #include "CAMainViewNG.rss" |
|
2361 #include "CASettingsNG.rss" |
|
2362 #include "CAChatViewNG.rss" |
|
2363 #include "CAChatListViewNG.rss" |
|
2364 #include "CAIBoxViewNG.rss" |
|
2365 #include "CASearchViewNG.rss" |
|
2366 #include "CAPrivateChatListNG.rss" |
|
2367 #include "CAErrorNotesNG.rss" |
|
2368 #include "CARecordedChatsListViewNG.rss" |
|
2369 #include "CARecordedChatsViewNG.rss" |
|
2370 #include "IMSmileUtilityNG.rss" |
|
2371 #include "CARefreshViewNG.rss" |
|
2372 #include "CAUISessionManagerNG.rss" |
|
2373 #include "CAReactiveAuthorizationNG.rss" |
|
2374 #include "CABlockingNG.rss" |
|
2375 #include "cainvitationview.rss" |
|
2376 #include "IMToneNG.rss" |
|
2377 #include "IMColorsNG.rss" |
|
2378 #include "IMOrangeTemplates.rss" |
|
2379 |
|
2380 // End of File |