1 /* |
|
2 * Copyright (c) 2002-2007 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: Resource file for GSCallPlugin |
|
15 * |
|
16 */ |
|
17 |
|
18 // RESOURCE IDENTIFIER |
|
19 NAME CALP // 4 letter ID |
|
20 |
|
21 // INCLUDES |
|
22 #include <bldvariant.hrh> |
|
23 |
|
24 #include <gscallplugin.loc> |
|
25 #include <softreject.loc> |
|
26 #include "GSCallPlugin.hrh" |
|
27 |
|
28 #include <gs.loc> |
|
29 #include <gscommon.hrh> |
|
30 #include <gscommon.rh> |
|
31 #include <gsapp.rsg> |
|
32 #include <appinfo.rh> |
|
33 #include <avkon.loc> |
|
34 #include <avkon.mbg> |
|
35 #include <avkon.rsg> |
|
36 #include <AvkonIcons.hrh> |
|
37 #include <data_caging_paths_strings.hrh> |
|
38 #include <eikcore.rsg> |
|
39 #include <eikon.rsg> |
|
40 //#include <GSCallPlugin.mbg> |
|
41 #include <uikon.rh> |
|
42 |
|
43 // CONSTANTS |
|
44 //#define KGsCallPluginIcons "Z:"APP_RESOURCE_DIR"\\gscallplugin.mbm" |
|
45 |
|
46 |
|
47 // RESOURCE DEFINITIONS |
|
48 |
|
49 RESOURCE RSS_SIGNATURE |
|
50 { |
|
51 } |
|
52 |
|
53 // Common resources among GS |
|
54 #include "GSCommonResources.rss" |
|
55 |
|
56 RESOURCE TBUF |
|
57 { |
|
58 buf="CALL"; |
|
59 } |
|
60 |
|
61 //---------------------------------------------------- |
|
62 // |
|
63 // EIK_APP_INFO |
|
64 // It contains application information. |
|
65 // |
|
66 //---------------------------------------------------- |
|
67 // |
|
68 RESOURCE EIK_APP_INFO |
|
69 { |
|
70 } |
|
71 |
|
72 |
|
73 //---------------------------------------------------- |
|
74 // r_gs_call_view_caption |
|
75 // |
|
76 // Telephony view caption for plugin |
|
77 //---------------------------------------------------- |
|
78 // |
|
79 RESOURCE TBUF r_gs_call_plugin_caption |
|
80 { |
|
81 buf = qtn_set_folder_call; |
|
82 } |
|
83 |
|
84 |
|
85 //---------------------------------------------------- |
|
86 // r_gs_call_view_title |
|
87 // |
|
88 // Telephony view title |
|
89 //---------------------------------------------------- |
|
90 // |
|
91 RESOURCE TITLE_PANE r_gs_tel_view_title |
|
92 { |
|
93 txt = qtn_set_title_settings_telephone; |
|
94 } |
|
95 |
|
96 |
|
97 //CALL |
|
98 |
|
99 //---------------------------------------------------- |
|
100 // |
|
101 // r_gs_call_wait_view_menu |
|
102 // Call Wait sub-menupane |
|
103 // |
|
104 //---------------------------------------------------- |
|
105 // |
|
106 RESOURCE MENU_PANE r_gs_call_wait_view_menu |
|
107 { |
|
108 items = |
|
109 { |
|
110 MENU_ITEM |
|
111 { |
|
112 command = EGSCmdCallWaitActivate; |
|
113 txt = text_activate_waiting; |
|
114 }, |
|
115 MENU_ITEM |
|
116 { |
|
117 command = EGSCmdCallWaitDeactivate; |
|
118 txt = text_cancel_waiting; |
|
119 }, |
|
120 MENU_ITEM |
|
121 { |
|
122 command = EGSCmdCallWaitInquiry; |
|
123 txt = text_status_waiting; |
|
124 } |
|
125 }; |
|
126 } |
|
127 |
|
128 |
|
129 //---------------------------------------------------- |
|
130 // |
|
131 // r_gs_menubar_call_view |
|
132 // Call sub-menubar |
|
133 // |
|
134 //---------------------------------------------------- |
|
135 // |
|
136 RESOURCE MENU_BAR r_gs_menubar_call_view |
|
137 { |
|
138 titles = |
|
139 { |
|
140 MENU_TITLE { menu_pane = r_gs_call_view_menu; } |
|
141 }; |
|
142 } |
|
143 |
|
144 //---------------------------------------------------- |
|
145 // |
|
146 // r_gs_call_view |
|
147 // Call sub-menu view |
|
148 // |
|
149 //---------------------------------------------------- |
|
150 // |
|
151 RESOURCE AVKON_VIEW r_gs_call_view |
|
152 { |
|
153 menubar = r_gs_menubar_call_view; |
|
154 cba = R_GS_SOFTKEYS_OPTIONS_BACK_EMPTY; |
|
155 } |
|
156 |
|
157 //---------------------------------------------------- |
|
158 // |
|
159 // r_gs_call_view_menu |
|
160 // Call sub-menupane |
|
161 // |
|
162 //---------------------------------------------------- |
|
163 // |
|
164 RESOURCE MENU_PANE r_gs_call_view_menu |
|
165 { |
|
166 items= |
|
167 { |
|
168 MENU_ITEM |
|
169 { |
|
170 command = EAppCmdCreatePopupList; |
|
171 txt = qtn_set_options_change; |
|
172 flags = EEikMenuItemAction; // action command |
|
173 |
|
174 }, |
|
175 MENU_ITEM |
|
176 { |
|
177 command = EAknCmdHelp; |
|
178 txt = qtn_options_help; |
|
179 }, |
|
180 MENU_ITEM |
|
181 { |
|
182 command = EAknCmdExit; |
|
183 txt = qtn_options_exit; |
|
184 } |
|
185 }; |
|
186 } |
|
187 |
|
188 //---------------------------------------------------- |
|
189 // |
|
190 // r_gs_call_view_title |
|
191 // Call sub-menu title |
|
192 // |
|
193 //---------------------------------------------------- |
|
194 // |
|
195 RESOURCE TITLE_PANE r_gs_call_view_title |
|
196 { |
|
197 txt = qtn_set_title_settings_call; |
|
198 } |
|
199 |
|
200 |
|
201 //---------------------------------------------------- |
|
202 // |
|
203 // r_own_number_sending_heading |
|
204 // Title to own number sending setting page |
|
205 // |
|
206 //---------------------------------------------------- |
|
207 // |
|
208 RESOURCE TBUF r_own_number_sending_heading |
|
209 { |
|
210 buf = qtn_own_number_sending_heading; |
|
211 } |
|
212 |
|
213 //---------------------------------------------------- |
|
214 // |
|
215 // r_cli_sending_default |
|
216 // CLI setting value to own number sending setting page |
|
217 // |
|
218 //---------------------------------------------------- |
|
219 // |
|
220 RESOURCE TBUF r_cli_sending_default |
|
221 { |
|
222 buf = text_cli_sending_default; |
|
223 } |
|
224 |
|
225 //---------------------------------------------------- |
|
226 // |
|
227 // r_cli_sending_on |
|
228 // CLI setting value to own number sending setting page |
|
229 // |
|
230 //---------------------------------------------------- |
|
231 // |
|
232 RESOURCE TBUF r_cli_sending_on |
|
233 { |
|
234 buf = text_cli_sending_on; |
|
235 } |
|
236 |
|
237 //---------------------------------------------------- |
|
238 // |
|
239 // r_cli_sending_off |
|
240 // CLI setting value to own number sending setting page |
|
241 // |
|
242 //---------------------------------------------------- |
|
243 // |
|
244 RESOURCE TBUF r_cli_sending_off |
|
245 { |
|
246 buf = text_cli_sending_off; |
|
247 } |
|
248 |
|
249 //---------------------------------------------------- |
|
250 // |
|
251 // r_cterm_setting |
|
252 // Call Termination Note setting page resources |
|
253 // |
|
254 //---------------------------------------------------- |
|
255 // |
|
256 RESOURCE TBUF r_cterm_setting |
|
257 { |
|
258 buf = text_cterm_setting; |
|
259 } |
|
260 |
|
261 //---------------------------------------------------- |
|
262 // |
|
263 // r_call_termination_note_on |
|
264 // Call Termination Note setting page item |
|
265 // |
|
266 //---------------------------------------------------- |
|
267 // |
|
268 RESOURCE TBUF r_call_termination_note_on |
|
269 { |
|
270 buf = text_call_termination_note_on; |
|
271 } |
|
272 |
|
273 //---------------------------------------------------- |
|
274 // |
|
275 // r_call_termination_note_off |
|
276 // Call Termination Note setting page item |
|
277 // |
|
278 //---------------------------------------------------- |
|
279 // |
|
280 RESOURCE TBUF r_call_termination_note_off |
|
281 { |
|
282 buf = text_call_termination_note_off; |
|
283 } |
|
284 |
|
285 //---------------------------------------------------- |
|
286 // |
|
287 // r_gs_show_call_duration_setting_page |
|
288 // Show Call Duration setting page. |
|
289 // |
|
290 //---------------------------------------------------- |
|
291 // |
|
292 RESOURCE AVKON_SETTING_PAGE r_gs_show_call_duration_setting_page |
|
293 { |
|
294 number = EAknSettingPageNoOrdinalDisplayed; |
|
295 label = qtn_logs_lda3_time; |
|
296 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
297 type = EAknSetListBox; |
|
298 editor_resource_id = r_setting_listbox; |
|
299 } |
|
300 |
|
301 //---------------------------------------------------- |
|
302 // |
|
303 // r_gs_show_call_duration_setting_page_lbx |
|
304 // setting page items for show call duration |
|
305 // |
|
306 //---------------------------------------------------- |
|
307 // |
|
308 RESOURCE ARRAY r_gs_show_call_duration_setting_page_lbx |
|
309 { |
|
310 items = |
|
311 { |
|
312 LBUF |
|
313 { |
|
314 txt = qtn_logs_ldv3_timer_on; |
|
315 }, |
|
316 LBUF |
|
317 { |
|
318 txt = qtn_logs_ldv3_timer_off; |
|
319 } |
|
320 }; |
|
321 } |
|
322 |
|
323 //----------------------------------------------------------------------------- |
|
324 // |
|
325 // r_call_lbx_resource |
|
326 // Call listbox resource |
|
327 // |
|
328 //----------------------------------------------------------------------------- |
|
329 // |
|
330 RESOURCE LISTBOX r_call_lbx_resource |
|
331 { |
|
332 array_id = r_call_lbx; |
|
333 flags = EEikListBoxMultipleSelection; |
|
334 } |
|
335 |
|
336 //----------------------------------------------------------------------------- |
|
337 // |
|
338 // r_call_lbx |
|
339 // Call listbox items |
|
340 // |
|
341 //----------------------------------------------------------------------------- |
|
342 // |
|
343 RESOURCE GS_FEATURE_ARRAY r_call_lbx |
|
344 { |
|
345 items = |
|
346 { |
|
347 GS_FEATURE |
|
348 { |
|
349 txt = "\t"qtn_cp_setting_opening_slide"\t\t"; |
|
350 item = EGSOpeningSlideAnswerCallItemId; |
|
351 type = EGSListBoxItemTypeIsDynamic; |
|
352 }, |
|
353 GS_FEATURE |
|
354 { |
|
355 txt = "\t"qtn_cp_setting_closing_slide"\t\t"; |
|
356 item = EGSClosingSlideEndCallItemId; |
|
357 type = EGSListBoxItemTypeIsDynamic; |
|
358 }, |
|
359 GS_FEATURE |
|
360 { |
|
361 txt = "\t"text_clir"\t\t"; |
|
362 item = EGSCliItemId; |
|
363 }, |
|
364 GS_FEATURE |
|
365 { |
|
366 txt = "\t"qtn_clir_voip"\t\t"; |
|
367 item = EGSICSendIntCallIdItemId; |
|
368 type = EGSListBoxItemTypeIsDynamic; |
|
369 }, |
|
370 GS_FEATURE |
|
371 { |
|
372 txt = "\t"text_call_waiting"\t\t"; |
|
373 item = EGSCallWaitingItemId; |
|
374 type = EGSListBoxItemTypeIsDynamic; |
|
375 }, |
|
376 GS_FEATURE |
|
377 { |
|
378 txt = "\t"qtn_voip_call_waiting"\t\t"; |
|
379 item = EGSICWaitingItemId; |
|
380 type = EGSListBoxItemTypeIsDynamic; |
|
381 }, |
|
382 GS_FEATURE |
|
383 { |
|
384 txt = "\t"qtn_voip_do_not_disturb"\t\t"; |
|
385 item = EGSDndItemId; |
|
386 type = EGSListBoxItemTypeIsDynamic; |
|
387 }, |
|
388 #ifndef RD_VOIP_REL_2_2 |
|
389 GS_FEATURE |
|
390 { |
|
391 txt = "\t"qtn_set_voip_settings_preferred_tel"\t\t"; |
|
392 item = EGSICPreferredTelephonyId; |
|
393 type = EGSListBoxItemTypeIsDynamic; |
|
394 }, |
|
395 #endif // !RD_VOIP_REL_2_2 |
|
396 GS_FEATURE |
|
397 { |
|
398 txt = "\t"qtn_gs_soft_reject_text"\t\t"; |
|
399 item = EGSSoftRejectTextItemId; |
|
400 type = EGSListBoxItemTypeIsDynamic; |
|
401 }, |
|
402 GS_FEATURE |
|
403 { |
|
404 txt = "\t"qtn_gs_long_press_call_key"\t\t"; |
|
405 item = EGSLongPressCallKeyItemId; |
|
406 type = EGSListBoxItemTypeIsDynamic; |
|
407 }, |
|
408 GS_FEATURE |
|
409 { |
|
410 txt = "\t"qtn_gs_own_image_vt_call"\t\t"; |
|
411 item = EGSOwnImageVtCallItemId; |
|
412 type = EGSListBoxItemTypeIsDynamic; |
|
413 }, |
|
414 GS_FEATURE |
|
415 { |
|
416 txt = "\t"qtn_gs_still_image_vt_call"\t\t"; |
|
417 item = EGSStillImageItemId; |
|
418 type = EGSListBoxItemTypeIsDynamic; |
|
419 }, |
|
420 GS_FEATURE //NEW |
|
421 { |
|
422 txt = "\t"qtn_gs_auto_redial_to_voice"\t\t"; |
|
423 item = EGSAutoRedialToVoiceItemId; |
|
424 type = EGSListBoxItemTypeIsDynamic; |
|
425 }, |
|
426 GS_FEATURE |
|
427 { |
|
428 txt = "\t"qtn_set_replace_prefix"\t\t"; |
|
429 item = EGSReplacePrefixItemId; |
|
430 type = EGSListBoxItemTypeIsDynamic; |
|
431 }, |
|
432 /*GS_FEATURE |
|
433 { |
|
434 txt = "\t"qtn_ccbs_setting_item"\t\t"; |
|
435 item = EGSCCBSItemId; |
|
436 type = EGSListBoxItemTypeIsDynamic; |
|
437 },*/ |
|
438 |
|
439 GS_FEATURE |
|
440 { |
|
441 txt = "\t"qtn_logs_lda3_time"\t\t"; |
|
442 item = EGSShowCallDurationItemId; |
|
443 }, |
|
444 GS_FEATURE |
|
445 { |
|
446 txt = "\t"text_cterm_setting"\t\t"; |
|
447 item = EGSSummaryAfterCallItemId; |
|
448 }, |
|
449 GS_FEATURE |
|
450 { |
|
451 txt = "\t"qtn_als_phoneline_in_use"\t\t"; |
|
452 item = EGSLineChangeItemId; |
|
453 type = EGSListBoxItemTypeIsDynamic; |
|
454 }, |
|
455 GS_FEATURE |
|
456 { |
|
457 txt = "\t"qtn_als_phonelinet_blocking"\t\t"; |
|
458 item = EGSALSBlockItemId; |
|
459 type = EGSListBoxItemTypeIsDynamic; |
|
460 } |
|
461 }; |
|
462 } |
|
463 |
|
464 //---------------------------------------------------- |
|
465 // |
|
466 // r_gs_still_image_setting_page |
|
467 // VT still image setting page. |
|
468 // |
|
469 //---------------------------------------------------- |
|
470 // |
|
471 RESOURCE AVKON_SETTING_PAGE r_gs_still_image_setting_page |
|
472 { |
|
473 number = EAknSettingPageNoOrdinalDisplayed; |
|
474 label = qtn_gs_still_image_vt_call; |
|
475 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
476 type = EAknSetListBox; |
|
477 editor_resource_id = r_setting_listbox; |
|
478 } |
|
479 |
|
480 //---------------------------------------------------- |
|
481 // |
|
482 // r_gs_still_image_setting_page_lbx |
|
483 // "Not used" option for Still Image feature |
|
484 // |
|
485 //---------------------------------------------------- |
|
486 // |
|
487 RESOURCE ARRAY r_gs_still_image_setting_page_lbx |
|
488 { |
|
489 items = |
|
490 { |
|
491 LBUF |
|
492 { |
|
493 txt = qtn_gs_still_image_notused; |
|
494 }, |
|
495 LBUF |
|
496 { |
|
497 txt = qtn_gs_still_image_define; |
|
498 } |
|
499 }; |
|
500 } |
|
501 |
|
502 |
|
503 //---------------------------------------------------- |
|
504 // |
|
505 // r_gs_replace_prefix_setting_page |
|
506 // Japanese replace prefix setting page. |
|
507 // |
|
508 //---------------------------------------------------- |
|
509 // |
|
510 RESOURCE AVKON_SETTING_PAGE r_gs_replace_prefix_setting_page |
|
511 { |
|
512 number = EAknSettingPageNoOrdinalDisplayed; |
|
513 label = qtn_set_replace_prefix; |
|
514 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
515 type = EAknSetListBox; |
|
516 editor_resource_id = r_setting_listbox; |
|
517 } |
|
518 |
|
519 //---------------------------------------------------- |
|
520 // |
|
521 // r_gs_replace_prefix_setting_page_lbx |
|
522 // setting page items for Japanese replace prefix |
|
523 // |
|
524 //---------------------------------------------------- |
|
525 // |
|
526 RESOURCE ARRAY r_gs_replace_prefix_setting_page_lbx |
|
527 { |
|
528 items = |
|
529 { |
|
530 LBUF |
|
531 { |
|
532 txt = qtn_set_replace_prefix_on; |
|
533 }, |
|
534 LBUF |
|
535 { |
|
536 txt = qtn_set_replace_prefix_off; |
|
537 } |
|
538 }; |
|
539 } |
|
540 |
|
541 |
|
542 //---------------------------------------------------- |
|
543 // |
|
544 // r_replace_prefix_data_query |
|
545 // Replace prefix data query. |
|
546 // |
|
547 //---------------------------------------------------- |
|
548 // |
|
549 RESOURCE DIALOG r_replace_prefix_data_query |
|
550 { |
|
551 flags = EGeneralQueryFlags; |
|
552 buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
553 items = |
|
554 { |
|
555 DLG_LINE |
|
556 { |
|
557 type = EAknCtQuery; |
|
558 id = EGeneralQuery; |
|
559 itemflags=EEikDlgItemTakesEnterKey; |
|
560 control = AVKON_DATA_QUERY |
|
561 { |
|
562 layout = EPhoneLayout; |
|
563 label = qtn_set_prefix_data_query; |
|
564 control = EDWIN |
|
565 { |
|
566 flags=EEikEdwinNoHorizScrolling; |
|
567 width=10; |
|
568 lines=1; |
|
569 maxlength=10; |
|
570 numeric_keymap = EAknEditorStandardNumberModeKeymap; |
|
571 allowed_input_modes = EAknEditorNumericInputMode; |
|
572 default_input_mode = EAknEditorNumericInputMode; |
|
573 }; |
|
574 }; |
|
575 } |
|
576 }; |
|
577 } |
|
578 |
|
579 |
|
580 //---------------------------------------------------- |
|
581 // |
|
582 // r_gs_drm_not_allowed |
|
583 // DRM protected image cannot be selected as VT still iamge. |
|
584 // |
|
585 //---------------------------------------------------- |
|
586 // |
|
587 RESOURCE TBUF r_gs_drm_not_allowed |
|
588 { |
|
589 buf = qtn_drm_not_allowed; |
|
590 } |
|
591 |
|
592 |
|
593 //----------------------------------------------------------------------------- |
|
594 // |
|
595 // r_als_line_selection_mode |
|
596 // ALS: Line in use |
|
597 // |
|
598 //----------------------------------------------------------------------------- |
|
599 // |
|
600 RESOURCE TBUF r_als_line_selection_mode |
|
601 { |
|
602 buf = qtn_als_line_selection_mode; |
|
603 } |
|
604 |
|
605 |
|
606 //----------------------------------------------------------------------------- |
|
607 // |
|
608 // r_als_line1 |
|
609 // ALS: Line in use item |
|
610 // |
|
611 //----------------------------------------------------------------------------- |
|
612 // |
|
613 RESOURCE TBUF r_als_line1 |
|
614 { |
|
615 buf = qtn_als_line1; |
|
616 } |
|
617 |
|
618 //----------------------------------------------------------------------------- |
|
619 // |
|
620 // r_als_line2 |
|
621 // ALS: Line in use item |
|
622 // |
|
623 //----------------------------------------------------------------------------- |
|
624 // |
|
625 RESOURCE TBUF r_als_line2 |
|
626 { |
|
627 buf = qtn_als_line2; |
|
628 } |
|
629 |
|
630 //----------------------------------------------------------------------------- |
|
631 // |
|
632 // r_als_phoneline_block_mode |
|
633 // ALS: Line block mode |
|
634 // |
|
635 //----------------------------------------------------------------------------- |
|
636 // |
|
637 RESOURCE TBUF r_als_phoneline_block_mode |
|
638 { |
|
639 buf = qtn_als_phoneline_block_mode; |
|
640 } |
|
641 |
|
642 //----------------------------------------------------------------------------- |
|
643 // |
|
644 // r_als_line_blocking_on_sel |
|
645 // ALS: Line block mode |
|
646 // |
|
647 //----------------------------------------------------------------------------- |
|
648 // |
|
649 RESOURCE TBUF r_als_line_blocking_on_sel |
|
650 { |
|
651 buf = text_als_line_blocking_on_sel; |
|
652 } |
|
653 |
|
654 //----------------------------------------------------------------------------- |
|
655 // |
|
656 // text_als_line_blocking_off_sel |
|
657 // ALS: Line block mode |
|
658 // |
|
659 //----------------------------------------------------------------------------- |
|
660 // |
|
661 RESOURCE TBUF r_als_line_blocking_off_sel |
|
662 { |
|
663 buf = text_als_line_blocking_off_sel; |
|
664 } |
|
665 |
|
666 //----------------------------------------------------------------------------- |
|
667 // |
|
668 // r_als_line_blocking_on |
|
669 // ALS: Line block mode |
|
670 // |
|
671 //----------------------------------------------------------------------------- |
|
672 // |
|
673 RESOURCE TBUF r_als_line_blocking_on |
|
674 { |
|
675 buf = text_als_line_blocking_on; |
|
676 } |
|
677 |
|
678 //----------------------------------------------------------------------------- |
|
679 // |
|
680 // r_als_line_blocking_off |
|
681 // ALS: Line block mode |
|
682 // |
|
683 //----------------------------------------------------------------------------- |
|
684 // |
|
685 RESOURCE TBUF r_als_line_blocking_off |
|
686 { |
|
687 buf = text_als_line_blocking_off; |
|
688 } |
|
689 |
|
690 |
|
691 // **COMMON RESOURCES FOR CALL, BARRING AND NETWORK |
|
692 |
|
693 //---------------------------------------------------- |
|
694 // |
|
695 // r_requesting_note |
|
696 // Note layout when requesting something from network |
|
697 // |
|
698 //---------------------------------------------------- |
|
699 // |
|
700 RESOURCE DIALOG r_requesting_note |
|
701 { |
|
702 flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | |
|
703 EEikDialogFlagCbaButtons | EEikDialogFlagWait; |
|
704 buttons = r_softkeys_empty_quit; |
|
705 items = |
|
706 { |
|
707 DLG_LINE |
|
708 { |
|
709 type = EAknCtNote; |
|
710 id = ERequestingNote; |
|
711 control = AVKON_NOTE |
|
712 { |
|
713 layout = EWaitLayout; |
|
714 singular_label = text_sending; |
|
715 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
716 }; |
|
717 } |
|
718 }; |
|
719 } |
|
720 |
|
721 //---------------------------------------------------- |
|
722 // |
|
723 // r_softkeys_empty_quit |
|
724 // Softkeys for requesting notes: empty-quit |
|
725 // |
|
726 //---------------------------------------------------- |
|
727 // |
|
728 RESOURCE CBA r_softkeys_empty_quit |
|
729 { |
|
730 buttons = |
|
731 { |
|
732 CBA_BUTTON {txt = "";}, |
|
733 CBA_BUTTON {id = EGSSoftkeyQuit; txt = text_softkey_quit;} |
|
734 }; |
|
735 } |
|
736 |
|
737 |
|
738 //---------------------------------------------------- |
|
739 // |
|
740 // r_gs_image_corrupted |
|
741 // Image corrupted information note. |
|
742 // |
|
743 //---------------------------------------------------- |
|
744 // |
|
745 RESOURCE TBUF r_gs_image_corrupted |
|
746 { |
|
747 buf = qtn_set_image_format_wrong; |
|
748 } |
|
749 |
|
750 //---------------------------------------------------- |
|
751 // |
|
752 // r_gs_image_too_large |
|
753 // Image corrupted information note. |
|
754 // |
|
755 //---------------------------------------------------- |
|
756 // |
|
757 RESOURCE TBUF r_gs_image_too_large |
|
758 { |
|
759 buf = qtn_set_image_too_large; |
|
760 } |
|
761 |
|
762 |
|
763 //---------------------------------------------------- |
|
764 // |
|
765 // r_image_load_wait_note |
|
766 // Image loading wait note. |
|
767 // |
|
768 //---------------------------------------------------- |
|
769 // |
|
770 RESOURCE DIALOG r_image_load_wait_note |
|
771 { |
|
772 flags = EAknWaitNoteFlags; |
|
773 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
774 items = |
|
775 { |
|
776 DLG_LINE |
|
777 { |
|
778 type = EAknCtNote; |
|
779 id = EImageLoadWaitNote; |
|
780 control= AVKON_NOTE |
|
781 { |
|
782 layout = EWaitLayout; |
|
783 singular_label = qtn_set_loading_image; |
|
784 imagefile = AVKON_ICON_FILE; |
|
785 imageid = EMbmAvkonQgn_note_progress; |
|
786 imagemask = EMbmAvkonQgn_note_progress_mask; |
|
787 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
788 }; |
|
789 } |
|
790 }; |
|
791 } |
|
792 |
|
793 // VOIP SETTINGS |
|
794 |
|
795 // **INTERNET CALL CLIR |
|
796 |
|
797 //---------------------------------------------------- |
|
798 // |
|
799 // r_set_ic_clir |
|
800 // Internet call CLIR setting page resources |
|
801 // |
|
802 //---------------------------------------------------- |
|
803 // |
|
804 RESOURCE TBUF r_set_ic_clir |
|
805 { |
|
806 buf = qtn_clir_voip; |
|
807 } |
|
808 |
|
809 //---------------------------------------------------- |
|
810 // |
|
811 // r_set_ic_clir_on |
|
812 // Internet call CLIR setting page item |
|
813 // |
|
814 //---------------------------------------------------- |
|
815 // |
|
816 RESOURCE TBUF r_set_ic_clir_on |
|
817 { |
|
818 buf = text_cli_sending_on; |
|
819 } |
|
820 |
|
821 //---------------------------------------------------- |
|
822 // |
|
823 // r_set_ic_clir_off |
|
824 // Internet call CLIR setting page item |
|
825 // |
|
826 //---------------------------------------------------- |
|
827 // |
|
828 RESOURCE TBUF r_set_ic_clir_off |
|
829 { |
|
830 buf = text_cli_sending_off; |
|
831 } |
|
832 |
|
833 //---------------------------------------------------- |
|
834 // |
|
835 // r_ic_clir_setting_page_lbx |
|
836 // On/Off setting page's listbox, used by |
|
837 // Internet call CLIR. |
|
838 // |
|
839 //---------------------------------------------------- |
|
840 // |
|
841 RESOURCE ARRAY r_ic_clir_setting_page_lbx |
|
842 { |
|
843 items = |
|
844 { |
|
845 LBUF |
|
846 { |
|
847 txt = text_cli_sending_on; |
|
848 }, |
|
849 LBUF |
|
850 { |
|
851 txt = text_cli_sending_off; |
|
852 } |
|
853 }; |
|
854 } |
|
855 |
|
856 // **INTERNET CALL WAITING |
|
857 |
|
858 //---------------------------------------------------- |
|
859 // |
|
860 // r_set_ic_waiting |
|
861 // Internet call waiting setting page resources |
|
862 // |
|
863 //---------------------------------------------------- |
|
864 // |
|
865 RESOURCE TBUF r_set_ic_waiting |
|
866 { |
|
867 buf = qtn_voip_call_waiting; |
|
868 } |
|
869 |
|
870 //---------------------------------------------------- |
|
871 // |
|
872 // r_set_ic_waiting_on |
|
873 // Internet call waiting setting page item |
|
874 // |
|
875 //---------------------------------------------------- |
|
876 // |
|
877 RESOURCE TBUF r_set_ic_waiting_active |
|
878 { |
|
879 buf = qtn_voip_waiting_active; |
|
880 } |
|
881 |
|
882 //---------------------------------------------------- |
|
883 // |
|
884 // r_set_ic_waiting_off |
|
885 // Internet call waiting setting page item |
|
886 // |
|
887 //---------------------------------------------------- |
|
888 // |
|
889 RESOURCE TBUF r_set_ic_waiting_not_active |
|
890 { |
|
891 buf = qtn_voip_waiting_not_active; |
|
892 } |
|
893 |
|
894 //---------------------------------------------------- |
|
895 // |
|
896 // r_ic_waiting_setting_page_lbx |
|
897 // Active/Not active setting page's listbox, used by |
|
898 // Internet call waiting. |
|
899 // |
|
900 //---------------------------------------------------- |
|
901 // |
|
902 RESOURCE ARRAY r_ic_waiting_setting_page_lbx |
|
903 { |
|
904 items = |
|
905 { |
|
906 LBUF |
|
907 { |
|
908 txt = qtn_voip_waiting_active; |
|
909 }, |
|
910 LBUF |
|
911 { |
|
912 txt = qtn_voip_waiting_not_active; |
|
913 } |
|
914 }; |
|
915 } |
|
916 |
|
917 //---------------------------------------------------- |
|
918 // |
|
919 // r_qtn_voip_sccp_no_clir |
|
920 // Note is shown IC clir is activated and sccp is |
|
921 // installed |
|
922 // |
|
923 //---------------------------------------------------- |
|
924 // |
|
925 RESOURCE TBUF r_qtn_voip_sccp_no_clir |
|
926 { |
|
927 buf = qtn_voip_sccp_no_clir; |
|
928 } |
|
929 |
|
930 // **PREFERRED TELEPHONY |
|
931 |
|
932 //---------------------------------------------------- |
|
933 // |
|
934 // r_set_ic_preferred_telephony |
|
935 // Preferred telephony setting page resources |
|
936 // |
|
937 //---------------------------------------------------- |
|
938 // |
|
939 RESOURCE TBUF r_set_ic_preferred_telephone |
|
940 { |
|
941 buf = qtn_set_voip_settings_preferred_tel; |
|
942 } |
|
943 |
|
944 //---------------------------------------------------- |
|
945 // |
|
946 // r_set_ic_preferred_telephony_cs |
|
947 // Preferred telephony setting page item |
|
948 // |
|
949 //---------------------------------------------------- |
|
950 // |
|
951 RESOURCE TBUF r_set_ic_preferred_telephone_cs |
|
952 { |
|
953 buf = qtn_set_voip_preferred_tel_cs; |
|
954 } |
|
955 |
|
956 //---------------------------------------------------- |
|
957 // |
|
958 // r_set_ic_preferred_telephony_ps |
|
959 // Preferred telephony setting page item |
|
960 // |
|
961 //---------------------------------------------------- |
|
962 // |
|
963 RESOURCE TBUF r_set_ic_preferred_telephone_ps |
|
964 { |
|
965 buf = qtn_set_voip_preferred_tel_ps; |
|
966 } |
|
967 |
|
968 //---------------------------------------------------- |
|
969 // |
|
970 // r_ic_preferred_call_type_setting_page_lbx |
|
971 // CS/PS setting page's listbox, used by |
|
972 // Preferred type. |
|
973 // |
|
974 //---------------------------------------------------- |
|
975 // |
|
976 RESOURCE ARRAY r_ic_preferred_call_type_setting_page_lbx |
|
977 { |
|
978 items = |
|
979 { |
|
980 LBUF |
|
981 { |
|
982 txt = qtn_set_voip_preferred_tel_cs; |
|
983 }, |
|
984 LBUF |
|
985 { |
|
986 txt = qtn_set_voip_preferred_tel_ps; |
|
987 } |
|
988 }; |
|
989 } |
|
990 |
|
991 //---------------------------------------------------- |
|
992 // |
|
993 // r_ic_preferred_telephone_query_text |
|
994 // Message query's text when activating |
|
995 // Internet telephony |
|
996 // |
|
997 //---------------------------------------------------- |
|
998 // |
|
999 RESOURCE TBUF r_ic_preferred_telephone_query_text |
|
1000 { |
|
1001 buf = qtn_voip_pref_teleph_set_note; |
|
1002 } |
|
1003 |
|
1004 //---------------------------------------------------- |
|
1005 // |
|
1006 // r_ic_preferred_telephone_query |
|
1007 // Message query when activating Internet telephony |
|
1008 // |
|
1009 //---------------------------------------------------- |
|
1010 // |
|
1011 RESOURCE DIALOG r_ic_preferred_telephone_query |
|
1012 { |
|
1013 flags = EGeneralQueryFlags; |
|
1014 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
1015 items= |
|
1016 { |
|
1017 DLG_LINE |
|
1018 { |
|
1019 type = EAknCtPopupHeadingPane; |
|
1020 id = EAknMessageQueryHeaderId; |
|
1021 control = AVKON_HEADING |
|
1022 { |
|
1023 }; |
|
1024 }, |
|
1025 DLG_LINE |
|
1026 { |
|
1027 type = EAknCtMessageQuery; |
|
1028 id = EAknMessageQueryContentId; |
|
1029 control = AVKON_MESSAGE_QUERY |
|
1030 { |
|
1031 }; |
|
1032 } |
|
1033 }; |
|
1034 } |
|
1035 |
|
1036 // **DO NOT DISTURB |
|
1037 |
|
1038 //---------------------------------------------------- |
|
1039 // |
|
1040 // r_set_ic_dnd |
|
1041 // Internet call do not disturb setting page resources |
|
1042 // |
|
1043 //---------------------------------------------------- |
|
1044 // |
|
1045 RESOURCE TBUF r_set_ic_dnd |
|
1046 { |
|
1047 buf = qtn_voip_do_not_disturb; |
|
1048 } |
|
1049 |
|
1050 //---------------------------------------------------- |
|
1051 // |
|
1052 // r_set_ic_dnd_active |
|
1053 // Internet call dnd setting page item |
|
1054 // |
|
1055 //---------------------------------------------------- |
|
1056 // |
|
1057 RESOURCE TBUF r_set_ic_dnd_active |
|
1058 { |
|
1059 buf = qtn_voip_do_not_disturb_on; |
|
1060 } |
|
1061 |
|
1062 //---------------------------------------------------- |
|
1063 // |
|
1064 // r_set_ic_dnd_not_active |
|
1065 // Internet call dnd setting page item |
|
1066 // |
|
1067 //---------------------------------------------------- |
|
1068 // |
|
1069 RESOURCE TBUF r_set_ic_dnd_not_active |
|
1070 { |
|
1071 buf = qtn_voip_do_not_disturb_off; |
|
1072 } |
|
1073 |
|
1074 //---------------------------------------------------- |
|
1075 // |
|
1076 // r_ic_dnd_setting_page_lbx |
|
1077 // Active/Not active setting page's listbox, used by |
|
1078 // Internet call dnd. |
|
1079 // |
|
1080 //---------------------------------------------------- |
|
1081 // |
|
1082 RESOURCE ARRAY r_ic_dnd_setting_page_lbx |
|
1083 { |
|
1084 items = |
|
1085 { |
|
1086 LBUF |
|
1087 { |
|
1088 txt = qtn_voip_do_not_disturb_on; |
|
1089 }, |
|
1090 LBUF |
|
1091 { |
|
1092 txt = qtn_voip_do_not_disturb_off; |
|
1093 } |
|
1094 }; |
|
1095 } |
|
1096 |
|
1097 |
|
1098 //MSK Labels and Resources |
|
1099 |
|
1100 |
|
1101 // ----------------------------------------------------------------------------- |
|
1102 // |
|
1103 // r_call_msk_change |
|
1104 // Middle softkey label: change. |
|
1105 // |
|
1106 // ----------------------------------------------------------------------------- |
|
1107 // |
|
1108 RESOURCE TBUF r_call_msk_change |
|
1109 { |
|
1110 buf = qtn_msk_change; |
|
1111 } |
|
1112 |
|
1113 // ----------------------------------------------------------------------------- |
|
1114 // |
|
1115 // r_call_softkey_option |
|
1116 // Middle softkey label: Options. |
|
1117 // |
|
1118 // ----------------------------------------------------------------------------- |
|
1119 // |
|
1120 RESOURCE TBUF r_call_softkey_option |
|
1121 { |
|
1122 buf = text_softkey_option; |
|
1123 } |
|
1124 |
|
1125 RESOURCE TBUF r_text_active_call {buf = qtn_info_during_call;} |
|
1126 |
|
1127 //---------------------------------------------------- |
|
1128 // |
|
1129 // r_setting_page |
|
1130 // Setting page for Network selection mode/MCN items |
|
1131 // |
|
1132 //---------------------------------------------------- |
|
1133 // |
|
1134 RESOURCE AVKON_SETTING_PAGE r_setting_page |
|
1135 { |
|
1136 number = EAknSettingPageNoOrdinalDisplayed; |
|
1137 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
1138 type = EAknSetListBox; |
|
1139 editor_resource_id= r_setting_listbox; |
|
1140 } |
|
1141 |
|
1142 //---------------------------------------------------- |
|
1143 // |
|
1144 // r_gs_msk_contextmenubar |
|
1145 // Options menu with 'Open' and SetasDefault items . |
|
1146 // Context Menu Options for MSK key handling |
|
1147 //---------------------------------------------------- |
|
1148 // |
|
1149 RESOURCE MENU_BAR r_call_divert_msk_contextmenubar |
|
1150 { |
|
1151 titles = |
|
1152 { |
|
1153 MENU_TITLE {menu_pane = r_cf_msk_div_view_menu;} |
|
1154 }; |
|
1155 } |
|
1156 |
|
1157 |
|
1158 //---------------------------------------------------- |
|
1159 // |
|
1160 // r_cf_msk_div_view_menu |
|
1161 // Menu pane for Context Options. |
|
1162 // |
|
1163 //---------------------------------------------------- |
|
1164 // |
|
1165 RESOURCE MENU_PANE r_cf_msk_div_view_menu |
|
1166 { |
|
1167 items = |
|
1168 { |
|
1169 MENU_ITEM |
|
1170 { |
|
1171 command = ECFCmdActivate; |
|
1172 txt = text_activate_divert; |
|
1173 }, |
|
1174 MENU_ITEM |
|
1175 { |
|
1176 command = ECFCmdCancel; |
|
1177 txt = text_cancel_divert; |
|
1178 }, |
|
1179 MENU_ITEM |
|
1180 { |
|
1181 command = ECFCmdCheckStatus; |
|
1182 txt = text_check_status; |
|
1183 } |
|
1184 }; |
|
1185 } |
|
1186 |
|
1187 //---------------------------------------------------- |
|
1188 // |
|
1189 // r_gs_long_press_call_setting_page |
|
1190 // Long Press Call Key setting page. |
|
1191 // |
|
1192 //---------------------------------------------------------- |
|
1193 // |
|
1194 RESOURCE AVKON_SETTING_PAGE r_gs_long_press_call_setting_page |
|
1195 { |
|
1196 number = EAknSettingPageNoOrdinalDisplayed; |
|
1197 label = qtn_gs_long_press_call_key; |
|
1198 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
1199 type = EAknSetListBox; |
|
1200 editor_resource_id = r_setting_listbox; |
|
1201 } |
|
1202 |
|
1203 //---------------------------------------------------- |
|
1204 // |
|
1205 // r_gs_long_press_call_setting_page_lbx |
|
1206 // Options: Inactive and Video call |
|
1207 // |
|
1208 //---------------------------------------------------- |
|
1209 // |
|
1210 RESOURCE ARRAY r_gs_long_press_call_setting_page_lbx |
|
1211 { |
|
1212 items = |
|
1213 { |
|
1214 LBUF |
|
1215 { |
|
1216 txt = qtn_gs_long_press_call_key_inactive; |
|
1217 }, |
|
1218 LBUF |
|
1219 { |
|
1220 txt = qtn_gs_long_press_call_key_video; |
|
1221 } |
|
1222 }; |
|
1223 } |
|
1224 |
|
1225 //---------------------------------------------------- |
|
1226 // |
|
1227 // r_gs_own_image_vt_call_setting_page |
|
1228 // Own image vt call setting page. |
|
1229 // |
|
1230 //---------------------------------------------------------- |
|
1231 // |
|
1232 RESOURCE AVKON_SETTING_PAGE r_gs_own_image_vt_call_setting_page |
|
1233 { |
|
1234 number = EAknSettingPageNoOrdinalDisplayed; |
|
1235 label = qtn_gs_own_image_vt_call; |
|
1236 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
1237 type = EAknSetListBox; |
|
1238 editor_resource_id = r_setting_listbox; |
|
1239 } |
|
1240 |
|
1241 //---------------------------------------------------- |
|
1242 // |
|
1243 // r_gs_own_image_vt_call_setting_page_lbx |
|
1244 // Options: Ask first, No, Yes |
|
1245 // |
|
1246 //---------------------------------------------------- |
|
1247 // |
|
1248 RESOURCE ARRAY r_gs_own_image_vt_call_setting_page_lbx |
|
1249 { |
|
1250 items = |
|
1251 { |
|
1252 LBUF |
|
1253 { |
|
1254 txt = qtn_gs_own_image_ask_first; |
|
1255 }, |
|
1256 LBUF |
|
1257 { |
|
1258 txt = qtn_gs_own_image_no; |
|
1259 }, |
|
1260 LBUF |
|
1261 { |
|
1262 txt = qtn_gs_own_image_yes; |
|
1263 } |
|
1264 }; |
|
1265 } |
|
1266 |
|
1267 //---------------------------------------------------- |
|
1268 // |
|
1269 // r_cp_setting_title_opening_slide |
|
1270 // Title to opening slide answer setting page |
|
1271 // |
|
1272 //---------------------------------------------------- |
|
1273 // |
|
1274 RESOURCE TBUF r_cp_setting_title_opening_slide |
|
1275 { |
|
1276 buf = qtn_cp_setting_title_opening_slide; |
|
1277 } |
|
1278 |
|
1279 //---------------------------------------------------- |
|
1280 // |
|
1281 // r_cp_setting_opening_slide_answer |
|
1282 // value to opening slide answer setting page |
|
1283 // |
|
1284 //---------------------------------------------------- |
|
1285 // |
|
1286 RESOURCE TBUF r_cp_setting_opening_slide_answer |
|
1287 { |
|
1288 buf = qtn_cp_setting_opening_slide_answer; |
|
1289 } |
|
1290 |
|
1291 //---------------------------------------------------- |
|
1292 // |
|
1293 // r_cp_setting_opening_slide_not_answer |
|
1294 // value to opening slide answer setting page |
|
1295 // |
|
1296 //---------------------------------------------------- |
|
1297 // |
|
1298 RESOURCE TBUF r_cp_setting_opening_slide_not_answer |
|
1299 { |
|
1300 buf = qtn_cp_setting_opening_slide_not_answer; |
|
1301 } |
|
1302 |
|
1303 //---------------------------------------------------- |
|
1304 // |
|
1305 // r_cp_setting_title_closing_slide |
|
1306 // Title to colsing slide end setting page |
|
1307 // |
|
1308 //---------------------------------------------------- |
|
1309 // |
|
1310 RESOURCE TBUF r_cp_setting_title_closing_slide |
|
1311 { |
|
1312 buf = qtn_cp_setting_title_closing_slide; |
|
1313 } |
|
1314 |
|
1315 //---------------------------------------------------- |
|
1316 // |
|
1317 // r_cp_setting_closing_slide_end |
|
1318 // value to colsing slide end setting page |
|
1319 // |
|
1320 //---------------------------------------------------- |
|
1321 // |
|
1322 RESOURCE TBUF r_cp_setting_closing_slide_end |
|
1323 { |
|
1324 buf = qtn_cp_setting_closing_slide_end; |
|
1325 } |
|
1326 |
|
1327 //---------------------------------------------------- |
|
1328 // |
|
1329 // r_cp_setting_closing_slide_not_end |
|
1330 // value to colsing slide end setting page |
|
1331 // |
|
1332 //---------------------------------------------------- |
|
1333 // |
|
1334 RESOURCE TBUF r_cp_setting_closing_slide_not_end |
|
1335 { |
|
1336 buf = qtn_cp_setting_closing_slide_not_end; |
|
1337 } |
|
1338 |
|
1339 |
|
1340 //End of File |
|