author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 14 Sep 2010 21:18:17 +0300 | |
branch | RCL_3 |
changeset 69 | 8baf28733c3d |
parent 62 | 5266b1f337bd |
child 81 | c26cc2a7c548 |
permissions | -rw-r--r-- |
62 | 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: |
|
15 |
* This file contains all the resources for the module. |
|
16 |
* All definitions for components used in phone application. |
|
17 |
* Positions, sizes, texts, etc. |
|
18 |
* |
|
19 |
*/ |
|
20 |
||
21 |
||
22 |
NAME PHUI |
|
23 |
||
24 |
#include <bldvariant.hrh> |
|
25 |
||
26 |
#include <EIKCORE.rsg> |
|
27 |
#include <eikon.rh> |
|
28 |
#include <eikon.rsg> |
|
29 |
#include <avkon.hrh> |
|
30 |
#include <avkon.rsg> |
|
31 |
#include <avkon.rh> |
|
32 |
#include <avkon.mbg> |
|
33 |
#include <avkon.loc> |
|
34 |
#include <e32keys.h> |
|
35 |
#include <uikon.hrh> |
|
36 |
#include <AiwCommon.hrh> |
|
37 |
#include <AiwCommon.rh> |
|
38 |
||
39 |
#include <phone.loc> |
|
40 |
||
41 |
#include <callheadertexts.loc> |
|
42 |
#include <basiccallhandling.loc> |
|
43 |
#include <incallmenuandsoftkeys.loc> |
|
44 |
#include <callterminationnote.loc> |
|
45 |
#include <incalloperations.loc> |
|
46 |
#include <numberentry.loc> |
|
47 |
#include <multicallhandling.loc> |
|
48 |
#include <mobileoriginatedcalls.loc> |
|
49 |
#include <avkon.loc> |
|
50 |
#include <dialer.loc> |
|
69
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
51 |
#include <variedcallhandling.loc> |
62 | 52 |
|
53 |
||
54 |
#include <dtmfsignalling.loc> |
|
55 |
||
56 |
||
57 |
#include "phoneui.rh" |
|
58 |
#include "phoneui.hrh" |
|
59 |
||
60 |
#include <appinfo.rh> |
|
61 |
#include <data_caging_paths_strings.hrh> |
|
62 |
||
63 |
// RESOURCE DEFINITIONS |
|
64 |
||
65 |
RESOURCE RSS_SIGNATURE |
|
66 |
{ |
|
67 |
} |
|
68 |
||
69 |
RESOURCE TBUF |
|
70 |
{ |
|
71 |
buf = ""; |
|
72 |
} |
|
73 |
||
74 |
// ----------------------------------------------------------------------------- |
|
75 |
// |
|
76 |
// It contains application information. |
|
77 |
// |
|
78 |
// ----------------------------------------------------------------------------- |
|
79 |
// |
|
80 |
RESOURCE EIK_APP_INFO |
|
81 |
{ |
|
82 |
status_pane = r_phoneui_status_pane; |
|
83 |
cba = r_phoneui_empty_cba; |
|
84 |
menubar = r_phoneui_idle_menubar; |
|
85 |
} |
|
86 |
||
87 |
RESOURCE LOCALISABLE_APP_INFO r_phoneui_localisable_app_info |
|
88 |
{ |
|
89 |
short_caption = qtn_apps_phone_grid; |
|
90 |
caption_and_icon = |
|
91 |
CAPTION_AND_ICON_INFO |
|
92 |
{ |
|
93 |
caption = qtn_apps_phone_list; |
|
94 |
#ifdef __SCALABLE_ICONS |
|
95 |
number_of_icons = 1; |
|
96 |
icon_file = PHONEUI_SCALABLE_AIF_ICON_FILE; |
|
97 |
#else |
|
98 |
number_of_icons = 1; |
|
99 |
icon_file = PHONEUI_AIF_ICON_FILE; |
|
100 |
#endif // __SCALABLE_ICONS |
|
101 |
}; |
|
102 |
} |
|
103 |
||
104 |
// --------------------------------------------------------- |
|
105 |
// |
|
106 |
// r_phoneui_toolbar |
|
107 |
// |
|
108 |
// --------------------------------------------------------- |
|
109 |
// |
|
110 |
RESOURCE AVKON_TOOLBAR r_phoneui_toolbar |
|
111 |
{ |
|
112 |
flags = KAknToolbarFixed; |
|
113 |
items = |
|
114 |
{ |
|
115 |
// Buttons are dynamically added. |
|
116 |
}; |
|
117 |
} |
|
118 |
||
119 |
// ----------------------------------------------------------------------------- |
|
120 |
// |
|
121 |
// r_phoneui_title_pane |
|
122 |
// It defines phone's status pane. Title pane is empty. |
|
123 |
// |
|
124 |
// ----------------------------------------------------------------------------- |
|
125 |
// |
|
126 |
RESOURCE TITLE_PANE r_phoneui_title_pane |
|
127 |
{ |
|
128 |
txt = qtn_title_text; |
|
129 |
} |
|
130 |
||
131 |
||
132 |
||
133 |
// --------------------------------------------------------- |
|
134 |
// |
|
135 |
// r_phoneui_status_pane |
|
136 |
// It defines phone's status pane. |
|
137 |
// |
|
138 |
// --------------------------------------------------------- |
|
139 |
// |
|
140 |
RESOURCE STATUS_PANE_APP_MODEL r_phoneui_status_pane |
|
141 |
{ |
|
142 |
layout = R_AVKON_STATUS_PANE_LAYOUT_IDLE; |
|
143 |
panes = |
|
144 |
{ |
|
145 |
SPANE_PANE |
|
146 |
{ |
|
147 |
id = EEikStatusPaneUidTitle; |
|
148 |
type = EAknCtTitlePane; |
|
149 |
resource = r_phoneui_title_pane; |
|
150 |
} |
|
151 |
}; |
|
152 |
} |
|
153 |
||
154 |
||
155 |
// ---------------------------------------------------------------- |
|
156 |
// |
|
157 |
// r_phoneui_idle_menubar |
|
158 |
// Default menubar shown when idle view is active. |
|
159 |
// |
|
160 |
// ---------------------------------------------------------------- |
|
161 |
// |
|
162 |
RESOURCE MENU_BAR r_phoneui_idle_menubar |
|
163 |
{ |
|
164 |
titles= |
|
165 |
{ |
|
166 |
MENU_TITLE |
|
167 |
{ |
|
168 |
menu_pane = r_phoneui_idle_normal_menu; |
|
169 |
} |
|
170 |
}; |
|
171 |
} |
|
172 |
||
173 |
||
174 |
// ---------------------------------------------------------------- |
|
175 |
// |
|
176 |
// r_phoneui_numberacq_menubar |
|
177 |
// Default menubar shown when number acquistion view is active. |
|
178 |
// |
|
179 |
// ---------------------------------------------------------------- |
|
180 |
// |
|
181 |
RESOURCE MENU_BAR r_phoneui_numberacq_menubar |
|
182 |
{ |
|
183 |
titles= |
|
184 |
{ |
|
185 |
MENU_TITLE |
|
186 |
{ |
|
187 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
188 |
} |
|
189 |
}; |
|
190 |
} |
|
191 |
||
192 |
// ---------------------------------------------------------------- |
|
193 |
// |
|
194 |
// r_phoneui_numberacq_videocall_menubar |
|
195 |
// Default menubar shown when number acquistion view is active. |
|
196 |
// |
|
197 |
// ---------------------------------------------------------------- |
|
198 |
// |
|
199 |
RESOURCE MENU_BAR r_phoneui_numberacq_videocall_menubar |
|
200 |
{ |
|
201 |
titles= |
|
202 |
{ |
|
203 |
MENU_TITLE |
|
204 |
{ |
|
205 |
menu_pane = r_phoneui_numberacq_videocall_options_menu; |
|
206 |
} |
|
207 |
}; |
|
208 |
} |
|
209 |
||
210 |
// ----------------------------------------------------------------------------- |
|
211 |
// |
|
212 |
// r_phone_incall_menubar_with_numberentry |
|
213 |
// It defines the options menu for in-call state. |
|
214 |
// |
|
215 |
// ----------------------------------------------------------------------------- |
|
216 |
// |
|
217 |
RESOURCE MENU_BAR r_phone_incall_menubar_with_numberentry |
|
218 |
{ |
|
219 |
titles = |
|
220 |
{ |
|
221 |
MENU_TITLE |
|
222 |
{ |
|
223 |
menu_pane = r_phoneui_callhandling_incall_options_menu; |
|
224 |
}, |
|
225 |
MENU_TITLE |
|
226 |
{ |
|
227 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
228 |
} |
|
229 |
}; |
|
230 |
} |
|
231 |
||
232 |
// ----------------------------------------------------------------------------- |
|
233 |
// |
|
234 |
// r_phone_incall_menubar_with_numberentry_videocall |
|
235 |
// It defines the options menu for in-call state. |
|
236 |
// |
|
237 |
// ----------------------------------------------------------------------------- |
|
238 |
// |
|
239 |
RESOURCE MENU_BAR r_phone_incall_videocall_menubar_with_numberentry |
|
240 |
{ |
|
241 |
titles = |
|
242 |
{ |
|
243 |
MENU_TITLE |
|
244 |
{ |
|
245 |
menu_pane = r_phoneui_callhandling_incall_options_menu; |
|
246 |
}, |
|
247 |
MENU_TITLE |
|
248 |
{ |
|
249 |
menu_pane = r_phoneui_numberacq_videocall_options_menu; |
|
250 |
} |
|
251 |
}; |
|
252 |
} |
|
253 |
||
254 |
// ----------------------------------------------------------------------------- |
|
255 |
// |
|
256 |
// r_phoneui_videocall_menubar |
|
257 |
// It defines the options menu for video call in-call state. |
|
258 |
// |
|
259 |
// ----------------------------------------------------------------------------- |
|
260 |
// |
|
261 |
RESOURCE MENU_BAR r_phoneui_videocall_menubar |
|
262 |
{ |
|
263 |
titles = |
|
264 |
{ |
|
265 |
MENU_TITLE |
|
266 |
{ |
|
267 |
menu_pane = r_phoneui_videocallhandling_options_menu; |
|
268 |
} |
|
269 |
}; |
|
270 |
} |
|
271 |
||
272 |
// ----------------------------------------------------------------------------- |
|
273 |
// |
|
274 |
// r_phone_videocall_menubar_with_numberentry |
|
275 |
// It defines the options menu for video call in-call state. |
|
276 |
// |
|
277 |
// ----------------------------------------------------------------------------- |
|
278 |
// |
|
279 |
RESOURCE MENU_BAR r_phoneui_videocall_menubar_with_numberentry |
|
280 |
{ |
|
281 |
titles = |
|
282 |
{ |
|
283 |
MENU_TITLE |
|
284 |
{ |
|
285 |
menu_pane = r_phoneui_videocallhandling_options_menu; |
|
286 |
}, |
|
287 |
MENU_TITLE |
|
288 |
{ |
|
289 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
290 |
} |
|
291 |
}; |
|
292 |
} |
|
293 |
||
294 |
// ---------------------------------------------------------------- |
|
295 |
// |
|
296 |
// r_phoneui_numberacq_ok_menubar |
|
297 |
// Default menubar shown when number acquistion view is active. |
|
298 |
// |
|
299 |
// ---------------------------------------------------------------- |
|
300 |
// |
|
301 |
RESOURCE MENU_BAR r_phoneui_numberacq_ok_menubar |
|
302 |
{ |
|
303 |
titles= |
|
304 |
{ |
|
305 |
MENU_TITLE |
|
306 |
{ |
|
307 |
menu_pane = r_phoneui_numberacq_ok_options_menu; |
|
308 |
} |
|
309 |
}; |
|
310 |
} |
|
311 |
||
312 |
// ---------------------------------------------------------------- |
|
313 |
// |
|
314 |
// r_phoneui_numberacq_ok_videocall_menubar |
|
315 |
// Default menubar shown when number acquistion view is active. |
|
316 |
// |
|
317 |
// ---------------------------------------------------------------- |
|
318 |
// |
|
319 |
RESOURCE MENU_BAR r_phoneui_numberacq_ok_videocall_menubar |
|
320 |
{ |
|
321 |
titles= |
|
322 |
{ |
|
323 |
MENU_TITLE |
|
324 |
{ |
|
325 |
menu_pane = r_phoneui_numberacq_ok_videocall_options_menu; |
|
326 |
} |
|
327 |
}; |
|
328 |
} |
|
329 |
||
330 |
// ---------------------------------------------------------------- |
|
331 |
// |
|
332 |
// r_phoneui_callhandling_menubar |
|
333 |
// Default menubar shown when call handling view is active. |
|
334 |
// |
|
335 |
// ---------------------------------------------------------------- |
|
336 |
// |
|
337 |
RESOURCE MENU_BAR r_phoneui_callhandling_menubar |
|
338 |
{ |
|
339 |
titles= |
|
340 |
{ |
|
341 |
MENU_TITLE |
|
342 |
{ |
|
343 |
menu_pane = r_phoneui_callhandling_incall_options_menu; |
|
344 |
} |
|
345 |
}; |
|
346 |
} |
|
347 |
||
348 |
// ---------------------------------------------------------------- |
|
349 |
// |
|
350 |
// r_phoneui_incomingcall_menubar |
|
351 |
// Default menubar shown when call handling view is active in |
|
352 |
// incoming state. |
|
353 |
// |
|
354 |
// ---------------------------------------------------------------- |
|
355 |
// |
|
356 |
RESOURCE MENU_BAR r_phoneui_incomingcall_menubar |
|
357 |
{ |
|
358 |
titles= |
|
359 |
{ |
|
360 |
MENU_TITLE |
|
361 |
{ |
|
362 |
menu_pane = r_phoneui_incomingcall_options_menu; |
|
363 |
} |
|
364 |
}; |
|
365 |
} |
|
366 |
||
367 |
||
368 |
// ---------------------------------------------------------------- |
|
369 |
// |
|
370 |
// r_phoneui_incomingvideocall_menubar |
|
371 |
// Default menubar shown when call handling view is active in |
|
372 |
// incoming video call state. |
|
373 |
// |
|
374 |
// ---------------------------------------------------------------- |
|
375 |
// |
|
376 |
RESOURCE MENU_BAR r_phoneui_incomingvideocall_menubar |
|
377 |
{ |
|
378 |
titles= |
|
379 |
{ |
|
380 |
MENU_TITLE |
|
381 |
{ |
|
382 |
menu_pane = r_phoneui_incomingvideocall_options_menu; |
|
383 |
} |
|
384 |
}; |
|
385 |
} |
|
386 |
||
387 |
// ---------------------------------------------------------------- |
|
388 |
// |
|
389 |
// r_phoneui_incomingcall_menubar_with_numberentry |
|
390 |
// Default menubar shown when call handling view is active in |
|
391 |
// incoming state. |
|
392 |
// |
|
393 |
// ---------------------------------------------------------------- |
|
394 |
// |
|
395 |
RESOURCE MENU_BAR r_phoneui_incomingcall_menubar_with_numberentry |
|
396 |
{ |
|
397 |
titles= |
|
398 |
{ |
|
399 |
MENU_TITLE |
|
400 |
{ |
|
401 |
menu_pane = r_phoneui_incomingcall_options_menu; |
|
402 |
}, |
|
403 |
MENU_TITLE |
|
404 |
{ |
|
405 |
menu_pane = r_phoneui_numberacq_incomingcall_options_menu; |
|
406 |
} |
|
407 |
}; |
|
408 |
} |
|
409 |
||
410 |
// ---------------------------------------------------------------- |
|
411 |
// |
|
412 |
// r_phoneui_incomingvideocall_menubar_with_numberentry |
|
413 |
// Default menubar shown when call handling view is active in |
|
414 |
// incoming state. |
|
415 |
// |
|
416 |
// ---------------------------------------------------------------- |
|
417 |
// |
|
418 |
RESOURCE MENU_BAR r_phoneui_incomingvideocall_menubar_with_numberentry |
|
419 |
{ |
|
420 |
titles= |
|
421 |
{ |
|
422 |
MENU_TITLE |
|
423 |
{ |
|
424 |
menu_pane = r_phoneui_incomingvideocall_options_menu; |
|
425 |
}, |
|
426 |
MENU_TITLE |
|
427 |
{ |
|
428 |
menu_pane = r_phoneui_numberacq_incomingcall_options_menu; |
|
429 |
} |
|
430 |
}; |
|
431 |
} |
|
432 |
||
433 |
// ---------------------------------------------------------------- |
|
434 |
// |
|
435 |
// r_phoneui_callwaiting_menubar |
|
436 |
// Default menubar shown when call handling view is active in |
|
437 |
// call waiting state. |
|
438 |
// |
|
439 |
// ---------------------------------------------------------------- |
|
440 |
// |
|
441 |
RESOURCE MENU_BAR r_phoneui_callwaiting_menubar |
|
442 |
{ |
|
443 |
titles= |
|
444 |
{ |
|
445 |
MENU_TITLE |
|
446 |
{ |
|
447 |
menu_pane = r_phoneui_callwaiting_options_menu; |
|
448 |
} |
|
449 |
}; |
|
450 |
} |
|
451 |
||
452 |
// ---------------------------------------------------------------- |
|
453 |
// |
|
454 |
// r_phoneui_callwaiting_menubar_with_numberentry |
|
455 |
// Default menubar shown when there is a waiting call and the |
|
456 |
// number entry is shown. |
|
457 |
// |
|
458 |
// ---------------------------------------------------------------- |
|
459 |
// |
|
460 |
RESOURCE MENU_BAR r_phoneui_callwaiting_menubar_with_numberentry |
|
461 |
{ |
|
462 |
titles= |
|
463 |
{ |
|
464 |
MENU_TITLE |
|
465 |
{ |
|
466 |
menu_pane = r_phoneui_callwaiting_options_menu; |
|
467 |
}, |
|
468 |
MENU_TITLE |
|
469 |
{ |
|
470 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
471 |
} |
|
472 |
}; |
|
473 |
} |
|
474 |
||
475 |
// ---------------------------------------------------------------- |
|
476 |
// |
|
477 |
// r_phoneui_confcall_menubar |
|
478 |
// Default menubar shown when call handling view is active in |
|
479 |
// conference call state. |
|
480 |
// |
|
481 |
// ---------------------------------------------------------------- |
|
482 |
// |
|
483 |
RESOURCE MENU_BAR r_phoneui_confcall_menubar |
|
484 |
{ |
|
485 |
titles= |
|
486 |
{ |
|
487 |
MENU_TITLE |
|
488 |
{ |
|
489 |
menu_pane = r_phoneui_confcall_options_menu; |
|
490 |
} |
|
491 |
}; |
|
492 |
} |
|
493 |
||
494 |
// ----------------------------------------------------------------------------- |
|
495 |
// |
|
496 |
// r_phoneui_confcall_menubar_with_numberentry |
|
497 |
// Default menubar shown when call handling view is active in |
|
498 |
// conference call state and the number entry is displayed. |
|
499 |
// |
|
500 |
// ----------------------------------------------------------------------------- |
|
501 |
// |
|
502 |
RESOURCE MENU_BAR r_phoneui_confcall_menubar_with_numberentry |
|
503 |
{ |
|
504 |
titles = |
|
505 |
{ |
|
506 |
MENU_TITLE |
|
507 |
{ |
|
508 |
menu_pane = r_phoneui_confcall_options_menu; |
|
509 |
}, |
|
510 |
MENU_TITLE |
|
511 |
{ |
|
512 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
513 |
} |
|
514 |
}; |
|
515 |
} |
|
516 |
||
517 |
// ---------------------------------------------------------------- |
|
518 |
// |
|
519 |
// r_phoneui_confandcallwaiting_menubar |
|
520 |
// Default menubar shown when call handling view is active in |
|
521 |
// call waiting state. |
|
522 |
// |
|
523 |
// ---------------------------------------------------------------- |
|
524 |
// |
|
525 |
RESOURCE MENU_BAR r_phoneui_confandcallwaiting_menubar |
|
526 |
{ |
|
527 |
titles= |
|
528 |
{ |
|
529 |
MENU_TITLE |
|
530 |
{ |
|
531 |
menu_pane = r_phoneui_confandcallwaiting_options_menu; |
|
532 |
} |
|
533 |
}; |
|
534 |
} |
|
535 |
||
536 |
// ---------------------------------------------------------------- |
|
537 |
// |
|
538 |
// r_phoneui_confandcallwaiting_menubar_with_numberentry |
|
539 |
// Default menubar shown when call handling view is active in |
|
540 |
// call waiting state. |
|
541 |
// |
|
542 |
// ---------------------------------------------------------------- |
|
543 |
// |
|
544 |
RESOURCE MENU_BAR r_phoneui_confandcallwaiting_menubar_with_numberentry |
|
545 |
{ |
|
546 |
titles= |
|
547 |
{ |
|
548 |
MENU_TITLE |
|
549 |
{ |
|
550 |
menu_pane = r_phoneui_confandcallwaiting_options_menu; |
|
551 |
}, |
|
552 |
MENU_TITLE |
|
553 |
{ |
|
554 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
555 |
} |
|
556 |
}; |
|
557 |
} |
|
558 |
||
559 |
// ---------------------------------------------------------------- |
|
560 |
// |
|
561 |
// r_phoneui_alertingcall_menubar |
|
562 |
// Default menubar shown when call handling view is alerting |
|
563 |
// call state. |
|
564 |
// |
|
565 |
// ---------------------------------------------------------------- |
|
566 |
// |
|
567 |
RESOURCE MENU_BAR r_phoneui_alertingcall_menubar |
|
568 |
{ |
|
569 |
titles= |
|
570 |
{ |
|
571 |
MENU_TITLE |
|
572 |
{ |
|
573 |
menu_pane = r_phoneui_alertingcall_options_menu; |
|
574 |
} |
|
575 |
}; |
|
576 |
} |
|
577 |
||
578 |
// ---------------------------------------------------------------- |
|
579 |
// |
|
580 |
// r_phoneui_alertingcall_menubar_with_numberentry |
|
581 |
// Default menubar shown when call handling view is alerting |
|
582 |
// call state and the number entry is displayed. |
|
583 |
// |
|
584 |
// ---------------------------------------------------------------- |
|
585 |
// |
|
586 |
RESOURCE MENU_BAR r_phoneui_alertingcall_menubar_with_numberentry |
|
587 |
{ |
|
588 |
titles= |
|
589 |
{ |
|
590 |
MENU_TITLE |
|
591 |
{ |
|
592 |
menu_pane = r_phoneui_alertingcall_options_menu; |
|
593 |
}, |
|
594 |
MENU_TITLE |
|
595 |
{ |
|
596 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
597 |
} |
|
598 |
}; |
|
599 |
} |
|
600 |
||
601 |
// ---------------------------------------------------------------- |
|
602 |
// |
|
603 |
// r_phoneui_activeandheld_menubar |
|
604 |
// Default menubar shown when call handling view is activeandheld |
|
605 |
// call state. |
|
606 |
// |
|
607 |
// ---------------------------------------------------------------- |
|
608 |
// |
|
609 |
RESOURCE MENU_BAR r_phoneui_activeandheld_menubar |
|
610 |
{ |
|
611 |
titles= |
|
612 |
{ |
|
613 |
MENU_TITLE |
|
614 |
{ |
|
615 |
menu_pane = r_phoneui_activeandheldcall_options_menu; |
|
616 |
} |
|
617 |
}; |
|
618 |
} |
|
619 |
||
620 |
// ---------------------------------------------------------------- |
|
621 |
// |
|
622 |
// r_phoneui_activeandheld_menubar_with_numberentry |
|
623 |
// Default menubar shown when call handling view is activeandheld |
|
624 |
// call state and the number entry is displayed. |
|
625 |
// |
|
626 |
// ---------------------------------------------------------------- |
|
627 |
// |
|
628 |
RESOURCE MENU_BAR r_phoneui_activeandheld_menubar_with_numberentry |
|
629 |
{ |
|
630 |
titles= |
|
631 |
{ |
|
632 |
MENU_TITLE |
|
633 |
{ |
|
634 |
menu_pane = r_phoneui_activeandheldcall_options_menu; |
|
635 |
}, |
|
636 |
MENU_TITLE |
|
637 |
{ |
|
638 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
639 |
} |
|
640 |
}; |
|
641 |
} |
|
642 |
||
643 |
// ---------------------------------------------------------------- |
|
644 |
// |
|
645 |
// r_phoneui_activeconfandheld_menubar |
|
646 |
// Default menubar shown when call handling view is activeandheld |
|
647 |
// call state. |
|
648 |
// |
|
649 |
// ---------------------------------------------------------------- |
|
650 |
// |
|
651 |
RESOURCE MENU_BAR r_phoneui_activeconfandheld_menubar |
|
652 |
{ |
|
653 |
titles= |
|
654 |
{ |
|
655 |
MENU_TITLE |
|
656 |
{ |
|
657 |
menu_pane = r_phoneui_activeconfandheldcall_options_menu; |
|
658 |
} |
|
659 |
}; |
|
660 |
} |
|
661 |
||
662 |
// ---------------------------------------------------------------- |
|
663 |
// |
|
664 |
// r_phoneui_activeconfandheld_menubar_with_numberentry |
|
665 |
// Default menubar shown when call handling view is activeandheld |
|
666 |
// call state and the number entry is displayed. |
|
667 |
// |
|
668 |
// ---------------------------------------------------------------- |
|
669 |
// |
|
670 |
RESOURCE MENU_BAR r_phoneui_activeconfandheld_menubar_with_numberentry |
|
671 |
{ |
|
672 |
titles= |
|
673 |
{ |
|
674 |
MENU_TITLE |
|
675 |
{ |
|
676 |
menu_pane = r_phoneui_activeconfandheldcall_options_menu; |
|
677 |
}, |
|
678 |
MENU_TITLE |
|
679 |
{ |
|
680 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
681 |
} |
|
682 |
}; |
|
683 |
} |
|
684 |
||
685 |
// ---------------------------------------------------------------- |
|
686 |
// |
|
687 |
// r_phoneui_activeandheldconf_menubar |
|
688 |
// Default menubar shown when call handling view is activeandheld |
|
689 |
// call state. |
|
690 |
// |
|
691 |
// ---------------------------------------------------------------- |
|
692 |
// |
|
693 |
RESOURCE MENU_BAR r_phoneui_activeandheldconf_menubar |
|
694 |
{ |
|
695 |
titles= |
|
696 |
{ |
|
697 |
MENU_TITLE |
|
698 |
{ |
|
699 |
menu_pane = r_phoneui_activeandheldconfcall_options_menu; |
|
700 |
} |
|
701 |
}; |
|
702 |
} |
|
703 |
||
704 |
// ---------------------------------------------------------------- |
|
705 |
// |
|
706 |
// r_phoneui_activeandheldconf_menubar_with_numberentry |
|
707 |
// Default menubar shown when call handling view is activeandheld |
|
708 |
// call state and the number entry is displayed. |
|
709 |
// |
|
710 |
// ---------------------------------------------------------------- |
|
711 |
// |
|
712 |
RESOURCE MENU_BAR r_phoneui_activeandheldconf_menubar_with_numberentry |
|
713 |
{ |
|
714 |
titles= |
|
715 |
{ |
|
716 |
MENU_TITLE |
|
717 |
{ |
|
718 |
menu_pane = r_phoneui_activeandheldconfcall_options_menu; |
|
719 |
}, |
|
720 |
MENU_TITLE |
|
721 |
{ |
|
722 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
723 |
} |
|
724 |
}; |
|
725 |
} |
|
726 |
||
727 |
// ---------------------------------------------------------------- |
|
728 |
// |
|
729 |
// r_phoneui_callactiveheldandwaiting_menubar |
|
730 |
// Default menubar shown when call handling view is callactiveheldandwaiting |
|
731 |
// call state. |
|
732 |
// |
|
733 |
// ---------------------------------------------------------------- |
|
734 |
// |
|
735 |
RESOURCE MENU_BAR r_phoneui_callactiveheldandwaiting_menubar |
|
736 |
{ |
|
737 |
titles= |
|
738 |
{ |
|
739 |
MENU_TITLE |
|
740 |
{ |
|
741 |
menu_pane = r_phoneui_callactiveheldandwaiting_options_menu; |
|
742 |
} |
|
743 |
}; |
|
744 |
} |
|
745 |
||
746 |
// ---------------------------------------------------------------- |
|
747 |
// |
|
748 |
// r_phoneui_callactiveheldandwaiting_menubar_varied |
|
749 |
// Default menubar shown when call handling view is callactiveheldandwaiting |
|
750 |
// call state. |
|
751 |
// |
|
752 |
// ---------------------------------------------------------------- |
|
753 |
// |
|
754 |
RESOURCE MENU_BAR r_phoneui_callactiveheldandwaiting_menubar_varied |
|
755 |
{ |
|
756 |
titles= |
|
757 |
{ |
|
758 |
MENU_TITLE |
|
759 |
{ |
|
760 |
menu_pane = r_phoneui_callactiveheldandwaiting_options_menu_varied; |
|
761 |
} |
|
762 |
}; |
|
763 |
} |
|
764 |
||
765 |
// ---------------------------------------------------------------- |
|
766 |
// |
|
767 |
// r_phoneui_callactiveheldandwaiting_menubar_with_numberentry |
|
768 |
// Default menubar shown when call handling view is callactiveheldandwaiting |
|
769 |
// call state. |
|
770 |
// |
|
771 |
// ---------------------------------------------------------------- |
|
772 |
// |
|
773 |
RESOURCE MENU_BAR r_phoneui_callactiveheldandwaiting_menubar_with_numberentry |
|
774 |
{ |
|
775 |
titles= |
|
776 |
{ |
|
777 |
MENU_TITLE |
|
778 |
{ |
|
779 |
menu_pane = r_phoneui_callactiveheldandwaiting_options_menu; |
|
780 |
}, |
|
781 |
MENU_TITLE |
|
782 |
{ |
|
783 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
784 |
} |
|
785 |
}; |
|
786 |
} |
|
787 |
||
788 |
// ---------------------------------------------------------------- |
|
789 |
// |
|
790 |
// r_phoneui_confcallactiveheldandwaiting_menubar |
|
791 |
// Default menubar shown when call handling view is callactiveheldandwaiting |
|
792 |
// call state. |
|
793 |
// |
|
794 |
// ---------------------------------------------------------------- |
|
795 |
// |
|
796 |
RESOURCE MENU_BAR r_phoneui_confcallactiveheldandwaiting_menubar |
|
797 |
{ |
|
798 |
titles= |
|
799 |
{ |
|
800 |
MENU_TITLE |
|
801 |
{ |
|
802 |
menu_pane = r_phoneui_confcallactiveheldandwaiting_options_menu; |
|
803 |
} |
|
804 |
}; |
|
805 |
} |
|
806 |
||
807 |
// ---------------------------------------------------------------- |
|
808 |
// |
|
809 |
// r_phoneui_confcallactiveheldandwaiting_menubar_with_numberentry |
|
810 |
// Default menubar shown when call handling view is callactiveheldandwaiting |
|
811 |
// call state. |
|
812 |
// |
|
813 |
// ---------------------------------------------------------------- |
|
814 |
// |
|
815 |
RESOURCE MENU_BAR r_phoneui_confcallactiveheldandwaiting_menubar_with_numberentry |
|
816 |
{ |
|
817 |
titles= |
|
818 |
{ |
|
819 |
MENU_TITLE |
|
820 |
{ |
|
821 |
menu_pane = r_phoneui_confcallactiveheldandwaiting_options_menu; |
|
822 |
}, |
|
823 |
MENU_TITLE |
|
824 |
{ |
|
825 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
826 |
} |
|
827 |
}; |
|
828 |
} |
|
829 |
||
830 |
// ---------------------------------------------------------------- |
|
831 |
// |
|
832 |
// r_phoneui_callactiveheldconfandwaiting_menubar |
|
833 |
// Default menubar shown when call handling view is callactiveheldandwaiting |
|
834 |
// call state. |
|
835 |
// |
|
836 |
// ---------------------------------------------------------------- |
|
837 |
// |
|
838 |
RESOURCE MENU_BAR r_phoneui_callactiveheldconfandwaiting_menubar |
|
839 |
{ |
|
840 |
titles= |
|
841 |
{ |
|
842 |
MENU_TITLE |
|
843 |
{ |
|
844 |
menu_pane = r_phoneui_callactiveheldconfandwaiting_options_menu; |
|
845 |
} |
|
846 |
}; |
|
847 |
} |
|
848 |
||
849 |
// ---------------------------------------------------------------- |
|
850 |
// |
|
851 |
// r_phoneui_callactiveheldconfandwaiting_menubar_with_numberentry |
|
852 |
// Default menubar shown when call handling view is callactiveheldandwaiting |
|
853 |
// call state. |
|
854 |
// |
|
855 |
// ---------------------------------------------------------------- |
|
856 |
// |
|
857 |
RESOURCE MENU_BAR r_phoneui_callactiveheldconfandwaiting_menubar_with_numberentry |
|
858 |
{ |
|
859 |
titles= |
|
860 |
{ |
|
861 |
MENU_TITLE |
|
862 |
{ |
|
863 |
menu_pane = r_phoneui_callactiveheldconfandwaiting_options_menu; |
|
864 |
}, |
|
865 |
MENU_TITLE |
|
866 |
{ |
|
867 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
868 |
} |
|
869 |
}; |
|
870 |
} |
|
871 |
||
872 |
// ---------------------------------------------------------------- |
|
873 |
// |
|
874 |
// r_phoneui_alertingandheldcall_menubar |
|
875 |
// Default menubar shown when call handling view is alertingandheldcall |
|
876 |
// call state. |
|
877 |
// |
|
878 |
// ---------------------------------------------------------------- |
|
879 |
// |
|
880 |
RESOURCE MENU_BAR r_phoneui_alertingandheldcall_menubar |
|
881 |
{ |
|
882 |
titles= |
|
883 |
{ |
|
884 |
MENU_TITLE |
|
885 |
{ |
|
886 |
menu_pane = r_phoneui_alertingandheldcall_options_menu; |
|
887 |
} |
|
888 |
}; |
|
889 |
} |
|
890 |
||
891 |
// ---------------------------------------------------------------- |
|
892 |
// |
|
893 |
// r_phoneui_alertingandconfcall_menubar |
|
894 |
// Default menubar shown when call handling view is alertingandconfheldcall |
|
895 |
// call state. |
|
896 |
// |
|
897 |
// ---------------------------------------------------------------- |
|
898 |
// |
|
899 |
RESOURCE MENU_BAR r_phoneui_alertingandconfheldcall_menubar |
|
900 |
{ |
|
901 |
titles= |
|
902 |
{ |
|
903 |
MENU_TITLE |
|
904 |
{ |
|
905 |
menu_pane = r_phoneui_alertingandconfheldcall_options_menu; |
|
906 |
} |
|
907 |
}; |
|
908 |
} |
|
909 |
||
910 |
// ---------------------------------------------------------------- |
|
911 |
// |
|
912 |
// r_phoneui_alertingandconfheldcall_menubar_with_numberentry |
|
913 |
// Default menubar shown when call handling view is alertingandconfheldcall |
|
914 |
// call state. |
|
915 |
// |
|
916 |
// ---------------------------------------------------------------- |
|
917 |
// |
|
918 |
RESOURCE MENU_BAR r_phoneui_alertingandconfheldcall_menubar_with_numberentry |
|
919 |
{ |
|
920 |
titles= |
|
921 |
{ |
|
922 |
MENU_TITLE |
|
923 |
{ |
|
924 |
menu_pane = r_phoneui_alertingandconfheldcall_options_menu; |
|
925 |
}, |
|
926 |
MENU_TITLE |
|
927 |
{ |
|
928 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
929 |
} |
|
930 |
}; |
|
931 |
} |
|
932 |
||
933 |
// ---------------------------------------------------------------- |
|
934 |
// |
|
935 |
// r_phoneui_alertingandheldcall_menubar_with_numberentry |
|
936 |
// Default menubar shown when call handling view is alertingandheldcall |
|
937 |
// call state. |
|
938 |
// |
|
939 |
// ---------------------------------------------------------------- |
|
940 |
// |
|
941 |
RESOURCE MENU_BAR r_phoneui_alertingandheldcall_menubar_with_numberentry |
|
942 |
{ |
|
943 |
titles= |
|
944 |
{ |
|
945 |
MENU_TITLE |
|
946 |
{ |
|
947 |
menu_pane = r_phoneui_alertingandheldcall_options_menu; |
|
948 |
}, |
|
949 |
MENU_TITLE |
|
950 |
{ |
|
951 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
952 |
} |
|
953 |
}; |
|
954 |
} |
|
955 |
||
956 |
// ---------------------------------------------------------------- |
|
957 |
// |
|
958 |
// r_phoneui_alertingwaitingandheldconfcall_menubar |
|
959 |
// Default menubar shown when call handling view is |
|
960 |
// alertingwaitingandconfheldcall call state. |
|
961 |
// |
|
962 |
// ---------------------------------------------------------------- |
|
963 |
// |
|
964 |
RESOURCE MENU_BAR r_phoneui_alertingwaitingandheldconfcall_menubar |
|
965 |
{ |
|
966 |
titles= |
|
967 |
{ |
|
968 |
MENU_TITLE |
|
969 |
{ |
|
970 |
menu_pane = r_phoneui_alertingwaitingandconfheldcall_options_menu; |
|
971 |
} |
|
972 |
}; |
|
973 |
} |
|
974 |
||
975 |
||
976 |
// ---------------------------------------------------------------- |
|
977 |
// |
|
978 |
// r_phoneui_alertingwaitingandheldconfcall_menubar_with_numberentry |
|
979 |
// Default menubar shown when call handling view is |
|
980 |
// alertingwaitingandconfheldcall call state. |
|
981 |
// |
|
982 |
// ---------------------------------------------------------------- |
|
983 |
// |
|
984 |
RESOURCE MENU_BAR r_phoneui_alertingwaitingandheldconfcall_menubar_with_numberentry |
|
985 |
{ |
|
986 |
titles= |
|
987 |
{ |
|
988 |
MENU_TITLE |
|
989 |
{ |
|
990 |
menu_pane = r_phoneui_alertingwaitingandconfheldcall_options_menu; |
|
991 |
}, |
|
992 |
MENU_TITLE |
|
993 |
{ |
|
994 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
995 |
} |
|
996 |
}; |
|
997 |
} |
|
998 |
||
999 |
||
1000 |
// ---------------------------------------------------------------- |
|
1001 |
// |
|
1002 |
// r_phoneui_alertingheldandwaitingcall_menubar |
|
1003 |
// Default menubar shown when call handling view is alertingheldandwaitingcall |
|
1004 |
// call state. |
|
1005 |
// |
|
1006 |
// ---------------------------------------------------------------- |
|
1007 |
// |
|
1008 |
RESOURCE MENU_BAR r_phoneui_alertingheldandwaitingcall_menubar |
|
1009 |
{ |
|
1010 |
titles= |
|
1011 |
{ |
|
1012 |
MENU_TITLE |
|
1013 |
{ |
|
1014 |
menu_pane = r_phoneui_alertingheldandwaitingcall_options_menu; |
|
1015 |
} |
|
1016 |
}; |
|
1017 |
} |
|
1018 |
||
1019 |
// ---------------------------------------------------------------- |
|
1020 |
// |
|
1021 |
// r_phoneui_alertingheldandwaitingcall_menubar_with_numberentry |
|
1022 |
// Default menubar shown when call handling view is alertingheldandwaitingcall |
|
1023 |
// call state. |
|
1024 |
// |
|
1025 |
// ---------------------------------------------------------------- |
|
1026 |
// |
|
1027 |
RESOURCE MENU_BAR r_phoneui_alertingheldandwaitingcall_menubar_with_numberentry |
|
1028 |
{ |
|
1029 |
titles= |
|
1030 |
{ |
|
1031 |
MENU_TITLE |
|
1032 |
{ |
|
1033 |
menu_pane = r_phoneui_alertingheldandwaitingcall_options_menu; |
|
1034 |
}, |
|
1035 |
MENU_TITLE |
|
1036 |
{ |
|
1037 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
1038 |
} |
|
1039 |
}; |
|
1040 |
} |
|
1041 |
||
1042 |
// ---------------------------------------------------------------- |
|
1043 |
// |
|
1044 |
// r_phoneui_alertingandwaitingcall_menubar |
|
1045 |
// Default menubar shown when call handling view is alertingandwaitingcall |
|
1046 |
// call state. |
|
1047 |
// |
|
1048 |
// ---------------------------------------------------------------- |
|
1049 |
// |
|
1050 |
RESOURCE MENU_BAR r_phoneui_alertingandwaitingcall_menubar |
|
1051 |
{ |
|
1052 |
titles= |
|
1053 |
{ |
|
1054 |
MENU_TITLE |
|
1055 |
{ |
|
1056 |
menu_pane = r_phoneui_alertingandwaitingcall_options_menu; |
|
1057 |
} |
|
1058 |
}; |
|
1059 |
} |
|
1060 |
||
1061 |
RESOURCE MENU_BAR r_phoneui_alertingandwaitingcall_menubar_with_numberentry |
|
1062 |
{ |
|
1063 |
titles= |
|
1064 |
{ |
|
1065 |
MENU_TITLE |
|
1066 |
{ |
|
1067 |
menu_pane = r_phoneui_alertingandwaitingcall_options_menu; |
|
1068 |
}, |
|
1069 |
MENU_TITLE |
|
1070 |
{ |
|
1071 |
menu_pane = r_phoneui_numberacq_options_menu; |
|
1072 |
} |
|
1073 |
}; |
|
1074 |
} |
|
1075 |
||
1076 |
// ---------------------------------------------------------------- |
|
1077 |
// |
|
1078 |
// r_phoneui_callhandling_emergency_menubar |
|
1079 |
// Default menubar shown when call handling view is active |
|
1080 |
// in emergency mode. |
|
1081 |
// |
|
1082 |
// ---------------------------------------------------------------- |
|
1083 |
// |
|
1084 |
RESOURCE MENU_BAR r_phoneui_callhandling_emergency_menubar |
|
1085 |
{ |
|
1086 |
titles= |
|
1087 |
{ |
|
1088 |
MENU_TITLE |
|
1089 |
{ |
|
1090 |
menu_pane = r_phoneui_callhandling_emergency_options_menu; |
|
1091 |
} |
|
1092 |
}; |
|
1093 |
} |
|
1094 |
||
1095 |
// ---------------------------------------------------------------- |
|
1096 |
// |
|
1097 |
// r_phoneui_callhandling_emergency_menubar |
|
1098 |
// Default menubar shown when call handling view is active |
|
1099 |
// in emergency mode. |
|
1100 |
// |
|
1101 |
// ---------------------------------------------------------------- |
|
1102 |
// |
|
1103 |
RESOURCE MENU_BAR r_phoneui_callhandling_emergency_menubar_with_numberentry |
|
1104 |
{ |
|
1105 |
titles= |
|
1106 |
{ |
|
1107 |
MENU_TITLE |
|
1108 |
{ |
|
1109 |
menu_pane = r_phoneui_callhandling_emergency_options_menu; |
|
1110 |
}, |
|
1111 |
MENU_TITLE |
|
1112 |
{ |
|
1113 |
menu_pane = r_phoneui_numberacq_emergency_options_menu; |
|
1114 |
} |
|
1115 |
}; |
|
1116 |
} |
|
1117 |
||
1118 |
// ---------------------------------------------------------------- |
|
1119 |
// |
|
1120 |
// r_phoneui_videocall_2g_menubar_with_numberentry |
|
1121 |
// Default menubar shown when call handling view is active |
|
1122 |
// in emergency mode. |
|
1123 |
// |
|
1124 |
// ---------------------------------------------------------------- |
|
1125 |
// |
|
1126 |
RESOURCE MENU_BAR r_phoneui_videocall_2g_menubar_with_numberentry |
|
1127 |
{ |
|
1128 |
titles= |
|
1129 |
{ |
|
1130 |
MENU_TITLE |
|
1131 |
{ |
|
1132 |
menu_pane = r_phoneui_numberacq_options_call_menu; |
|
1133 |
} |
|
1134 |
}; |
|
1135 |
} |
|
1136 |
||
1137 |
// ---------------------------------------------------------------- |
|
1138 |
// |
|
1139 |
// r_phoneui_videocall_waiting_menubar |
|
1140 |
// Default menubar shown when call handling view is active |
|
1141 |
// in emergency mode. |
|
1142 |
// |
|
1143 |
// ---------------------------------------------------------------- |
|
1144 |
// |
|
1145 |
RESOURCE MENU_BAR r_phoneui_videocall_waiting_menubar |
|
1146 |
{ |
|
1147 |
titles= |
|
1148 |
{ |
|
1149 |
MENU_TITLE |
|
1150 |
{ |
|
1151 |
menu_pane = r_phoneui_videocall_waiting_options_menu; |
|
1152 |
} |
|
1153 |
}; |
|
1154 |
} |
|
1155 |
||
1156 |
// ---------------------------------------------------------------- |
|
1157 |
// |
|
1158 |
// r_phoneui_waiting_lock_menubar |
|
1159 |
// Menubar shown when waiting call and phone is locked |
|
1160 |
// |
|
1161 |
// ---------------------------------------------------------------- |
|
1162 |
// |
|
1163 |
RESOURCE MENU_BAR r_phoneui_waiting_lock_menubar |
|
1164 |
{ |
|
1165 |
titles= |
|
1166 |
{ |
|
1167 |
MENU_TITLE |
|
1168 |
{ |
|
1169 |
menu_pane = r_phoneui_waiting_lock_options_menu; |
|
1170 |
} |
|
1171 |
}; |
|
1172 |
} |
|
1173 |
||
1174 |
// ---------------------------------------------------------------- |
|
1175 |
// |
|
1176 |
// r_phoneui_waiting_lock_menubar |
|
1177 |
// Menubar shown when two singles, waiting call and phone is locked |
|
1178 |
// |
|
1179 |
// ---------------------------------------------------------------- |
|
1180 |
// |
|
1181 |
RESOURCE MENU_BAR r_phoneui_twosingles_waiting_lock_menubar |
|
1182 |
{ |
|
1183 |
titles= |
|
1184 |
{ |
|
1185 |
MENU_TITLE |
|
1186 |
{ |
|
1187 |
menu_pane =r_phoneui_twosingles_waiting_lock_options_menu; |
|
1188 |
} |
|
1189 |
}; |
|
1190 |
} |
|
1191 |
// ---------------------------------------------------------------- |
|
1192 |
// |
|
1193 |
// r_phoneui_videocall_waiting_menubar_with_numberentry |
|
1194 |
// Menubar shown when videocall is waiting |
|
1195 |
// |
|
1196 |
// ---------------------------------------------------------------- |
|
1197 |
// |
|
1198 |
RESOURCE MENU_BAR r_phoneui_videocall_waiting_menubar_with_numberentry |
|
1199 |
{ |
|
1200 |
titles= |
|
1201 |
{ |
|
1202 |
MENU_TITLE |
|
1203 |
{ |
|
1204 |
menu_pane = r_phoneui_videocall_waiting_options_menu; |
|
1205 |
}, |
|
1206 |
MENU_TITLE |
|
1207 |
{ |
|
1208 |
menu_pane = r_phoneui_numberacq_options_call_menu; |
|
1209 |
} |
|
1210 |
}; |
|
1211 |
} |
|
1212 |
||
1213 |
// --------------------------------------------------------- |
|
1214 |
// |
|
1215 |
// r_phoneui_menubar_resource_last |
|
1216 |
// Resource id of last menubar + 1. |
|
1217 |
// |
|
1218 |
// --------------------------------------------------------- |
|
1219 |
// |
|
1220 |
RESOURCE SMALLEST_POSSIBLE_RESOURCE r_phoneui_menubar_resource_last {} |
|
1221 |
||
1222 |
// --------------------------------------------------------- |
|
1223 |
// |
|
1224 |
// r_phoneui_menupane_resource_offset |
|
1225 |
// Resource id offset - 1 for menupanes. |
|
1226 |
// |
|
1227 |
// --------------------------------------------------------- |
|
1228 |
// |
|
1229 |
RESOURCE SMALLEST_POSSIBLE_RESOURCE r_phoneui_menupane_resource_offset {} |
|
1230 |
||
1231 |
||
1232 |
// --------------------------------------------------------- |
|
1233 |
// |
|
1234 |
// r_phoneui_idle_normal_menu |
|
1235 |
// Idle view menu pane. |
|
1236 |
// |
|
1237 |
// --------------------------------------------------------- |
|
1238 |
// |
|
1239 |
RESOURCE MENU_PANE r_phoneui_idle_normal_menu |
|
1240 |
{ |
|
1241 |
items= |
|
1242 |
{ |
|
1243 |
}; |
|
1244 |
} |
|
1245 |
||
1246 |
// --------------------------------------------------------- |
|
1247 |
// |
|
1248 |
// r_phoneui_numberacq_options_menu |
|
1249 |
// Number Acquisition view options menu pane. |
|
1250 |
// |
|
1251 |
// --------------------------------------------------------- |
|
1252 |
// |
|
1253 |
RESOURCE MENU_PANE r_phoneui_numberacq_options_menu |
|
1254 |
{ |
|
1255 |
items= |
|
1256 |
{ |
|
1257 |
MENU_ITEM |
|
1258 |
{ |
|
1259 |
command = EPhoneNumberAcqCmdCall; |
|
1260 |
cascade = r_phoneui_numberacq_options_call_menu; |
|
1261 |
txt = text_number_call; |
|
1262 |
}, |
|
1263 |
MENU_ITEM |
|
1264 |
{ |
|
1265 |
command = EPhoneNumberAcqCmdSendCommand; |
|
1266 |
txt = text_nren_send_com; |
|
1267 |
}, |
|
1268 |
MENU_ITEM |
|
1269 |
{ |
|
1270 |
command = EPhoneNumberAcqCmdSendMessage; |
|
1271 |
txt = qtn_nren_send_message; |
|
1272 |
}, |
|
1273 |
MENU_ITEM |
|
1274 |
{ |
|
1275 |
command = EPhoneNumberAcqCmdAddToContacts; |
|
1276 |
cascade = r_phoneui_numberacq_options_add_to_contacts_menu; |
|
1277 |
txt = qtn_phob_opt_save_to_pb; |
|
1278 |
flags = EEikMenuItemSeparatorAfter; |
|
1279 |
} |
|
1280 |
}; |
|
1281 |
} |
|
1282 |
||
1283 |
// --------------------------------------------------------- |
|
1284 |
// |
|
1285 |
// r_phoneui_numberacq_emergency_options_menu |
|
1286 |
// Number Acquisition view options menu pane. |
|
1287 |
// |
|
1288 |
// --------------------------------------------------------- |
|
1289 |
// |
|
1290 |
RESOURCE MENU_PANE r_phoneui_numberacq_emergency_options_menu |
|
1291 |
{ |
|
1292 |
items= |
|
1293 |
{ |
|
1294 |
MENU_ITEM |
|
1295 |
{ |
|
1296 |
command = EPhoneNumberAcqCmdSendCommand; |
|
1297 |
txt = text_nren_send_com; |
|
1298 |
}, |
|
1299 |
MENU_ITEM |
|
1300 |
{ |
|
1301 |
command = EPhoneNumberAcqCmdSendMessage; |
|
1302 |
txt = qtn_nren_send_message; |
|
1303 |
}, |
|
1304 |
MENU_ITEM |
|
1305 |
{ |
|
1306 |
command = EPhoneNumberAcqCmdAddToContacts; |
|
1307 |
cascade = r_phoneui_numberacq_options_add_to_contacts_menu; |
|
1308 |
txt = qtn_phob_opt_save_to_pb; |
|
1309 |
flags = EEikMenuItemSeparatorAfter; |
|
1310 |
} |
|
1311 |
}; |
|
1312 |
} |
|
1313 |
||
1314 |
// --------------------------------------------------------- |
|
1315 |
// |
|
1316 |
// r_phoneui_numberacq_videocall_options_menu |
|
1317 |
// Number Acquisition view options menu pane when |
|
1318 |
// VideoCall_menu_visible featere ON. |
|
1319 |
// |
|
1320 |
// --------------------------------------------------------- |
|
1321 |
// |
|
1322 |
RESOURCE MENU_PANE r_phoneui_numberacq_videocall_options_menu |
|
1323 |
{ |
|
1324 |
items= |
|
1325 |
{ |
|
1326 |
MENU_ITEM |
|
1327 |
{ |
|
1328 |
command = EPhoneNumberAcqCmdCall; |
|
1329 |
txt = qtn_call_sub_voice; |
|
1330 |
}, |
|
1331 |
MENU_ITEM |
|
1332 |
{ |
|
1333 |
command =EPhoneNumberAcqCmdVideoCall; |
|
1334 |
txt = qtn_call_sub_video; |
|
1335 |
}, |
|
1336 |
||
1337 |
MENU_ITEM |
|
1338 |
{ |
|
1339 |
command = EPhoneNumberAcqCmdSendCommand; |
|
1340 |
txt = text_nren_send_com; |
|
1341 |
}, |
|
1342 |
MENU_ITEM |
|
1343 |
{ |
|
1344 |
command = EPhoneNumberAcqCmdSendMessage; |
|
1345 |
txt = qtn_nren_send_message; |
|
1346 |
}, |
|
1347 |
MENU_ITEM |
|
1348 |
{ |
|
1349 |
command = EPhoneNumberAcqCmdAddToContacts; |
|
1350 |
cascade = r_phoneui_numberacq_options_add_to_contacts_menu; |
|
1351 |
txt = qtn_phob_opt_save_to_pb; |
|
1352 |
flags = EEikMenuItemSeparatorAfter; |
|
1353 |
} |
|
1354 |
}; |
|
1355 |
} |
|
1356 |
||
1357 |
// ----------------------------------------------------------------------------- |
|
1358 |
// |
|
1359 |
// r_phoneui_numberacq_incomingcall_options_menu |
|
1360 |
// It defines number entry options for call coming in |
|
1361 |
// with number entry. |
|
1362 |
// |
|
1363 |
// ----------------------------------------------------------------------------- |
|
1364 |
// |
|
1365 |
RESOURCE MENU_PANE r_phoneui_numberacq_incomingcall_options_menu |
|
1366 |
{ |
|
1367 |
items = |
|
1368 |
{ |
|
1369 |
MENU_ITEM |
|
1370 |
{ |
|
1371 |
command = EPhoneNumberAcqCmdSendCommand; |
|
1372 |
txt = text_nren_send_com; |
|
1373 |
flags = EEikMenuItemSeparatorAfter; |
|
1374 |
} |
|
1375 |
}; |
|
1376 |
} |
|
1377 |
||
1378 |
// --------------------------------------------------------- |
|
1379 |
// |
|
1380 |
// r_phoneui_numberacq_ok_options_menu |
|
1381 |
// Number Acquisition view ok_options menu pane. |
|
1382 |
// |
|
1383 |
// --------------------------------------------------------- |
|
1384 |
// |
|
1385 |
RESOURCE MENU_PANE r_phoneui_numberacq_ok_options_menu |
|
1386 |
{ |
|
1387 |
items= |
|
1388 |
{ |
|
1389 |
MENU_ITEM |
|
1390 |
{ |
|
1391 |
command = EPhoneNumberAcqCmdCall; |
|
1392 |
cascade = r_phoneui_numberacq_options_call_menu; |
|
1393 |
txt = text_number_call; |
|
1394 |
}, |
|
1395 |
||
1396 |
MENU_ITEM |
|
1397 |
{ |
|
1398 |
command = EPhoneNumberAcqCmdSendCommand; |
|
1399 |
txt = text_nren_send_com; |
|
1400 |
}, |
|
1401 |
MENU_ITEM |
|
1402 |
{ |
|
1403 |
command = EPhoneNumberAcqCmdAddToContacts; |
|
1404 |
cascade = r_phoneui_numberacq_options_add_to_contacts_menu; |
|
1405 |
txt = qtn_phob_opt_save_to_pb; |
|
1406 |
} |
|
1407 |
}; |
|
1408 |
} |
|
1409 |
||
1410 |
// --------------------------------------------------------- |
|
1411 |
// |
|
1412 |
// r_phoneui_numberacq_ok_videocall_options_menu |
|
1413 |
// Number Acquisition view ok_options menu pane. |
|
1414 |
// |
|
1415 |
// --------------------------------------------------------- |
|
1416 |
// |
|
1417 |
RESOURCE MENU_PANE r_phoneui_numberacq_ok_videocall_options_menu |
|
1418 |
{ |
|
1419 |
items= |
|
1420 |
{ |
|
1421 |
MENU_ITEM |
|
1422 |
{ |
|
1423 |
command = EPhoneNumberAcqCmdCall; |
|
1424 |
txt = qtn_call_sub_voice; |
|
1425 |
}, |
|
1426 |
MENU_ITEM |
|
1427 |
{ |
|
1428 |
command =EPhoneNumberAcqCmdVideoCall; |
|
1429 |
txt = qtn_call_sub_video; |
|
1430 |
}, |
|
1431 |
MENU_ITEM |
|
1432 |
{ |
|
1433 |
command = EPhoneNumberAcqCmdSendCommand; |
|
1434 |
txt = text_nren_send_com; |
|
1435 |
}, |
|
1436 |
MENU_ITEM |
|
1437 |
{ |
|
1438 |
command = EPhoneNumberAcqCmdAddToContacts; |
|
1439 |
cascade = r_phoneui_numberacq_options_add_to_contacts_menu; |
|
1440 |
txt = qtn_phob_opt_save_to_pb; |
|
1441 |
} |
|
1442 |
}; |
|
1443 |
} |
|
1444 |
||
1445 |
||
1446 |
// --------------------------------------------------------- |
|
1447 |
// |
|
1448 |
// r_phoneui_numberacq_options_call_menu |
|
1449 |
// Number Acquisition view options call menu pane. |
|
1450 |
// |
|
1451 |
// --------------------------------------------------------- |
|
1452 |
// |
|
1453 |
RESOURCE MENU_PANE r_phoneui_numberacq_options_call_menu |
|
1454 |
{ |
|
1455 |
items= |
|
1456 |
{ |
|
1457 |
MENU_ITEM |
|
1458 |
{ |
|
1459 |
command = EPhoneNumberAcqCmdCall; |
|
1460 |
txt = qtn_call_sub_voice; |
|
1461 |
}, |
|
1462 |
MENU_ITEM |
|
1463 |
{ |
|
1464 |
command =EPhoneNumberAcqCmdVideoCall; |
|
1465 |
txt = qtn_call_sub_video; |
|
1466 |
} |
|
1467 |
}; |
|
1468 |
} |
|
1469 |
||
1470 |
// --------------------------------------------------------- |
|
1471 |
// |
|
1472 |
// r_phoneui_numberacq_options_add_to_contacts_menu |
|
1473 |
// Number Acquisition view options add to contacts menu pane. |
|
1474 |
// |
|
1475 |
// --------------------------------------------------------- |
|
1476 |
// |
|
1477 |
RESOURCE MENU_PANE r_phoneui_numberacq_options_add_to_contacts_menu |
|
1478 |
{ |
|
1479 |
items= |
|
1480 |
{ |
|
1481 |
MENU_ITEM |
|
1482 |
{ |
|
1483 |
command = EPhoneNumberAcqCmdSave; |
|
1484 |
txt = qtn_phob_opt_save_to_pb_new; |
|
1485 |
}, |
|
1486 |
MENU_ITEM |
|
1487 |
{ |
|
1488 |
command = EPhoneNumberAcqCmdAddToName; |
|
1489 |
txt = qtn_phob_opt_save_to_pb_old; |
|
1490 |
} |
|
1491 |
}; |
|
1492 |
} |
|
1493 |
||
1494 |
||
1495 |
||
1496 |
// --------------------------------------------------------- |
|
1497 |
// |
|
1498 |
// r_phoneui_callhandling_incall_options_menu |
|
1499 |
// Call Handling view pane |
|
1500 |
// |
|
1501 |
// --------------------------------------------------------- |
|
1502 |
// |
|
1503 |
RESOURCE MENU_PANE r_phoneui_callhandling_incall_options_menu |
|
1504 |
{ |
|
1505 |
items= |
|
1506 |
{ |
|
1507 |
MENU_ITEM |
|
1508 |
{ |
|
1509 |
command = EPhoneInCallCmdUnmute; |
|
1510 |
txt = qtn_incal_unmute_option; |
|
1511 |
}, |
|
1512 |
MENU_ITEM |
|
1513 |
{ |
|
1514 |
command = EPhoneInCallCmdUnhold; |
|
1515 |
txt = qtn_incal_unhold_option; |
|
1516 |
}, |
|
1517 |
MENU_ITEM |
|
1518 |
{ |
|
1519 |
command = EPhoneInCallCmdDialer; |
|
1520 |
txt = qtn_incal_dialer_option; |
|
1521 |
}, |
|
1522 |
MENU_ITEM |
|
1523 |
{ |
|
1524 |
command = EPhoneInCallCmdActivateIhf; |
|
1525 |
txt = qtn_incal_act_ihf_option; |
|
1526 |
}, |
|
1527 |
MENU_ITEM |
|
1528 |
{ |
|
1529 |
command = EPhoneInCallCmdDeactivateIhf; |
|
1530 |
txt = qtn_incal_deact_ihf_option; |
|
1531 |
}, |
|
1532 |
MENU_ITEM // HANDSET |
|
1533 |
{ |
|
1534 |
command = EPhoneInCallCmdHandset; |
|
1535 |
txt = qtn_incal_handset_option; |
|
1536 |
}, |
|
1537 |
MENU_ITEM // BT HANDSFREE |
|
1538 |
{ |
|
1539 |
command = EPhoneInCallCmdBtHandsfree; |
|
1540 |
txt = qtn_incal_bt_handsfree_option; |
|
1541 |
}, |
|
1542 |
MENU_ITEM |
|
1543 |
{ |
|
1544 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
1545 |
txt = qtn_incal_drop_option; |
|
1546 |
}, |
|
1547 |
MENU_ITEM |
|
1548 |
{ |
|
1549 |
command = EPhoneInCallCmdHold; |
|
1550 |
txt = qtn_incal_hold_option; |
|
1551 |
}, |
|
1552 |
MENU_ITEM |
|
1553 |
{ |
|
1554 |
command = EPhoneInCallCmdLockKeypad; |
|
1555 |
txt = qtn_pwrc_lock_keys; |
|
1556 |
}, |
|
1557 |
MENU_ITEM |
|
1558 |
{ |
|
1559 |
command = EPhoneInCallCmdLockScreen; |
|
1560 |
txt = qtn_pwrc_lock_display; |
|
1561 |
}, |
|
1562 |
MENU_ITEM |
|
1563 |
{ |
|
1564 |
command = EPhoneInCallCmdMute; |
|
1565 |
txt = qtn_incal_mute_option; |
|
1566 |
}, |
|
1567 |
MENU_ITEM |
|
1568 |
{ |
|
1569 |
command = EPhoneInCallCmdSwitchToVideo; |
|
1570 |
txt = qtn_incal_voice_to_video; |
|
1571 |
}, |
|
1572 |
MENU_ITEM |
|
1573 |
{ |
|
1574 |
command = EPhoneInCallCmdNewCall; |
|
1575 |
txt = qtn_incal_new_call_option; |
|
1576 |
}, |
|
1577 |
MENU_ITEM |
|
1578 |
{ |
|
1579 |
command = EPhoneVideoSharing; |
|
1580 |
// Content provided by AIW. |
|
1581 |
txt = ""; |
|
1582 |
cascade = AIW_INTELLIGENT_CASCADE_ID; |
|
1583 |
}, |
|
1584 |
MENU_ITEM |
|
1585 |
{ |
|
1586 |
command = EPhoneInCallCmdGoToIdle; |
|
1587 |
txt = qtn_incal_goto_idle; |
|
1588 |
}, |
|
1589 |
MENU_ITEM |
|
1590 |
{ |
|
1591 |
command = EPhoneInCallCmdDtmfListQuery; |
|
1592 |
txt = qtn_incal_send_dtmf_option; |
|
1593 |
}, |
|
1594 |
MENU_ITEM |
|
1595 |
{ |
|
1596 |
command = EPhoneInCallCmdHelp; |
|
1597 |
txt = qtn_options_help; |
|
1598 |
} |
|
1599 |
}; |
|
1600 |
} |
|
1601 |
||
1602 |
||
1603 |
// --------------------------------------------------------- |
|
1604 |
// |
|
1605 |
// r_phoneui_videocallhandling_options_menu |
|
1606 |
// Video Call Handling menu pane |
|
1607 |
// |
|
1608 |
// --------------------------------------------------------- |
|
1609 |
// |
|
1610 |
RESOURCE MENU_PANE r_phoneui_videocallhandling_options_menu |
|
1611 |
{ |
|
1612 |
items= |
|
1613 |
{ |
|
1614 |
MENU_ITEM |
|
1615 |
{ |
|
1616 |
command = EPhoneInCallCmdUnmute; |
|
1617 |
txt = qtn_incal_unmute_option; |
|
1618 |
}, |
|
1619 |
MENU_ITEM |
|
1620 |
{ |
|
1621 |
command = EPhoneInCallCmdDialer; |
|
1622 |
txt = qtn_incal_dialer_option; |
|
1623 |
}, |
|
1624 |
MENU_ITEM |
|
1625 |
{ |
|
1626 |
command = EPhoneInCallCmdActivateIhf; |
|
1627 |
txt = qtn_incal_act_ihf_option; |
|
1628 |
}, |
|
1629 |
MENU_ITEM |
|
1630 |
{ |
|
1631 |
command = EPhoneInCallCmdDeactivateIhf; |
|
1632 |
txt = qtn_incal_deact_ihf_option; |
|
1633 |
}, |
|
1634 |
MENU_ITEM // HANDSET |
|
1635 |
{ |
|
1636 |
command = EPhoneInCallCmdHandset; |
|
1637 |
txt = qtn_incal_handset_option; |
|
1638 |
}, |
|
1639 |
MENU_ITEM // BT HANDSFREE |
|
1640 |
{ |
|
1641 |
command = EPhoneInCallCmdBtHandsfree; |
|
1642 |
txt = qtn_incal_bt_handsfree_option; |
|
1643 |
}, |
|
1644 |
MENU_ITEM |
|
1645 |
{ |
|
1646 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
1647 |
txt = qtn_incal_drop_option; |
|
1648 |
}, |
|
1649 |
MENU_ITEM |
|
1650 |
{ |
|
1651 |
command = EPhoneInCallCmdMute; |
|
1652 |
txt = qtn_incal_mute_option; |
|
1653 |
}, |
|
1654 |
MENU_ITEM |
|
1655 |
{ |
|
1656 |
command = EPhoneInCallCmdSwitchToVoice; |
|
1657 |
txt = qtn_incal_video_to_voice; |
|
1658 |
}, |
|
1659 |
MENU_ITEM |
|
1660 |
{ |
|
1661 |
command = EPhoneInCallCmdNewCall; |
|
1662 |
txt = qtn_incal_new_call_option; |
|
1663 |
}, |
|
1664 |
MENU_ITEM |
|
1665 |
{ |
|
1666 |
command = EPhoneInCallCmdGoToIdle; |
|
1667 |
txt = qtn_incal_goto_idle; |
|
1668 |
}, |
|
1669 |
MENU_ITEM |
|
1670 |
{ |
|
1671 |
command = EPhoneInCallCmdHelp; |
|
1672 |
txt = qtn_options_help; |
|
1673 |
} |
|
1674 |
}; |
|
1675 |
} |
|
1676 |
||
1677 |
// --------------------------------------------------------- |
|
1678 |
// |
|
1679 |
// r_phoneui_callhandling_emergency_options_menu |
|
1680 |
// Call Handling view pane |
|
1681 |
// |
|
1682 |
// --------------------------------------------------------- |
|
1683 |
// |
|
1684 |
RESOURCE MENU_PANE r_phoneui_callhandling_emergency_options_menu |
|
1685 |
{ |
|
1686 |
items= |
|
1687 |
{ |
|
1688 |
MENU_ITEM |
|
1689 |
{ |
|
1690 |
command = EPhoneInCallCmdDialer; |
|
1691 |
txt = qtn_incal_dialer_option; |
|
1692 |
}, |
|
1693 |
MENU_ITEM |
|
1694 |
{ |
|
1695 |
command = EPhoneInCallCmdActivateIhf; |
|
1696 |
txt = qtn_incal_act_ihf_option; |
|
1697 |
}, |
|
1698 |
MENU_ITEM |
|
1699 |
{ |
|
1700 |
command = EPhoneInCallCmdDeactivateIhf; |
|
1701 |
txt = qtn_incal_deact_ihf_option; |
|
1702 |
}, |
|
1703 |
MENU_ITEM // HANDSET |
|
1704 |
{ |
|
1705 |
command = EPhoneInCallCmdHandset; |
|
1706 |
txt = qtn_incal_handset_option; |
|
1707 |
}, |
|
1708 |
MENU_ITEM // BT HANDSFREE |
|
1709 |
{ |
|
1710 |
command = EPhoneInCallCmdBtHandsfree; |
|
1711 |
txt = qtn_incal_bt_handsfree_option; |
|
1712 |
}, |
|
1713 |
MENU_ITEM |
|
1714 |
{ |
|
1715 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
1716 |
txt = qtn_incal_drop_option; |
|
1717 |
}, |
|
1718 |
MENU_ITEM |
|
1719 |
{ |
|
1720 |
command = EPhoneInCallCmdLockKeypad; |
|
1721 |
txt = qtn_pwrc_lock_keys; |
|
1722 |
}, |
|
1723 |
MENU_ITEM |
|
1724 |
{ |
|
1725 |
command = EPhoneInCallCmdLockScreen; |
|
1726 |
txt = qtn_pwrc_lock_display; |
|
1727 |
}, |
|
1728 |
MENU_ITEM |
|
1729 |
{ |
|
1730 |
command = EPhoneInCallCmdGoToIdle; |
|
1731 |
txt = qtn_incal_goto_idle; |
|
1732 |
}, |
|
1733 |
MENU_ITEM |
|
1734 |
{ |
|
1735 |
command = EPhoneInCallCmdDtmfListQuery; |
|
1736 |
txt = qtn_incal_send_dtmf_option; |
|
1737 |
}, |
|
1738 |
MENU_ITEM |
|
1739 |
{ |
|
1740 |
command = EPhoneInCallCmdHelp; |
|
1741 |
txt = qtn_options_help; |
|
1742 |
} |
|
1743 |
}; |
|
1744 |
} |
|
1745 |
||
1746 |
// --------------------------------------------------------- |
|
1747 |
// |
|
1748 |
// r_phoneui_incomingcall_options_menu |
|
1749 |
// Default commands menu pane. |
|
1750 |
// |
|
1751 |
// --------------------------------------------------------- |
|
1752 |
// |
|
1753 |
RESOURCE MENU_PANE r_phoneui_incomingcall_options_menu |
|
1754 |
{ |
|
1755 |
items= |
|
1756 |
{ |
|
1757 |
MENU_ITEM |
|
1758 |
{ |
|
1759 |
command = EPhoneCallComingCmdAnswer; |
|
1760 |
txt = qtn_call_answer_option; |
|
1761 |
}, |
|
1762 |
MENU_ITEM |
|
1763 |
{ |
|
1764 |
command = EPhoneCallComingCmdAnswerHandPortable; |
|
1765 |
txt = qtn_call_answer_hp_vt_option; |
|
1766 |
}, |
|
1767 |
MENU_ITEM |
|
1768 |
{ |
|
1769 |
command = EPhoneCallComingCmdSoftReject; |
|
1770 |
txt = qtn_call_soft_reject_option; |
|
1771 |
}, |
|
1772 |
MENU_ITEM |
|
1773 |
{ |
|
1774 |
command = EPhoneCallComingCmdReject; |
|
1775 |
txt = qtn_call_reject_option; |
|
1776 |
} |
|
1777 |
}; |
|
1778 |
} |
|
1779 |
||
1780 |
// --------------------------------------------------------- |
|
1781 |
// |
|
1782 |
// r_phoneui_incomingvideocall_options_menu |
|
1783 |
// Default commands menu pane. |
|
1784 |
// |
|
1785 |
// --------------------------------------------------------- |
|
1786 |
// |
|
1787 |
RESOURCE MENU_PANE r_phoneui_incomingvideocall_options_menu |
|
1788 |
{ |
|
1789 |
items= |
|
1790 |
{ |
|
1791 |
MENU_ITEM |
|
1792 |
{ |
|
1793 |
command = EPhoneCallComingCmdAnswer; |
|
1794 |
txt = qtn_call_answer_option; |
|
1795 |
}, |
|
1796 |
MENU_ITEM |
|
1797 |
{ |
|
1798 |
command = EPhoneCallComingCmdAnswerHandPortableVideo; |
|
1799 |
txt = qtn_call_answer_hp_vt_option; |
|
1800 |
}, |
|
1801 |
MENU_ITEM |
|
1802 |
{ |
|
1803 |
command = EPhoneCallComingCmdSoftReject; |
|
1804 |
txt = qtn_call_soft_reject_option; |
|
1805 |
}, |
|
1806 |
MENU_ITEM |
|
1807 |
{ |
|
1808 |
command = EPhoneCallComingCmdReject; |
|
1809 |
txt = qtn_call_reject_option; |
|
1810 |
} |
|
1811 |
}; |
|
1812 |
} |
|
1813 |
||
1814 |
// --------------------------------------------------------- |
|
1815 |
// |
|
1816 |
// r_phoneui_callwaiting_options_menu |
|
1817 |
// Default commands menu pane. |
|
1818 |
// |
|
1819 |
// --------------------------------------------------------- |
|
1820 |
// |
|
1821 |
RESOURCE MENU_PANE r_phoneui_callwaiting_options_menu |
|
1822 |
{ |
|
1823 |
items= |
|
1824 |
{ |
|
1825 |
MENU_ITEM |
|
1826 |
{ |
|
1827 |
command = EPhoneInCallCmdUnmute; |
|
1828 |
txt = qtn_incal_unmute_option; |
|
1829 |
}, |
|
1830 |
MENU_ITEM |
|
1831 |
{ |
|
1832 |
command = EPhoneCallComingCmdAnswer; |
|
1833 |
txt = qtn_call_answer_option; |
|
1834 |
}, |
|
1835 |
MENU_ITEM |
|
1836 |
{ |
|
1837 |
command = EPhoneInCallCmdReject; |
|
1838 |
txt = qtn_call_reject_option; |
|
1839 |
}, |
|
1840 |
MENU_ITEM |
|
1841 |
{ |
|
1842 |
command = EPhoneInCallCmdUnhold; |
|
1843 |
txt = qtn_incal_unhold_option; |
|
1844 |
}, |
|
1845 |
MENU_ITEM |
|
1846 |
{ |
|
1847 |
command = EPhoneInCallCmdReplace; |
|
1848 |
txt = qtn_incal_replace_option; |
|
1849 |
}, |
|
1850 |
MENU_ITEM |
|
1851 |
{ |
|
1852 |
command = EPhoneInCallCmdDialer; |
|
1853 |
txt = qtn_incal_dialer_option; |
|
1854 |
}, |
|
1855 |
MENU_ITEM |
|
1856 |
{ |
|
1857 |
command = EPhoneInCallCmdDeactivateIhf; |
|
1858 |
txt = qtn_incal_deact_ihf_option; |
|
1859 |
}, |
|
1860 |
MENU_ITEM |
|
1861 |
{ |
|
1862 |
command = EPhoneInCallCmdActivateIhf; |
|
1863 |
txt = qtn_incal_act_ihf_option; |
|
1864 |
}, |
|
1865 |
MENU_ITEM // HANDSET |
|
1866 |
{ |
|
1867 |
command = EPhoneInCallCmdHandset; |
|
1868 |
txt = qtn_incal_handset_option; |
|
1869 |
}, |
|
1870 |
MENU_ITEM // BT HANDSFREE |
|
1871 |
{ |
|
1872 |
command = EPhoneInCallCmdBtHandsfree; |
|
1873 |
txt = qtn_incal_bt_handsfree_option; |
|
1874 |
}, |
|
1875 |
MENU_ITEM |
|
1876 |
{ |
|
1877 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
1878 |
txt = qtn_incal_drop_option; |
|
1879 |
}, |
|
1880 |
MENU_ITEM |
|
1881 |
{ |
|
1882 |
command = EPhoneInCallCmdHold; |
|
1883 |
txt = qtn_incal_hold_option; |
|
1884 |
}, |
|
1885 |
MENU_ITEM |
|
1886 |
{ |
|
1887 |
command = EPhoneInCallCmdMute; |
|
1888 |
txt = qtn_incal_mute_option; |
|
1889 |
}, |
|
1890 |
MENU_ITEM |
|
1891 |
{ |
|
1892 |
command = EPhoneInCallCmdNewCall; |
|
1893 |
txt = qtn_incal_new_call_option; |
|
1894 |
}, |
|
1895 |
MENU_ITEM |
|
1896 |
{ |
|
1897 |
command = EPhoneInCallCmdGoToIdle; |
|
1898 |
txt = qtn_incal_goto_idle; |
|
1899 |
}, |
|
1900 |
MENU_ITEM |
|
1901 |
{ |
|
1902 |
command = EPhoneInCallCmdDtmfListQuery; |
|
1903 |
txt = qtn_incal_send_dtmf_option; |
|
1904 |
}, |
|
1905 |
MENU_ITEM |
|
1906 |
{ |
|
1907 |
command = EPhoneInCallCmdHelp; |
|
1908 |
txt = qtn_options_help; |
|
1909 |
} |
|
1910 |
}; |
|
1911 |
} |
|
1912 |
||
1913 |
// --------------------------------------------------------- |
|
1914 |
// |
|
1915 |
// r_phoneui_videocall_waiting_options_menu |
|
1916 |
// Default commands menu pane. |
|
1917 |
// |
|
1918 |
// --------------------------------------------------------- |
|
1919 |
// |
|
1920 |
RESOURCE MENU_PANE r_phoneui_videocall_waiting_options_menu |
|
1921 |
{ |
|
1922 |
items= |
|
1923 |
{ |
|
1924 |
MENU_ITEM |
|
1925 |
{ |
|
1926 |
command = EPhoneInCallCmdUnmute; |
|
1927 |
txt = qtn_incal_unmute_option; |
|
1928 |
}, |
|
1929 |
MENU_ITEM |
|
1930 |
{ |
|
1931 |
command = EPhoneInCallCmdReject; |
|
1932 |
txt = qtn_call_reject_option; |
|
1933 |
}, |
|
1934 |
MENU_ITEM |
|
1935 |
{ |
|
1936 |
command = EPhoneInCallCmdUnhold; |
|
1937 |
txt = qtn_incal_unhold_option; |
|
1938 |
}, |
|
1939 |
MENU_ITEM |
|
1940 |
{ |
|
1941 |
command = EPhoneInCallCmdDialer; |
|
1942 |
txt = qtn_incal_dialer_option; |
|
1943 |
}, |
|
1944 |
MENU_ITEM |
|
1945 |
{ |
|
1946 |
command = EPhoneInCallCmdDeactivateIhf; |
|
1947 |
txt = qtn_incal_deact_ihf_option; |
|
1948 |
}, |
|
1949 |
MENU_ITEM |
|
1950 |
{ |
|
1951 |
command = EPhoneInCallCmdActivateIhf; |
|
1952 |
txt = qtn_incal_act_ihf_option; |
|
1953 |
}, |
|
1954 |
MENU_ITEM // HANDSET |
|
1955 |
{ |
|
1956 |
command = EPhoneInCallCmdHandset; |
|
1957 |
txt = qtn_incal_handset_option; |
|
1958 |
}, |
|
1959 |
MENU_ITEM // BT HANDSFREE |
|
1960 |
{ |
|
1961 |
command = EPhoneInCallCmdBtHandsfree; |
|
1962 |
txt = qtn_incal_bt_handsfree_option; |
|
1963 |
}, |
|
1964 |
MENU_ITEM |
|
1965 |
{ |
|
1966 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
1967 |
txt = qtn_incal_drop_option; |
|
1968 |
}, |
|
1969 |
MENU_ITEM |
|
1970 |
{ |
|
1971 |
command = EPhoneInCallCmdHold; |
|
1972 |
txt = qtn_incal_hold_option; |
|
1973 |
}, |
|
1974 |
MENU_ITEM |
|
1975 |
{ |
|
1976 |
command = EPhoneInCallCmdMute; |
|
1977 |
txt = qtn_incal_mute_option; |
|
1978 |
}, |
|
1979 |
MENU_ITEM |
|
1980 |
{ |
|
1981 |
command = EPhoneInCallCmdNewCall; |
|
1982 |
txt = qtn_incal_new_call_option; |
|
1983 |
}, |
|
1984 |
MENU_ITEM |
|
1985 |
{ |
|
1986 |
command = EPhoneInCallCmdGoToIdle; |
|
1987 |
txt = qtn_incal_goto_idle; |
|
1988 |
}, |
|
1989 |
MENU_ITEM |
|
1990 |
{ |
|
1991 |
command = EPhoneInCallCmdDtmfListQuery; |
|
1992 |
txt = qtn_incal_send_dtmf_option; |
|
1993 |
}, |
|
1994 |
MENU_ITEM |
|
1995 |
{ |
|
1996 |
command = EPhoneInCallCmdHelp; |
|
1997 |
txt = qtn_options_help; |
|
1998 |
} |
|
1999 |
}; |
|
2000 |
} |
|
2001 |
||
2002 |
// --------------------------------------------------------- |
|
2003 |
// |
|
2004 |
// r_phoneui_waiting_lock_options_menu |
|
2005 |
// Default commands menu pane. |
|
2006 |
// |
|
2007 |
// --------------------------------------------------------- |
|
2008 |
// |
|
2009 |
RESOURCE MENU_PANE r_phoneui_waiting_lock_options_menu |
|
2010 |
{ |
|
2011 |
items= |
|
2012 |
{ |
|
2013 |
MENU_ITEM |
|
2014 |
{ |
|
2015 |
command = EPhoneCallComingCmdAnswer; |
|
2016 |
txt = qtn_call_answer_option; |
|
2017 |
}, |
|
2018 |
MENU_ITEM |
|
2019 |
{ |
|
2020 |
command = EPhoneInCallCmdReject; |
|
2021 |
txt = qtn_call_reject_option; |
|
2022 |
}, |
|
2023 |
MENU_ITEM |
|
2024 |
{ |
|
2025 |
command = EPhoneInCallCmdReplace; |
|
2026 |
txt = qtn_incal_replace_option; |
|
2027 |
}, |
|
2028 |
MENU_ITEM |
|
2029 |
{ |
|
2030 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
2031 |
txt = qtn_incal_drop_option; |
|
2032 |
} |
|
2033 |
}; |
|
2034 |
} |
|
2035 |
||
2036 |
// --------------------------------------------------------- |
|
2037 |
// |
|
2038 |
// r_phoneui_twosingles_waiting_lock_options_menu |
|
2039 |
// Default commands menu pane. |
|
2040 |
// |
|
2041 |
// --------------------------------------------------------- |
|
2042 |
// |
|
2043 |
RESOURCE MENU_PANE r_phoneui_twosingles_waiting_lock_options_menu |
|
2044 |
{ |
|
2045 |
items= |
|
2046 |
{ |
|
2047 |
MENU_ITEM |
|
2048 |
{ |
|
2049 |
command = EPhoneInCallCmdReject; |
|
2050 |
txt = qtn_call_reject_option; |
|
2051 |
}, |
|
2052 |
MENU_ITEM |
|
2053 |
{ |
|
2054 |
command = EPhoneInCallCmdReplace; |
|
2055 |
txt = qtn_incal_replace_option; |
|
2056 |
}, |
|
2057 |
MENU_ITEM |
|
2058 |
{ |
|
2059 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
2060 |
txt = qtn_incal_drop_option; |
|
2061 |
}, |
|
2062 |
MENU_ITEM |
|
2063 |
{ |
|
2064 |
command = EPhoneInCallCmdEndAllCalls; |
|
2065 |
txt = qtn_incal_end_option; |
|
2066 |
} |
|
2067 |
}; |
|
2068 |
} |
|
2069 |
||
2070 |
// confcall |
|
2071 |
// --------------------------------------------------------- |
|
2072 |
// |
|
2073 |
// r_phoneui_confcall_options_menu |
|
2074 |
// Default commands menu pane. |
|
2075 |
// |
|
2076 |
// --------------------------------------------------------- |
|
2077 |
// |
|
2078 |
RESOURCE MENU_PANE r_phoneui_confcall_options_menu |
|
2079 |
{ |
|
2080 |
items= |
|
2081 |
{ |
|
2082 |
MENU_ITEM |
|
2083 |
{ |
|
2084 |
command = EPhoneInCallCmdUnmute; |
|
2085 |
txt = qtn_incal_unmute_option; |
|
2086 |
}, |
|
2087 |
MENU_ITEM |
|
2088 |
{ |
|
2089 |
command = EPhoneInCallCmdUnhold; |
|
2090 |
txt = qtn_incal_unhold_option; |
|
2091 |
}, |
|
2092 |
MENU_ITEM |
|
2093 |
{ |
|
2094 |
command = EPhoneInCallCmdCreateConference; |
|
2095 |
cascade = r_phoneui_incall_options_conference_private_drop_menu; |
|
2096 |
txt = qtn_incal_conference_option; |
|
2097 |
}, |
|
2098 |
MENU_ITEM |
|
2099 |
{ |
|
2100 |
command = EPhoneInCallCmdDialer; |
|
2101 |
txt = qtn_incal_dialer_option; |
|
2102 |
}, |
|
2103 |
MENU_ITEM |
|
2104 |
{ |
|
2105 |
command = EPhoneInCallCmdActivateIhf; |
|
2106 |
txt = qtn_incal_act_ihf_option; |
|
2107 |
}, |
|
2108 |
MENU_ITEM // HANDSET |
|
2109 |
{ |
|
2110 |
command = EPhoneInCallCmdHandset; |
|
2111 |
txt = qtn_incal_handset_option; |
|
2112 |
}, |
|
2113 |
MENU_ITEM // BT HANDSFREE |
|
2114 |
{ |
|
2115 |
command = EPhoneInCallCmdBtHandsfree; |
|
2116 |
txt = qtn_incal_bt_handsfree_option; |
|
2117 |
}, |
|
2118 |
MENU_ITEM |
|
2119 |
{ |
|
2120 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2121 |
txt = qtn_incal_deact_ihf_option; |
|
2122 |
}, |
|
2123 |
MENU_ITEM |
|
2124 |
{ |
|
2125 |
command = EPhoneInCallCmdEndAllCalls; |
|
2126 |
txt = qtn_incal_end_option; |
|
2127 |
}, |
|
2128 |
MENU_ITEM |
|
2129 |
{ |
|
2130 |
command = EPhoneInCallCmdHold; |
|
2131 |
txt = qtn_incal_hold_option; |
|
2132 |
}, |
|
2133 |
MENU_ITEM |
|
2134 |
{ |
|
2135 |
command = EPhoneInCallCmdMute; |
|
2136 |
txt = qtn_incal_mute_option; |
|
2137 |
}, |
|
2138 |
MENU_ITEM |
|
2139 |
{ |
|
2140 |
command = EPhoneInCallCmdLockKeypad; |
|
2141 |
txt = qtn_pwrc_lock_keys; |
|
2142 |
}, |
|
2143 |
MENU_ITEM |
|
2144 |
{ |
|
2145 |
command = EPhoneInCallCmdLockScreen; |
|
2146 |
txt = qtn_pwrc_lock_display; |
|
2147 |
}, |
|
2148 |
MENU_ITEM |
|
2149 |
{ |
|
2150 |
command = EPhoneInCallCmdNewCall; |
|
2151 |
txt = qtn_incal_new_call_option; |
|
2152 |
}, |
|
2153 |
MENU_ITEM |
|
2154 |
{ |
|
2155 |
command = EPhoneInCallCmdGoToIdle; |
|
2156 |
txt = qtn_incal_goto_idle; |
|
2157 |
}, |
|
2158 |
MENU_ITEM |
|
2159 |
{ |
|
2160 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2161 |
txt = qtn_incal_send_dtmf_option; |
|
2162 |
}, |
|
2163 |
MENU_ITEM |
|
2164 |
{ |
|
2165 |
command = EPhoneInCallCmdHelp; |
|
2166 |
txt = qtn_options_help; |
|
2167 |
} |
|
2168 |
}; |
|
2169 |
} |
|
2170 |
||
2171 |
// confandcallwaiting |
|
2172 |
// --------------------------------------------------------- |
|
2173 |
// |
|
2174 |
// r_phoneui_confandcallwaiting_options_menu |
|
2175 |
// Default commands menu pane. |
|
2176 |
// |
|
2177 |
// --------------------------------------------------------- |
|
2178 |
// |
|
2179 |
RESOURCE MENU_PANE r_phoneui_confandcallwaiting_options_menu |
|
2180 |
{ |
|
2181 |
items= |
|
2182 |
{ |
|
2183 |
MENU_ITEM |
|
2184 |
{ |
|
2185 |
command = EPhoneInCallCmdUnmute; |
|
2186 |
txt = qtn_incal_unmute_option; |
|
2187 |
}, |
|
2188 |
MENU_ITEM |
|
2189 |
{ |
|
2190 |
command = EPhoneInCallCmdAnswer; |
|
2191 |
txt = qtn_call_answer_option; |
|
2192 |
}, |
|
2193 |
MENU_ITEM |
|
2194 |
{ |
|
2195 |
command = EPhoneInCallCmdReject; |
|
2196 |
txt = qtn_call_reject_option; |
|
2197 |
}, |
|
2198 |
MENU_ITEM |
|
2199 |
{ |
|
2200 |
command = EPhoneInCallCmdReplace; |
|
2201 |
txt = qtn_incal_replace_option; |
|
2202 |
}, |
|
2203 |
MENU_ITEM |
|
2204 |
{ |
|
2205 |
command = EPhoneInCallCmdConferenceUnhold; |
|
2206 |
txt = qtn_incal_unhold_option; |
|
2207 |
}, |
|
2208 |
MENU_ITEM |
|
2209 |
{ |
|
2210 |
command = EPhoneInCallCmdCreateConference; |
|
2211 |
cascade = r_phoneui_incall_options_conference_private_drop_menu; |
|
2212 |
txt = qtn_incal_conference_option; |
|
2213 |
}, |
|
2214 |
MENU_ITEM |
|
2215 |
{ |
|
2216 |
command = EPhoneInCallCmdDialer; |
|
2217 |
txt = qtn_incal_dialer_option; |
|
2218 |
}, |
|
2219 |
MENU_ITEM |
|
2220 |
{ |
|
2221 |
command = EPhoneInCallCmdActivateIhf; |
|
2222 |
txt = qtn_incal_act_ihf_option; |
|
2223 |
}, |
|
2224 |
MENU_ITEM |
|
2225 |
{ |
|
2226 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2227 |
txt = qtn_incal_deact_ihf_option; |
|
2228 |
}, |
|
2229 |
MENU_ITEM // HANDSET |
|
2230 |
{ |
|
2231 |
command = EPhoneInCallCmdHandset; |
|
2232 |
txt = qtn_incal_handset_option; |
|
2233 |
}, |
|
2234 |
MENU_ITEM // BT HANDSFREE |
|
2235 |
{ |
|
2236 |
command = EPhoneInCallCmdBtHandsfree; |
|
2237 |
txt = qtn_incal_bt_handsfree_option; |
|
2238 |
}, |
|
2239 |
MENU_ITEM |
|
2240 |
{ |
|
2241 |
command = EPhoneInCallCmdEndAllCalls; |
|
2242 |
txt = qtn_incal_end_option; |
|
2243 |
}, |
|
2244 |
MENU_ITEM |
|
2245 |
{ |
|
2246 |
command = EPhoneInCallCmdConferenceHold; |
|
2247 |
txt = qtn_incal_hold_option; |
|
2248 |
}, |
|
2249 |
MENU_ITEM |
|
2250 |
{ |
|
2251 |
command = EPhoneInCallCmdMute; |
|
2252 |
txt = qtn_incal_mute_option; |
|
2253 |
}, |
|
2254 |
MENU_ITEM |
|
2255 |
{ |
|
2256 |
command = EPhoneInCallCmdNewCall; |
|
2257 |
txt = qtn_incal_new_call_option; |
|
2258 |
}, |
|
2259 |
MENU_ITEM |
|
2260 |
{ |
|
2261 |
command = EPhoneInCallCmdGoToIdle; |
|
2262 |
txt = qtn_incal_goto_idle; |
|
2263 |
}, |
|
2264 |
MENU_ITEM |
|
2265 |
{ |
|
2266 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2267 |
txt = qtn_incal_send_dtmf_option; |
|
2268 |
}, |
|
2269 |
MENU_ITEM |
|
2270 |
{ |
|
2271 |
command = EPhoneInCallCmdHelp; |
|
2272 |
txt = qtn_options_help; |
|
2273 |
} |
|
2274 |
}; |
|
2275 |
} |
|
2276 |
||
2277 |
// --------------------------------------------------------- |
|
2278 |
// |
|
2279 |
// r_phoneui_activeandheldcall_options_menu |
|
2280 |
// Default commands menu pane. |
|
2281 |
// |
|
2282 |
// --------------------------------------------------------- |
|
2283 |
// |
|
2284 |
RESOURCE MENU_PANE r_phoneui_activeandheldcall_options_menu |
|
2285 |
{ |
|
2286 |
items= |
|
2287 |
{ |
|
2288 |
MENU_ITEM |
|
2289 |
{ |
|
2290 |
command = EPhoneInCallCmdUnmute; |
|
2291 |
txt = qtn_incal_unmute_option; |
|
2292 |
}, |
|
2293 |
MENU_ITEM |
|
2294 |
{ |
|
2295 |
command = EPhoneInCallCmdSwap; |
|
2296 |
txt = qtn_incal_swap_option; |
|
2297 |
}, |
|
2298 |
MENU_ITEM |
|
2299 |
{ |
|
2300 |
command = EPhoneInCallCmdCreateConference; |
|
2301 |
txt = qtn_incal_conference_option; |
|
2302 |
}, |
|
2303 |
MENU_ITEM |
|
2304 |
{ |
|
2305 |
command = EPhoneInCallCmdDialer; |
|
2306 |
txt = qtn_incal_dialer_option; |
|
2307 |
}, |
|
2308 |
MENU_ITEM |
|
2309 |
{ |
|
2310 |
command = EPhoneInCallCmdActivateIhf; |
|
2311 |
txt = qtn_incal_act_ihf_option; |
|
2312 |
}, |
|
2313 |
MENU_ITEM |
|
2314 |
{ |
|
2315 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2316 |
txt = qtn_incal_deact_ihf_option; |
|
2317 |
}, |
|
2318 |
MENU_ITEM // HANDSET |
|
2319 |
{ |
|
2320 |
command = EPhoneInCallCmdHandset; |
|
2321 |
txt = qtn_incal_handset_option; |
|
2322 |
}, |
|
2323 |
MENU_ITEM // BT HANDSFREE |
|
2324 |
{ |
|
2325 |
command = EPhoneInCallCmdBtHandsfree; |
|
2326 |
txt = qtn_incal_bt_handsfree_option; |
|
2327 |
}, |
|
2328 |
MENU_ITEM |
|
2329 |
{ |
|
2330 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
2331 |
txt = qtn_incal_drop_option; |
|
2332 |
}, |
|
2333 |
MENU_ITEM |
|
2334 |
{ |
|
2335 |
command = EPhoneInCallCmdEndAllCalls; |
|
2336 |
txt = qtn_incal_end_option; |
|
2337 |
}, |
|
2338 |
MENU_ITEM |
|
2339 |
{ |
|
2340 |
command = EPhoneInCallCmdMute; |
|
2341 |
txt = qtn_incal_mute_option; |
|
2342 |
}, |
|
2343 |
MENU_ITEM |
|
2344 |
{ |
|
2345 |
command = EPhoneInCallCmdTransfer; |
|
2346 |
txt = qtn_incal_transfer_option; |
|
2347 |
}, |
|
2348 |
MENU_ITEM |
|
2349 |
{ |
|
2350 |
command = EPhoneInCallCmdGoToIdle; |
|
2351 |
txt = qtn_incal_goto_idle; |
|
2352 |
}, |
|
2353 |
MENU_ITEM |
|
2354 |
{ |
|
2355 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2356 |
txt = qtn_incal_send_dtmf_option; |
|
2357 |
}, |
|
2358 |
MENU_ITEM |
|
2359 |
{ |
|
2360 |
command = EPhoneInCallCmdHelp; |
|
2361 |
txt = qtn_options_help; |
|
2362 |
} |
|
2363 |
}; |
|
2364 |
} |
|
2365 |
||
2366 |
||
2367 |
// --------------------------------------------------------- |
|
2368 |
// |
|
2369 |
// r_phoneui_activeconfandheldcall_options_menu |
|
2370 |
// Default commands menu pane. |
|
2371 |
// |
|
2372 |
// --------------------------------------------------------- |
|
2373 |
// |
|
2374 |
RESOURCE MENU_PANE r_phoneui_activeconfandheldcall_options_menu |
|
2375 |
{ |
|
2376 |
items= |
|
2377 |
{ |
|
2378 |
MENU_ITEM |
|
2379 |
{ |
|
2380 |
command = EPhoneInCallCmdUnmute; |
|
2381 |
txt = qtn_incal_unmute_option; |
|
2382 |
}, |
|
2383 |
MENU_ITEM |
|
2384 |
{ |
|
2385 |
command = EPhoneInCallCmdSwap; |
|
2386 |
txt = qtn_incal_swap_option; |
|
2387 |
}, |
|
2388 |
MENU_ITEM |
|
2389 |
{ |
|
2390 |
command = EPhoneInCallCmdCreateConference; |
|
2391 |
cascade = r_phoneui_incall_options_conference_join_drop_menu; |
|
2392 |
txt = qtn_incal_conference_option; |
|
2393 |
}, |
|
2394 |
MENU_ITEM |
|
2395 |
{ |
|
2396 |
command = EPhoneInCallCmdDialer; |
|
2397 |
txt = qtn_incal_dialer_option; |
|
2398 |
}, |
|
2399 |
MENU_ITEM |
|
2400 |
{ |
|
2401 |
command = EPhoneInCallCmdActivateIhf; |
|
2402 |
txt = qtn_incal_act_ihf_option; |
|
2403 |
}, |
|
2404 |
MENU_ITEM |
|
2405 |
{ |
|
2406 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2407 |
txt = qtn_incal_deact_ihf_option; |
|
2408 |
}, |
|
2409 |
MENU_ITEM // HANDSET |
|
2410 |
{ |
|
2411 |
command = EPhoneInCallCmdHandset; |
|
2412 |
txt = qtn_incal_handset_option; |
|
2413 |
}, |
|
2414 |
MENU_ITEM // BT HANDSFREE |
|
2415 |
{ |
|
2416 |
command = EPhoneInCallCmdBtHandsfree; |
|
2417 |
txt = qtn_incal_bt_handsfree_option; |
|
2418 |
}, |
|
2419 |
MENU_ITEM |
|
2420 |
{ |
|
2421 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
2422 |
txt = qtn_incal_drop_option; |
|
2423 |
}, |
|
2424 |
MENU_ITEM |
|
2425 |
{ |
|
2426 |
command = EPhoneInCallCmdEndAllCalls; |
|
2427 |
txt = qtn_incal_end_option; |
|
2428 |
}, |
|
2429 |
MENU_ITEM |
|
2430 |
{ |
|
2431 |
command = EPhoneInCallCmdMute; |
|
2432 |
txt = qtn_incal_mute_option; |
|
2433 |
}, |
|
2434 |
MENU_ITEM |
|
2435 |
{ |
|
2436 |
command = EPhoneInCallCmdGoToIdle; |
|
2437 |
txt = qtn_incal_goto_idle; |
|
2438 |
}, |
|
2439 |
MENU_ITEM |
|
2440 |
{ |
|
2441 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2442 |
txt = qtn_incal_send_dtmf_option; |
|
2443 |
}, |
|
2444 |
MENU_ITEM |
|
2445 |
{ |
|
2446 |
command = EPhoneInCallCmdHelp; |
|
2447 |
txt = qtn_options_help; |
|
2448 |
} |
|
2449 |
}; |
|
2450 |
} |
|
2451 |
||
2452 |
||
2453 |
// --------------------------------------------------------- |
|
2454 |
// |
|
2455 |
// r_phoneui_activeandheldconfcall_options_menu |
|
2456 |
// Default commands menu pane. |
|
2457 |
// |
|
2458 |
// --------------------------------------------------------- |
|
2459 |
// |
|
2460 |
RESOURCE MENU_PANE r_phoneui_activeandheldconfcall_options_menu |
|
2461 |
||
2462 |
{ |
|
2463 |
items= |
|
2464 |
{ |
|
2465 |
MENU_ITEM |
|
2466 |
{ |
|
2467 |
command = EPhoneInCallCmdUnmute; |
|
2468 |
txt = qtn_incal_unmute_option; |
|
2469 |
}, |
|
2470 |
MENU_ITEM |
|
2471 |
{ |
|
2472 |
command = EPhoneInCallCmdSwap; |
|
2473 |
txt = qtn_incal_swap_option; |
|
2474 |
}, |
|
2475 |
MENU_ITEM |
|
2476 |
{ |
|
2477 |
command = EPhoneInCallCmdCreateConference; |
|
2478 |
cascade = r_phoneui_incall_options_conference_join_menu; |
|
2479 |
txt = qtn_incal_conference_option; |
|
2480 |
}, |
|
2481 |
MENU_ITEM |
|
2482 |
{ |
|
2483 |
command = EPhoneInCallCmdDialer; |
|
2484 |
txt = qtn_incal_dialer_option; |
|
2485 |
}, |
|
2486 |
MENU_ITEM |
|
2487 |
{ |
|
2488 |
command = EPhoneInCallCmdActivateIhf; |
|
2489 |
txt = qtn_incal_act_ihf_option; |
|
2490 |
}, |
|
2491 |
MENU_ITEM |
|
2492 |
{ |
|
2493 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2494 |
txt = qtn_incal_deact_ihf_option; |
|
2495 |
}, |
|
2496 |
MENU_ITEM // HANDSET |
|
2497 |
{ |
|
2498 |
command = EPhoneInCallCmdHandset; |
|
2499 |
txt = qtn_incal_handset_option; |
|
2500 |
}, |
|
2501 |
MENU_ITEM // BT HANDSFREE |
|
2502 |
{ |
|
2503 |
command = EPhoneInCallCmdBtHandsfree; |
|
2504 |
txt = qtn_incal_bt_handsfree_option; |
|
2505 |
}, |
|
2506 |
MENU_ITEM |
|
2507 |
{ |
|
2508 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
2509 |
txt = qtn_incal_drop_option; |
|
2510 |
}, |
|
2511 |
MENU_ITEM |
|
2512 |
{ |
|
2513 |
command = EPhoneInCallCmdEndAllCalls; |
|
2514 |
txt = qtn_incal_end_option; |
|
2515 |
}, |
|
2516 |
MENU_ITEM |
|
2517 |
{ |
|
2518 |
command = EPhoneInCallCmdMute; |
|
2519 |
txt = qtn_incal_mute_option; |
|
2520 |
}, |
|
2521 |
MENU_ITEM |
|
2522 |
{ |
|
2523 |
command = EPhoneInCallCmdGoToIdle; |
|
2524 |
txt = qtn_incal_goto_idle; |
|
2525 |
}, |
|
2526 |
MENU_ITEM |
|
2527 |
{ |
|
2528 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2529 |
txt = qtn_incal_send_dtmf_option; |
|
2530 |
}, |
|
2531 |
MENU_ITEM |
|
2532 |
{ |
|
2533 |
command = EPhoneInCallCmdHelp; |
|
2534 |
txt = qtn_options_help; |
|
2535 |
} |
|
2536 |
}; |
|
2537 |
} |
|
2538 |
||
2539 |
// --------------------------------------------------------- |
|
2540 |
// |
|
2541 |
// r_phoneui_callactiveheldandwaiting_options_menu |
|
2542 |
// Default commands menu pane. |
|
2543 |
// |
|
2544 |
// --------------------------------------------------------- |
|
2545 |
// |
|
2546 |
RESOURCE MENU_PANE r_phoneui_callactiveheldandwaiting_options_menu |
|
2547 |
{ |
|
2548 |
items= |
|
2549 |
{ |
|
2550 |
MENU_ITEM |
|
2551 |
{ |
|
2552 |
command = EPhoneInCallCmdUnmute; |
|
2553 |
txt = qtn_incal_unmute_option; |
|
2554 |
}, |
|
2555 |
MENU_ITEM |
|
2556 |
{ |
|
2557 |
command = EPhoneInCallCmdReject; |
|
2558 |
txt = qtn_call_reject_option; |
|
2559 |
}, |
|
2560 |
MENU_ITEM |
|
2561 |
{ |
|
2562 |
command = EPhoneInCallCmdReplace; |
|
2563 |
txt = qtn_incal_replace_option; |
|
2564 |
}, |
|
2565 |
MENU_ITEM |
|
2566 |
{ |
|
2567 |
command = EPhoneInCallCmdSwap; |
|
2568 |
txt = qtn_incal_swap_option; |
|
2569 |
}, |
|
2570 |
MENU_ITEM |
|
2571 |
{ |
|
2572 |
command = EPhoneInCallCmdCreateConference; |
|
2573 |
txt = qtn_incal_conference_option; |
|
2574 |
}, |
|
2575 |
MENU_ITEM |
|
2576 |
{ |
|
2577 |
command = EPhoneInCallCmdDialer; |
|
2578 |
txt = qtn_incal_dialer_option; |
|
2579 |
}, |
|
2580 |
MENU_ITEM |
|
2581 |
{ |
|
2582 |
command = EPhoneInCallCmdActivateIhf; |
|
2583 |
txt = qtn_incal_act_ihf_option; |
|
2584 |
}, |
|
2585 |
MENU_ITEM |
|
2586 |
{ |
|
2587 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2588 |
txt = qtn_incal_deact_ihf_option; |
|
2589 |
}, |
|
2590 |
MENU_ITEM // HANDSET |
|
2591 |
{ |
|
2592 |
command = EPhoneInCallCmdHandset; |
|
2593 |
txt = qtn_incal_handset_option; |
|
2594 |
}, |
|
2595 |
MENU_ITEM // BT HANDSFREE |
|
2596 |
{ |
|
2597 |
command = EPhoneInCallCmdBtHandsfree; |
|
2598 |
txt = qtn_incal_bt_handsfree_option; |
|
2599 |
}, |
|
2600 |
MENU_ITEM |
|
2601 |
{ |
|
2602 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
2603 |
txt = qtn_incal_drop_option; |
|
2604 |
}, |
|
2605 |
MENU_ITEM |
|
2606 |
{ |
|
2607 |
command = EPhoneInCallCmdEndAllCalls; |
|
2608 |
txt = qtn_incal_end_option; |
|
2609 |
}, |
|
2610 |
MENU_ITEM |
|
2611 |
{ |
|
2612 |
command = EPhoneInCallCmdMute; |
|
2613 |
txt = qtn_incal_mute_option; |
|
2614 |
}, |
|
2615 |
MENU_ITEM |
|
2616 |
{ |
|
2617 |
command = EPhoneInCallCmdTransfer; |
|
2618 |
txt = qtn_incal_transfer_option; |
|
2619 |
}, |
|
2620 |
MENU_ITEM |
|
2621 |
{ |
|
2622 |
command = EPhoneInCallCmdGoToIdle; |
|
2623 |
txt = qtn_incal_goto_idle; |
|
2624 |
}, |
|
2625 |
MENU_ITEM |
|
2626 |
{ |
|
2627 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2628 |
txt = qtn_incal_send_dtmf_option; |
|
2629 |
}, |
|
2630 |
MENU_ITEM |
|
2631 |
{ |
|
2632 |
command = EPhoneInCallCmdHelp; |
|
2633 |
txt = qtn_options_help; |
|
2634 |
} |
|
2635 |
}; |
|
2636 |
} |
|
2637 |
||
2638 |
// --------------------------------------------------------- |
|
2639 |
// |
|
2640 |
// r_phoneui_callactiveheldandwaiting_options_menu_varied |
|
2641 |
// Default commands menu pane. |
|
2642 |
// |
|
2643 |
// --------------------------------------------------------- |
|
2644 |
// |
|
2645 |
RESOURCE MENU_PANE r_phoneui_callactiveheldandwaiting_options_menu_varied |
|
2646 |
{ |
|
2647 |
items= |
|
2648 |
{ |
|
2649 |
MENU_ITEM |
|
2650 |
{ |
|
2651 |
command = EPhoneInCallCmdUnmute; |
|
2652 |
txt = qtn_incal_unmute_option; |
|
2653 |
}, |
|
2654 |
MENU_ITEM |
|
2655 |
{ |
|
2656 |
command = EPhoneInCallCmdReplace; |
|
2657 |
txt = qtn_call_answer_option; |
|
2658 |
}, |
|
2659 |
MENU_ITEM |
|
2660 |
{ |
|
2661 |
command = EPhoneInCallCmdReject; |
|
2662 |
txt = qtn_call_reject_option; |
|
2663 |
}, |
|
2664 |
||
2665 |
MENU_ITEM |
|
2666 |
{ |
|
2667 |
command = EPhoneInCallCmdSwap; |
|
2668 |
txt = qtn_incal_swap_option; |
|
2669 |
}, |
|
2670 |
MENU_ITEM |
|
2671 |
{ |
|
2672 |
command = EPhoneInCallCmdCreateConference; |
|
2673 |
txt = qtn_incal_conference_option; |
|
2674 |
}, |
|
2675 |
MENU_ITEM |
|
2676 |
{ |
|
2677 |
command = EPhoneInCallCmdDialer; |
|
2678 |
txt = qtn_incal_dialer_option; |
|
2679 |
}, |
|
2680 |
MENU_ITEM |
|
2681 |
{ |
|
2682 |
command = EPhoneInCallCmdActivateIhf; |
|
2683 |
txt = qtn_incal_act_ihf_option; |
|
2684 |
}, |
|
2685 |
MENU_ITEM |
|
2686 |
{ |
|
2687 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2688 |
txt = qtn_incal_deact_ihf_option; |
|
2689 |
}, |
|
2690 |
MENU_ITEM // HANDSET |
|
2691 |
{ |
|
2692 |
command = EPhoneInCallCmdHandset; |
|
2693 |
txt = qtn_incal_handset_option; |
|
2694 |
}, |
|
2695 |
MENU_ITEM // BT HANDSFREE |
|
2696 |
{ |
|
2697 |
command = EPhoneInCallCmdBtHandsfree; |
|
2698 |
txt = qtn_incal_bt_handsfree_option; |
|
2699 |
}, |
|
2700 |
MENU_ITEM |
|
2701 |
{ |
|
2702 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
2703 |
txt = qtn_incal_drop_option; |
|
2704 |
}, |
|
2705 |
MENU_ITEM |
|
2706 |
{ |
|
2707 |
command = EPhoneInCallCmdEndAllCalls; |
|
2708 |
txt = qtn_incal_end_option; |
|
2709 |
}, |
|
2710 |
MENU_ITEM |
|
2711 |
{ |
|
2712 |
command = EPhoneInCallCmdMute; |
|
2713 |
txt = qtn_incal_mute_option; |
|
2714 |
}, |
|
2715 |
MENU_ITEM |
|
2716 |
{ |
|
2717 |
command = EPhoneInCallCmdTransfer; |
|
2718 |
txt = qtn_incal_transfer_option; |
|
2719 |
}, |
|
2720 |
MENU_ITEM |
|
2721 |
{ |
|
2722 |
command = EPhoneInCallCmdGoToIdle; |
|
2723 |
txt = qtn_incal_goto_idle; |
|
2724 |
}, |
|
2725 |
MENU_ITEM |
|
2726 |
{ |
|
2727 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2728 |
txt = qtn_incal_send_dtmf_option; |
|
2729 |
}, |
|
2730 |
MENU_ITEM |
|
2731 |
{ |
|
2732 |
command = EPhoneInCallCmdHelp; |
|
2733 |
txt = qtn_options_help; |
|
2734 |
} |
|
2735 |
}; |
|
2736 |
} |
|
2737 |
||
2738 |
// --------------------------------------------------------- |
|
2739 |
// |
|
2740 |
// r_phoneui_confcallactiveheldandwaiting_options_menu |
|
2741 |
// Default commands menu pane. |
|
2742 |
// |
|
2743 |
// --------------------------------------------------------- |
|
2744 |
// |
|
2745 |
RESOURCE MENU_PANE r_phoneui_confcallactiveheldandwaiting_options_menu |
|
2746 |
{ |
|
2747 |
items= |
|
2748 |
{ |
|
2749 |
MENU_ITEM |
|
2750 |
{ |
|
2751 |
command = EPhoneInCallCmdUnmute; |
|
2752 |
txt = qtn_incal_unmute_option; |
|
2753 |
}, |
|
2754 |
MENU_ITEM |
|
2755 |
{ |
|
2756 |
command = EPhoneInCallCmdReject; |
|
2757 |
txt = qtn_call_reject_option; |
|
2758 |
}, |
|
2759 |
MENU_ITEM |
|
2760 |
{ |
|
2761 |
command = EPhoneInCallCmdReplace; |
|
2762 |
txt = qtn_incal_replace_option; |
|
2763 |
}, |
|
2764 |
MENU_ITEM |
|
2765 |
{ |
|
2766 |
command = EPhoneInCallCmdSwap; |
|
2767 |
txt = qtn_incal_swap_option; |
|
2768 |
}, |
|
2769 |
MENU_ITEM |
|
2770 |
{ |
|
2771 |
command = EPhoneInCallCmdCreateConference; |
|
2772 |
cascade = r_phoneui_incall_options_conference_join_drop_menu; |
|
2773 |
txt = qtn_incal_conference_option; |
|
2774 |
}, |
|
2775 |
MENU_ITEM |
|
2776 |
{ |
|
2777 |
command = EPhoneInCallCmdDialer; |
|
2778 |
txt = qtn_incal_dialer_option; |
|
2779 |
}, |
|
2780 |
MENU_ITEM |
|
2781 |
{ |
|
2782 |
command = EPhoneInCallCmdActivateIhf; |
|
2783 |
txt = qtn_incal_act_ihf_option; |
|
2784 |
}, |
|
2785 |
MENU_ITEM |
|
2786 |
{ |
|
2787 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2788 |
txt = qtn_incal_deact_ihf_option; |
|
2789 |
}, |
|
2790 |
MENU_ITEM // HANDSET |
|
2791 |
{ |
|
2792 |
command = EPhoneInCallCmdHandset; |
|
2793 |
txt = qtn_incal_handset_option; |
|
2794 |
}, |
|
2795 |
MENU_ITEM // BT HANDSFREE |
|
2796 |
{ |
|
2797 |
command = EPhoneInCallCmdBtHandsfree; |
|
2798 |
txt = qtn_incal_bt_handsfree_option; |
|
2799 |
}, |
|
2800 |
MENU_ITEM |
|
2801 |
{ |
|
2802 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
2803 |
txt = qtn_incal_drop_option; |
|
2804 |
}, |
|
2805 |
MENU_ITEM |
|
2806 |
{ |
|
2807 |
command = EPhoneInCallCmdEndAllCalls; |
|
2808 |
txt = qtn_incal_end_option; |
|
2809 |
}, |
|
2810 |
MENU_ITEM |
|
2811 |
{ |
|
2812 |
command = EPhoneInCallCmdMute; |
|
2813 |
txt = qtn_incal_mute_option; |
|
2814 |
}, |
|
2815 |
MENU_ITEM |
|
2816 |
{ |
|
2817 |
command = EPhoneInCallCmdGoToIdle; |
|
2818 |
txt = qtn_incal_goto_idle; |
|
2819 |
}, |
|
2820 |
MENU_ITEM |
|
2821 |
{ |
|
2822 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2823 |
txt = qtn_incal_send_dtmf_option; |
|
2824 |
}, |
|
2825 |
MENU_ITEM |
|
2826 |
{ |
|
2827 |
command = EPhoneInCallCmdHelp; |
|
2828 |
txt = qtn_options_help; |
|
2829 |
} |
|
2830 |
}; |
|
2831 |
} |
|
2832 |
||
2833 |
// --------------------------------------------------------- |
|
2834 |
// |
|
2835 |
// r_phoneui_callactiveheldconfandwaiting_options_menu |
|
2836 |
// Default commands menu pane. |
|
2837 |
// |
|
2838 |
// --------------------------------------------------------- |
|
2839 |
// |
|
2840 |
RESOURCE MENU_PANE r_phoneui_callactiveheldconfandwaiting_options_menu |
|
2841 |
{ |
|
2842 |
items= |
|
2843 |
{ |
|
2844 |
MENU_ITEM |
|
2845 |
{ |
|
2846 |
command = EPhoneInCallCmdUnmute; |
|
2847 |
txt = qtn_incal_unmute_option; |
|
2848 |
}, |
|
2849 |
MENU_ITEM |
|
2850 |
{ |
|
2851 |
command = EPhoneInCallCmdReject; |
|
2852 |
txt = qtn_call_reject_option; |
|
2853 |
}, |
|
2854 |
MENU_ITEM |
|
2855 |
{ |
|
2856 |
command = EPhoneInCallCmdReplace; |
|
2857 |
txt = qtn_incal_replace_option; |
|
2858 |
}, |
|
2859 |
MENU_ITEM |
|
2860 |
{ |
|
2861 |
command = EPhoneInCallCmdSwap; |
|
2862 |
txt = qtn_incal_swap_option; |
|
2863 |
}, |
|
2864 |
MENU_ITEM |
|
2865 |
{ |
|
2866 |
command = EPhoneInCallCmdCreateConference; |
|
2867 |
cascade = r_phoneui_incall_options_conference_join_menu; |
|
2868 |
txt = qtn_incal_conference_option; |
|
2869 |
}, |
|
2870 |
MENU_ITEM |
|
2871 |
{ |
|
2872 |
command = EPhoneInCallCmdDialer; |
|
2873 |
txt = qtn_incal_dialer_option; |
|
2874 |
}, |
|
2875 |
MENU_ITEM |
|
2876 |
{ |
|
2877 |
command = EPhoneInCallCmdActivateIhf; |
|
2878 |
txt = qtn_incal_act_ihf_option; |
|
2879 |
}, |
|
2880 |
MENU_ITEM |
|
2881 |
{ |
|
2882 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2883 |
txt = qtn_incal_deact_ihf_option; |
|
2884 |
}, |
|
2885 |
MENU_ITEM // HANDSET |
|
2886 |
{ |
|
2887 |
command = EPhoneInCallCmdHandset; |
|
2888 |
txt = qtn_incal_handset_option; |
|
2889 |
}, |
|
2890 |
MENU_ITEM // BT HANDSFREE |
|
2891 |
{ |
|
2892 |
command = EPhoneInCallCmdBtHandsfree; |
|
2893 |
txt = qtn_incal_bt_handsfree_option; |
|
2894 |
}, |
|
2895 |
MENU_ITEM |
|
2896 |
{ |
|
2897 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
2898 |
txt = qtn_incal_drop_option; |
|
2899 |
}, |
|
2900 |
MENU_ITEM |
|
2901 |
{ |
|
2902 |
command = EPhoneInCallCmdEndAllCalls; |
|
2903 |
txt = qtn_incal_end_option; |
|
2904 |
}, |
|
2905 |
MENU_ITEM |
|
2906 |
{ |
|
2907 |
command = EPhoneInCallCmdMute; |
|
2908 |
txt = qtn_incal_mute_option; |
|
2909 |
}, |
|
2910 |
MENU_ITEM |
|
2911 |
{ |
|
2912 |
command = EPhoneInCallCmdGoToIdle; |
|
2913 |
txt = qtn_incal_goto_idle; |
|
2914 |
}, |
|
2915 |
MENU_ITEM |
|
2916 |
{ |
|
2917 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2918 |
txt = qtn_incal_send_dtmf_option; |
|
2919 |
}, |
|
2920 |
MENU_ITEM |
|
2921 |
{ |
|
2922 |
command = EPhoneInCallCmdHelp; |
|
2923 |
txt = qtn_options_help; |
|
2924 |
} |
|
2925 |
}; |
|
2926 |
} |
|
2927 |
||
2928 |
// --------------------------------------------------------- |
|
2929 |
// |
|
2930 |
// r_phoneui_alertingcall_options_menu |
|
2931 |
// Default commands menu pane. |
|
2932 |
// |
|
2933 |
// --------------------------------------------------------- |
|
2934 |
// |
|
2935 |
RESOURCE MENU_PANE r_phoneui_alertingcall_options_menu |
|
2936 |
{ |
|
2937 |
items= |
|
2938 |
{ |
|
2939 |
MENU_ITEM |
|
2940 |
{ |
|
2941 |
command = EPhoneInCallCmdDialer; |
|
2942 |
txt = qtn_incal_dialer_option; |
|
2943 |
}, |
|
2944 |
MENU_ITEM |
|
2945 |
{ |
|
2946 |
command = EPhoneInCallCmdActivateIhf; |
|
2947 |
txt = qtn_incal_act_ihf_option; |
|
2948 |
}, |
|
2949 |
MENU_ITEM |
|
2950 |
{ |
|
2951 |
command = EPhoneInCallCmdDeactivateIhf; |
|
2952 |
txt = qtn_incal_deact_ihf_option; |
|
2953 |
}, |
|
2954 |
MENU_ITEM // HANDSET |
|
2955 |
{ |
|
2956 |
command = EPhoneInCallCmdHandset; |
|
2957 |
txt = qtn_incal_handset_option; |
|
2958 |
}, |
|
2959 |
MENU_ITEM // BT HANDSFREE |
|
2960 |
{ |
|
2961 |
command = EPhoneInCallCmdBtHandsfree; |
|
2962 |
txt = qtn_incal_bt_handsfree_option; |
|
2963 |
}, |
|
2964 |
MENU_ITEM |
|
2965 |
{ |
|
2966 |
command = EPhoneInCallCmdEndThisOutgoingCall; |
|
2967 |
txt = qtn_incal_drop_option; |
|
2968 |
}, |
|
2969 |
MENU_ITEM |
|
2970 |
{ |
|
2971 |
command = EPhoneInCallCmdGoToIdle; |
|
2972 |
txt = qtn_incal_goto_idle; |
|
2973 |
}, |
|
2974 |
MENU_ITEM |
|
2975 |
{ |
|
2976 |
command = EPhoneInCallCmdDtmfListQuery; |
|
2977 |
txt = qtn_incal_send_dtmf_option; |
|
2978 |
}, |
|
2979 |
MENU_ITEM |
|
2980 |
{ |
|
2981 |
command = EPhoneInCallCmdHelp; |
|
2982 |
txt = qtn_options_help; |
|
2983 |
} |
|
2984 |
}; |
|
2985 |
} |
|
2986 |
||
2987 |
// --------------------------------------------------------- |
|
2988 |
// |
|
2989 |
// r_phoneui_alertingandheldcall_options_menu |
|
2990 |
// Default commands menu pane. |
|
2991 |
// |
|
2992 |
// --------------------------------------------------------- |
|
2993 |
// |
|
2994 |
RESOURCE MENU_PANE r_phoneui_alertingandheldcall_options_menu |
|
2995 |
{ |
|
2996 |
items= |
|
2997 |
{ |
|
2998 |
MENU_ITEM |
|
2999 |
{ |
|
3000 |
command = EPhoneInCallCmdUnmute; |
|
3001 |
txt = qtn_incal_unmute_option; |
|
3002 |
}, |
|
3003 |
MENU_ITEM |
|
3004 |
{ |
|
3005 |
command = EPhoneInCallCmdDialer; |
|
3006 |
txt = qtn_incal_dialer_option; |
|
3007 |
}, |
|
3008 |
MENU_ITEM |
|
3009 |
{ |
|
3010 |
command = EPhoneInCallCmdActivateIhf; |
|
3011 |
txt = qtn_incal_act_ihf_option; |
|
3012 |
}, |
|
3013 |
MENU_ITEM |
|
3014 |
{ |
|
3015 |
command = EPhoneInCallCmdDeactivateIhf; |
|
3016 |
txt = qtn_incal_deact_ihf_option; |
|
3017 |
}, |
|
3018 |
MENU_ITEM // HANDSET |
|
3019 |
{ |
|
3020 |
command = EPhoneInCallCmdHandset; |
|
3021 |
txt = qtn_incal_handset_option; |
|
3022 |
}, |
|
3023 |
MENU_ITEM // BT HANDSFREE |
|
3024 |
{ |
|
3025 |
command = EPhoneInCallCmdBtHandsfree; |
|
3026 |
txt = qtn_incal_bt_handsfree_option; |
|
3027 |
}, |
|
3028 |
MENU_ITEM |
|
3029 |
{ |
|
3030 |
command = EPhoneInCallCmdEndThisOutgoingCall; |
|
3031 |
txt = qtn_incal_drop_option; |
|
3032 |
}, |
|
3033 |
MENU_ITEM |
|
3034 |
{ |
|
3035 |
command = EPhoneInCallCmdEndAllCalls; |
|
3036 |
txt = qtn_incal_end_option; |
|
3037 |
}, |
|
3038 |
MENU_ITEM |
|
3039 |
{ |
|
3040 |
command = EPhoneInCallCmdMute; |
|
3041 |
txt = qtn_incal_mute_option; |
|
3042 |
}, |
|
3043 |
MENU_ITEM |
|
3044 |
{ |
|
3045 |
command = EPhoneInCallCmdTransfer; |
|
3046 |
txt = qtn_incal_transfer_option; |
|
3047 |
}, |
|
3048 |
MENU_ITEM |
|
3049 |
{ |
|
3050 |
command = EPhoneInCallCmdGoToIdle; |
|
3051 |
txt = qtn_incal_goto_idle; |
|
3052 |
}, |
|
3053 |
MENU_ITEM |
|
3054 |
{ |
|
3055 |
command = EPhoneInCallCmdDtmfListQuery; |
|
3056 |
txt = qtn_incal_send_dtmf_option; |
|
3057 |
}, |
|
3058 |
MENU_ITEM |
|
3059 |
{ |
|
3060 |
command = EPhoneInCallCmdHelp; |
|
3061 |
txt = qtn_options_help; |
|
3062 |
} |
|
3063 |
}; |
|
3064 |
} |
|
3065 |
||
3066 |
// --------------------------------------------------------- |
|
3067 |
// |
|
3068 |
// r_phoneui_alertingandconfheldcall_options_menu |
|
3069 |
// Default commands menu pane. |
|
3070 |
// |
|
3071 |
// --------------------------------------------------------- |
|
3072 |
// |
|
3073 |
RESOURCE MENU_PANE r_phoneui_alertingandconfheldcall_options_menu |
|
3074 |
{ |
|
3075 |
items= |
|
3076 |
{ |
|
3077 |
MENU_ITEM |
|
3078 |
{ |
|
3079 |
command = EPhoneInCallCmdUnmute; |
|
3080 |
txt = qtn_incal_unmute_option; |
|
3081 |
}, |
|
3082 |
MENU_ITEM |
|
3083 |
{ |
|
3084 |
command = EPhoneInCallCmdDialer; |
|
3085 |
txt = qtn_incal_dialer_option; |
|
3086 |
}, |
|
3087 |
MENU_ITEM |
|
3088 |
{ |
|
3089 |
command = EPhoneInCallCmdActivateIhf; |
|
3090 |
txt = qtn_incal_act_ihf_option; |
|
3091 |
}, |
|
3092 |
MENU_ITEM |
|
3093 |
{ |
|
3094 |
command = EPhoneInCallCmdDeactivateIhf; |
|
3095 |
txt = qtn_incal_deact_ihf_option; |
|
3096 |
}, |
|
3097 |
MENU_ITEM // HANDSET |
|
3098 |
{ |
|
3099 |
command = EPhoneInCallCmdHandset; |
|
3100 |
txt = qtn_incal_handset_option; |
|
3101 |
}, |
|
3102 |
MENU_ITEM // BT HANDSFREE |
|
3103 |
{ |
|
3104 |
command = EPhoneInCallCmdBtHandsfree; |
|
3105 |
txt = qtn_incal_bt_handsfree_option; |
|
3106 |
}, |
|
3107 |
MENU_ITEM |
|
3108 |
{ |
|
3109 |
command = EPhoneInCallCmdEndThisOutgoingCall; |
|
3110 |
txt = qtn_incal_drop_option; |
|
3111 |
}, |
|
3112 |
MENU_ITEM |
|
3113 |
{ |
|
3114 |
command = EPhoneInCallCmdEndAllCalls; |
|
3115 |
txt = qtn_incal_end_option; |
|
3116 |
}, |
|
3117 |
MENU_ITEM |
|
3118 |
{ |
|
3119 |
command = EPhoneInCallCmdMute; |
|
3120 |
txt = qtn_incal_mute_option; |
|
3121 |
}, |
|
3122 |
MENU_ITEM |
|
3123 |
{ |
|
3124 |
command = EPhoneInCallCmdGoToIdle; |
|
3125 |
txt = qtn_incal_goto_idle; |
|
3126 |
}, |
|
3127 |
MENU_ITEM |
|
3128 |
{ |
|
3129 |
command = EPhoneInCallCmdDtmfListQuery; |
|
3130 |
txt = qtn_incal_send_dtmf_option; |
|
3131 |
}, |
|
3132 |
MENU_ITEM |
|
3133 |
{ |
|
3134 |
command = EPhoneInCallCmdHelp; |
|
3135 |
txt = qtn_options_help; |
|
3136 |
} |
|
3137 |
}; |
|
3138 |
} |
|
3139 |
||
3140 |
// --------------------------------------------------------- |
|
3141 |
// |
|
3142 |
// r_phoneui_alertingandconfheldcall_options_menu |
|
3143 |
// Default commands menu pane. |
|
3144 |
// |
|
3145 |
// --------------------------------------------------------- |
|
3146 |
// |
|
3147 |
RESOURCE MENU_PANE r_phoneui_alertingwaitingandconfheldcall_options_menu |
|
3148 |
{ |
|
3149 |
items= |
|
3150 |
{ |
|
3151 |
MENU_ITEM |
|
3152 |
{ |
|
3153 |
command = EPhoneInCallCmdUnmute; |
|
3154 |
txt = qtn_incal_unmute_option; |
|
3155 |
}, |
|
3156 |
MENU_ITEM |
|
3157 |
{ |
|
3158 |
command = EPhoneInCallCmdReject; |
|
3159 |
txt = qtn_call_reject_option; |
|
3160 |
}, |
|
3161 |
MENU_ITEM |
|
3162 |
{ |
|
3163 |
command = EPhoneInCallCmdDialer; |
|
3164 |
txt = qtn_incal_dialer_option; |
|
3165 |
}, |
|
3166 |
MENU_ITEM |
|
3167 |
{ |
|
3168 |
command = EPhoneInCallCmdActivateIhf; |
|
3169 |
txt = qtn_incal_act_ihf_option; |
|
3170 |
}, |
|
3171 |
MENU_ITEM |
|
3172 |
{ |
|
3173 |
command = EPhoneInCallCmdDeactivateIhf; |
|
3174 |
txt = qtn_incal_deact_ihf_option; |
|
3175 |
}, |
|
3176 |
MENU_ITEM // HANDSET |
|
3177 |
{ |
|
3178 |
command = EPhoneInCallCmdHandset; |
|
3179 |
txt = qtn_incal_handset_option; |
|
3180 |
}, |
|
3181 |
MENU_ITEM // BT HANDSFREE |
|
3182 |
{ |
|
3183 |
command = EPhoneInCallCmdBtHandsfree; |
|
3184 |
txt = qtn_incal_bt_handsfree_option; |
|
3185 |
}, |
|
3186 |
MENU_ITEM |
|
3187 |
{ |
|
3188 |
command = EPhoneInCallCmdEndThisOutgoingCall; |
|
3189 |
txt = qtn_incal_drop_option; |
|
3190 |
}, |
|
3191 |
MENU_ITEM |
|
3192 |
{ |
|
3193 |
command = EPhoneInCallCmdEndAllCalls; |
|
3194 |
txt = qtn_incal_end_option; |
|
3195 |
}, |
|
3196 |
MENU_ITEM |
|
3197 |
{ |
|
3198 |
command = EPhoneInCallCmdMute; |
|
3199 |
txt = qtn_incal_mute_option; |
|
3200 |
}, |
|
3201 |
MENU_ITEM |
|
3202 |
{ |
|
3203 |
command = EPhoneInCallCmdGoToIdle; |
|
3204 |
txt = qtn_incal_goto_idle; |
|
3205 |
}, |
|
3206 |
MENU_ITEM |
|
3207 |
{ |
|
3208 |
command = EPhoneInCallCmdDtmfListQuery; |
|
3209 |
txt = qtn_incal_send_dtmf_option; |
|
3210 |
}, |
|
3211 |
MENU_ITEM |
|
3212 |
{ |
|
3213 |
command = EPhoneInCallCmdHelp; |
|
3214 |
txt = qtn_options_help; |
|
3215 |
} |
|
3216 |
}; |
|
3217 |
} |
|
3218 |
||
3219 |
// --------------------------------------------------------- |
|
3220 |
// |
|
3221 |
// r_phoneui_alertingheldandwaitingcall_options_menu |
|
3222 |
// Default commands menu pane. |
|
3223 |
// |
|
3224 |
// --------------------------------------------------------- |
|
3225 |
// |
|
3226 |
RESOURCE MENU_PANE r_phoneui_alertingheldandwaitingcall_options_menu |
|
3227 |
{ |
|
3228 |
items= |
|
3229 |
{ |
|
3230 |
MENU_ITEM |
|
3231 |
{ |
|
3232 |
command = EPhoneInCallCmdUnmute; |
|
3233 |
txt = qtn_incal_unmute_option; |
|
3234 |
}, |
|
3235 |
MENU_ITEM |
|
3236 |
{ |
|
3237 |
command = EPhoneInCallCmdReject; |
|
3238 |
txt = qtn_call_reject_option; |
|
3239 |
}, |
|
3240 |
MENU_ITEM |
|
3241 |
{ |
|
3242 |
command = EPhoneInCallCmdDialer; |
|
3243 |
txt = qtn_incal_dialer_option; |
|
3244 |
}, |
|
3245 |
MENU_ITEM |
|
3246 |
{ |
|
3247 |
command = EPhoneInCallCmdActivateIhf; |
|
3248 |
txt = qtn_incal_act_ihf_option; |
|
3249 |
}, |
|
3250 |
MENU_ITEM |
|
3251 |
{ |
|
3252 |
command = EPhoneInCallCmdDeactivateIhf; |
|
3253 |
txt = qtn_incal_deact_ihf_option; |
|
3254 |
}, |
|
3255 |
MENU_ITEM // HANDSET |
|
3256 |
{ |
|
3257 |
command = EPhoneInCallCmdHandset; |
|
3258 |
txt = qtn_incal_handset_option; |
|
3259 |
}, |
|
3260 |
MENU_ITEM // BT HANDSFREE |
|
3261 |
{ |
|
3262 |
command = EPhoneInCallCmdBtHandsfree; |
|
3263 |
txt = qtn_incal_bt_handsfree_option; |
|
3264 |
}, |
|
3265 |
MENU_ITEM |
|
3266 |
{ |
|
3267 |
command = EPhoneInCallCmdEndThisActiveCall; |
|
3268 |
txt = qtn_incal_drop_option; |
|
3269 |
}, |
|
3270 |
MENU_ITEM |
|
3271 |
{ |
|
3272 |
command = EPhoneInCallCmdEndAllCalls; |
|
3273 |
txt = qtn_incal_end_option; |
|
3274 |
}, |
|
3275 |
MENU_ITEM |
|
3276 |
{ |
|
3277 |
command = EPhoneInCallCmdMute; |
|
3278 |
txt = qtn_incal_mute_option; |
|
3279 |
}, |
|
3280 |
MENU_ITEM |
|
3281 |
{ |
|
3282 |
command = EPhoneInCallCmdTransfer; |
|
3283 |
txt = qtn_incal_transfer_option; |
|
3284 |
}, |
|
3285 |
MENU_ITEM |
|
3286 |
{ |
|
3287 |
command = EPhoneInCallCmdGoToIdle; |
|
3288 |
txt = qtn_incal_goto_idle; |
|
3289 |
}, |
|
3290 |
MENU_ITEM |
|
3291 |
{ |
|
3292 |
command = EPhoneInCallCmdDtmfListQuery; |
|
3293 |
txt = qtn_incal_send_dtmf_option; |
|
3294 |
}, |
|
3295 |
MENU_ITEM |
|
3296 |
{ |
|
3297 |
command = EPhoneInCallCmdHelp; |
|
3298 |
txt = qtn_options_help; |
|
3299 |
} |
|
3300 |
}; |
|
3301 |
} |
|
3302 |
||
3303 |
// --------------------------------------------------------- |
|
3304 |
// |
|
3305 |
// r_phoneui_alertingandwaitingcall_options_menu |
|
3306 |
// Default commands menu pane. |
|
3307 |
// |
|
3308 |
// --------------------------------------------------------- |
|
3309 |
// |
|
3310 |
RESOURCE MENU_PANE r_phoneui_alertingandwaitingcall_options_menu |
|
3311 |
{ |
|
3312 |
items= |
|
3313 |
{ |
|
3314 |
MENU_ITEM |
|
3315 |
{ |
|
3316 |
command = EPhoneInCallCmdReject; |
|
3317 |
txt = qtn_call_reject_option; |
|
3318 |
}, |
|
3319 |
MENU_ITEM |
|
3320 |
{ |
|
3321 |
command = EPhoneInCallCmdDialer; |
|
3322 |
txt = qtn_incal_dialer_option; |
|
3323 |
}, |
|
3324 |
MENU_ITEM |
|
3325 |
{ |
|
3326 |
command = EPhoneInCallCmdActivateIhf; |
|
3327 |
txt = qtn_incal_act_ihf_option; |
|
3328 |
}, |
|
3329 |
MENU_ITEM |
|
3330 |
{ |
|
3331 |
command = EPhoneInCallCmdDeactivateIhf; |
|
3332 |
txt = qtn_incal_deact_ihf_option; |
|
3333 |
}, |
|
3334 |
MENU_ITEM // HANDSET |
|
3335 |
{ |
|
3336 |
command = EPhoneInCallCmdHandset; |
|
3337 |
txt = qtn_incal_handset_option; |
|
3338 |
}, |
|
3339 |
MENU_ITEM // BT HANDSFREE |
|
3340 |
{ |
|
3341 |
command = EPhoneInCallCmdBtHandsfree; |
|
3342 |
txt = qtn_incal_bt_handsfree_option; |
|
3343 |
}, |
|
3344 |
MENU_ITEM |
|
3345 |
{ |
|
3346 |
command = EPhoneInCallCmdEndThisOutgoingCall; |
|
3347 |
txt = qtn_incal_drop_option; |
|
3348 |
}, |
|
3349 |
MENU_ITEM |
|
3350 |
{ |
|
3351 |
command = EPhoneInCallCmdGoToIdle; |
|
3352 |
txt = qtn_incal_goto_idle; |
|
3353 |
}, |
|
3354 |
MENU_ITEM |
|
3355 |
{ |
|
3356 |
command = EPhoneInCallCmdDtmfListQuery; |
|
3357 |
txt = qtn_incal_send_dtmf_option; |
|
3358 |
}, |
|
3359 |
MENU_ITEM |
|
3360 |
{ |
|
3361 |
command = EPhoneInCallCmdHelp; |
|
3362 |
txt = qtn_options_help; |
|
3363 |
} |
|
3364 |
}; |
|
3365 |
} |
|
3366 |
||
3367 |
// --------------------------------------------------------- |
|
3368 |
// |
|
3369 |
// r_phoneui_incall_options_conference_menu |
|
3370 |
// Default commands menu pane. |
|
3371 |
// |
|
3372 |
// --------------------------------------------------------- |
|
3373 |
// |
|
3374 |
RESOURCE MENU_PANE r_phoneui_incall_options_conference_private_drop_menu |
|
3375 |
{ |
|
3376 |
items= |
|
3377 |
{ |
|
3378 |
MENU_ITEM |
|
3379 |
{ |
|
3380 |
command = EPhoneInCallCmdPrivateSelection; |
|
3381 |
txt = qtn_incal_private_option; |
|
3382 |
}, |
|
3383 |
MENU_ITEM |
|
3384 |
{ |
|
3385 |
command = EPhoneInCallCmdDropSelection; |
|
3386 |
txt = qtn_incal_drop_conf_option; |
|
3387 |
} |
|
3388 |
}; |
|
3389 |
} |
|
3390 |
||
3391 |
// --------------------------------------------------------- |
|
3392 |
// |
|
3393 |
// r_phoneui_incall_options_conference_menu |
|
3394 |
// Default commands menu pane. |
|
3395 |
// |
|
3396 |
// --------------------------------------------------------- |
|
3397 |
// |
|
3398 |
RESOURCE MENU_PANE r_phoneui_incall_options_conference_join_drop_menu |
|
3399 |
{ |
|
3400 |
items= |
|
3401 |
{ |
|
3402 |
MENU_ITEM |
|
3403 |
{ |
|
3404 |
command = EPhoneInCallCmdJoin; |
|
3405 |
txt = qtn_incal_join_option; |
|
3406 |
}, |
|
3407 |
MENU_ITEM |
|
3408 |
{ |
|
3409 |
command = EPhoneInCallCmdDropSelection; |
|
3410 |
txt = qtn_incal_drop_conf_option; |
|
3411 |
} |
|
3412 |
}; |
|
3413 |
} |
|
3414 |
||
3415 |
// --------------------------------------------------------- |
|
3416 |
// |
|
3417 |
// r_phoneui_incall_options_conference_menu |
|
3418 |
// Default commands menu pane. |
|
3419 |
// |
|
3420 |
// --------------------------------------------------------- |
|
3421 |
// |
|
3422 |
RESOURCE MENU_PANE r_phoneui_incall_options_conference_join_menu |
|
3423 |
{ |
|
3424 |
items= |
|
3425 |
{ |
|
3426 |
MENU_ITEM |
|
3427 |
{ |
|
3428 |
command = EPhoneInCallCmdJoin; |
|
3429 |
txt = qtn_incal_join_option; |
|
3430 |
} |
|
3431 |
}; |
|
3432 |
} |
|
3433 |
||
3434 |
// ----------------------------------------------------------------------------- |
|
3435 |
// PLEASE NOTE: The DTMF CBA's below are used by DTMF dialogs, |
|
3436 |
// They are never selected through the PhoneAppS60 ToolBar system! |
|
3437 |
// Thus, they are not part of the collection which is registered |
|
3438 |
// with PhoneApp. |
|
3439 |
// ----------------------------------------------------------------------------- |
|
3440 |
||
3441 |
// ----------------------------------------------------------------------------- |
|
3442 |
// |
|
3443 |
// r_phoneui_dtmfdialer_softkeys_options_cancel |
|
3444 |
// It is softkeys for DTMF dialer |
|
3445 |
// |
|
3446 |
// ----------------------------------------------------------------------------- |
|
3447 |
// |
|
3448 |
RESOURCE CBA r_phoneui_dtmfdialer_softkeys_options_cancel |
|
3449 |
{ |
|
3450 |
buttons = |
|
3451 |
{ |
|
3452 |
CBA_BUTTON |
|
3453 |
{ |
|
3454 |
id = EPhoneCmdOptions; |
|
3455 |
txt = text_softkey_option; |
|
3456 |
}, |
|
3457 |
CBA_BUTTON |
|
3458 |
{ |
|
3459 |
id = EPhoneDtmfDialerCancel; |
|
3460 |
txt = text_softkey_cancel; |
|
3461 |
} |
|
3462 |
}; |
|
3463 |
} |
|
3464 |
// ----------------------------------------------------------------------------- |
|
3465 |
// |
|
3466 |
// r_phoneui_dtmf_softkeys_empty_cancel |
|
3467 |
// It is softkeys for sending wait note. |
|
3468 |
// |
|
3469 |
// ----------------------------------------------------------------------------- |
|
3470 |
// |
|
3471 |
RESOURCE CBA r_phoneui_dtmf_softkeys_empty_cancel |
|
3472 |
{ |
|
3473 |
buttons = |
|
3474 |
{ |
|
3475 |
CBA_BUTTON |
|
3476 |
{ |
|
3477 |
id = EPhoneCmdDoNothing; |
|
3478 |
txt = text_softkey_empty; |
|
3479 |
}, |
|
3480 |
CBA_BUTTON |
|
3481 |
{ |
|
3482 |
id = EPhoneInCallCmdCancelSendingDtmfString; |
|
3483 |
txt = text_softkey_cancel; |
|
3484 |
} |
|
3485 |
}; |
|
3486 |
} |
|
3487 |
||
3488 |
// ----------------------------------------------------------------------------- |
|
3489 |
// |
|
3490 |
// r_phoneui_softkeys_empty_cancel. |
|
3491 |
// |
|
3492 |
// ----------------------------------------------------------------------------- |
|
3493 |
// |
|
3494 |
RESOURCE CBA r_phoneui_softkeys_empty_back |
|
3495 |
{ |
|
3496 |
buttons = |
|
3497 |
{ |
|
3498 |
CBA_BUTTON |
|
3499 |
{ |
|
3500 |
id = EPhoneCmdDoNothing; |
|
3501 |
txt = text_softkey_empty; |
|
3502 |
}, |
|
3503 |
CBA_BUTTON |
|
3504 |
{ |
|
3505 |
id = EPhoneCmdBack; |
|
3506 |
txt = text_softkey_back; |
|
3507 |
} |
|
3508 |
}; |
|
3509 |
} |
|
3510 |
||
3511 |
// ----------------------------------------------------------------------------- |
|
3512 |
// |
|
3513 |
// r_phoneui_dtmf_softkeys_send_cancel |
|
3514 |
// It is softkeys for wait character confirmation query. |
|
3515 |
// |
|
3516 |
// ----------------------------------------------------------------------------- |
|
3517 |
// |
|
3518 |
RESOURCE CBA r_phoneui_dtmf_softkeys_send_cancel |
|
3519 |
{ |
|
3520 |
buttons = |
|
3521 |
{ |
|
3522 |
CBA_BUTTON |
|
3523 |
{ |
|
3524 |
id = EPhoneInCallCmdContinueSendingDtmfString; |
|
3525 |
txt = text_softkey_send; |
|
3526 |
}, |
|
3527 |
CBA_BUTTON |
|
3528 |
{ |
|
3529 |
id = EPhoneInCallCmdCancelSendingDtmfString; |
|
3530 |
txt = text_softkey_cancel; |
|
3531 |
}, |
|
3532 |
CBA_BUTTON |
|
3533 |
{ |
|
3534 |
id = EPhoneInCallCmdContinueSendingDtmfString; |
|
3535 |
} |
|
3536 |
}; |
|
3537 |
} |
|
3538 |
||
3539 |
// --------------------------------------------------------- |
|
3540 |
// |
|
3541 |
// r_phoneui_toolbar_resource_offset |
|
3542 |
// Resource id offset - 1 for toolbars. |
|
3543 |
// |
|
3544 |
// --------------------------------------------------------- |
|
3545 |
// |
|
3546 |
RESOURCE SMALLEST_POSSIBLE_RESOURCE r_phoneui_toolbar_resource_offset {} |
|
3547 |
||
3548 |
// --------------------------------------------------------- |
|
3549 |
// |
|
3550 |
// r_phoneui_empty_cba |
|
3551 |
// Default Command buttons in view (empty). |
|
3552 |
// |
|
3553 |
// --------------------------------------------------------- |
|
3554 |
// |
|
3555 |
RESOURCE CBA r_phoneui_empty_cba |
|
3556 |
{ |
|
3557 |
buttons = |
|
3558 |
{ |
|
3559 |
CBA_BUTTON |
|
3560 |
{ |
|
3561 |
id = EPhoneSoftkeyLeft; |
|
3562 |
txt = text_softkey_empty; |
|
3563 |
}, |
|
3564 |
CBA_BUTTON |
|
3565 |
{ |
|
3566 |
id = EPhoneSoftkeyRight; |
|
3567 |
txt = text_softkey_empty; |
|
3568 |
}, |
|
3569 |
CBA_BUTTON |
|
3570 |
{ |
|
3571 |
id = EPhoneCmdDoNothing; |
|
3572 |
txt = text_softkey_empty; |
|
3573 |
} |
|
3574 |
}; |
|
3575 |
} |
|
3576 |
||
3577 |
// --------------------------------------------------------- |
|
3578 |
// |
|
3579 |
// r_phoneui_emergency_idle_cba |
|
3580 |
// Command buttons in emergency idle view. |
|
3581 |
// |
|
3582 |
// --------------------------------------------------------- |
|
3583 |
// |
|
3584 |
RESOURCE CBA r_phoneui_emergency_idle_cba |
|
3585 |
{ |
|
3586 |
buttons = |
|
3587 |
{ |
|
3588 |
CBA_BUTTON |
|
3589 |
{ |
|
3590 |
id = EPhoneSoftkeyLeft; |
|
3591 |
txt = text_softkey_empty; |
|
3592 |
}, |
|
3593 |
CBA_BUTTON |
|
3594 |
{ |
|
3595 |
id = EPhoneSoftkeyRight; |
|
3596 |
txt = text_softkey_empty; |
|
3597 |
} |
|
3598 |
}; |
|
3599 |
} |
|
3600 |
||
3601 |
// --------------------------------------------------------- |
|
3602 |
// |
|
3603 |
// r_phoneui_send_dtmf_no_cba |
|
3604 |
// Command buttons in send-dtmf view, when no dialog is available to override them. |
|
3605 |
// |
|
3606 |
// --------------------------------------------------------- |
|
3607 |
// |
|
3608 |
RESOURCE CBA r_phoneui_send_dtmf_no_cba |
|
3609 |
{ |
|
3610 |
buttons = |
|
3611 |
{ |
|
3612 |
CBA_BUTTON |
|
3613 |
{ |
|
3614 |
id = EPhoneCmdDoNothing; |
|
3615 |
txt = text_softkey_empty; |
|
3616 |
}, |
|
3617 |
CBA_BUTTON |
|
3618 |
{ |
|
3619 |
id = EPhoneCmdDoNothing; |
|
3620 |
txt = text_softkey_empty; |
|
3621 |
} |
|
3622 |
}; |
|
3623 |
} |
|
3624 |
||
3625 |
// --------------------------------------------------------- |
|
3626 |
// |
|
3627 |
// r_phoneui_send_dtmf_empty_edit_box_cba |
|
3628 |
// Command buttons in send-dtmf view, when "Send DTMF..." dialog |
|
3629 |
// is visible, and the user has NOT entered some text into the edit-box. |
|
3630 |
// |
|
3631 |
// --------------------------------------------------------- |
|
3632 |
// |
|
3633 |
RESOURCE CBA r_phoneui_send_dtmf_empty_edit_box_cba |
|
3634 |
{ |
|
3635 |
buttons = |
|
3636 |
{ |
|
3637 |
CBA_BUTTON |
|
3638 |
{ |
|
3639 |
}, |
|
3640 |
CBA_BUTTON |
|
3641 |
{ |
|
3642 |
id = EAknSoftkeyCancel; |
|
3643 |
txt = text_softkey_cancel; |
|
3644 |
} |
|
3645 |
}; |
|
3646 |
} |
|
3647 |
||
3648 |
// --------------------------------------------------------- |
|
3649 |
// |
|
3650 |
// r_phoneui_send_dtmf_normal_edit_box_cba |
|
3651 |
// Command buttons in send-dtmf view, when "Send DTMF..." dialog |
|
3652 |
// is visible, and the user has entered some text into the edit-box. |
|
3653 |
// |
|
3654 |
// --------------------------------------------------------- |
|
3655 |
// |
|
3656 |
RESOURCE CBA r_phoneui_send_dtmf_normal_edit_box_cba |
|
3657 |
{ |
|
3658 |
buttons = |
|
3659 |
{ |
|
3660 |
CBA_BUTTON |
|
3661 |
{ |
|
3662 |
id = EPhoneCmdDtmfOk; |
|
3663 |
txt = text_softkey_ok; |
|
3664 |
}, |
|
3665 |
CBA_BUTTON |
|
3666 |
{ |
|
3667 |
id = EAknSoftkeyCancel; |
|
3668 |
txt = text_softkey_cancel; |
|
3669 |
}, |
|
3670 |
CBA_BUTTON |
|
3671 |
{ |
|
3672 |
id = EPhoneCmdDtmfOk; |
|
3673 |
} |
|
3674 |
}; |
|
3675 |
} |
|
3676 |
||
3677 |
// --------------------------------------------------------- |
|
3678 |
// |
|
3679 |
// r_phoneui_dtmf_speed_dial_normal_edit_box_cba |
|
3680 |
// Command buttons in send-dtmf view, when "Speed Dial Number..." dialog |
|
3681 |
// is visible, and the user has entered some text into the edit-box. |
|
3682 |
// |
|
3683 |
// --------------------------------------------------------- |
|
3684 |
// |
|
3685 |
RESOURCE CBA r_phoneui_dtmf_speed_dial_normal_edit_box_cba |
|
3686 |
{ |
|
3687 |
buttons = |
|
3688 |
{ |
|
3689 |
CBA_BUTTON |
|
3690 |
{ |
|
3691 |
id = EPhoneCmdDtmfSpeedDialOk; |
|
3692 |
txt = text_softkey_ok; |
|
3693 |
}, |
|
3694 |
CBA_BUTTON |
|
3695 |
{ |
|
3696 |
id = EAknSoftkeyCancel; |
|
3697 |
txt = text_softkey_cancel; |
|
3698 |
}, |
|
3699 |
CBA_BUTTON |
|
3700 |
{ |
|
3701 |
id = EPhoneCmdDtmfSpeedDialOk; |
|
3702 |
txt = text_softkey_ok; |
|
3703 |
} |
|
3704 |
}; |
|
3705 |
} |
|
3706 |
||
3707 |
// --------------------------------------------------------- |
|
3708 |
// |
|
3709 |
// r_phoneui_numberacq_cba |
|
3710 |
// It contains softkey definitions for number acquisition. |
|
3711 |
// |
|
3712 |
// --------------------------------------------------------- |
|
3713 |
// |
|
3714 |
RESOURCE CBA r_phoneui_numberacq_cba |
|
3715 |
{ |
|
3716 |
buttons = |
|
3717 |
{ |
|
3718 |
CBA_BUTTON |
|
3719 |
{ |
|
3720 |
id = EPhoneCmdOptions; |
|
3721 |
txt = text_softkey_option; |
|
3722 |
}, |
|
3723 |
CBA_BUTTON |
|
3724 |
{ |
|
3725 |
id = EPhoneCmdBack; |
|
3726 |
txt = text_softkey_back; |
|
3727 |
}, |
|
3728 |
CBA_BUTTON |
|
3729 |
{ |
|
3730 |
id = EAknSoftkeyContextOptions; |
|
3731 |
txt = text_softkey_options; |
|
3732 |
} |
|
3733 |
}; |
|
3734 |
} |
|
3735 |
||
3736 |
// --------------------------------------------------------- |
|
3737 |
// |
|
3738 |
// r_phoneui_conference_keypad_cover |
|
3739 |
// for the device with the keypad cover |
|
3740 |
// that hides the End and Send keys. The latter function is used only if |
|
3741 |
// there is an active unmuted conference call, but no other call. |
|
3742 |
// |
|
3743 |
// --------------------------------------------------------- |
|
3744 |
// |
|
3745 |
RESOURCE CBA r_phoneui_conference_keypad_cover |
|
3746 |
{ |
|
3747 |
buttons = |
|
3748 |
{ |
|
3749 |
CBA_BUTTON |
|
3750 |
{ |
|
3751 |
id = EPhoneCmdOptions; |
|
3752 |
txt = text_softkey_option; |
|
3753 |
}, |
|
3754 |
CBA_BUTTON |
|
3755 |
{ |
|
3756 |
id = EPhoneInCallCmdEndAllCalls; |
|
3757 |
txt = qtn_incal_softk_end_all; |
|
3758 |
}, |
|
3759 |
CBA_BUTTON |
|
3760 |
{ |
|
3761 |
id = EAknSoftkeyContextOptions; |
|
3762 |
txt = text_softkey_options; |
|
3763 |
} |
|
3764 |
}; |
|
3765 |
} |
|
3766 |
||
3767 |
// --------------------------------------------------------- |
|
3768 |
// |
|
3769 |
// r_phoneui_numberacq_videocall_cba |
|
3770 |
// It contains softkey definitions for number acquisition |
|
3771 |
// if videocall_menu_visibilite feature ON. |
|
3772 |
// |
|
3773 |
// --------------------------------------------------------- |
|
3774 |
// |
|
3775 |
RESOURCE CBA r_phoneui_numberacq_videocall_cba |
|
3776 |
{ |
|
3777 |
buttons = |
|
3778 |
{ |
|
3779 |
CBA_BUTTON |
|
3780 |
{ |
|
3781 |
id = EPhoneCmdOptions; |
|
3782 |
txt = text_softkey_option; |
|
3783 |
}, |
|
3784 |
CBA_BUTTON |
|
3785 |
{ |
|
3786 |
id = EPhoneNumberAcqCmdVideoCall; |
|
3787 |
txt = qtn_call_out_going_vt_short; |
|
3788 |
}, |
|
3789 |
||
3790 |
CBA_BUTTON |
|
3791 |
{ |
|
3792 |
id = EAknSoftkeyContextOptions; |
|
3793 |
txt = text_softkey_options; |
|
3794 |
} |
|
3795 |
}; |
|
3796 |
} |
|
3797 |
||
3798 |
// --------------------------------------------------------- |
|
3799 |
// |
|
3800 |
// r_phoneui_incall_numberacq_cba |
|
3801 |
// It contains softkey definitions for number acquisition |
|
3802 |
// incall case. |
|
3803 |
// |
|
3804 |
// --------------------------------------------------------- |
|
3805 |
// |
|
3806 |
RESOURCE CBA r_phoneui_incall_numberacq_cba |
|
3807 |
{ |
|
3808 |
buttons = |
|
3809 |
{ |
|
3810 |
CBA_BUTTON |
|
3811 |
{ |
|
3812 |
id = EPhoneCmdOptions; |
|
3813 |
txt = text_softkey_option; |
|
3814 |
}, |
|
3815 |
||
3816 |
CBA_BUTTON |
|
3817 |
{ |
|
3818 |
id = EPhoneCmdBack; |
|
3819 |
txt = text_softkey_back; |
|
3820 |
}, |
|
3821 |
||
3822 |
CBA_BUTTON |
|
3823 |
{ |
|
3824 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
3825 |
txt = qtn_msk_contacts; |
|
3826 |
} |
|
3827 |
}; |
|
3828 |
} |
|
3829 |
||
3830 |
// --------------------------------------------------------- |
|
3831 |
// |
|
3832 |
// r_phoneui_settingsui_cba |
|
3833 |
// Command buttons in SettingsUI view (no softkeys |
|
3834 |
// needed, buttons are controlled by dialogs). |
|
3835 |
// |
|
3836 |
// --------------------------------------------------------- |
|
3837 |
// |
|
3838 |
RESOURCE CBA r_phoneui_settingsui_cba |
|
3839 |
{ |
|
3840 |
buttons = |
|
3841 |
{ |
|
3842 |
CBA_BUTTON |
|
3843 |
{ |
|
3844 |
id = EPhoneCmdDoNothing; |
|
3845 |
txt = text_softkey_empty; |
|
3846 |
}, |
|
3847 |
CBA_BUTTON |
|
3848 |
{ |
|
3849 |
id = EPhoneCmdDoNothing; |
|
3850 |
txt = text_softkey_empty; |
|
3851 |
} |
|
3852 |
}; |
|
3853 |
} |
|
3854 |
||
3855 |
// --------------------------------------------------------- |
|
3856 |
// |
|
3857 |
// r_phoneui_callhandling_cba |
|
3858 |
// Command buttons in call handling views. |
|
3859 |
// |
|
3860 |
// --------------------------------------------------------- |
|
3861 |
// |
|
3862 |
RESOURCE CBA r_phoneui_callhandling_callsetup_empty_endoutgoing_cba |
|
3863 |
{ |
|
3864 |
buttons = |
|
3865 |
{ |
|
3866 |
CBA_BUTTON |
|
3867 |
{ |
|
3868 |
id = EPhoneCmdDoNothing; |
|
3869 |
txt = text_softkey_empty; |
|
3870 |
}, |
|
3871 |
CBA_BUTTON |
|
3872 |
{ |
|
3873 |
id = EPhoneInCallCmdEndThisOutgoingCall; |
|
3874 |
txt = text_softkey_drop; |
|
3875 |
}, |
|
3876 |
CBA_BUTTON |
|
3877 |
{ |
|
3878 |
id = EAknSoftkeyEmpty; |
|
3879 |
txt = ""; |
|
3880 |
} |
|
3881 |
}; |
|
3882 |
} |
|
3883 |
||
3884 |
RESOURCE CBA r_phoneui_callhandling_callsetup_empty_dtmfdialer_cba |
|
3885 |
{ |
|
3886 |
buttons = |
|
3887 |
{ |
|
3888 |
CBA_BUTTON |
|
3889 |
{ |
|
3890 |
id = EPhoneCmdDoNothing; |
|
3891 |
txt = text_softkey_empty; |
|
3892 |
}, |
|
3893 |
CBA_BUTTON |
|
3894 |
{ |
|
3895 |
id = EPhoneInCallCmdDtmfManualQuery; |
|
3896 |
txt = qtn_incal_softk_dialer; |
|
3897 |
}, |
|
3898 |
CBA_BUTTON |
|
3899 |
{ |
|
3900 |
id = EAknSoftkeyEmpty; |
|
3901 |
txt = ""; |
|
3902 |
} |
|
3903 |
}; |
|
3904 |
} |
|
3905 |
||
3906 |
RESOURCE CBA r_phoneui_callhandling_callsetup_dtmfdialer_endoutgoing_cba |
|
3907 |
{ |
|
3908 |
buttons = |
|
3909 |
{ |
|
3910 |
CBA_BUTTON |
|
3911 |
{ |
|
3912 |
id = EPhoneInCallCmdDtmfManualQuery; |
|
3913 |
txt = qtn_incal_softk_dialer; |
|
3914 |
}, |
|
3915 |
CBA_BUTTON |
|
3916 |
{ |
|
3917 |
id = EPhoneInCallCmdEndThisOutgoingCall; |
|
3918 |
txt = text_softkey_drop; |
|
3919 |
}, |
|
3920 |
CBA_BUTTON |
|
3921 |
{ |
|
3922 |
id = EAknSoftkeyEmpty; |
|
3923 |
txt = ""; |
|
3924 |
} |
|
3925 |
}; |
|
3926 |
} |
|
3927 |
||
3928 |
RESOURCE CBA r_phoneui_callhandling_callsetup_toihf_endoutgoing_cba |
|
3929 |
{ |
|
3930 |
buttons = |
|
3931 |
{ |
|
3932 |
CBA_BUTTON |
|
3933 |
{ |
|
3934 |
id = EPhoneInCallCmdActivateIhf; |
|
3935 |
txt = qtn_incal_softk_laudspek; |
|
3936 |
}, |
|
3937 |
CBA_BUTTON |
|
3938 |
{ |
|
3939 |
id = EPhoneInCallCmdEndThisOutgoingCall; |
|
3940 |
txt = text_softkey_drop; |
|
3941 |
}, |
|
3942 |
CBA_BUTTON |
|
3943 |
{ |
|
3944 |
id = EAknSoftkeyEmpty; |
|
3945 |
txt = ""; |
|
3946 |
} |
|
3947 |
}; |
|
3948 |
} |
|
3949 |
||
3950 |
RESOURCE CBA r_phoneui_callhandling_callsetup_toihf_dtmfdialer_cba |
|
3951 |
{ |
|
3952 |
buttons = |
|
3953 |
{ |
|
3954 |
CBA_BUTTON |
|
3955 |
{ |
|
3956 |
id = EPhoneInCallCmdActivateIhf; |
|
3957 |
txt = qtn_incal_softk_laudspek; |
|
3958 |
}, |
|
3959 |
CBA_BUTTON |
|
3960 |
{ |
|
3961 |
id = EPhoneInCallCmdDtmfManualQuery; |
|
3962 |
txt = qtn_incal_softk_dialer; |
|
3963 |
}, |
|
3964 |
CBA_BUTTON |
|
3965 |
{ |
|
3966 |
id = EAknSoftkeyEmpty; |
|
3967 |
txt = ""; |
|
3968 |
} |
|
3969 |
}; |
|
3970 |
} |
|
3971 |
||
3972 |
RESOURCE CBA r_phoneui_callhandling_callsetup_tohandset_endoutgoing_cba |
|
3973 |
{ |
|
3974 |
buttons = |
|
3975 |
{ |
|
3976 |
CBA_BUTTON |
|
3977 |
{ |
|
3978 |
id = EPhoneInCallCmdDeactivateIhf; |
|
3979 |
txt = qtn_incal_softk_handset; |
|
3980 |
}, |
|
3981 |
CBA_BUTTON |
|
3982 |
{ |
|
3983 |
id = EPhoneInCallCmdEndThisOutgoingCall; |
|
3984 |
txt = text_softkey_drop; |
|
3985 |
}, |
|
3986 |
CBA_BUTTON |
|
3987 |
{ |
|
3988 |
id = EAknSoftkeyEmpty; |
|
3989 |
txt = ""; |
|
3990 |
} |
|
3991 |
}; |
|
3992 |
} |
|
3993 |
||
3994 |
RESOURCE CBA r_phoneui_callhandling_callsetup_tohandset_dtmfdialer_cba |
|
3995 |
{ |
|
3996 |
buttons = |
|
3997 |
{ |
|
3998 |
CBA_BUTTON |
|
3999 |
{ |
|
4000 |
id = EPhoneInCallCmdDeactivateIhf; |
|
4001 |
txt = qtn_incal_softk_handset; |
|
4002 |
}, |
|
4003 |
CBA_BUTTON |
|
4004 |
{ |
|
4005 |
id = EPhoneInCallCmdDtmfManualQuery; |
|
4006 |
txt = qtn_incal_softk_dialer; |
|
4007 |
}, |
|
4008 |
CBA_BUTTON |
|
4009 |
{ |
|
4010 |
id = EAknSoftkeyEmpty; |
|
4011 |
txt = ""; |
|
4012 |
} |
|
4013 |
}; |
|
4014 |
} |
|
4015 |
||
4016 |
RESOURCE CBA r_phoneui_callhandling_incall_cba |
|
4017 |
{ |
|
4018 |
buttons = |
|
4019 |
{ |
|
4020 |
CBA_BUTTON |
|
4021 |
{ |
|
4022 |
id = EPhoneCmdOptions; |
|
4023 |
txt = text_softkey_option; |
|
4024 |
}, |
|
4025 |
CBA_BUTTON |
|
4026 |
{ |
|
4027 |
id = EPhoneInCallCmdActivateIhf; |
|
4028 |
txt = qtn_incal_softk_laudspek; |
|
4029 |
}, |
|
4030 |
CBA_BUTTON |
|
4031 |
{ |
|
4032 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4033 |
txt = qtn_msk_contacts; |
|
4034 |
} |
|
4035 |
}; |
|
4036 |
} |
|
4037 |
||
4038 |
RESOURCE CBA r_phoneui_callhandling_incall_noihf_cba |
|
4039 |
{ |
|
4040 |
buttons = |
|
4041 |
{ |
|
4042 |
CBA_BUTTON |
|
4043 |
{ |
|
4044 |
id = EPhoneCmdOptions; |
|
4045 |
txt = text_softkey_option; |
|
4046 |
}, |
|
4047 |
CBA_BUTTON |
|
4048 |
{ |
|
4049 |
id = EPhoneInCallCmdEndThisActiveCall; |
|
4050 |
txt = text_softkey_drop; |
|
4051 |
}, |
|
4052 |
CBA_BUTTON |
|
4053 |
{ |
|
4054 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4055 |
txt = qtn_msk_contacts; |
|
4056 |
} |
|
4057 |
}; |
|
4058 |
} |
|
4059 |
||
4060 |
RESOURCE CBA r_phoneui_callhandling_incall_unmute_cba |
|
4061 |
{ |
|
4062 |
buttons = |
|
4063 |
{ |
|
4064 |
CBA_BUTTON |
|
4065 |
{ |
|
4066 |
id = EPhoneCmdOptions; |
|
4067 |
txt = text_softkey_option; |
|
4068 |
}, |
|
4069 |
CBA_BUTTON |
|
4070 |
{ |
|
4071 |
id = EPhoneInCallCmdUnmute; |
|
4072 |
txt = text_softkey_unmute; |
|
4073 |
}, |
|
4074 |
CBA_BUTTON |
|
4075 |
{ |
|
4076 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4077 |
txt = qtn_msk_contacts; |
|
4078 |
} |
|
4079 |
}; |
|
4080 |
} |
|
4081 |
||
4082 |
RESOURCE CBA r_phoneui_callhandling_incall_unhold_cba |
|
4083 |
{ |
|
4084 |
buttons = |
|
4085 |
{ |
|
4086 |
CBA_BUTTON |
|
4087 |
{ |
|
4088 |
id = EPhoneCmdOptions; |
|
4089 |
txt = text_softkey_option; |
|
4090 |
}, |
|
4091 |
CBA_BUTTON |
|
4092 |
{ |
|
4093 |
id = EPhoneInCallCmdUnhold; |
|
4094 |
txt = text_softkey_unhold; |
|
4095 |
}, |
|
4096 |
CBA_BUTTON |
|
4097 |
{ |
|
4098 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4099 |
txt = qtn_msk_contacts; |
|
4100 |
} |
|
4101 |
}; |
|
4102 |
} |
|
4103 |
||
4104 |
RESOURCE CBA r_phoneui_callhandling_incall_handset_cba |
|
4105 |
{ |
|
4106 |
buttons = |
|
4107 |
{ |
|
4108 |
CBA_BUTTON |
|
4109 |
{ |
|
4110 |
id = EPhoneCmdOptions; |
|
4111 |
txt = text_softkey_option; |
|
4112 |
}, |
|
4113 |
CBA_BUTTON |
|
4114 |
{ |
|
4115 |
id = EPhoneInCallCmdHandset; |
|
4116 |
txt = qtn_incal_softk_handset; |
|
4117 |
}, |
|
4118 |
CBA_BUTTON |
|
4119 |
{ |
|
4120 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4121 |
txt = qtn_msk_contacts; |
|
4122 |
} |
|
4123 |
}; |
|
4124 |
} |
|
4125 |
||
4126 |
RESOURCE CBA r_phoneui_callhandling_incall_btaa_cba |
|
4127 |
{ |
|
4128 |
buttons = |
|
4129 |
{ |
|
4130 |
CBA_BUTTON |
|
4131 |
{ |
|
4132 |
id = EPhoneCmdOptions; |
|
4133 |
txt = text_softkey_option; |
|
4134 |
}, |
|
4135 |
CBA_BUTTON |
|
4136 |
{ |
|
4137 |
id = EPhoneInCallCmdBtHandsfree; |
|
4138 |
txt = qtn_incal_softk_bt_handsfree; |
|
4139 |
}, |
|
4140 |
CBA_BUTTON |
|
4141 |
{ |
|
4142 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4143 |
txt = qtn_msk_contacts; |
|
4144 |
} |
|
4145 |
}; |
|
4146 |
} |
|
4147 |
||
4148 |
RESOURCE CBA r_phoneui_callhandling_incomingcall_cba |
|
4149 |
{ |
|
4150 |
buttons = |
|
4151 |
{ |
|
4152 |
CBA_BUTTON |
|
4153 |
{ |
|
4154 |
id = EPhoneCmdOptions; |
|
4155 |
txt = text_softkey_option; |
|
4156 |
}, |
|
4157 |
CBA_BUTTON |
|
4158 |
{ |
|
4159 |
id = EPhoneCallComingCmdSilent; |
|
4160 |
txt = text_softkey_silent; |
|
4161 |
}, |
|
4162 |
CBA_BUTTON |
|
4163 |
{ |
|
4164 |
id = EPhoneLongMSKAnswer; |
|
4165 |
txt = ""; |
|
4166 |
} |
|
4167 |
}; |
|
4168 |
} |
|
4169 |
||
4170 |
RESOURCE CBA r_phoneui_callhandling_incomingcall_reject_cba |
|
4171 |
{ |
|
4172 |
buttons = |
|
4173 |
{ |
|
4174 |
CBA_BUTTON |
|
4175 |
{ |
|
4176 |
id = EPhoneCmdOptions; |
|
4177 |
txt = text_softkey_option; |
|
4178 |
}, |
|
4179 |
CBA_BUTTON |
|
4180 |
{ |
|
4181 |
id = EPhoneCallComingCmdReject; |
|
4182 |
txt = text_softkey_reject; |
|
4183 |
}, |
|
4184 |
CBA_BUTTON |
|
4185 |
{ |
|
4186 |
id = EPhoneLongMSKAnswer; |
|
4187 |
txt = ""; |
|
4188 |
} |
|
4189 |
}; |
|
4190 |
} |
|
4191 |
||
4192 |
RESOURCE CBA r_phoneui_callhandling_incomingcall_soft_reject_cba |
|
4193 |
{ |
|
4194 |
buttons = |
|
4195 |
{ |
|
4196 |
CBA_BUTTON |
|
4197 |
{ |
|
4198 |
id = EPhoneCmdOptions; |
|
4199 |
txt = text_softkey_option; |
|
4200 |
}, |
|
4201 |
CBA_BUTTON |
|
4202 |
{ |
|
4203 |
id = EPhoneCallComingCmdSoftReject; |
|
4204 |
txt = qtn_softkey_soft_reject; |
|
4205 |
}, |
|
4206 |
CBA_BUTTON |
|
4207 |
{ |
|
4208 |
id = EPhoneLongMSKAnswer; |
|
4209 |
txt = ""; |
|
4210 |
} |
|
4211 |
}; |
|
4212 |
} |
|
4213 |
||
4214 |
RESOURCE CBA r_phoneui_callhandling_emergency_incall_no_options |
|
4215 |
{ |
|
4216 |
buttons = |
|
4217 |
{ |
|
4218 |
CBA_BUTTON |
|
4219 |
{ |
|
4220 |
id = EPhoneCmdDoNothing; |
|
4221 |
txt = text_softkey_empty; |
|
4222 |
}, |
|
4223 |
CBA_BUTTON |
|
4224 |
{ |
|
4225 |
id = EPhoneInCallCmdDialer; |
|
4226 |
txt = qtn_incal_softk_dialer; |
|
4227 |
}, |
|
4228 |
CBA_BUTTON |
|
4229 |
{ |
|
4230 |
id = EAknSoftkeyEmpty; |
|
4231 |
txt = ""; |
|
4232 |
} |
|
4233 |
}; |
|
4234 |
} |
|
4235 |
||
4236 |
RESOURCE CBA r_phoneui_callhandling_emergency_cba |
|
4237 |
{ |
|
4238 |
buttons = |
|
4239 |
{ |
|
4240 |
CBA_BUTTON |
|
4241 |
{ |
|
4242 |
id = EPhoneCmdOptions; |
|
4243 |
txt = text_softkey_option; |
|
4244 |
}, |
|
4245 |
CBA_BUTTON |
|
4246 |
{ |
|
4247 |
id = EPhoneInCallCmdActivateIhf; |
|
4248 |
txt = qtn_incal_softk_laudspek; |
|
4249 |
}, |
|
4250 |
CBA_BUTTON |
|
4251 |
{ |
|
4252 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4253 |
txt = qtn_msk_contacts; |
|
4254 |
} |
|
4255 |
}; |
|
4256 |
} |
|
4257 |
||
4258 |
RESOURCE CBA r_phoneui_callhandling_emergency_noihf_cba |
|
4259 |
{ |
|
4260 |
buttons = |
|
4261 |
{ |
|
4262 |
CBA_BUTTON |
|
4263 |
{ |
|
4264 |
id = EPhoneCmdOptions; |
|
4265 |
txt = text_softkey_option; |
|
4266 |
}, |
|
4267 |
CBA_BUTTON |
|
4268 |
{ |
|
4269 |
id = EPhoneInCallCmdEndThisActiveCall; |
|
4270 |
txt = text_softkey_drop; |
|
4271 |
}, |
|
4272 |
CBA_BUTTON |
|
4273 |
{ |
|
4274 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4275 |
txt = qtn_msk_contacts; |
|
4276 |
} |
|
4277 |
}; |
|
4278 |
} |
|
4279 |
||
4280 |
RESOURCE CBA r_phoneui_callhandling_emergency_handset_cba |
|
4281 |
{ |
|
4282 |
buttons = |
|
4283 |
{ |
|
4284 |
CBA_BUTTON |
|
4285 |
{ |
|
4286 |
id = EPhoneCmdOptions; |
|
4287 |
txt = text_softkey_option; |
|
4288 |
}, |
|
4289 |
CBA_BUTTON |
|
4290 |
{ |
|
4291 |
id = EPhoneInCallCmdHandset; |
|
4292 |
txt = qtn_incal_softk_handset; |
|
4293 |
}, |
|
4294 |
CBA_BUTTON |
|
4295 |
{ |
|
4296 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4297 |
txt = qtn_msk_contacts; |
|
4298 |
} |
|
4299 |
}; |
|
4300 |
} |
|
4301 |
||
4302 |
RESOURCE CBA r_phoneui_callhandling_emergency_no_options_cba |
|
4303 |
{ |
|
4304 |
buttons = |
|
4305 |
{ |
|
4306 |
CBA_BUTTON |
|
4307 |
{ |
|
4308 |
id = EPhoneCmdDoNothing; |
|
4309 |
txt = text_softkey_empty; |
|
4310 |
}, |
|
4311 |
CBA_BUTTON |
|
4312 |
{ |
|
4313 |
id = EPhoneInCallCmdActivateIhf; |
|
4314 |
txt = qtn_incal_softk_laudspek; |
|
4315 |
}, |
|
4316 |
CBA_BUTTON |
|
4317 |
{ |
|
4318 |
id = EAknSoftkeyEmpty; |
|
4319 |
txt = ""; |
|
4320 |
} |
|
4321 |
}; |
|
4322 |
} |
|
4323 |
||
4324 |
RESOURCE CBA r_phoneui_callhandling_emergency_no_options_noihf_cba |
|
4325 |
{ |
|
4326 |
buttons = |
|
4327 |
{ |
|
4328 |
CBA_BUTTON |
|
4329 |
{ |
|
4330 |
id = EPhoneCmdDoNothing; |
|
4331 |
txt = text_softkey_empty; |
|
4332 |
}, |
|
4333 |
CBA_BUTTON |
|
4334 |
{ |
|
4335 |
id = EPhoneInCallCmdEndThisActiveCall; |
|
4336 |
txt = text_softkey_drop; |
|
4337 |
}, |
|
4338 |
CBA_BUTTON |
|
4339 |
{ |
|
4340 |
id = EAknSoftkeyEmpty; |
|
4341 |
txt = ""; |
|
4342 |
} |
|
4343 |
}; |
|
4344 |
} |
|
4345 |
||
4346 |
RESOURCE CBA r_phoneui_callhandling_emergency_no_options_handset_cba |
|
4347 |
{ |
|
4348 |
buttons = |
|
4349 |
{ |
|
4350 |
CBA_BUTTON |
|
4351 |
{ |
|
4352 |
id = EPhoneCmdDoNothing; |
|
4353 |
txt = text_softkey_empty; |
|
4354 |
}, |
|
4355 |
CBA_BUTTON |
|
4356 |
{ |
|
4357 |
id = EPhoneInCallCmdDeactivateIhf; |
|
4358 |
txt = qtn_incal_softk_handset; |
|
4359 |
}, |
|
4360 |
CBA_BUTTON |
|
4361 |
{ |
|
4362 |
id = EAknSoftkeyEmpty; |
|
4363 |
txt = ""; |
|
4364 |
} |
|
4365 |
}; |
|
4366 |
} |
|
4367 |
||
4368 |
RESOURCE CBA r_phoneui_callhandling_callwaiting_cba |
|
4369 |
{ |
|
4370 |
buttons = |
|
4371 |
{ |
|
4372 |
CBA_BUTTON |
|
4373 |
{ |
|
4374 |
id = EPhoneCmdOptions; |
|
4375 |
txt = text_softkey_option; |
|
4376 |
}, |
|
4377 |
CBA_BUTTON |
|
4378 |
{ |
|
4379 |
id = EPhoneInCallCmdReject; |
|
4380 |
txt = text_softkey_reject; |
|
4381 |
}, |
|
4382 |
CBA_BUTTON |
|
4383 |
{ |
|
4384 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4385 |
txt = qtn_msk_contacts; |
|
4386 |
} |
|
4387 |
}; |
|
4388 |
} |
|
4389 |
||
4390 |
RESOURCE CBA r_phoneui_callhandling_new_call_find_cba |
|
4391 |
{ |
|
4392 |
buttons = |
|
4393 |
{ |
|
4394 |
CBA_BUTTON |
|
4395 |
{ |
|
4396 |
id = EPhoneInCallCmdNewCallFind; |
|
4397 |
txt = text_softkey_find; |
|
4398 |
}, |
|
4399 |
CBA_BUTTON |
|
4400 |
{ |
|
4401 |
id = EPhoneCmdCancel; |
|
4402 |
txt = text_softkey_cancel; |
|
4403 |
}, |
|
4404 |
CBA_BUTTON |
|
4405 |
{ |
|
4406 |
id = EPhoneInCallCmdNewCallFind; |
|
4407 |
} |
|
4408 |
}; |
|
4409 |
} |
|
4410 |
||
4411 |
RESOURCE CBA r_phoneui_callhandling_new_call_call_cba |
|
4412 |
{ |
|
4413 |
buttons = |
|
4414 |
{ |
|
4415 |
CBA_BUTTON |
|
4416 |
{ |
|
4417 |
id = EPhoneInCallCmdNewCallCall; |
|
4418 |
txt = text_softkey_new_call; |
|
4419 |
}, |
|
4420 |
CBA_BUTTON |
|
4421 |
{ |
|
4422 |
id = EPhoneCmdCancel; |
|
4423 |
txt = text_softkey_cancel; |
|
4424 |
}, |
|
4425 |
CBA_BUTTON |
|
4426 |
{ |
|
4427 |
id = EPhoneInCallCmdNewCallCall; |
|
4428 |
} |
|
4429 |
}; |
|
4430 |
} |
|
4431 |
||
4432 |
RESOURCE CBA r_phoneui_callhandling_new_call_swap_cba |
|
4433 |
{ |
|
4434 |
buttons = |
|
4435 |
{ |
|
4436 |
CBA_BUTTON |
|
4437 |
{ |
|
4438 |
id = EPhoneCmdOptions; |
|
4439 |
txt = text_softkey_option; |
|
4440 |
}, |
|
4441 |
CBA_BUTTON |
|
4442 |
{ |
|
4443 |
id = EPhoneInCallCmdSwap; |
|
4444 |
txt = text_softkey_swap; |
|
4445 |
}, |
|
4446 |
CBA_BUTTON |
|
4447 |
{ |
|
4448 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
4449 |
txt = qtn_msk_contacts; |
|
4450 |
} |
|
4451 |
}; |
|
4452 |
} |
|
4453 |
||
4454 |
// ----------------------------------------------------------------------------- |
|
4455 |
// |
|
4456 |
// r_phoneui_callcoming_softkeys_when_slider |
|
4457 |
// It contains softkey definitions for call coming in. |
|
4458 |
// Ringing tone is not muted. |
|
4459 |
// |
|
4460 |
// ----------------------------------------------------------------------------- |
|
4461 |
// |
|
4462 |
RESOURCE CBA r_phoneui_callcoming_softkeys_when_slider |
|
4463 |
{ |
|
4464 |
buttons = |
|
4465 |
{ |
|
4466 |
CBA_BUTTON |
|
4467 |
{ |
|
4468 |
id = EPhoneCallComingCmdAnswer; |
|
4469 |
txt = text_softkey_answer; |
|
4470 |
}, |
|
4471 |
CBA_BUTTON |
|
4472 |
{ |
|
4473 |
id = EPhoneCallComingCmdSilent; |
|
4474 |
txt = text_softkey_silent; |
|
4475 |
}, |
|
4476 |
CBA_BUTTON |
|
4477 |
{ |
|
4478 |
id = EAknSoftkeyContextOptions; |
|
4479 |
txt = text_softkey_options; |
|
4480 |
} |
|
4481 |
}; |
|
4482 |
} |
|
4483 |
||
4484 |
||
4485 |
// ----------------------------------------------------------------------------- |
|
4486 |
// |
|
4487 |
// r_phoneui_callcoming_softkeys_when_silent_slider |
|
4488 |
// It contains softkey definitions for call coming in. |
|
4489 |
// Ringing tone is muted. |
|
4490 |
// |
|
4491 |
// ----------------------------------------------------------------------------- |
|
4492 |
// |
|
4493 |
RESOURCE CBA r_phoneui_callcoming_softkeys_when_silent_slider |
|
4494 |
{ |
|
4495 |
buttons = |
|
4496 |
{ |
|
4497 |
CBA_BUTTON |
|
4498 |
{ |
|
4499 |
id = EPhoneCallComingCmdAnswer; |
|
4500 |
txt = text_softkey_answer; |
|
4501 |
}, |
|
4502 |
CBA_BUTTON |
|
4503 |
{ |
|
4504 |
id = EPhoneCallComingCmdReject; |
|
4505 |
txt = text_softkey_reject; |
|
4506 |
}, |
|
4507 |
CBA_BUTTON |
|
4508 |
{ |
|
4509 |
id = EAknSoftkeyContextOptions; |
|
4510 |
txt = text_softkey_options; |
|
4511 |
} |
|
4512 |
}; |
|
4513 |
} |
|
4514 |
||
4515 |
// ----------------------------------------------------------------------------- |
|
4516 |
// |
|
4517 |
// r_phoneui_softkeys_options_softreject_slider |
|
4518 |
// It is softkeys for soft reject with slider devices. |
|
4519 |
// |
|
4520 |
// ----------------------------------------------------------------------------- |
|
4521 |
// |
|
4522 |
RESOURCE CBA r_phoneui_softkeys_options_softreject_slider |
|
4523 |
{ |
|
4524 |
buttons = |
|
4525 |
{ |
|
4526 |
CBA_BUTTON |
|
4527 |
{ |
|
4528 |
id = EPhoneCallComingCmdAnswer; |
|
4529 |
txt = text_softkey_answer; |
|
4530 |
}, |
|
4531 |
CBA_BUTTON |
|
4532 |
{ |
|
4533 |
id = EPhoneCallComingCmdSoftReject; |
|
4534 |
txt = qtn_softkey_soft_reject; |
|
4535 |
} |
|
4536 |
}; |
|
4537 |
} |
|
4538 |
||
4539 |
// --------------------------------------------------------- |
|
4540 |
// |
|
4541 |
// r_phoneui_new_call_fetch_cba |
|
4542 |
// |
|
4543 |
// --------------------------------------------------------- |
|
4544 |
// |
|
4545 |
RESOURCE CBA r_phoneui_new_call_fetch_cba |
|
4546 |
{ |
|
4547 |
buttons = |
|
4548 |
{ |
|
4549 |
CBA_BUTTON |
|
4550 |
{ |
|
4551 |
id = EAknSoftkeyCall; |
|
4552 |
txt = text_softkey_call; |
|
4553 |
}, |
|
4554 |
CBA_BUTTON |
|
4555 |
{ |
|
4556 |
id = EAknSoftkeyCancel; |
|
4557 |
txt = text_softkey_back; |
|
4558 |
}, |
|
4559 |
CBA_BUTTON |
|
4560 |
{ |
|
4561 |
id = EAknSoftkeyCall; |
|
4562 |
} |
|
4563 |
}; |
|
4564 |
} |
|
4565 |
||
4566 |
// --------------------------------------------------------- |
|
4567 |
// |
|
4568 |
// r_phoneui_exit_emergency_mode_cba |
|
4569 |
// Command buttons when phone exits emergency mode |
|
4570 |
// |
|
4571 |
// --------------------------------------------------------- |
|
4572 |
// |
|
4573 |
RESOURCE CBA r_phoneui_exit_emergency_mode_cba |
|
4574 |
{ |
|
4575 |
buttons = |
|
4576 |
{ |
|
4577 |
CBA_BUTTON |
|
4578 |
{ |
|
4579 |
id = EPhoneEmergencyCmdYes; |
|
4580 |
txt = text_softkey_yes; |
|
4581 |
}, |
|
4582 |
CBA_BUTTON |
|
4583 |
{ |
|
4584 |
id = EPhoneEmergencyCmdNo; |
|
4585 |
txt = text_softkey_no; |
|
4586 |
} |
|
4587 |
}; |
|
4588 |
} |
|
4589 |
||
4590 |
// --------------------------------------------------------- |
|
4591 |
// |
|
4592 |
// r_phoneui_emergency_mode_note_cba |
|
4593 |
// Command buttons when phone is in emergency mode |
|
4594 |
// |
|
4595 |
// --------------------------------------------------------- |
|
4596 |
// |
|
4597 |
RESOURCE CBA r_phoneui_emergency_mode_note_cba |
|
4598 |
{ |
|
4599 |
buttons = |
|
4600 |
{ |
|
4601 |
CBA_BUTTON |
|
4602 |
{ |
|
4603 |
id = EPhoneCmdDoNothing; |
|
4604 |
txt = text_softkey_empty; |
|
4605 |
}, |
|
4606 |
CBA_BUTTON |
|
4607 |
{ |
|
4608 |
id = EPhoneEmergencyCmdExit; |
|
4609 |
txt = text_softkey_exit; |
|
4610 |
} |
|
4611 |
}; |
|
4612 |
} |
|
4613 |
||
4614 |
// --------------------------------------------------------- |
|
4615 |
// |
|
4616 |
// r_phoneui_wait_note_dlg_cba |
|
4617 |
// Command buttons when wait note is visible |
|
4618 |
// |
|
4619 |
// --------------------------------------------------------- |
|
4620 |
// |
|
4621 |
RESOURCE CBA r_phoneui_wait_note_cba |
|
4622 |
{ |
|
4623 |
buttons = |
|
4624 |
{ |
|
4625 |
CBA_BUTTON |
|
4626 |
{ |
|
4627 |
id = EPhoneCmdWaitNoteOk; |
|
4628 |
txt = text_softkey_ok; |
|
4629 |
}, |
|
4630 |
CBA_BUTTON |
|
4631 |
{ |
|
4632 |
id = EPhoneCmdDoNothing; |
|
4633 |
txt = text_softkey_empty; |
|
4634 |
}, |
|
4635 |
CBA_BUTTON |
|
4636 |
{ |
|
4637 |
id = EPhoneCmdWaitNoteOk; |
|
4638 |
} |
|
4639 |
}; |
|
4640 |
} |
|
4641 |
||
4642 |
// --------------------------------------------------------- |
|
4643 |
// |
|
4644 |
// r_phoneui_string_list |
|
4645 |
// It is a list of strings for the call headers |
|
4646 |
// that must be preloaded. |
|
4647 |
// |
|
4648 |
// --------------------------------------------------------- |
|
4649 |
// |
|
4650 |
RESOURCE PHONE_STRING_LIST r_phoneui_string_list |
|
4651 |
{ |
|
4652 |
strings = |
|
4653 |
{ |
|
4654 |
PHONE_STRING |
|
4655 |
{ |
|
4656 |
id = r_phoneui_mtcal_call; |
|
4657 |
}, |
|
4658 |
PHONE_STRING |
|
4659 |
{ |
|
4660 |
id = r_phoneui_mtcal_cli_withheld; |
|
4661 |
}, |
|
4662 |
PHONE_STRING |
|
4663 |
{ |
|
4664 |
id = r_phoneui_mtcal_diverted_call; |
|
4665 |
}, |
|
4666 |
PHONE_STRING |
|
4667 |
{ |
|
4668 |
id = r_phoneui_mtcal_incoming_call; |
|
4669 |
}, |
|
4670 |
PHONE_STRING |
|
4671 |
{ |
|
4672 |
id = r_phoneui_mtcal_incoming_call_short; |
|
4673 |
}, |
|
4674 |
PHONE_STRING |
|
4675 |
{ |
|
4676 |
id = r_phoneui_out_going_call; |
|
4677 |
}, |
|
4678 |
PHONE_STRING |
|
4679 |
{ |
|
4680 |
id = r_phoneui_out_going_call_short; |
|
4681 |
}, |
|
4682 |
PHONE_STRING |
|
4683 |
{ |
|
4684 |
id = r_phoneui_out_going_video_call; |
|
4685 |
}, |
|
4686 |
PHONE_STRING |
|
4687 |
{ |
|
4688 |
id = r_phoneui_out_going_video_call_short; |
|
4689 |
}, |
|
4690 |
PHONE_STRING |
|
4691 |
{ |
|
4692 |
id = r_phoneui_incall_call_held; |
|
4693 |
}, |
|
4694 |
PHONE_STRING |
|
4695 |
{ |
|
4696 |
id = r_phoneui_incall_call_held_short; |
|
4697 |
}, |
|
4698 |
PHONE_STRING |
|
4699 |
{ |
|
4700 |
id = r_phoneui_incall_call_held_calln; |
|
4701 |
}, |
|
4702 |
PHONE_STRING |
|
4703 |
{ |
|
4704 |
id = r_phoneui_incall_call_held_conference; |
|
4705 |
}, |
|
4706 |
PHONE_STRING |
|
4707 |
{ |
|
4708 |
id = r_phoneui_incall_call_disconnected; |
|
4709 |
}, |
|
4710 |
PHONE_STRING |
|
4711 |
{ |
|
4712 |
id = r_phoneui_incall_call_disconnected_short; |
|
4713 |
}, |
|
4714 |
PHONE_STRING |
|
4715 |
{ |
|
4716 |
id = r_phoneui_incall_call_disconnected_calln; |
|
4717 |
}, |
|
4718 |
PHONE_STRING |
|
4719 |
{ |
|
4720 |
id = r_phoneui_incall_call_disconnected_private; |
|
4721 |
}, |
|
4722 |
PHONE_STRING |
|
4723 |
{ |
|
4724 |
id = r_phoneui_incall_call_disconnected_diverted; |
|
4725 |
}, |
|
4726 |
PHONE_STRING |
|
4727 |
{ |
|
4728 |
id = r_phoneui_incall_call_disconnected_call; |
|
4729 |
}, |
|
4730 |
PHONE_STRING |
|
4731 |
{ |
|
4732 |
id = r_phoneui_incall_call_disconnected_conference; |
|
4733 |
}, |
|
4734 |
PHONE_STRING |
|
4735 |
{ |
|
4736 |
id = r_phoneui_incall_call_number; |
|
4737 |
}, |
|
4738 |
PHONE_STRING |
|
4739 |
{ |
|
4740 |
id = r_phoneui_multc_waiting; |
|
4741 |
}, |
|
4742 |
PHONE_STRING |
|
4743 |
{ |
|
4744 |
id = r_phoneui_multc_waiting_short; |
|
4745 |
}, |
|
4746 |
PHONE_STRING |
|
4747 |
{ |
|
4748 |
id = r_phoneui_emergency_call; |
|
4749 |
}, |
|
4750 |
PHONE_STRING |
|
4751 |
{ |
|
4752 |
id = r_phoneui_conference_call; |
|
4753 |
}, |
|
4754 |
PHONE_STRING |
|
4755 |
{ |
|
4756 |
id = r_phoneui_mtcal_incoming_line2; |
|
4757 |
}, |
|
4758 |
PHONE_STRING |
|
4759 |
{ |
|
4760 |
id = r_phoneui_mtcal_arriving_number_line2; |
|
4761 |
}, |
|
4762 |
PHONE_STRING |
|
4763 |
{ |
|
4764 |
id = r_phoneui_mtcal_waiting_number_line2; |
|
4765 |
}, |
|
4766 |
PHONE_STRING |
|
4767 |
{ |
|
4768 |
id = R_QTN_TIME_DURAT_LONG_WITH_ZERO; |
|
4769 |
}, |
|
4770 |
PHONE_STRING |
|
4771 |
{ |
|
4772 |
id = r_phone_mtcal_cli_payphone; |
|
4773 |
}, |
|
4774 |
PHONE_STRING |
|
4775 |
{ |
|
4776 |
id = r_phoneui_emergency_call_header; |
|
4777 |
}, |
|
4778 |
PHONE_STRING |
|
4779 |
{ |
|
4780 |
id = r_phoneui_idle_time_format; |
|
4781 |
} |
|
4782 |
}; |
|
4783 |
} |
|
4784 |
||
4785 |
// --------------------------------------------------------- |
|
4786 |
// |
|
4787 |
RESOURCE TBUF r_incal_remote_create_conference_text |
|
4788 |
{ |
|
4789 |
buf = qtn_incal_info_conf_active; |
|
4790 |
} |
|
4791 |
||
4792 |
// --------------------------------------------------------- |
|
4793 |
// |
|
4794 |
RESOURCE TBUF r_multc_info_conference_text |
|
4795 |
{ |
|
4796 |
buf = qtn_multc_conference_note; |
|
4797 |
} |
|
4798 |
||
4799 |
// --------------------------------------------------------- |
|
4800 |
// |
|
4801 |
RESOURCE TBUF r_incal_info_hold_text |
|
4802 |
{ |
|
4803 |
buf = qtn_incal_info_hold; |
|
4804 |
} |
|
4805 |
||
4806 |
// --------------------------------------------------------- |
|
4807 |
// |
|
4808 |
RESOURCE TBUF r_incal_remote_active_text |
|
4809 |
{ |
|
4810 |
buf = qtn_incal_remote_active_note; |
|
4811 |
} |
|
4812 |
||
4813 |
// --------------------------------------------------------- |
|
4814 |
// |
|
4815 |
RESOURCE TBUF r_incal_info_conf_hold_text |
|
4816 |
{ |
|
4817 |
buf = qtn_incal_conf_hold_conf; |
|
4818 |
} |
|
4819 |
||
4820 |
// --------------------------------------------------------- |
|
4821 |
// |
|
4822 |
RESOURCE TBUF r_incal_info_hold_cli_text |
|
4823 |
{ |
|
4824 |
buf = qtn_incal_conf_hold_cli; |
|
4825 |
} |
|
4826 |
||
4827 |
// --------------------------------------------------------- |
|
4828 |
// |
|
4829 |
RESOURCE TBUF r_incal_info_hold_nocli_text |
|
4830 |
{ |
|
4831 |
buf = qtn_incal_conf_hold_nocli; |
|
4832 |
} |
|
4833 |
||
4834 |
// --------------------------------------------------------- |
|
4835 |
// |
|
4836 |
RESOURCE TBUF r_multc_unhold_done_text |
|
4837 |
{ |
|
4838 |
buf = qtn_multc_unhold_done_note; |
|
4839 |
} |
|
4840 |
||
4841 |
// --------------------------------------------------------- |
|
4842 |
// |
|
4843 |
RESOURCE TBUF r_multc_cli_unhold_done_text |
|
4844 |
{ |
|
4845 |
buf = qtn_multc_cli_unhold_done_note; |
|
4846 |
} |
|
4847 |
||
4848 |
// --------------------------------------------------------- |
|
4849 |
// |
|
4850 |
// r_phoneui_mtcal_call |
|
4851 |
// |
|
4852 |
// --------------------------------------------------------- |
|
4853 |
// |
|
4854 |
RESOURCE TBUF64 r_phoneui_mtcal_call |
|
4855 |
{ |
|
4856 |
buf = qtn_mtcal_call; |
|
4857 |
} |
|
4858 |
||
4859 |
// --------------------------------------------------------- |
|
4860 |
// |
|
4861 |
// r_phoneui_mtcal_cli_withheld |
|
4862 |
// |
|
4863 |
// --------------------------------------------------------- |
|
4864 |
// |
|
4865 |
RESOURCE TBUF64 r_phoneui_mtcal_cli_withheld |
|
4866 |
{ |
|
4867 |
buf = qtn_mtcal_cli_withheld; |
|
4868 |
} |
|
4869 |
||
4870 |
// --------------------------------------------------------- |
|
4871 |
// |
|
4872 |
// r_phoneui_mtcal_diverted_call |
|
4873 |
// |
|
4874 |
// --------------------------------------------------------- |
|
4875 |
// |
|
4876 |
RESOURCE TBUF64 r_phoneui_mtcal_diverted_call |
|
4877 |
{ |
|
4878 |
buf = qtn_mtcal_diverted_call; |
|
4879 |
} |
|
4880 |
||
4881 |
// --------------------------------------------------------- |
|
4882 |
// |
|
4883 |
// r_phoneui_mtcal_incoming_call |
|
4884 |
// |
|
4885 |
// --------------------------------------------------------- |
|
4886 |
// |
|
4887 |
RESOURCE TBUF64 r_phoneui_mtcal_incoming_call |
|
4888 |
{ |
|
4889 |
buf = qtn_mtcal_incoming_call; |
|
4890 |
} |
|
4891 |
||
4892 |
// --------------------------------------------------------- |
|
4893 |
// |
|
4894 |
// r_phoneui_mtcal_incoming_call_short |
|
4895 |
// |
|
4896 |
// --------------------------------------------------------- |
|
4897 |
// |
|
4898 |
RESOURCE TBUF64 r_phoneui_mtcal_incoming_call_short |
|
4899 |
{ |
|
4900 |
buf = qtn_mtcal_incoming_call_short; |
|
4901 |
} |
|
4902 |
||
4903 |
// --------------------------------------------------------- |
|
4904 |
// |
|
4905 |
// r_phoneui_mtcal_incoming_call_short |
|
4906 |
// |
|
4907 |
// --------------------------------------------------------- |
|
4908 |
// |
|
4909 |
RESOURCE TBUF64 r_phoneui_multc_info_wait_without |
|
4910 |
{ |
|
4911 |
buf = qtn_multc_info_wait_without; |
|
4912 |
} |
|
4913 |
||
4914 |
// --------------------------------------------------------- |
|
4915 |
// |
|
4916 |
// r_phoneui_mtcal_incoming_call_short |
|
4917 |
// |
|
4918 |
// --------------------------------------------------------- |
|
4919 |
// |
|
4920 |
RESOURCE TBUF64 r_phoneui_multc_info_wait_with |
|
4921 |
{ |
|
4922 |
buf = qtn_multc_info_wait_with; |
|
4923 |
} |
|
4924 |
||
4925 |
||
4926 |
// --------------------------------------------------------- |
|
4927 |
// |
|
4928 |
// r_phoneui_out_going_call |
|
4929 |
// |
|
4930 |
// --------------------------------------------------------- |
|
4931 |
// |
|
4932 |
RESOURCE TBUF64 r_phoneui_out_going_call |
|
4933 |
{ |
|
4934 |
buf = qtn_call_out_going_call; |
|
4935 |
} |
|
4936 |
||
4937 |
// --------------------------------------------------------- |
|
4938 |
// |
|
4939 |
// r_phoneui_out_going_call_short |
|
4940 |
// |
|
4941 |
// --------------------------------------------------------- |
|
4942 |
// |
|
4943 |
RESOURCE TBUF64 r_phoneui_out_going_call_short |
|
4944 |
{ |
|
4945 |
buf = qtn_call_out_going_call_short; |
|
4946 |
} |
|
4947 |
||
4948 |
// --------------------------------------------------------- |
|
4949 |
// |
|
4950 |
// r_phoneui_out_going_video_call |
|
4951 |
// |
|
4952 |
// --------------------------------------------------------- |
|
4953 |
// |
|
4954 |
RESOURCE TBUF64 r_phoneui_out_going_video_call |
|
4955 |
{ |
|
4956 |
buf = qtn_call_out_going_video_call; |
|
4957 |
} |
|
4958 |
||
4959 |
// --------------------------------------------------------- |
|
4960 |
// |
|
4961 |
// r_phoneui_out_going_video_call_short |
|
4962 |
// |
|
4963 |
// --------------------------------------------------------- |
|
4964 |
// |
|
4965 |
RESOURCE TBUF64 r_phoneui_out_going_video_call_short |
|
4966 |
{ |
|
4967 |
buf = qtn_call_out_going_vt_short; |
|
4968 |
} |
|
4969 |
// --------------------------------------------------------- |
|
4970 |
// |
|
4971 |
// r_phoneui_incall_call_held |
|
4972 |
// |
|
4973 |
// --------------------------------------------------------- |
|
4974 |
// |
|
4975 |
RESOURCE TBUF64 r_phoneui_incall_call_held |
|
4976 |
{ |
|
4977 |
buf = qtn_incal_window_held; |
|
4978 |
} |
|
4979 |
||
4980 |
// --------------------------------------------------------- |
|
4981 |
// |
|
4982 |
// r_phoneui_incall_call_held_short |
|
4983 |
// |
|
4984 |
// --------------------------------------------------------- |
|
4985 |
// |
|
4986 |
RESOURCE TBUF64 r_phoneui_incall_call_held_short |
|
4987 |
{ |
|
4988 |
buf = qtn_incal_window_held_short; |
|
4989 |
} |
|
4990 |
||
4991 |
// --------------------------------------------------------- |
|
4992 |
// |
|
4993 |
// r_phoneui_incall_call_held_calln |
|
4994 |
// |
|
4995 |
// --------------------------------------------------------- |
|
4996 |
// |
|
4997 |
RESOURCE TBUF64 r_phoneui_incall_call_held_calln |
|
4998 |
{ |
|
4999 |
buf = qtn_incal_window_held_call; |
|
5000 |
} |
|
5001 |
||
5002 |
// --------------------------------------------------------- |
|
5003 |
// |
|
5004 |
// r_phoneui_incall_call_held_conference |
|
5005 |
// |
|
5006 |
// --------------------------------------------------------- |
|
5007 |
// |
|
5008 |
RESOURCE TBUF64 r_phoneui_incall_call_held_conference |
|
5009 |
{ |
|
5010 |
buf = qtn_incal_window_held_conf; |
|
5011 |
} |
|
5012 |
||
5013 |
// --------------------------------------------------------- |
|
5014 |
// |
|
5015 |
// r_phoneui_incall_call_disconnected |
|
5016 |
// |
|
5017 |
// --------------------------------------------------------- |
|
5018 |
// |
|
5019 |
RESOURCE TBUF64 r_phoneui_incall_call_disconnected |
|
5020 |
{ |
|
5021 |
buf = qtn_call_window_discon; |
|
5022 |
} |
|
5023 |
||
5024 |
// --------------------------------------------------------- |
|
5025 |
// |
|
5026 |
// r_phoneui_incall_call_disconnected_short |
|
5027 |
// |
|
5028 |
// --------------------------------------------------------- |
|
5029 |
// |
|
5030 |
RESOURCE TBUF64 r_phoneui_incall_call_disconnected_short |
|
5031 |
{ |
|
5032 |
buf = qtn_call_window_discon_short; |
|
5033 |
} |
|
5034 |
||
5035 |
// --------------------------------------------------------- |
|
5036 |
// |
|
5037 |
// r_phoneui_incall_call_disconnected_calln |
|
5038 |
// |
|
5039 |
// --------------------------------------------------------- |
|
5040 |
// |
|
5041 |
RESOURCE TBUF64 r_phoneui_incall_call_disconnected_calln |
|
5042 |
{ |
|
5043 |
buf = qtn_call_window_discon_call; |
|
5044 |
} |
|
5045 |
||
5046 |
// --------------------------------------------------------- |
|
5047 |
// |
|
5048 |
// r_phoneui_incall_call_disconnected_private |
|
5049 |
// |
|
5050 |
// --------------------------------------------------------- |
|
5051 |
// |
|
5052 |
RESOURCE TBUF64 r_phoneui_incall_call_disconnected_private |
|
5053 |
{ |
|
5054 |
buf = qtn_call_window_discon_privat; |
|
5055 |
} |
|
5056 |
||
5057 |
// --------------------------------------------------------- |
|
5058 |
// |
|
5059 |
// r_phoneui_incall_call_disconnected_diverted |
|
5060 |
// |
|
5061 |
// --------------------------------------------------------- |
|
5062 |
// |
|
5063 |
RESOURCE TBUF64 r_phoneui_incall_call_disconnected_diverted |
|
5064 |
{ |
|
5065 |
buf = qtn_call_window_discon_divert; |
|
5066 |
} |
|
5067 |
||
5068 |
// --------------------------------------------------------- |
|
5069 |
// |
|
5070 |
// r_phoneui_incall_call_disconnected_call |
|
5071 |
// |
|
5072 |
// --------------------------------------------------------- |
|
5073 |
// |
|
5074 |
RESOURCE TBUF64 r_phoneui_incall_call_disconnected_call |
|
5075 |
{ |
|
5076 |
buf = qtn_call_window_discon_nonum; |
|
5077 |
} |
|
5078 |
||
5079 |
// --------------------------------------------------------- |
|
5080 |
// |
|
5081 |
// r_phoneui_incall_call_disconnected_conference |
|
5082 |
// |
|
5083 |
// --------------------------------------------------------- |
|
5084 |
// |
|
5085 |
RESOURCE TBUF64 r_phoneui_incall_call_disconnected_conference |
|
5086 |
{ |
|
5087 |
buf = qtn_call_window_discon_conf; |
|
5088 |
} |
|
5089 |
||
5090 |
// --------------------------------------------------------- |
|
5091 |
// |
|
5092 |
// r_phoneui_incall_call_number |
|
5093 |
// |
|
5094 |
// --------------------------------------------------------- |
|
5095 |
// |
|
5096 |
RESOURCE TBUF64 r_phoneui_incall_call_number |
|
5097 |
{ |
|
5098 |
buf = qtn_call_number; |
|
5099 |
} |
|
5100 |
||
5101 |
// --------------------------------------------------------- |
|
5102 |
// |
|
5103 |
// r_phoneui_multc_waiting |
|
5104 |
// |
|
5105 |
// --------------------------------------------------------- |
|
5106 |
// |
|
5107 |
RESOURCE TBUF64 r_phoneui_multc_waiting |
|
5108 |
{ |
|
5109 |
buf = qtn_multc_window_waiting; |
|
5110 |
} |
|
5111 |
||
5112 |
// --------------------------------------------------------- |
|
5113 |
// |
|
5114 |
// r_phoneui_multc_waiting_short |
|
5115 |
// |
|
5116 |
// --------------------------------------------------------- |
|
5117 |
// |
|
5118 |
RESOURCE TBUF64 r_phoneui_multc_waiting_short |
|
5119 |
{ |
|
5120 |
buf = qtn_multc_window_waiting_short; |
|
5121 |
} |
|
5122 |
||
5123 |
// --------------------------------------------------------- |
|
5124 |
// |
|
5125 |
// r_phoneui_gprs_conn_in_progress |
|
5126 |
// |
|
5127 |
// --------------------------------------------------------- |
|
5128 |
// |
|
5129 |
RESOURCE TBUF64 r_phoneui_gprs_conn_in_progress |
|
5130 |
{ |
|
5131 |
buf = qtn_gprs_err_conn_in_progress; |
|
5132 |
} |
|
5133 |
||
5134 |
// --------------------------------------------------------- |
|
5135 |
// |
|
5136 |
// r_phoneui_emergency_call |
|
5137 |
// |
|
5138 |
// --------------------------------------------------------- |
|
5139 |
// |
|
5140 |
RESOURCE TBUF64 r_phoneui_emergency_call |
|
5141 |
{ |
|
5142 |
buf = qtn_emerg_call_pop_up; |
|
5143 |
} |
|
5144 |
||
5145 |
// --------------------------------------------------------- |
|
5146 |
// |
|
5147 |
// r_phoneui_conference_call |
|
5148 |
// |
|
5149 |
// --------------------------------------------------------- |
|
5150 |
// |
|
5151 |
RESOURCE TBUF64 r_phoneui_conference_call |
|
5152 |
{ |
|
5153 |
buf = qtn_multc_conference_pop_up; |
|
5154 |
} |
|
5155 |
||
5156 |
// --------------------------------------------------------- |
|
5157 |
// |
|
5158 |
// r_phoneui_mtcal_incoming_line2 |
|
5159 |
// |
|
5160 |
// --------------------------------------------------------- |
|
5161 |
// |
|
5162 |
RESOURCE TBUF64 r_phoneui_mtcal_incoming_line2 |
|
5163 |
{ |
|
5164 |
buf = qtn_als_incoming_line2_nonum; |
|
5165 |
} |
|
5166 |
||
5167 |
// --------------------------------------------------------- |
|
5168 |
// |
|
5169 |
// r_phoneui_mtcal_arriving_number_line2 |
|
5170 |
// |
|
5171 |
// --------------------------------------------------------- |
|
5172 |
// |
|
5173 |
RESOURCE TBUF64 r_phoneui_mtcal_arriving_number_line2 |
|
5174 |
{ |
|
5175 |
buf = qtn_als_arriving_line2_number; |
|
5176 |
} |
|
5177 |
||
5178 |
// --------------------------------------------------------- |
|
5179 |
// |
|
5180 |
// r_phoneui_mtcal_waiting_number_line2 |
|
5181 |
// |
|
5182 |
// --------------------------------------------------------- |
|
5183 |
// |
|
5184 |
RESOURCE TBUF64 r_phoneui_mtcal_waiting_number_line2 |
|
5185 |
{ |
|
5186 |
buf = qtn_als_waiting_line2_number; |
|
5187 |
} |
|
5188 |
||
5189 |
// ----------------------------------------------------------------------------- |
|
5190 |
// |
|
5191 |
// r_phone_mtcal_cli_payphone |
|
5192 |
// |
|
5193 |
// ----------------------------------------------------------------------------- |
|
5194 |
// |
|
5195 |
RESOURCE TBUF r_phone_mtcal_cli_payphone |
|
5196 |
{ |
|
5197 |
buf = qtn_mtcal_cli_payphone; |
|
5198 |
} |
|
5199 |
||
5200 |
// --------------------------------------------------------- |
|
5201 |
// |
|
5202 |
// r_phoneui_emergency_call_header |
|
5203 |
// |
|
5204 |
// --------------------------------------------------------- |
|
5205 |
// |
|
5206 |
RESOURCE TBUF64 r_phoneui_emergency_call_header |
|
5207 |
{ |
|
5208 |
buf = qtn_emerg_call_pop_up; |
|
5209 |
} |
|
5210 |
||
5211 |
// --------------------------------------------------------- |
|
5212 |
// r_phoneui_idle_time_format |
|
5213 |
// It define the time format shown on navi pane of idle |
|
5214 |
// state. |
|
5215 |
// --------------------------------------------------------- |
|
5216 |
// |
|
5217 |
RESOURCE TBUF r_phoneui_idle_time_format |
|
5218 |
{ |
|
5219 |
buf = qtn_idle_time_format; |
|
5220 |
} |
|
5221 |
||
5222 |
// ----------------------------------------------------------------------------- |
|
5223 |
// r_phone_life_timer_string |
|
5224 |
// It is template for text in life timer note. |
|
5225 |
// ----------------------------------------------------------------------------- |
|
5226 |
// |
|
5227 |
RESOURCE TBUF r_phoneui_life_timer_string |
|
5228 |
{ |
|
5229 |
buf = qtn_note_life_timer; |
|
5230 |
} |
|
5231 |
||
5232 |
// ---------------------------------------------------------------- |
|
5233 |
// |
|
5234 |
// r_notetext_network_busy |
|
5235 |
// Text for a note. |
|
5236 |
// |
|
5237 |
// ---------------------------------------------------------------- |
|
5238 |
// |
|
5239 |
RESOURCE TBUF r_notetext_network_busy |
|
5240 |
{ |
|
5241 |
buf = text_network_busy; |
|
5242 |
} |
|
5243 |
||
5244 |
// ---------------------------------------------------------------- |
|
5245 |
// |
|
5246 |
// r_notetext_out_of_range |
|
5247 |
// Text for a note. |
|
5248 |
// |
|
5249 |
// ---------------------------------------------------------------- |
|
5250 |
// |
|
5251 |
RESOURCE TBUF r_notetext_out_of_range |
|
5252 |
{ |
|
5253 |
buf = qtn_tel_info_out_of_range; |
|
5254 |
} |
|
5255 |
||
5256 |
// ---------------------------------------------------------------- |
|
5257 |
// |
|
5258 |
// r_notetext_signal_faded |
|
5259 |
// Text for a note. |
|
5260 |
// |
|
5261 |
// ---------------------------------------------------------------- |
|
5262 |
// |
|
5263 |
RESOURCE TBUF r_notetext_signal_faded |
|
5264 |
{ |
|
5265 |
buf = qtn_tel_sig_fade_note; |
|
5266 |
} |
|
5267 |
||
5268 |
// ---------------------------------------------------------------- |
|
5269 |
// |
|
5270 |
// r_notetext_call_failed |
|
5271 |
// Text for a note. |
|
5272 |
// |
|
5273 |
// ---------------------------------------------------------------- |
|
5274 |
// |
|
5275 |
RESOURCE TBUF r_notetext_call_failed |
|
5276 |
{ |
|
5277 |
buf = qtn_tel_info_call_failed; |
|
5278 |
} |
|
5279 |
||
5280 |
// ---------------------------------------------------------------- |
|
5281 |
// |
|
5282 |
// r_notetext_invalid_phonenumber |
|
5283 |
// Text for a note. |
|
5284 |
// |
|
5285 |
// ---------------------------------------------------------------- |
|
5286 |
// |
|
5287 |
RESOURCE TBUF r_notetext_invalid_phonenumber |
|
5288 |
{ |
|
5289 |
buf = text_invalid_number; |
|
5290 |
} |
|
5291 |
||
5292 |
// ----------------------------------------------------------------------------- |
|
5293 |
// |
|
5294 |
// r_phone_error_empty_sim_location |
|
5295 |
// It is template for text used in error note. |
|
5296 |
// |
|
5297 |
// ----------------------------------------------------------------------------- |
|
5298 |
// |
|
5299 |
RESOURCE TBUF r_notetext_empty_sim_location |
|
5300 |
{ |
|
5301 |
buf = qtn_simp_note_empty_location; |
|
5302 |
} |
|
5303 |
||
5304 |
||
5305 |
||
5306 |
// ---------------------------------------------------------------- |
|
5307 |
// |
|
5308 |
// r_notetext_error_in_connection |
|
5309 |
// Text for a note. |
|
5310 |
// |
|
5311 |
// ---------------------------------------------------------------- |
|
5312 |
// |
|
5313 |
RESOURCE TBUF r_notetext_error_in_connection |
|
5314 |
{ |
|
5315 |
buf = text_network_failure; |
|
5316 |
} |
|
5317 |
||
5318 |
// ---------------------------------------------------------------- |
|
5319 |
// |
|
5320 |
// r_notetext_number_not_in_use |
|
5321 |
// Text for a note. |
|
5322 |
// |
|
5323 |
// ---------------------------------------------------------------- |
|
5324 |
// |
|
5325 |
RESOURCE TBUF r_notetext_number_not_in_use |
|
5326 |
{ |
|
5327 |
buf = text_unassigned_number; |
|
5328 |
} |
|
5329 |
||
5330 |
// ---------------------------------------------------------------- |
|
5331 |
// |
|
5332 |
// r_notetext_number_barred |
|
5333 |
// Text for a note. |
|
5334 |
// |
|
5335 |
// ---------------------------------------------------------------- |
|
5336 |
// |
|
5337 |
RESOURCE TBUF r_notetext_number_barred |
|
5338 |
{ |
|
5339 |
buf = text_cterm_nbr_barred; |
|
5340 |
} |
|
5341 |
||
5342 |
||
5343 |
// ---------------------------------------------------------------- |
|
5344 |
// |
|
5345 |
// r_notetext_no_answer |
|
5346 |
// Text for a note. |
|
5347 |
// |
|
5348 |
// ---------------------------------------------------------------- |
|
5349 |
// |
|
5350 |
RESOURCE TBUF r_notetext_no_answer |
|
5351 |
{ |
|
5352 |
buf = text_no_answer; |
|
5353 |
} |
|
5354 |
||
5355 |
// ---------------------------------------------------------------- |
|
5356 |
// |
|
5357 |
// r_notetext_number_not_in_cug |
|
5358 |
// Text for a note. |
|
5359 |
// |
|
5360 |
// ---------------------------------------------------------------- |
|
5361 |
// |
|
5362 |
RESOURCE TBUF r_notetext_number_not_in_cug |
|
5363 |
{ |
|
5364 |
buf = text_cterm_nbr_not_in_cug; |
|
5365 |
} |
|
5366 |
||
5367 |
// ---------------------------------------------------------------- |
|
5368 |
// |
|
5369 |
// r_notetext_all_incoming_calls_diverted |
|
5370 |
// Text for a note. |
|
5371 |
// |
|
5372 |
// ---------------------------------------------------------------- |
|
5373 |
// |
|
5374 |
RESOURCE TBUF r_notetext_all_incoming_calls_diverted |
|
5375 |
{ |
|
5376 |
buf = qtn_mocal_calls_diverted_note; |
|
5377 |
} |
|
5378 |
||
5379 |
// ---------------------------------------------------------------- |
|
5380 |
// |
|
5381 |
// r_notetext_active_diverts |
|
5382 |
// Text for a note. |
|
5383 |
// |
|
5384 |
// ---------------------------------------------------------------- |
|
5385 |
// |
|
5386 |
RESOURCE TBUF r_notetext_active_diverts |
|
5387 |
{ |
|
5388 |
buf = qtn_mocal_active_diverts_note; |
|
5389 |
} |
|
5390 |
||
5391 |
// ---------------------------------------------------------------- |
|
5392 |
// |
|
5393 |
// r_notetext_diverting |
|
5394 |
// Text for a note. |
|
5395 |
// |
|
5396 |
// ---------------------------------------------------------------- |
|
5397 |
// |
|
5398 |
RESOURCE TBUF r_notetext_diverting |
|
5399 |
{ |
|
5400 |
buf = qtn_mocal_diverting_note; |
|
5401 |
} |
|
5402 |
||
5403 |
// ---------------------------------------------------------------- |
|
5404 |
||
5405 |
// ---------------------------------------------------------------- |
|
5406 |
// |
|
5407 |
// r_notetext_diverting_incoming_call |
|
5408 |
// Text for a note. |
|
5409 |
// |
|
5410 |
// ---------------------------------------------------------------- |
|
5411 |
// |
|
5412 |
RESOURCE TBUF r_notetext_diverting_incoming_call |
|
5413 |
{ |
|
5414 |
buf = qtn_mtcal_diverting_note; |
|
5415 |
} |
|
5416 |
||
5417 |
// ---------------------------------------------------------------- |
|
5418 |
// |
|
5419 |
// r_notetext_call_barrings |
|
5420 |
// Text for a note. |
|
5421 |
// |
|
5422 |
// ---------------------------------------------------------------- |
|
5423 |
// |
|
5424 |
RESOURCE TBUF r_notetext_call_barrings |
|
5425 |
{ |
|
5426 |
buf = qtn_mocal_barred_note; |
|
5427 |
} |
|
5428 |
||
5429 |
// ---------------------------------------------------------------- |
|
5430 |
// |
|
5431 |
// r_error_note_not_allowed |
|
5432 |
// Request to Phone Engine is not confirmed |
|
5433 |
// |
|
5434 |
// ---------------------------------------------------------------- |
|
5435 |
// |
|
5436 |
RESOURCE TBUF r_error_note_not_allowed |
|
5437 |
{ |
|
5438 |
buf = text_not_allowed; |
|
5439 |
} |
|
5440 |
// ---------------------------------------------------------------- |
|
5441 |
// |
|
5442 |
// r_note_text_conf_audios_handset |
|
5443 |
// Information message text if handset activated. |
|
5444 |
// |
|
5445 |
// ---------------------------------------------------------------- |
|
5446 |
// |
|
5447 |
RESOURCE TBUF r_note_text_conf_audios_handset |
|
5448 |
{ |
|
5449 |
buf = qtn_conf_audios_handset; |
|
5450 |
} |
|
5451 |
||
5452 |
// ---------------------------------------------------------------- |
|
5453 |
// |
|
5454 |
// r_note_text_conf_audios_bt_accessory |
|
5455 |
// Information message text if bluetooth handset activated. |
|
5456 |
// |
|
5457 |
// ---------------------------------------------------------------- |
|
5458 |
// |
|
5459 |
RESOURCE TBUF r_note_text_conf_audios_bt_accessory |
|
5460 |
{ |
|
5461 |
buf = qtn_conf_audios_bt_accessory; |
|
5462 |
} |
|
5463 |
||
5464 |
// ---------------------------------------------------------------- |
|
5465 |
// |
|
5466 |
// r_note_text_cug_in_use |
|
5467 |
// The network might send a notification within the call |
|
5468 |
// creation if the CUG index is used for the current call. |
|
5469 |
// |
|
5470 |
// ---------------------------------------------------------------- |
|
5471 |
// |
|
5472 |
RESOURCE TBUF r_note_text_cug_in_use |
|
5473 |
{ |
|
5474 |
buf = text_cug_in_use; |
|
5475 |
} |
|
5476 |
||
5477 |
// ---------------------------------------------------------------- |
|
5478 |
// |
|
5479 |
// r_note_text_clir_change |
|
5480 |
// If CLIR is subscribed to the permanent option for showing a caller’s |
|
5481 |
// number, and the user has tried to invoke CLIR temporarily, |
|
5482 |
// the operator prevents the calling. |
|
5483 |
// |
|
5484 |
// ---------------------------------------------------------------- |
|
5485 |
// |
|
5486 |
RESOURCE TBUF r_note_text_clir_change |
|
5487 |
{ |
|
5488 |
buf = text_clir_change; |
|
5489 |
} |
|
5490 |
||
5491 |
// ---------------------------------------------------------------- |
|
5492 |
// |
|
5493 |
// r_note_incal_query_vcall_failed |
|
5494 |
// Query text for user to inform if video call setup failed |
|
5495 |
// |
|
5496 |
// ---------------------------------------------------------------- |
|
5497 |
// |
|
5498 |
RESOURCE TBUF r_note_incal_query_vcall_failed |
|
5499 |
{ |
|
5500 |
buf = qtn_incal_query_vcall_failed; |
|
5501 |
} |
|
5502 |
||
5503 |
// --------------------------------------------------------- |
|
5504 |
// |
|
5505 |
// r_phoneui_default_skey_list |
|
5506 |
// It contains overrides for keypad tones. |
|
5507 |
// |
|
5508 |
// --------------------------------------------------------- |
|
5509 |
// |
|
5510 |
RESOURCE AVKON_SKEY_LIST r_phoneui_default_skey_list |
|
5511 |
{ |
|
5512 |
list = |
|
5513 |
{ |
|
5514 |
AVKON_SKEY_INFO {key='0'; sid=EAvkonSIDNoSound;}, |
|
5515 |
AVKON_SKEY_INFO {key='0'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5516 |
AVKON_SKEY_INFO {key='0'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5517 |
AVKON_SKEY_INFO {key='1'; sid=EAvkonSIDNoSound;}, |
|
5518 |
AVKON_SKEY_INFO {key='1'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5519 |
AVKON_SKEY_INFO {key='1'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5520 |
AVKON_SKEY_INFO {key='2'; sid=EAvkonSIDNoSound;}, |
|
5521 |
AVKON_SKEY_INFO {key='2'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5522 |
AVKON_SKEY_INFO {key='2'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5523 |
AVKON_SKEY_INFO {key='3'; sid=EAvkonSIDNoSound;}, |
|
5524 |
AVKON_SKEY_INFO {key='3'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5525 |
AVKON_SKEY_INFO {key='3'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5526 |
AVKON_SKEY_INFO {key='4'; sid=EAvkonSIDNoSound;}, |
|
5527 |
AVKON_SKEY_INFO {key='4'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5528 |
AVKON_SKEY_INFO {key='4'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5529 |
AVKON_SKEY_INFO {key='5'; sid=EAvkonSIDNoSound;}, |
|
5530 |
AVKON_SKEY_INFO {key='5'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5531 |
AVKON_SKEY_INFO {key='5'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5532 |
AVKON_SKEY_INFO {key='6'; sid=EAvkonSIDNoSound;}, |
|
5533 |
AVKON_SKEY_INFO {key='6'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5534 |
AVKON_SKEY_INFO {key='6'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5535 |
AVKON_SKEY_INFO {key='7'; sid=EAvkonSIDNoSound;}, |
|
5536 |
AVKON_SKEY_INFO {key='7'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5537 |
AVKON_SKEY_INFO {key='7'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5538 |
AVKON_SKEY_INFO {key='8'; sid=EAvkonSIDNoSound;}, |
|
5539 |
AVKON_SKEY_INFO {key='8'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5540 |
AVKON_SKEY_INFO {key='8'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5541 |
AVKON_SKEY_INFO {key='9'; sid=EAvkonSIDNoSound;}, |
|
5542 |
AVKON_SKEY_INFO {key='9'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5543 |
AVKON_SKEY_INFO {key='9'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5544 |
AVKON_SKEY_INFO {key='*'; sid=EAvkonSIDNoSound;}, |
|
5545 |
AVKON_SKEY_INFO {key='*'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5546 |
AVKON_SKEY_INFO {key='*'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}, |
|
5547 |
AVKON_SKEY_INFO {key=EStdKeyHash; sid=EAvkonSIDNoSound;}, |
|
5548 |
AVKON_SKEY_INFO {key=EStdKeyHash; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;}, |
|
5549 |
AVKON_SKEY_INFO {key=EStdKeyHash; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;} |
|
5550 |
}; |
|
5551 |
} |
|
5552 |
||
5553 |
// --------------------------------------------------------- |
|
5554 |
// |
|
5555 |
// r_phone_emergency_network_connect_wait_note |
|
5556 |
// |
|
5557 |
// It defines wait note showing when attempting an |
|
5558 |
// emergency call. |
|
5559 |
// |
|
5560 |
// --------------------------------------------------------- |
|
5561 |
// |
|
5562 |
RESOURCE DIALOG r_phone_emergency_network_connect_wait_note |
|
5563 |
{ |
|
5564 |
flags = EEikDialogFlagNoDrag | |
|
5565 |
EEikDialogFlagNoTitleBar | |
|
5566 |
EEikDialogFlagCbaButtons; |
|
5567 |
||
5568 |
buttons = r_phoneui_callhandling_callsetup_empty_endoutgoing_cba; |
|
5569 |
items = |
|
5570 |
{ |
|
5571 |
DLG_LINE |
|
5572 |
{ |
|
5573 |
type = EAknCtNote; |
|
5574 |
id = EPhoneWaitNote; |
|
5575 |
control = AVKON_NOTE |
|
5576 |
{ |
|
5577 |
layout = EWaitLayout; |
|
5578 |
singular_label = qtn_emerg_emergency_call_note; |
|
5579 |
imageid=EMbmAvkonQgn_note_progress; |
|
5580 |
imagemask=EMbmAvkonQgn_note_progress_mask; |
|
5581 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
5582 |
}; |
|
5583 |
} |
|
5584 |
}; |
|
5585 |
} |
|
5586 |
// --------------------------------------------------------- |
|
5587 |
// |
|
5588 |
// r_phone_emergency_network_connect_wait_note_dialer |
|
5589 |
// |
|
5590 |
// It defines wait note showing when attempting an |
|
5591 |
// emergency call with onscreen dialer. |
|
5592 |
// |
|
5593 |
// --------------------------------------------------------- |
|
5594 |
// |
|
5595 |
RESOURCE DIALOG r_phone_emergency_network_connect_wait_note_dialer |
|
5596 |
{ |
|
5597 |
flags = EEikDialogFlagNoDrag | |
|
5598 |
EEikDialogFlagNoTitleBar | |
|
5599 |
EEikDialogFlagCbaButtons; |
|
5600 |
||
5601 |
buttons = r_phoneui_callhandling_callsetup_dtmfdialer_endoutgoing_cba; |
|
5602 |
items = |
|
5603 |
{ |
|
5604 |
DLG_LINE |
|
5605 |
{ |
|
5606 |
type = EAknCtNote; |
|
5607 |
id = EPhoneWaitNote; |
|
5608 |
control = AVKON_NOTE |
|
5609 |
{ |
|
5610 |
layout = EWaitLayout; |
|
5611 |
singular_label = qtn_emerg_emergency_call_note; |
|
5612 |
imageid=EMbmAvkonQgn_note_progress; |
|
5613 |
imagemask=EMbmAvkonQgn_note_progress_mask; |
|
5614 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
5615 |
}; |
|
5616 |
} |
|
5617 |
}; |
|
5618 |
} |
|
5619 |
// --------------------------------------------------------- |
|
5620 |
// |
|
5621 |
// r_phoneui_emergency_attempting_wait_note |
|
5622 |
// |
|
5623 |
// It defines wait note showing when attempting an |
|
5624 |
// emergency call. |
|
5625 |
// |
|
5626 |
// --------------------------------------------------------- |
|
5627 |
// |
|
5628 |
RESOURCE DIALOG r_phone_disconnecting_network_wait_note |
|
5629 |
{ |
|
5630 |
flags = EEikDialogFlagNoDrag | |
|
5631 |
EEikDialogFlagNoTitleBar | |
|
5632 |
EEikDialogFlagCbaButtons; |
|
5633 |
||
5634 |
items = |
|
5635 |
{ |
|
5636 |
DLG_LINE |
|
5637 |
{ |
|
5638 |
type = EAknCtNote; |
|
5639 |
id = EPhoneWaitNote; |
|
5640 |
control = AVKON_NOTE |
|
5641 |
{ |
|
5642 |
layout = EWaitLayout; |
|
5643 |
singular_label = qtn_nam_disconnecting; |
|
5644 |
imageid=EMbmAvkonQgn_note_progress; |
|
5645 |
imagemask=EMbmAvkonQgn_note_progress_mask; |
|
5646 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
5647 |
}; |
|
5648 |
} |
|
5649 |
}; |
|
5650 |
} |
|
5651 |
||
5652 |
||
5653 |
// --------------------------------------------------------- |
|
5654 |
// |
|
5655 |
// r_phone_emergency_mode_information_note |
|
5656 |
// It defines the information note for |
|
5657 |
// Emergency Mode notes |
|
5658 |
// |
|
5659 |
// --------------------------------------------------------- |
|
5660 |
// |
|
5661 |
RESOURCE DIALOG r_phone_emergency_mode_information_note |
|
5662 |
{ |
|
5663 |
flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | |
|
5664 |
EEikDialogFlagCbaButtons; |
|
5665 |
||
5666 |
buttons = r_phoneui_emergency_mode_note_cba; |
|
5667 |
items = |
|
5668 |
{ |
|
5669 |
DLG_LINE |
|
5670 |
{ |
|
5671 |
type = EAknCtNote; |
|
5672 |
id = EPhoneGeneralNote; |
|
5673 |
control = AVKON_NOTE |
|
5674 |
{ |
|
5675 |
layout = EGeneralLayout; |
|
5676 |
singular_label = qtn_emerg_emerg_only_perm; |
|
5677 |
plural_label = ""; |
|
5678 |
animation = R_QGN_NOTE_INFO_ANIM; |
|
5679 |
}; |
|
5680 |
} |
|
5681 |
}; |
|
5682 |
} |
|
5683 |
||
5684 |
RESOURCE AVKON_LAYOUT_RECT r_avkon_exit_emergency_query_heading_pane { l=0; t=3; W=168; H=23; } |
|
5685 |
||
5686 |
// --------------------------------------------------------- |
|
5687 |
// |
|
5688 |
// r_phone_exit_emergency_mode_query |
|
5689 |
// It defines the information note for |
|
5690 |
// Emergency Mode notes |
|
5691 |
// |
|
5692 |
// --------------------------------------------------------- |
|
5693 |
||
5694 |
||
5695 |
RESOURCE DIALOG r_phone_exit_emergency_mode_query |
|
5696 |
{ |
|
5697 |
flags = EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; |
|
5698 |
||
5699 |
buttons = r_phoneui_exit_emergency_mode_cba; |
|
5700 |
items = |
|
5701 |
{ |
|
5702 |
DLG_LINE |
|
5703 |
{ |
|
5704 |
type = EAknCtPopupHeadingPane; |
|
5705 |
id = EAknMessageQueryHeaderId; |
|
5706 |
control = AVKON_HEADING |
|
5707 |
{ |
|
5708 |
label = qtn_emerg_query_hdr_warn; |
|
5709 |
headinglayout = r_avkon_exit_emergency_query_heading_pane; |
|
5710 |
}; |
|
5711 |
}, |
|
5712 |
DLG_LINE |
|
5713 |
{ |
|
5714 |
type = EAknCtMessageQuery; |
|
5715 |
id = EAknMessageQueryContentId; |
|
5716 |
control = AVKON_MESSAGE_QUERY |
|
5717 |
{ |
|
5718 |
message = qtn_emerg_gps_quest_contine; |
|
5719 |
}; |
|
5720 |
} |
|
5721 |
}; |
|
5722 |
} |
|
5723 |
||
5724 |
// --------------------------------------------------------- |
|
5725 |
// |
|
5726 |
// r_phoneui_enter_service_area_information_note |
|
5727 |
// It defines the information note for |
|
5728 |
// Emergency Mode notes |
|
5729 |
// |
|
5730 |
// --------------------------------------------------------- |
|
5731 |
// |
|
5732 |
RESOURCE DIALOG r_phoneui_enter_service_area_information_note |
|
5733 |
{ |
|
5734 |
flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | |
|
5735 |
EEikDialogFlagCbaButtons; |
|
5736 |
||
5737 |
buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
5738 |
items = |
|
5739 |
{ |
|
5740 |
DLG_LINE |
|
5741 |
{ |
|
5742 |
type = EAknCtNote; |
|
5743 |
id = EPhoneGeneralNote; |
|
5744 |
control = AVKON_NOTE |
|
5745 |
{ |
|
5746 |
layout = EGeneralLayout; |
|
5747 |
singular_label = ""; |
|
5748 |
plural_label = ""; |
|
5749 |
}; |
|
5750 |
} |
|
5751 |
}; |
|
5752 |
} |
|
5753 |
||
5754 |
// --------------------------------------------------------- |
|
5755 |
// |
|
5756 |
// r_phoneui_no_service_information_note |
|
5757 |
// It defines the information note for |
|
5758 |
// Emergency Mode notes |
|
5759 |
// |
|
5760 |
// --------------------------------------------------------- |
|
5761 |
// |
|
5762 |
RESOURCE DIALOG r_phoneui_no_service_information_note |
|
5763 |
{ |
|
5764 |
flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | |
|
5765 |
EEikDialogFlagCbaButtons; |
|
5766 |
||
5767 |
buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
5768 |
items = |
|
5769 |
{ |
|
5770 |
DLG_LINE |
|
5771 |
{ |
|
5772 |
type = EAknCtNote; |
|
5773 |
id = EPhoneGeneralNote; |
|
5774 |
control = AVKON_NOTE |
|
5775 |
{ |
|
5776 |
layout = EGeneralLayout; |
|
5777 |
singular_label = ""; |
|
5778 |
plural_label = ""; |
|
5779 |
animation = R_QGN_NOTE_INFO_ANIM; |
|
5780 |
}; |
|
5781 |
} |
|
5782 |
}; |
|
5783 |
} |
|
5784 |
// ----------------------------------------------------------------------------- |
|
5785 |
// |
|
5786 |
// r_phoneui_send_dtmf_query |
|
5787 |
// This is a data query used to ask for a DTMF number from the user. |
|
5788 |
// |
|
5789 |
// ----------------------------------------------------------------------------- |
|
5790 |
// |
|
5791 |
RESOURCE DIALOG r_phoneui_send_dtmf_query |
|
5792 |
{ |
|
5793 |
flags = EGeneralQueryFlags; |
|
5794 |
buttons = R_AVKON_SOFTKEYS_EMPTY; // NOTE: CBA is overridden by CPADataQuery inherited class |
|
5795 |
items = |
|
5796 |
{ |
|
5797 |
DLG_LINE |
|
5798 |
{ |
|
5799 |
type = EAknCtQuery; |
|
5800 |
id = EGeneralQuery; |
|
5801 |
control = AVKON_DATA_QUERY |
|
5802 |
{ |
|
5803 |
layout = EPhoneLayout; |
|
5804 |
label = qtn_dtmf_number_query; |
|
5805 |
control = EDWIN |
|
5806 |
{ |
|
5807 |
flags = EEikEdwinNoHorizScrolling | |
|
5808 |
EEikEdwinResizable; |
|
5809 |
maxlength = 60; |
|
5810 |
width = 6; |
|
5811 |
lines = 1; |
|
5812 |
allowed_input_modes = EAknEditorNumericInputMode; |
|
5813 |
default_input_mode = EAknEditorNumericInputMode; |
|
5814 |
}; |
|
5815 |
}; |
|
5816 |
} |
|
5817 |
}; |
|
5818 |
} |
|
5819 |
||
5820 |
// ----------------------------------------------------------------------------- |
|
5821 |
// |
|
5822 |
// r_phoneui_dtmf_speed_dial_number_query |
|
5823 |
// This is a data query used to ask for a speed dial number from the user. |
|
5824 |
// |
|
5825 |
// ----------------------------------------------------------------------------- |
|
5826 |
// |
|
5827 |
RESOURCE DIALOG r_phoneui_dtmf_speed_dial_number_query |
|
5828 |
{ |
|
5829 |
flags = EGeneralQueryFlags; |
|
5830 |
buttons = R_AVKON_SOFTKEYS_EMPTY; // NOTE: CBA is overridden by CPADataQuery inherited class |
|
5831 |
items = |
|
5832 |
{ |
|
5833 |
DLG_LINE |
|
5834 |
{ |
|
5835 |
type = EAknCtQuery; |
|
5836 |
id = EGeneralQuery; |
|
5837 |
control = AVKON_DATA_QUERY |
|
5838 |
{ |
|
5839 |
layout = EPhoneLayout; |
|
5840 |
label = qtn_dtmf_spdial_number_query; |
|
5841 |
control = EDWIN |
|
5842 |
{ |
|
5843 |
flags = EEikEdwinNoHorizScrolling | |
|
5844 |
EEikEdwinResizable; |
|
5845 |
maxlength = 60; |
|
5846 |
width = 6; |
|
5847 |
lines = 1; |
|
5848 |
allowed_input_modes = EAknEditorNumericInputMode; |
|
5849 |
default_input_mode = EAknEditorNumericInputMode; |
|
5850 |
}; |
|
5851 |
}; |
|
5852 |
} |
|
5853 |
}; |
|
5854 |
} |
|
5855 |
||
5856 |
// ----------------------------------------------------------------------------- |
|
5857 |
// |
|
5858 |
// r_phoneui_sending_dtmf_wait_note |
|
5859 |
// This is a wait note, shown while the PhoneEngine plays the DTMF String. |
|
5860 |
// |
|
5861 |
// ----------------------------------------------------------------------------- |
|
5862 |
// |
|
5863 |
RESOURCE DIALOG r_phoneui_sending_dtmf_wait_note |
|
5864 |
{ |
|
5865 |
flags = EEikDialogFlagNoDrag | |
|
5866 |
EEikDialogFlagNoTitleBar | |
|
5867 |
EEikDialogFlagCbaButtons; |
|
5868 |
||
5869 |
buttons = r_phoneui_dtmf_softkeys_empty_cancel; |
|
5870 |
items = |
|
5871 |
{ |
|
5872 |
DLG_LINE |
|
5873 |
{ |
|
5874 |
type = EAknCtNote; |
|
5875 |
id = EPhoneWaitNote; |
|
5876 |
control = AVKON_NOTE |
|
5877 |
{ |
|
5878 |
layout = EWaitLayout; |
|
5879 |
singular_label = ""; // generated dynamically... |
|
5880 |
imageid = EMbmAvkonQgn_note_progress; |
|
5881 |
imagemask = EMbmAvkonQgn_note_progress_mask; |
|
5882 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
5883 |
}; |
|
5884 |
} |
|
5885 |
}; |
|
5886 |
} |
|
5887 |
||
5888 |
// ----------------------------------------------------------------------------- |
|
5889 |
// |
|
5890 |
// r_phoneui_sending_dtmf_wait_note_text |
|
5891 |
// This is a template used to produce the text |
|
5892 |
// for the r_phone_dtmf_sending_wait_note wait note. |
|
5893 |
// |
|
5894 |
// ----------------------------------------------------------------------------- |
|
5895 |
// |
|
5896 |
RESOURCE TBUF r_phoneui_sending_dtmf_wait_note_text |
|
5897 |
{ |
|
5898 |
buf = qtn_dtmf_sending_wait_note; |
|
5899 |
} |
|
5900 |
||
5901 |
// ----------------------------------------------------------------------------- |
|
5902 |
// |
|
5903 |
// r_phoneui_dtmf_wait_character_confirmation_query |
|
5904 |
// This dialog is used by DTMF Feature, displayed after a Wait Character is |
|
5905 |
// parsed, to ask the user if they wish to continue sending, or cancel. |
|
5906 |
// |
|
5907 |
// ----------------------------------------------------------------------------- |
|
5908 |
// |
|
5909 |
RESOURCE DIALOG r_phoneui_dtmf_wait_character_confirmation_query |
|
5910 |
{ |
|
5911 |
flags = EGeneralQueryFlags; |
|
5912 |
buttons = r_phoneui_dtmf_softkeys_send_cancel; |
|
5913 |
items = |
|
5914 |
{ |
|
5915 |
DLG_LINE |
|
5916 |
{ |
|
5917 |
type = EAknCtQuery; |
|
5918 |
id = EGeneralQuery; |
|
5919 |
control = AVKON_CONFIRMATION_QUERY |
|
5920 |
{ |
|
5921 |
layout = EConfirmationLayout; |
|
5922 |
label = ""; // generated dynamically... |
|
5923 |
}; |
|
5924 |
} |
|
5925 |
}; |
|
5926 |
} |
|
5927 |
||
5928 |
||
5929 |
// ----------------------------------------------------------------------------- |
|
5930 |
// |
|
5931 |
// r_phoneui_als_confirmation_query |
|
5932 |
// It defines the confirmaiton query dialogue when the system |
|
5933 |
// is about to toggle primary phone line and alternative phone |
|
5934 |
// phone line. |
|
5935 |
// |
|
5936 |
// ----------------------------------------------------------------------------- |
|
5937 |
// |
|
5938 |
||
5939 |
RESOURCE DIALOG r_phoneui_als_confirmation_query |
|
5940 |
{ |
|
5941 |
flags=EGeneralQueryFlags; |
|
5942 |
buttons=r_phoneui_als_query_softkeys_yes_no; |
|
5943 |
items= |
|
5944 |
{ |
|
5945 |
DLG_LINE |
|
5946 |
{ |
|
5947 |
type=EAknCtQuery; |
|
5948 |
id=EGeneralQuery; |
|
5949 |
control= AVKON_CONFIRMATION_QUERY |
|
5950 |
{ |
|
5951 |
layout = EConfirmationLayout; |
|
5952 |
label = text_als_line_change_query; |
|
5953 |
animation = R_QGN_NOTE_QUERY_ANIM; |
|
5954 |
}; |
|
5955 |
} |
|
5956 |
}; |
|
5957 |
} |
|
5958 |
||
5959 |
// ----------------------------------------------------------------------------- |
|
5960 |
// |
|
5961 |
// r_phoneui_als_query_softkeys_yes_no |
|
5962 |
// It is softkeys for als line change confirmation query. |
|
5963 |
// |
|
5964 |
// ----------------------------------------------------------------------------- |
|
5965 |
// |
|
5966 |
RESOURCE CBA r_phoneui_als_query_softkeys_yes_no |
|
5967 |
{ |
|
5968 |
buttons = |
|
5969 |
{ |
|
5970 |
CBA_BUTTON |
|
5971 |
{ |
|
5972 |
id = EPhoneCmdYesAlsLineChange; |
|
5973 |
txt = text_softkey_yes; |
|
5974 |
}, |
|
5975 |
CBA_BUTTON |
|
5976 |
{ |
|
5977 |
id = EPhoneCmdNoAlsLineChange; |
|
5978 |
txt = text_softkey_no; |
|
5979 |
}, |
|
5980 |
CBA_BUTTON |
|
5981 |
{ |
|
5982 |
id = EPhoneCmdYesAlsLineChange; |
|
5983 |
} |
|
5984 |
}; |
|
5985 |
} |
|
5986 |
||
5987 |
// ----------------------------------------------------------------------------- |
|
5988 |
// |
|
5989 |
// r_phoneui_als_line_blocking_error |
|
5990 |
// If user try to change als line while link blocking is on, |
|
5991 |
// this error note will be shown. |
|
5992 |
// |
|
5993 |
// ----------------------------------------------------------------------------- |
|
5994 |
// |
|
5995 |
RESOURCE TBUF r_phoneui_line_blocking_note_text |
|
5996 |
{ |
|
5997 |
buf = qtn_als_line_error_no_line_change; |
|
5998 |
} |
|
5999 |
||
6000 |
||
6001 |
// ----------------------------------------------------------------------------- |
|
6002 |
// |
|
6003 |
// r_phoneui_new_call_phone_number_editor |
|
6004 |
// The "Phone number Editor" dialog for New call |
|
6005 |
// |
|
6006 |
// ----------------------------------------------------------------------------- |
|
6007 |
// |
|
6008 |
RESOURCE DIALOG r_phoneui_new_call_phone_number_editor |
|
6009 |
{ |
|
6010 |
flags = EAknDialogGenericQueryFlags | EEikDialogFlagNoShadow; |
|
6011 |
buttons = r_phoneui_callhandling_new_call_find_cba; |
|
6012 |
items = |
|
6013 |
{ |
|
6014 |
DLG_LINE |
|
6015 |
{ |
|
6016 |
type = EAknCtQuery; |
|
6017 |
id = EGeneralQuery; |
|
6018 |
control = AVKON_DATA_QUERY |
|
6019 |
{ |
|
6020 |
layout = EPhoneLayout; |
|
6021 |
label = text_phone_number; |
|
6022 |
control = EDWIN |
|
6023 |
{ |
|
6024 |
flags = EEikEdwinNoHorizScrolling | |
|
6025 |
EEikEdwinResizable; |
|
6026 |
width=6; |
|
6027 |
lines=1; |
|
6028 |
maxlength=80; |
|
6029 |
allowed_input_modes = EAknEditorNumericInputMode; |
|
6030 |
default_input_mode = EAknEditorNumericInputMode; |
|
6031 |
}; |
|
6032 |
}; |
|
6033 |
} |
|
6034 |
}; |
|
6035 |
} |
|
6036 |
||
6037 |
||
6038 |
// ----------------------------------------------------------------------------- |
|
6039 |
// |
|
6040 |
// r_phoneui_title_in_new_call_fetch |
|
6041 |
// It is title used in new call single item fetch. |
|
6042 |
// |
|
6043 |
// ----------------------------------------------------------------------------- |
|
6044 |
// |
|
6045 |
RESOURCE TBUF r_phoneui_title_in_new_call_fetch |
|
6046 |
{ |
|
6047 |
buf = qtn_incal_call_title; |
|
6048 |
} |
|
6049 |
||
6050 |
// ----------------------------------------------------------------------------- |
|
6051 |
// |
|
6052 |
// The following resources exist so that translated strings can be referenced |
|
6053 |
// directly in C++ code. |
|
6054 |
// |
|
6055 |
// ----------------------------------------------------------------------------- |
|
6056 |
// |
|
6057 |
RESOURCE TBUF r_phoneui_dtmf_wait_character_confirmation_query_text |
|
6058 |
{ |
|
6059 |
buf = qtn_dtmf_send_string_query; |
|
6060 |
} |
|
6061 |
||
6062 |
// ----------------------------------------------------------------------------- |
|
6063 |
// |
|
6064 |
// r_phoneui_title_in_dtmf_fetch |
|
6065 |
// It is text shown in title pane during DTMF fetch. |
|
6066 |
// |
|
6067 |
// ----------------------------------------------------------------------------- |
|
6068 |
// |
|
6069 |
RESOURCE TBUF r_phoneui_title_in_dtmf_fetch |
|
6070 |
{ |
|
6071 |
buf = qtn_dtmf_phonebook_title; |
|
6072 |
} |
|
6073 |
// ----------------------------------------------------------------------------- |
|
6074 |
// |
|
6075 |
// r_phoneui_information_note |
|
6076 |
// It defines note template for information notes. Text |
|
6077 |
// must be replaced to correct in code. |
|
6078 |
// |
|
6079 |
// ----------------------------------------------------------------------------- |
|
6080 |
// |
|
6081 |
RESOURCE DIALOG r_phone_information_note |
|
6082 |
{ |
|
6083 |
flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | |
|
6084 |
EEikDialogFlagCbaButtons; |
|
6085 |
buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
6086 |
items = |
|
6087 |
{ |
|
6088 |
DLG_LINE |
|
6089 |
{ |
|
6090 |
type = EAknCtNote; |
|
6091 |
id = EPhoneGeneralNote; |
|
6092 |
control = AVKON_NOTE |
|
6093 |
{ |
|
6094 |
layout = EGeneralLayout; |
|
6095 |
singular_label = ""; //must be replaced to correct in code |
|
6096 |
plural_label = ""; |
|
6097 |
animation = R_QGN_NOTE_INFO_ANIM; |
|
6098 |
}; |
|
6099 |
} |
|
6100 |
}; |
|
6101 |
} |
|
6102 |
||
6103 |
// ----------------------------------------------------------------------------- |
|
6104 |
// |
|
6105 |
// r_conference_private_softkeys |
|
6106 |
// It contains softkey definitions for private operation. |
|
6107 |
// |
|
6108 |
// ----------------------------------------------------------------------------- |
|
6109 |
// |
|
6110 |
RESOURCE CBA r_conference_private_softkeys |
|
6111 |
{ |
|
6112 |
buttons = |
|
6113 |
{ |
|
6114 |
CBA_BUTTON |
|
6115 |
{ |
|
6116 |
id = EPhoneInCallCmdPrivate; |
|
6117 |
txt = qtn_softkey_private; |
|
6118 |
}, |
|
6119 |
CBA_BUTTON |
|
6120 |
{ |
|
6121 |
id = EAknSoftkeyCancel; |
|
6122 |
txt = text_softkey_cancel; |
|
6123 |
}, |
|
6124 |
CBA_BUTTON |
|
6125 |
{ |
|
6126 |
id = EPhoneInCallCmdPrivate; |
|
6127 |
} |
|
6128 |
}; |
|
6129 |
} |
|
6130 |
||
6131 |
// ----------------------------------------------------------------------------- |
|
6132 |
// |
|
6133 |
// r_conference_private_dialog |
|
6134 |
// It contains definition for private dialog. |
|
6135 |
// |
|
6136 |
// ----------------------------------------------------------------------------- |
|
6137 |
// |
|
6138 |
RESOURCE DIALOG r_conference_private_dialog |
|
6139 |
{ |
|
6140 |
flags = EEikDialogFlagNoDrag | |
|
6141 |
EEikDialogFlagNoTitleBar | |
|
6142 |
EEikDialogFlagCbaButtons | |
|
6143 |
EEikDialogFlagNoBackgroundFade | |
|
6144 |
EEikDialogFlagNotifyEsc; |
|
6145 |
||
6146 |
buttons = r_conference_private_softkeys; |
|
6147 |
} |
|
6148 |
||
6149 |
// ----------------------------------------------------------------------------- |
|
6150 |
// |
|
6151 |
// r_conference_dropparticipant_softkeys |
|
6152 |
// It contains softkey definitions for drop participant |
|
6153 |
// operation. |
|
6154 |
// |
|
6155 |
// ----------------------------------------------------------------------------- |
|
6156 |
// |
|
6157 |
RESOURCE CBA r_conference_dropparticipant_softkeys |
|
6158 |
{ |
|
6159 |
buttons = |
|
6160 |
{ |
|
6161 |
CBA_BUTTON |
|
6162 |
{ |
|
6163 |
id = EPhoneInCallCmdDrop; |
|
6164 |
txt = qtn_softkey_drop_participant; |
|
6165 |
}, |
|
6166 |
CBA_BUTTON |
|
6167 |
{ |
|
6168 |
id = EAknSoftkeyCancel; |
|
6169 |
txt = text_softkey_cancel; |
|
6170 |
}, |
|
6171 |
CBA_BUTTON |
|
6172 |
{ |
|
6173 |
id = EPhoneInCallCmdDrop; |
|
6174 |
} |
|
6175 |
}; |
|
6176 |
} |
|
6177 |
||
6178 |
// ----------------------------------------------------------------------------- |
|
6179 |
// |
|
6180 |
// r_conference_dropparticipant_dialog |
|
6181 |
// It contains definition for drop participant dialog. |
|
6182 |
// |
|
6183 |
// ----------------------------------------------------------------------------- |
|
6184 |
// |
|
6185 |
RESOURCE DIALOG r_conference_dropparticipant_dialog |
|
6186 |
{ |
|
6187 |
flags = EEikDialogFlagNoDrag | |
|
6188 |
EEikDialogFlagNoTitleBar | |
|
6189 |
EEikDialogFlagCbaButtons | |
|
6190 |
EEikDialogFlagNoBackgroundFade | |
|
6191 |
EEikDialogFlagNotifyEsc; |
|
6192 |
buttons = r_conference_dropparticipant_softkeys; |
|
6193 |
} |
|
6194 |
||
6195 |
||
6196 |
||
6197 |
// ----------------------------------------------------------------------------- |
|
6198 |
// r_phone_imei_string |
|
6199 |
// It is template for text in IMEI note. |
|
6200 |
// ----------------------------------------------------------------------------- |
|
6201 |
// |
|
6202 |
RESOURCE TBUF r_phone_imei_string |
|
6203 |
{ |
|
6204 |
buf = text_imei; |
|
6205 |
} |
|
6206 |
||
6207 |
// ----------------------------------------------------------------------------- |
|
6208 |
// r_phone_bt_dev_address |
|
6209 |
// It is template for text in bluetooth device address note. |
|
6210 |
// ----------------------------------------------------------------------------- |
|
6211 |
// |
|
6212 |
RESOURCE TBUF r_phone_bt_dev_address |
|
6213 |
{ |
|
6214 |
buf = qtn_bt_dev_address; |
|
6215 |
} |
|
6216 |
||
6217 |
// --------------------------------------------------------- |
|
6218 |
// |
|
6219 |
// r_phone_information_note_with_cba |
|
6220 |
// It defines note template for information notes. Text |
|
6221 |
// must be replaced to correct in code. Note has wait |
|
6222 |
// flag. |
|
6223 |
// |
|
6224 |
// --------------------------------------------------------- |
|
6225 |
// |
|
6226 |
RESOURCE DIALOG r_phone_information_note_with_cba |
|
6227 |
{ |
|
6228 |
flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | |
|
6229 |
EEikDialogFlagCbaButtons; |
|
6230 |
buttons = r_phoneui_wait_note_cba; |
|
6231 |
items = |
|
6232 |
{ |
|
6233 |
DLG_LINE |
|
6234 |
{ |
|
6235 |
type = EAknCtNote; |
|
6236 |
id = EPhoneGeneralNote; |
|
6237 |
control = AVKON_NOTE |
|
6238 |
{ |
|
6239 |
layout = EGeneralLayout; |
|
6240 |
singular_label = ""; //must be replaced to correct in code |
|
6241 |
plural_label = ""; |
|
6242 |
animation = R_QGN_NOTE_INFO_ANIM; |
|
6243 |
}; |
|
6244 |
} |
|
6245 |
}; |
|
6246 |
} |
|
6247 |
||
6248 |
// ----------------------------------------------------------------------------- |
|
6249 |
// |
|
6250 |
// r_phone_confirmation_note |
|
6251 |
// It defines note template for confirmation notes. Text |
|
6252 |
// must be replaced to correct in code. |
|
6253 |
// |
|
6254 |
// ----------------------------------------------------------------------------- |
|
6255 |
// |
|
6256 |
RESOURCE DIALOG r_phone_confirmation_note |
|
6257 |
{ |
|
6258 |
flags = EEikDialogFlagNoDrag | |
|
6259 |
EEikDialogFlagNoTitleBar | |
|
6260 |
EEikDialogFlagCbaButtons; |
|
6261 |
buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
6262 |
items = |
|
6263 |
{ |
|
6264 |
DLG_LINE |
|
6265 |
{ |
|
6266 |
type = EAknCtNote; |
|
6267 |
id = EPhoneGeneralNote; |
|
6268 |
control = AVKON_NOTE |
|
6269 |
{ |
|
6270 |
layout = EGeneralLayout; |
|
6271 |
singular_label = ""; //must be replaced to correct in code |
|
6272 |
plural_label = ""; |
|
6273 |
animation = R_QGN_NOTE_OK_ANIM; |
|
6274 |
}; |
|
6275 |
} |
|
6276 |
}; |
|
6277 |
} |
|
6278 |
// ----------------------------------------------------------------------------- |
|
6279 |
// |
|
6280 |
// r_phone_warning_note |
|
6281 |
// It defines note template for warning notes. Text |
|
6282 |
// must be replaced to correct in code. |
|
6283 |
// |
|
6284 |
// ----------------------------------------------------------------------------- |
|
6285 |
// |
|
6286 |
RESOURCE DIALOG r_phone_warning_note |
|
6287 |
{ |
|
6288 |
flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | |
|
6289 |
EEikDialogFlagCbaButtons; |
|
6290 |
buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
6291 |
items = |
|
6292 |
{ |
|
6293 |
DLG_LINE |
|
6294 |
{ |
|
6295 |
type = EAknCtNote; |
|
6296 |
id = EPhoneGeneralNote; |
|
6297 |
control = AVKON_NOTE |
|
6298 |
{ |
|
6299 |
layout = EGeneralLayout; |
|
6300 |
singular_label = ""; //must be replaced to correct in code |
|
6301 |
plural_label = ""; |
|
6302 |
animation = R_QGN_NOTE_WARNING_ANIM; |
|
6303 |
}; |
|
6304 |
} |
|
6305 |
}; |
|
6306 |
} |
|
6307 |
||
6308 |
// ----------------------------------------------------------------------------- |
|
6309 |
// |
|
6310 |
// r_phone_error_note |
|
6311 |
// It defines note template for error notes. Text |
|
6312 |
// must be replaced to correct in code. |
|
6313 |
// |
|
6314 |
// ----------------------------------------------------------------------------- |
|
6315 |
// |
|
6316 |
RESOURCE DIALOG r_phone_error_note |
|
6317 |
{ |
|
6318 |
flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | |
|
6319 |
EEikDialogFlagCbaButtons; |
|
6320 |
buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
6321 |
items = |
|
6322 |
{ |
|
6323 |
DLG_LINE |
|
6324 |
{ |
|
6325 |
type = EAknCtNote; |
|
6326 |
id = EPhoneGeneralNote; |
|
6327 |
control = AVKON_NOTE |
|
6328 |
{ |
|
6329 |
layout = EGeneralLayout; |
|
6330 |
singular_label = ""; //must be replaced to correct in code |
|
6331 |
plural_label = ""; |
|
6332 |
animation = R_QGN_NOTE_ERROR_ANIM; |
|
6333 |
}; |
|
6334 |
} |
|
6335 |
}; |
|
6336 |
} |
|
6337 |
||
6338 |
//---------------------------------------------------- |
|
6339 |
// |
|
6340 |
// r_requesting_wait_note |
|
6341 |
// Requesting wait note when USSD is activated |
|
6342 |
//---------------------------------------------------- |
|
6343 |
// |
|
6344 |
RESOURCE DIALOG r_requesting_wait_note |
|
6345 |
{ |
|
6346 |
flags = EAknWaitNoteFlags; |
|
6347 |
buttons=R_AVKON_SOFTKEYS_EMPTY; |
|
6348 |
items= |
|
6349 |
{ |
|
6350 |
DLG_LINE |
|
6351 |
{ |
|
6352 |
type=EAknCtNote; |
|
6353 |
id = EPhoneWaitNote; |
|
6354 |
control= AVKON_NOTE |
|
6355 |
{ |
|
6356 |
layout = EWaitLayout; |
|
6357 |
singular_label = text_sending; |
|
6358 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
6359 |
}; |
|
6360 |
} |
|
6361 |
}; |
|
6362 |
} |
|
6363 |
||
6364 |
// ----------------------------------------------------------------------------- |
|
6365 |
// |
|
6366 |
// r_phone_security_information_note |
|
6367 |
// It defines note template for information notes for |
|
6368 |
// security notes. Text must be replaced to correct in code. |
|
6369 |
// |
|
6370 |
// ----------------------------------------------------------------------------- |
|
6371 |
// |
|
6372 |
RESOURCE DIALOG r_phone_security_information_note |
|
6373 |
{ |
|
6374 |
flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | |
|
6375 |
EEikDialogFlagCbaButtons; |
|
6376 |
buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
6377 |
items = |
|
6378 |
{ |
|
6379 |
DLG_LINE |
|
6380 |
{ |
|
6381 |
type = EAknCtNote; |
|
6382 |
id = EPhoneGeneralNote; |
|
6383 |
control = AVKON_NOTE |
|
6384 |
{ |
|
6385 |
layout = EGeneralLayout; |
|
6386 |
singular_label = ""; |
|
6387 |
plural_label = ""; |
|
6388 |
animation = R_QGN_NOTE_INFO_ANIM; |
|
6389 |
}; |
|
6390 |
} |
|
6391 |
}; |
|
6392 |
} |
|
6393 |
||
6394 |
||
6395 |
||
6396 |
RESOURCE TBUF r_phone_ss_notification_mocal_waiting_text |
|
6397 |
{ |
|
6398 |
buf = qtn_mocal_waiting_note; |
|
6399 |
} |
|
6400 |
||
6401 |
RESOURCE TBUF r_phone_ss_notification_clir_suppr_reject_text |
|
6402 |
{ |
|
6403 |
buf = text_clir_suppr_reject; |
|
6404 |
} |
|
6405 |
||
6406 |
||
6407 |
RESOURCE TBUF r_phone_ss_notification_incal_info_hold_text |
|
6408 |
{ |
|
6409 |
buf = qtn_incal_info_hold; |
|
6410 |
} |
|
6411 |
||
6412 |
// ----------------------------------------------------------------------------- |
|
6413 |
// |
|
6414 |
// r_phone_ss_notification_incal_wait_transfer_text |
|
6415 |
// |
|
6416 |
// ----------------------------------------------------------------------------- |
|
6417 |
// |
|
6418 |
RESOURCE TBUF r_phone_ss_notification_incal_wait_transfer_text |
|
6419 |
{ |
|
6420 |
buf = qtn_incal_wait_transfer; |
|
6421 |
} |
|
6422 |
||
6423 |
RESOURCE TBUF r_phone_ss_notification_incal_transferred_text |
|
6424 |
{ |
|
6425 |
buf = qtn_incal_transferred_note; |
|
6426 |
} |
|
6427 |
||
6428 |
||
6429 |
RESOURCE TBUF r_phone_ss_notification_incal_transferred_nro_text |
|
6430 |
{ |
|
6431 |
buf = qtn_incal_transferred_nro_note; |
|
6432 |
} |
|
6433 |
||
6434 |
// ----------------------------------------------------------------------------- |
|
6435 |
// |
|
6436 |
// r_phone_error_request_rejected. |
|
6437 |
// It's used after failure of call concerned ss. |
|
6438 |
// |
|
6439 |
// ----------------------------------------------------------------------------- |
|
6440 |
// |
|
6441 |
RESOURCE TBUF r_phone_error_request_rejected |
|
6442 |
{ |
|
6443 |
buf = text_request_rejected; |
|
6444 |
} |
|
6445 |
||
6446 |
// ----------------------------------------------------------------------------- |
|
6447 |
// |
|
6448 |
// r_phone_error_check_network_services |
|
6449 |
// |
|
6450 |
// ----------------------------------------------------------------------------- |
|
6451 |
// |
|
6452 |
RESOURCE TBUF r_phone_error_check_network_services |
|
6453 |
{ |
|
6454 |
buf = text_net_info_lost; |
|
6455 |
} |
|
6456 |
||
6457 |
// ----------------------------------------------------------------------------- |
|
6458 |
// |
|
6459 |
// r_phoneui_note_text_phone_engine_failed_at_startup. |
|
6460 |
// |
|
6461 |
// ----------------------------------------------------------------------------- |
|
6462 |
// |
|
6463 |
RESOURCE TBUF r_phoneui_note_text_phone_engine_failed_at_startup |
|
6464 |
{ |
|
6465 |
buf = qtn_debug_pe_failed_at_startup; |
|
6466 |
} |
|
6467 |
||
6468 |
// ----------------------------------------------------------------------------- |
|
6469 |
// |
|
6470 |
// r_phone_error_call_not_allowed. |
|
6471 |
// |
|
6472 |
// ----------------------------------------------------------------------------- |
|
6473 |
// |
|
6474 |
RESOURCE TBUF r_phone_error_call_not_allowed |
|
6475 |
{ |
|
6476 |
buf = text_call_not_allowed; |
|
6477 |
} |
|
6478 |
||
6479 |
// ----------------------------------------------------------------------------- |
|
6480 |
// |
|
6481 |
// r_phone_error_call_not_allowed_fdn. |
|
6482 |
// |
|
6483 |
// ----------------------------------------------------------------------------- |
|
6484 |
// |
|
6485 |
RESOURCE TBUF r_phone_error_call_not_allowed_fdn |
|
6486 |
{ |
|
6487 |
buf = qtn_fdn_call_not_allowed; |
|
6488 |
} |
|
6489 |
||
6490 |
// ----------------------------------------------------------------------------- |
|
6491 |
// |
|
6492 |
// r_phone_error_call_in_progress. |
|
6493 |
// |
|
6494 |
// ----------------------------------------------------------------------------- |
|
6495 |
// |
|
6496 |
RESOURCE TBUF r_phone_error_call_in_progress |
|
6497 |
{ |
|
6498 |
buf = text_call_in_progress; |
|
6499 |
} |
|
6500 |
||
6501 |
// ----------------------------------------------------------------------------- |
|
6502 |
// |
|
6503 |
// r_phone_error_emergency_calls_only. |
|
6504 |
// |
|
6505 |
// ----------------------------------------------------------------------------- |
|
6506 |
// |
|
6507 |
RESOURCE TBUF r_phone_error_emergency_calls_only |
|
6508 |
{ |
|
6509 |
buf = qtn_emerg_emergency_only; |
|
6510 |
} |
|
6511 |
||
6512 |
||
6513 |
// --------------------------------------------------------- |
|
6514 |
// |
|
6515 |
// r_phone_error_number_busy |
|
6516 |
// |
|
6517 |
// --------------------------------------------------------- |
|
6518 |
// |
|
6519 |
RESOURCE TBUF r_phone_error_number_busy |
|
6520 |
{ |
|
6521 |
buf = text_user_busy; |
|
6522 |
} |
|
6523 |
||
6524 |
// ---------------------------------------------------------------- |
|
6525 |
// |
|
6526 |
// r_phoneui_note_text_post_call_summary |
|
6527 |
// Information text shown in post call screen when call is ended |
|
6528 |
// |
|
6529 |
// ---------------------------------------------------------------- |
|
6530 |
// |
|
6531 |
RESOURCE TBUF r_phoneui_note_text_post_call_summary |
|
6532 |
{ |
|
6533 |
buf = text_cterm_note_title; |
|
6534 |
} |
|
6535 |
||
6536 |
// ---------------------------------------------------------------- |
|
6537 |
// |
|
6538 |
// r_phoneui_note_text_post_call_summary |
|
6539 |
// Information text shown in post call screen when call is ended |
|
6540 |
// |
|
6541 |
// ---------------------------------------------------------------- |
|
6542 |
// |
|
6543 |
RESOURCE TBUF r_phoneui_note_text_post_call_duration |
|
6544 |
{ |
|
6545 |
buf = qtn_cterm_time; |
|
6546 |
} |
|
6547 |
||
6548 |
// ----------------------------------------------------------------------------- |
|
6549 |
// |
|
6550 |
// r_phoneui_no_video_network |
|
6551 |
// |
|
6552 |
// The text shown in information note when there is no |
|
6553 |
// network support for video call. |
|
6554 |
// |
|
6555 |
// ----------------------------------------------------------------------------- |
|
6556 |
// |
|
6557 |
RESOURCE TBUF r_phoneui_no_video_network |
|
6558 |
{ |
|
6559 |
buf = qtn_tel_info_video_setup_failed; |
|
6560 |
} |
|
6561 |
||
6562 |
// ---------------------------------------------------------------- |
|
6563 |
// |
|
6564 |
// r_error_note_speed_dial_not_assigned |
|
6565 |
// Information text when speed dial substitution entry is not defined |
|
6566 |
// |
|
6567 |
// ---------------------------------------------------------------- |
|
6568 |
// |
|
6569 |
RESOURCE TBUF r_error_note_speed_dial_not_assigned |
|
6570 |
{ |
|
6571 |
buf = qtn_dtmf_spdial_empty_err_note; |
|
6572 |
} |
|
6573 |
||
6574 |
// ---------------------------------------------------------------- |
|
6575 |
// |
|
6576 |
// r_error_note_invalid_speed_dial |
|
6577 |
// Information text when speed dial substitution entry is invalid |
|
6578 |
// |
|
6579 |
// ---------------------------------------------------------------- |
|
6580 |
// |
|
6581 |
RESOURCE TBUF r_error_note_invalid_speed_dial |
|
6582 |
{ |
|
6583 |
buf = qtn_dtmf_invalid_spdial_err_note; |
|
6584 |
} |
|
6585 |
||
6586 |
// ----------------------------------------------------------------------------- |
|
6587 |
// |
|
6588 |
// r_phoneui_error_emergency_attempt_failed |
|
6589 |
// It defines text shown in error note if emergency |
|
6590 |
// call fails. |
|
6591 |
// |
|
6592 |
// ----------------------------------------------------------------------------- |
|
6593 |
// |
|
6594 |
RESOURCE TBUF r_phoneui_error_emergency_attempt_failed |
|
6595 |
{ |
|
6596 |
buf = qtn_emerg_call_error_note; |
|
6597 |
} |
|
6598 |
||
6599 |
// ----------------------------------------------------------------------------- |
|
6600 |
// |
|
6601 |
// r_phoneui_video_call_incoming_short |
|
6602 |
// |
|
6603 |
// ----------------------------------------------------------------------------- |
|
6604 |
// |
|
6605 |
RESOURCE TBUF r_phoneui_video_call_incoming_short |
|
6606 |
{ |
|
6607 |
buf = qtn_mtcal_incoming_vt_short; |
|
6608 |
} |
|
6609 |
||
6610 |
// ----------------------------------------------------------------------------- |
|
6611 |
// |
|
6612 |
// r_phoneui_video_call_incoming |
|
6613 |
// |
|
6614 |
// ----------------------------------------------------------------------------- |
|
6615 |
// |
|
6616 |
RESOURCE TBUF r_phoneui_video_call_incoming |
|
6617 |
{ |
|
6618 |
buf = qtn_mtcal_incoming_video_call; |
|
6619 |
} |
|
6620 |
||
6621 |
||
6622 |
// ----------------------------------------------------------------------------- |
|
6623 |
// |
|
6624 |
// r_phoneui_video_call_not_possible |
|
6625 |
// |
|
6626 |
// ----------------------------------------------------------------------------- |
|
6627 |
// |
|
6628 |
RESOURCE TBUF r_phoneui_video_call_not_possible |
|
6629 |
{ |
|
6630 |
buf = qtn_video_call_not_possible; |
|
6631 |
} |
|
6632 |
||
6633 |
// ----------------------------------------------------------------------------- |
|
6634 |
// Alerting video call softkeys. |
|
6635 |
// r_phoneui_softkeys_options_enablevideo |
|
6636 |
// |
|
6637 |
// ----------------------------------------------------------------------------- |
|
6638 |
// |
|
6639 |
RESOURCE CBA r_phoneui_softkeys_options_enablevideo |
|
6640 |
{ |
|
6641 |
buttons = |
|
6642 |
{ |
|
6643 |
CBA_BUTTON |
|
6644 |
{ |
|
6645 |
id = EPhoneCmdOptions; |
|
6646 |
txt = text_softkey_option; |
|
6647 |
}, |
|
6648 |
CBA_BUTTON |
|
6649 |
{ |
|
6650 |
id = EPhoneInCallCmdEnableVideo; |
|
6651 |
txt = qtn_incal_softk_enable_video; |
|
6652 |
}, |
|
6653 |
CBA_BUTTON |
|
6654 |
{ |
|
6655 |
id = EPhoneCmdOptions; |
|
6656 |
} |
|
6657 |
}; |
|
6658 |
} |
|
6659 |
||
6660 |
// ----------------------------------------------------------------------------- |
|
6661 |
// |
|
6662 |
// r_phone_error_call_barred_in_cug |
|
6663 |
// |
|
6664 |
// ----------------------------------------------------------------------------- |
|
6665 |
// |
|
6666 |
RESOURCE TBUF r_phone_error_call_barred_in_cug |
|
6667 |
{ |
|
6668 |
buf = text_cterm_d_barred_in_cug; |
|
6669 |
} |
|
6670 |
||
6671 |
// ----------------------------------------------------------------------------- |
|
6672 |
// |
|
6673 |
// r_phone_error_select_cug |
|
6674 |
// |
|
6675 |
// ----------------------------------------------------------------------------- |
|
6676 |
// |
|
6677 |
RESOURCE TBUF r_phone_error_select_cug |
|
6678 |
{ |
|
6679 |
buf = text_cterm_d_no_cug_selected; |
|
6680 |
} |
|
6681 |
||
6682 |
// ----------------------------------------------------------------------------- |
|
6683 |
// |
|
6684 |
// r_phone_error_cug_unknown |
|
6685 |
// |
|
6686 |
// ----------------------------------------------------------------------------- |
|
6687 |
// |
|
6688 |
RESOURCE TBUF r_phone_error_cug_unknown |
|
6689 |
{ |
|
6690 |
buf = text_cterm_d_unknown_cug_index; |
|
6691 |
} |
|
6692 |
||
6693 |
// ----------------------------------------------------------------------------- |
|
6694 |
// |
|
6695 |
// r_phone_error_not_possible_in_cug |
|
6696 |
// |
|
6697 |
// ----------------------------------------------------------------------------- |
|
6698 |
// |
|
6699 |
RESOURCE TBUF r_phone_error_not_possible_in_cug |
|
6700 |
{ |
|
6701 |
buf = text_cterm_d_cug_bs_incompab; |
|
6702 |
} |
|
6703 |
||
6704 |
// ----------------------------------------------------------------------------- |
|
6705 |
// |
|
6706 |
// r_phone_error_check_cug |
|
6707 |
// |
|
6708 |
// ----------------------------------------------------------------------------- |
|
6709 |
// |
|
6710 |
RESOURCE TBUF r_phone_error_check_cug |
|
6711 |
{ |
|
6712 |
buf = text_cterm_d_cug_call_failur; |
|
6713 |
} |
|
6714 |
||
6715 |
// ----------------------------------------------------------------------------- |
|
6716 |
// |
|
6717 |
// r_phone_error_check_clir |
|
6718 |
// |
|
6719 |
// ----------------------------------------------------------------------------- |
|
6720 |
// |
|
6721 |
RESOURCE TBUF r_phone_error_check_clir |
|
6722 |
{ |
|
6723 |
buf = text_cterm_d_clir_not_subscr; |
|
6724 |
} |
|
6725 |
||
6726 |
// ----------------------------------------------------------------------------- |
|
6727 |
// r_phone_wlan_mac_string |
|
6728 |
// It is template for text in WLAN MAC note. |
|
6729 |
// ----------------------------------------------------------------------------- |
|
6730 |
// |
|
6731 |
RESOURCE TBUF r_phone_wlan_mac_string |
|
6732 |
{ |
|
6733 |
buf = qtn_wlan_info_mac_address; |
|
6734 |
} |
|
6735 |
||
6736 |
// ----------------------------------------------------------------------------- |
|
6737 |
// |
|
6738 |
// r_phone_text_colp_connected |
|
6739 |
// |
|
6740 |
// ----------------------------------------------------------------------------- |
|
6741 |
// |
|
6742 |
RESOURCE TBUF r_phone_text_colp_connected |
|
6743 |
{ |
|
6744 |
buf = text_colp_connected; |
|
6745 |
} |
|
6746 |
||
6747 |
// ----------------------------------------------------------------------------- |
|
6748 |
// r_phone_bt_loopback_enabled_string |
|
6749 |
// It is text for bluetooth RF loopback enabled note. |
|
6750 |
// ----------------------------------------------------------------------------- |
|
6751 |
// |
|
6752 |
RESOURCE TBUF r_phone_bt_loopback_enabled_string |
|
6753 |
{ |
|
6754 |
buf = qtn_bt_loopback_enabled; |
|
6755 |
} |
|
6756 |
||
6757 |
// ----------------------------------------------------------------------------- |
|
6758 |
// r_phone_bt_loopback_disabled_string |
|
6759 |
// It is text for bluetooth RF loopback disabled note. |
|
6760 |
// ----------------------------------------------------------------------------- |
|
6761 |
// |
|
6762 |
RESOURCE TBUF r_phone_bt_loopback_disabled_string |
|
6763 |
{ |
|
6764 |
buf = qtn_bt_loopback_disabled; |
|
6765 |
} |
|
6766 |
||
6767 |
// ----------------------------------------------------------------------------- |
|
6768 |
// r_phone_incall_info_no_network_support |
|
6769 |
// It is text for no network support for video call note. |
|
6770 |
// ----------------------------------------------------------------------------- |
|
6771 |
// |
|
6772 |
RESOURCE TBUF r_phone_incall_info_no_network_support |
|
6773 |
{ |
|
6774 |
buf = qtn_incal_info_no_network_support; |
|
6775 |
} |
|
6776 |
||
6777 |
// ----------------------------------------------------------------------------- |
|
6778 |
// r_phone_incall_info_video_call_not_allowed_during_restore |
|
6779 |
// It is text for video call not allowed during MC restore note. |
|
6780 |
// ----------------------------------------------------------------------------- |
|
6781 |
// |
|
6782 |
RESOURCE TBUF r_phone_incall_info_video_call_not_allowed_during_restore |
|
6783 |
{ |
|
6784 |
buf = qtn_video_call_not_allowed; |
|
6785 |
} |
|
6786 |
||
6787 |
// ----------------------------------------------------------------------------- |
|
6788 |
// r_phone_incall_info_video_call_setup_failed |
|
6789 |
// It is text for video setup failure. |
|
6790 |
// ----------------------------------------------------------------------------- |
|
6791 |
// |
|
6792 |
RESOURCE TBUF r_phone_incall_info_video_call_setup_failed |
|
6793 |
{ |
|
6794 |
buf = qtn_tel_info_video_setup_failed; |
|
6795 |
} |
|
6796 |
||
6797 |
// ----------------------------------------------------------------------------- |
|
6798 |
// |
|
6799 |
// r_phone_error_no_service |
|
6800 |
// |
|
6801 |
// ----------------------------------------------------------------------------- |
|
6802 |
// |
|
6803 |
RESOURCE TBUF r_phone_error_no_service |
|
6804 |
{ |
|
6805 |
buf = text_no_service; |
|
6806 |
} |
|
6807 |
||
6808 |
// ----------------------------------------------------------------------------- |
|
6809 |
// |
|
6810 |
// r_phone_incall_query_switch_to_video |
|
6811 |
// It defines the confirmation query dialogue when the system |
|
6812 |
// is about to switch from voice call to video call |
|
6813 |
// phone line. |
|
6814 |
// |
|
6815 |
// ----------------------------------------------------------------------------- |
|
6816 |
// |
|
6817 |
RESOURCE DIALOG r_phone_incall_query_switch_to_video |
|
6818 |
{ |
|
6819 |
flags=EGeneralQueryFlags; |
|
6820 |
buttons=r_phone_incall_query_switch_to_video_softkeys_yes_no; |
|
6821 |
items= |
|
6822 |
{ |
|
6823 |
DLG_LINE |
|
6824 |
{ |
|
6825 |
type=EAknCtQuery; |
|
6826 |
id=EGeneralQuery; |
|
6827 |
control= AVKON_CONFIRMATION_QUERY |
|
6828 |
{ |
|
6829 |
layout = EConfirmationLayout; |
|
6830 |
label = qtn_query_create_video_call; |
|
6831 |
animation = R_QGN_NOTE_QUERY_ANIM; |
|
6832 |
}; |
|
6833 |
} |
|
6834 |
}; |
|
6835 |
} |
|
6836 |
||
6837 |
// ----------------------------------------------------------------------------- |
|
6838 |
// |
|
6839 |
// r_phone_incall_query_switch_to_video_softkeys_yes_no |
|
6840 |
// It is softkeys for switch to video query. |
|
6841 |
// |
|
6842 |
// ----------------------------------------------------------------------------- |
|
6843 |
// |
|
6844 |
RESOURCE CBA r_phone_incall_query_switch_to_video_softkeys_yes_no |
|
6845 |
{ |
|
6846 |
buttons = |
|
6847 |
{ |
|
6848 |
CBA_BUTTON |
|
6849 |
{ |
|
6850 |
id = EPhoneCmdYesSwitchToVideo; |
|
6851 |
txt = text_softkey_yes; |
|
6852 |
}, |
|
6853 |
CBA_BUTTON |
|
6854 |
{ |
|
6855 |
id = EPhoneCmdNoSwitchToVideo; |
|
6856 |
txt = text_softkey_no; |
|
6857 |
}, |
|
6858 |
CBA_BUTTON |
|
6859 |
{ |
|
6860 |
id = EPhoneCmdYesSwitchToVideo; |
|
6861 |
} |
|
6862 |
}; |
|
6863 |
} |
|
6864 |
||
6865 |
// ----------------------------------------------------------------------------- |
|
6866 |
// |
|
6867 |
// r_phone_incall_query_switch_to_voice |
|
6868 |
// It defines the confirmation query dialogue when the system |
|
6869 |
// is about to switch from video call to voice call |
|
6870 |
// phone line. |
|
6871 |
// |
|
6872 |
// ----------------------------------------------------------------------------- |
|
6873 |
// |
|
6874 |
RESOURCE DIALOG r_phone_incall_query_switch_to_voice |
|
6875 |
{ |
|
6876 |
flags=EGeneralQueryFlags; |
|
6877 |
buttons=r_phone_incall_query_switch_to_voice_softkeys_yes_no; |
|
6878 |
items= |
|
6879 |
{ |
|
6880 |
DLG_LINE |
|
6881 |
{ |
|
6882 |
type=EAknCtQuery; |
|
6883 |
id=EGeneralQuery; |
|
6884 |
control= AVKON_CONFIRMATION_QUERY |
|
6885 |
{ |
|
6886 |
layout = EConfirmationLayout; |
|
6887 |
label = qtn_incal_query_create_video_call; |
|
6888 |
animation = R_QGN_NOTE_QUERY_ANIM; |
|
6889 |
}; |
|
6890 |
} |
|
6891 |
}; |
|
6892 |
} |
|
6893 |
||
6894 |
// ----------------------------------------------------------------------------- |
|
6895 |
// |
|
6896 |
// r_phone_incall_query_switch_to_voice_softkeys_yes_no |
|
6897 |
// It is softkeys for switch to video query. |
|
6898 |
// |
|
6899 |
// ----------------------------------------------------------------------------- |
|
6900 |
// |
|
6901 |
RESOURCE CBA r_phone_incall_query_switch_to_voice_softkeys_yes_no |
|
6902 |
{ |
|
6903 |
buttons = |
|
6904 |
{ |
|
6905 |
CBA_BUTTON |
|
6906 |
{ |
|
6907 |
id = EPhoneCmdYesSwitchToVoice; |
|
6908 |
txt = text_softkey_yes; |
|
6909 |
}, |
|
6910 |
CBA_BUTTON |
|
6911 |
{ |
|
6912 |
id = EPhoneCmdNoSwitchToVoice; |
|
6913 |
txt = text_softkey_no; |
|
6914 |
}, |
|
6915 |
CBA_BUTTON |
|
6916 |
{ |
|
6917 |
id = EPhoneCmdYesSwitchToVoice; |
|
6918 |
} |
|
6919 |
}; |
|
6920 |
} |
|
6921 |
||
6922 |
// ----------------------------------------------------------------------------- |
|
6923 |
// |
|
6924 |
// r_phone_line_blocking_note |
|
6925 |
// If user try to change als line while link blocking is on, |
|
6926 |
// this error note will be shown. |
|
6927 |
// |
|
6928 |
// ----------------------------------------------------------------------------- |
|
6929 |
// |
|
6930 |
RESOURCE TBUF r_phone_line_blocking_note |
|
6931 |
{ |
|
6932 |
buf = qtn_als_line_error_no_line_change; |
|
6933 |
} |
|
6934 |
||
6935 |
// SIM RELATED TEXTS |
|
6936 |
// ----------------------------------------------------------------------------- |
|
6937 |
// |
|
6938 |
// r_phoneui_sim_removed |
|
6939 |
// |
|
6940 |
// ----------------------------------------------------------------------------- |
|
6941 |
// |
|
6942 |
RESOURCE TBUF r_phoneui_sim_removed |
|
6943 |
{ |
|
6944 |
buf = qtn_su_note_insert_sim; |
|
6945 |
} |
|
6946 |
||
6947 |
// ----------------------------------------------------------------------------- |
|
6948 |
// |
|
6949 |
// r_phoneui_reboot_required |
|
6950 |
// |
|
6951 |
// ----------------------------------------------------------------------------- |
|
6952 |
// |
|
6953 |
RESOURCE TBUF r_phoneui_reboot_required |
|
6954 |
{ |
|
6955 |
buf = qtn_memlo_reboot; |
|
6956 |
} |
|
6957 |
||
6958 |
// ----------------------------------------------------------------------------- |
|
6959 |
// |
|
6960 |
// r_phone_sim_rejected |
|
6961 |
// |
|
6962 |
// ----------------------------------------------------------------------------- |
|
6963 |
// |
|
6964 |
RESOURCE TBUF r_phoneui_sim_rejected |
|
6965 |
{ |
|
6966 |
buf = text_sim_rejected; |
|
6967 |
} |
|
6968 |
||
6969 |
// ----------------------------------------------------------------------------- |
|
6970 |
// |
|
6971 |
// r_phone_sim_unaccepted |
|
6972 |
// |
|
6973 |
// ----------------------------------------------------------------------------- |
|
6974 |
// |
|
6975 |
RESOURCE TBUF r_phoneui_sim_unaccepted |
|
6976 |
{ |
|
6977 |
buf = text_sim_lock_active; |
|
6978 |
} |
|
6979 |
||
6980 |
// ----------------------------------------------------------------------------- |
|
6981 |
// |
|
6982 |
// r_sim_invalid_uicc |
|
6983 |
// |
|
6984 |
// ----------------------------------------------------------------------------- |
|
6985 |
// |
|
6986 |
RESOURCE TBUF r_sim_invalid_uicc |
|
6987 |
{ |
|
6988 |
buf = text_invalid_card; |
|
6989 |
} |
|
6990 |
||
6991 |
// ----------------------------------------------------------------------------- |
|
6992 |
// |
|
6993 |
// r_phoneui_continue_in_handset |
|
6994 |
// |
|
6995 |
// ----------------------------------------------------------------------------- |
|
6996 |
// |
|
6997 |
RESOURCE TBUF r_phoneui_continue_in_handset |
|
6998 |
{ |
|
6999 |
buf = qtn_que_continue_in_handset; |
|
7000 |
} |
|
7001 |
||
7002 |
||
7003 |
// ----------------------------------------------------------------------------- |
|
7004 |
// |
|
7005 |
// r_phoneui_continue_in_loudspeeker |
|
7006 |
// |
|
7007 |
// ----------------------------------------------------------------------------- |
|
7008 |
// |
|
7009 |
RESOURCE TBUF r_phoneui_continue_in_loudspeaker |
|
7010 |
{ |
|
7011 |
buf = qtn_que_continue_in_louds; |
|
7012 |
} |
|
7013 |
||
7014 |
// --------------------------------------------------------- |
|
7015 |
// |
|
7016 |
// r_phoneui_incomingdataorfaxcall_options_menu |
|
7017 |
// Default commands menu pane. |
|
7018 |
// |
|
7019 |
// --------------------------------------------------------- |
|
7020 |
// |
|
7021 |
RESOURCE MENU_PANE r_phoneui_incomingdataorfaxcall_options_menu |
|
7022 |
{ |
|
7023 |
items= |
|
7024 |
{ |
|
7025 |
MENU_ITEM |
|
7026 |
{ |
|
7027 |
command = EPhoneCallComingCmdReject; |
|
7028 |
txt = qtn_incal_reject_option; |
|
7029 |
}, |
|
7030 |
MENU_ITEM |
|
7031 |
{ |
|
7032 |
command = EPhoneInCallCmdHelp; |
|
7033 |
txt = qtn_options_help; |
|
7034 |
} |
|
7035 |
}; |
|
7036 |
} |
|
7037 |
||
7038 |
// --------------------------------------------------------- |
|
7039 |
// |
|
7040 |
// r_phoneui_alertingvideocall_options_menu |
|
7041 |
// Default commands menu pane. |
|
7042 |
// |
|
7043 |
// --------------------------------------------------------- |
|
7044 |
// |
|
7045 |
RESOURCE MENU_PANE r_phoneui_alertingvideocall_options_menu |
|
7046 |
{ |
|
7047 |
items= |
|
7048 |
{ |
|
7049 |
MENU_ITEM |
|
7050 |
{ |
|
7051 |
command = EPhoneInCallCmdActivateIhf; |
|
7052 |
txt = qtn_incal_act_ihf_option; |
|
7053 |
}, |
|
7054 |
MENU_ITEM |
|
7055 |
{ |
|
7056 |
command = EPhoneInCallCmdDeactivateIhf; |
|
7057 |
txt = qtn_incal_deact_ihf_option; |
|
7058 |
}, |
|
7059 |
MENU_ITEM // BT HANDSFREE |
|
7060 |
{ |
|
7061 |
command = EPhoneInCallCmdBtHandsfree; |
|
7062 |
txt = qtn_incal_bt_handsfree_option; |
|
7063 |
}, |
|
7064 |
MENU_ITEM // HANDSET |
|
7065 |
{ |
|
7066 |
command = EPhoneInCallCmdHandset; |
|
7067 |
txt = qtn_incal_handset_option; |
|
7068 |
}, |
|
7069 |
MENU_ITEM |
|
7070 |
{ |
|
7071 |
command = EPhoneInCallCmdEndThisOutgoingCall; |
|
7072 |
txt = qtn_incal_drop_option; |
|
7073 |
}, |
|
7074 |
MENU_ITEM |
|
7075 |
{ |
|
7076 |
command = EPhoneInCallCmdHelp; |
|
7077 |
txt = qtn_options_help; |
|
7078 |
} |
|
7079 |
}; |
|
7080 |
} |
|
7081 |
||
7082 |
// ---------------------------------------------------------------- |
|
7083 |
// |
|
7084 |
// r_phoneui_alertingvideocall_menubar |
|
7085 |
// Default menubar shown when video call view is in alerting |
|
7086 |
// call state. |
|
7087 |
// |
|
7088 |
// ---------------------------------------------------------------- |
|
7089 |
// |
|
7090 |
RESOURCE MENU_BAR r_phoneui_alertingvideocall_menubar |
|
7091 |
{ |
|
7092 |
titles= |
|
7093 |
{ |
|
7094 |
MENU_TITLE |
|
7095 |
{ |
|
7096 |
menu_pane = r_phoneui_alertingvideocall_options_menu; |
|
7097 |
} |
|
7098 |
}; |
|
7099 |
} |
|
7100 |
||
7101 |
// ---------------------------------------------------------------- |
|
7102 |
// |
|
7103 |
// r_phoneui_incomingdataorfaxcall_menubar |
|
7104 |
// Default menubar shown when data or fax call is incoming. |
|
7105 |
// |
|
7106 |
// ---------------------------------------------------------------- |
|
7107 |
// |
|
7108 |
RESOURCE MENU_BAR r_phoneui_incomingdataorfaxcall_menubar |
|
7109 |
{ |
|
7110 |
titles= |
|
7111 |
{ |
|
7112 |
MENU_TITLE |
|
7113 |
{ |
|
7114 |
menu_pane = r_phoneui_incomingdataorfaxcall_options_menu; |
|
7115 |
} |
|
7116 |
}; |
|
7117 |
} |
|
7118 |
||
7119 |
// ----------------------------------------------------------------------------- |
|
7120 |
// |
|
7121 |
// r_phoneui_aiwshare_interest |
|
7122 |
// |
|
7123 |
// ----------------------------------------------------------------------------- |
|
7124 |
// |
|
7125 |
RESOURCE AIW_INTEREST r_phoneui_aiwshare_interest |
|
7126 |
{ |
|
7127 |
items = |
|
7128 |
{ |
|
7129 |
AIW_CRITERIA_ITEM |
|
7130 |
{ |
|
7131 |
id = EPhoneVideoSharing; |
|
7132 |
serviceCmd = KAiwCmdShare; |
|
7133 |
serviceClass = KAiwClassMenu; |
|
7134 |
contentType = "*"; |
|
7135 |
defaultProvider = 0x10282389; |
|
7136 |
maxProviders = 1; |
|
7137 |
} |
|
7138 |
}; |
|
7139 |
} |
|
7140 |
||
7141 |
// ----------------------------------------------------------------------------- |
|
7142 |
// |
|
7143 |
// r_call_info_cause_value3 |
|
7144 |
// |
|
7145 |
// ----------------------------------------------------------------------------- |
|
7146 |
// |
|
7147 |
RESOURCE TBUF r_call_info_cause_value3 |
|
7148 |
{ |
|
7149 |
buf = qtn_call_info_cause_value3; |
|
7150 |
} |
|
7151 |
||
7152 |
// ----------------------------------------------------------------------------- |
|
7153 |
// |
|
7154 |
// r_call_info_cause_value16 |
|
7155 |
// |
|
7156 |
// ----------------------------------------------------------------------------- |
|
7157 |
// |
|
7158 |
RESOURCE TBUF r_call_info_cause_value16 |
|
7159 |
{ |
|
7160 |
buf = qtn_call_info_cause_value16; |
|
7161 |
} |
|
7162 |
||
7163 |
// ----------------------------------------------------------------------------- |
|
7164 |
// |
|
7165 |
// r_call_info_cause_value18 |
|
7166 |
// |
|
7167 |
// ----------------------------------------------------------------------------- |
|
7168 |
// |
|
7169 |
RESOURCE TBUF r_call_info_cause_value18 |
|
7170 |
{ |
|
7171 |
buf = qtn_call_info_cause_value18; |
|
7172 |
} |
|
7173 |
||
7174 |
// ----------------------------------------------------------------------------- |
|
7175 |
// |
|
7176 |
// r_call_info_cause_value21 |
|
7177 |
// |
|
7178 |
// ----------------------------------------------------------------------------- |
|
7179 |
// |
|
7180 |
RESOURCE TBUF r_call_info_cause_value21 |
|
7181 |
{ |
|
7182 |
buf = qtn_call_info_cause_value21; |
|
7183 |
} |
|
7184 |
||
7185 |
// ----------------------------------------------------------------------------- |
|
7186 |
// |
|
7187 |
// r_call_info_cause_value22 |
|
7188 |
// |
|
7189 |
// ----------------------------------------------------------------------------- |
|
7190 |
// |
|
7191 |
RESOURCE TBUF r_call_info_cause_value22 |
|
7192 |
{ |
|
7193 |
buf = qtn_call_info_cause_value22; |
|
7194 |
} |
|
7195 |
||
7196 |
// ----------------------------------------------------------------------------- |
|
7197 |
// |
|
7198 |
// r_call_info_cause_value31 |
|
7199 |
// |
|
7200 |
// ----------------------------------------------------------------------------- |
|
7201 |
// |
|
7202 |
RESOURCE TBUF r_call_info_cause_value31 |
|
7203 |
{ |
|
7204 |
buf = qtn_call_info_cause_value31; |
|
7205 |
} |
|
7206 |
||
7207 |
// ----------------------------------------------------------------------------- |
|
7208 |
// |
|
7209 |
// r_call_info_cause_value34 |
|
7210 |
// |
|
7211 |
// ----------------------------------------------------------------------------- |
|
7212 |
// |
|
7213 |
RESOURCE TBUF r_call_info_cause_value34 |
|
7214 |
{ |
|
7215 |
buf = qtn_call_info_cause_value34; |
|
7216 |
} |
|
7217 |
||
7218 |
// ----------------------------------------------------------------------------- |
|
7219 |
// |
|
7220 |
// r_call_info_cause_value38 |
|
7221 |
// |
|
7222 |
// ----------------------------------------------------------------------------- |
|
7223 |
// |
|
7224 |
RESOURCE TBUF r_call_info_cause_value38 |
|
7225 |
{ |
|
7226 |
buf = qtn_call_info_cause_value38; |
|
7227 |
} |
|
7228 |
||
7229 |
// ----------------------------------------------------------------------------- |
|
7230 |
// |
|
7231 |
// r_call_info_cause_value50 |
|
7232 |
// |
|
7233 |
// ----------------------------------------------------------------------------- |
|
7234 |
// |
|
7235 |
RESOURCE TBUF r_call_info_cause_value50 |
|
7236 |
{ |
|
7237 |
buf = qtn_call_info_cause_value50; |
|
7238 |
} |
|
7239 |
||
7240 |
// ----------------------------------------------------------------------------- |
|
7241 |
// |
|
7242 |
// r_call_info_cause_value55 |
|
7243 |
// |
|
7244 |
// ----------------------------------------------------------------------------- |
|
7245 |
// |
|
7246 |
RESOURCE TBUF r_call_info_cause_value55 |
|
7247 |
{ |
|
7248 |
buf = qtn_call_info_cause_value55; |
|
7249 |
} |
|
7250 |
||
7251 |
// ----------------------------------------------------------------------------- |
|
7252 |
// |
|
7253 |
// r_call_info_cause_value57 |
|
7254 |
// |
|
7255 |
// ----------------------------------------------------------------------------- |
|
7256 |
// |
|
7257 |
RESOURCE TBUF r_call_info_cause_value57 |
|
7258 |
{ |
|
7259 |
buf = qtn_call_info_cause_value57; |
|
7260 |
} |
|
7261 |
||
7262 |
// ----------------------------------------------------------------------------- |
|
7263 |
// |
|
7264 |
// r_call_info_cause_value58 |
|
7265 |
// |
|
7266 |
// ----------------------------------------------------------------------------- |
|
7267 |
// |
|
7268 |
RESOURCE TBUF r_call_info_cause_value58 |
|
7269 |
{ |
|
7270 |
buf = qtn_call_info_cause_value58; |
|
7271 |
} |
|
7272 |
||
7273 |
// ----------------------------------------------------------------------------- |
|
7274 |
// |
|
7275 |
// r_call_info_cause_value88 |
|
7276 |
// |
|
7277 |
// ----------------------------------------------------------------------------- |
|
7278 |
// |
|
7279 |
RESOURCE TBUF r_call_info_cause_value88 |
|
7280 |
{ |
|
7281 |
buf = qtn_call_info_cause_value88; |
|
7282 |
} |
|
7283 |
||
7284 |
// ----------------------------------------------------------------------------- |
|
7285 |
// |
|
7286 |
// r_call_info_cause_value127 |
|
7287 |
// |
|
7288 |
// ----------------------------------------------------------------------------- |
|
7289 |
// |
|
7290 |
RESOURCE TBUF r_call_info_cause_value127 |
|
7291 |
{ |
|
7292 |
buf = qtn_call_info_cause_value127; |
|
7293 |
} |
|
7294 |
||
7295 |
// ----------------------------------------------------------------------------- |
|
7296 |
// |
|
7297 |
// r_call_info_not_supported |
|
7298 |
// |
|
7299 |
// ----------------------------------------------------------------------------- |
|
7300 |
// |
|
7301 |
RESOURCE TBUF r_call_info_not_supported |
|
7302 |
{ |
|
7303 |
buf = qtn_call_info_not_supported; |
|
7304 |
} |
|
7305 |
||
7306 |
// ----------------------------------------------------------------------------- |
|
7307 |
// |
|
7308 |
// r_call_info_service_not_available |
|
7309 |
// |
|
7310 |
// ----------------------------------------------------------------------------- |
|
7311 |
// |
|
7312 |
RESOURCE TBUF r_call_info_service_not_available |
|
7313 |
{ |
|
7314 |
buf = qtn_call_info_service_not_available; |
|
7315 |
} |
|
7316 |
||
7317 |
// ----------------------------------------------------------------------------- |
|
7318 |
// |
|
7319 |
// r_qtn_enter_manually_query_item |
|
7320 |
// |
|
7321 |
// ----------------------------------------------------------------------------- |
|
7322 |
// |
|
7323 |
RESOURCE TBUF r_qtn_enter_manually_query_item |
|
7324 |
{ |
|
7325 |
buf = qtn_enter_manually_query_item; |
|
7326 |
} |
|
7327 |
||
7328 |
// ----------------------------------------------------------------------------- |
|
7329 |
// |
|
7330 |
// r_qtn_find_query_item |
|
7331 |
// |
|
7332 |
// ----------------------------------------------------------------------------- |
|
7333 |
// |
|
7334 |
RESOURCE TBUF r_qtn_find_query_item |
|
7335 |
{ |
|
7336 |
buf = qtn_find_query_item; |
|
7337 |
} |
|
7338 |
||
7339 |
// ----------------------------------------------------------------------------- |
|
7340 |
// |
|
7341 |
// r_phone_dtmf_list_query |
|
7342 |
// It is list query used to ask predefined dtmf string from user. |
|
7343 |
// |
|
7344 |
// ----------------------------------------------------------------------------- |
|
7345 |
// |
|
7346 |
RESOURCE DIALOG r_phone_dtmf_list_query |
|
7347 |
{ |
|
7348 |
flags = EEikDialogFlagNoDrag | |
|
7349 |
EEikDialogFlagNoTitleBar | |
|
7350 |
EEikDialogFlagCbaButtons; |
|
7351 |
||
7352 |
buttons = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
|
7353 |
items = |
|
7354 |
{ |
|
7355 |
DLG_LINE |
|
7356 |
{ |
|
7357 |
type = EAknCtListQueryControl; |
|
7358 |
id = EListQueryControl; |
|
7359 |
control = AVKON_LIST_QUERY_CONTROL |
|
7360 |
{ |
|
7361 |
listtype = EAknCtSinglePopupMenuListBox; |
|
7362 |
listbox = LISTBOX |
|
7363 |
{ |
|
7364 |
flags = EAknListBoxMenuList| |
|
7365 |
EEikEdwinNoWrap; |
|
7366 |
height = 3; |
|
7367 |
width = 3; |
|
7368 |
}; |
|
7369 |
||
7370 |
heading = qtn_send_dtmf_query_prmpt; |
|
7371 |
}; |
|
7372 |
} |
|
7373 |
}; |
|
7374 |
} |
|
7375 |
||
7376 |
// ----------------------------------------------------------------------------- |
|
7377 |
// |
|
7378 |
// r_phone_tty_info_no_audio_control |
|
7379 |
// |
|
7380 |
// ----------------------------------------------------------------------------- |
|
7381 |
// |
|
7382 |
RESOURCE TBUF r_phone_tty_info_no_audio_control |
|
7383 |
{ |
|
7384 |
buf = qtn_tty_info_no_audio_control; |
|
7385 |
} |
|
7386 |
||
7387 |
||
7388 |
// ----------------------------------------------------------------------------- |
|
7389 |
// |
|
7390 |
// r_phoneui_participant_list_menu |
|
7391 |
// Menu shown when conference participant view is active. |
|
7392 |
// |
|
7393 |
// ----------------------------------------------------------------------------- |
|
7394 |
// |
|
7395 |
RESOURCE MENU_PANE r_phoneui_participant_list_menu |
|
7396 |
{ |
|
7397 |
items= |
|
7398 |
{ |
|
7399 |
MENU_ITEM |
|
7400 |
{ |
|
7401 |
command = EPhoneInCallCmdPrivate; |
|
7402 |
txt = qtn_incal_private_part_option; |
|
7403 |
}, |
|
7404 |
MENU_ITEM |
|
7405 |
{ |
|
7406 |
command = EPhoneInCallCmdDrop; |
|
7407 |
txt = qtn_incal_drop_part_option; |
|
7408 |
} |
|
7409 |
}; |
|
7410 |
} |
|
7411 |
||
7412 |
// ----------------------------------------------------------------------------- |
|
7413 |
// |
|
7414 |
// r_phoneui_participant_list_menubar |
|
7415 |
// Menubar for conference participant view. |
|
7416 |
// |
|
7417 |
// ----------------------------------------------------------------------------- |
|
7418 |
// |
|
7419 |
RESOURCE MENU_BAR r_phoneui_participant_list_menubar |
|
7420 |
{ |
|
7421 |
titles= |
|
7422 |
{ |
|
7423 |
MENU_TITLE |
|
7424 |
{ |
|
7425 |
menu_pane = r_phoneui_participant_list_menu; |
|
7426 |
} |
|
7427 |
}; |
|
7428 |
} |
|
7429 |
||
7430 |
// ----------------------------------------------------------------------------- |
|
7431 |
// |
|
7432 |
// r_phoneui_participant_list_drop_menu |
|
7433 |
// Menu shown when conference participant view is active. |
|
7434 |
// |
|
7435 |
// ----------------------------------------------------------------------------- |
|
7436 |
// |
|
7437 |
RESOURCE MENU_PANE r_phoneui_participant_list_drop_menu |
|
7438 |
{ |
|
7439 |
items= |
|
7440 |
{ |
|
7441 |
MENU_ITEM |
|
7442 |
{ |
|
7443 |
command = EPhoneInCallCmdDrop; |
|
7444 |
txt = qtn_incal_drop_part_option; |
|
7445 |
} |
|
7446 |
}; |
|
7447 |
} |
|
7448 |
||
7449 |
// ----------------------------------------------------------------------------- |
|
7450 |
// |
|
7451 |
// r_phoneui_participant_list_drop_menubar |
|
7452 |
// Menubar for conference participant view. |
|
7453 |
// |
|
7454 |
// ----------------------------------------------------------------------------- |
|
7455 |
// |
|
7456 |
RESOURCE MENU_BAR r_phoneui_participant_list_drop_menubar |
|
7457 |
{ |
|
7458 |
titles= |
|
7459 |
{ |
|
7460 |
MENU_TITLE |
|
7461 |
{ |
|
7462 |
menu_pane = r_phoneui_participant_list_drop_menu; |
|
7463 |
} |
|
7464 |
}; |
|
7465 |
} |
|
7466 |
||
7467 |
||
7468 |
//dialer specific |
|
7469 |
||
7470 |
||
7471 |
// ---------------------------------------------------------------- |
|
7472 |
// |
|
7473 |
// r_phoneui_dialer_numberentry_prompt_text |
|
7474 |
// |
|
7475 |
// ---------------------------------------------------------------- |
|
7476 |
// |
|
7477 |
RESOURCE TBUF r_phoneui_dialer_numberentry_prompt_text |
|
7478 |
{ |
|
7479 |
buf = qtn_dialer_dtmf_number_input_field_text; |
|
7480 |
} |
|
7481 |
||
7482 |
// ---------------------------------------------------------------- |
|
7483 |
// |
|
7484 |
// r_phoneui_dialer_tooltip_recent_calls |
|
7485 |
// |
|
7486 |
// ---------------------------------------------------------------- |
|
7487 |
// |
|
7488 |
RESOURCE TBUF r_phoneui_dialer_tooltip_recent_calls |
|
7489 |
{ |
|
7490 |
buf = qtn_dialer_tooltip_recent_calls; |
|
7491 |
} |
|
7492 |
||
7493 |
||
7494 |
// ---------------------------------------------------------------- |
|
7495 |
// |
|
7496 |
// r_phoneui_dialer_tooltip_call |
|
7497 |
// |
|
7498 |
// ---------------------------------------------------------------- |
|
7499 |
// |
|
7500 |
RESOURCE TBUF r_phoneui_dialer_tooltip_call |
|
7501 |
{ |
|
7502 |
buf = qtn_dialer_tooltip_call; |
|
7503 |
} |
|
7504 |
||
7505 |
// ---------------------------------------------------------------- |
|
7506 |
// |
|
7507 |
// r_phoneui_dialer_tooltip_send |
|
7508 |
// |
|
7509 |
// ---------------------------------------------------------------- |
|
7510 |
// |
|
7511 |
RESOURCE TBUF r_phoneui_dialer_tooltip_send |
|
7512 |
{ |
|
7513 |
buf = qtn_dialer_tooltip_send; |
|
7514 |
} |
|
7515 |
||
7516 |
// ---------------------------------------------------------------- |
|
7517 |
// |
|
7518 |
// r_phoneui_dialer_tooltip_contact |
|
7519 |
// |
|
7520 |
// ---------------------------------------------------------------- |
|
7521 |
// |
|
7522 |
RESOURCE TBUF r_phoneui_dialer_tooltip_contacts |
|
7523 |
{ |
|
7524 |
buf = qtn_dialer_tooltip_contacts; |
|
7525 |
} |
|
7526 |
||
7527 |
// ---------------------------------------------------------------- |
|
7528 |
// |
|
7529 |
// r_phoneui_dialer_tooltip_add_to_contacts |
|
7530 |
// |
|
7531 |
// ---------------------------------------------------------------- |
|
7532 |
// |
|
7533 |
RESOURCE TBUF r_phoneui_dialer_tooltip_add_to_contacts |
|
7534 |
{ |
|
7535 |
buf = qtn_dialer_tooltip_add_to_contacts; |
|
7536 |
} |
|
7537 |
||
7538 |
// ---------------------------------------------------------------- |
|
7539 |
// |
|
7540 |
// r_phoneui_dialer_tooltip_video_call |
|
7541 |
// |
|
7542 |
// ---------------------------------------------------------------- |
|
7543 |
// |
|
7544 |
RESOURCE TBUF r_phoneui_dialer_tooltip_video_call |
|
7545 |
{ |
|
7546 |
buf = qtn_indi_dialer_videocall_tooltip; |
|
7547 |
} |
|
7548 |
||
7549 |
// ---------------------------------------------------------------- |
|
7550 |
// |
|
7551 |
// r_phoneui_dialer_tooltip_clear |
|
7552 |
// |
|
7553 |
// ---------------------------------------------------------------- |
|
7554 |
// |
|
7555 |
RESOURCE TBUF r_phoneui_dialer_tooltip_clear |
|
7556 |
{ |
|
7557 |
buf = qtn_dialer_tooltip_clear; |
|
7558 |
} |
|
7559 |
||
7560 |
// ---------------------------------------------------------------- |
|
7561 |
// |
|
7562 |
// r_phoneui_tooltip_loudspeaker |
|
7563 |
// |
|
7564 |
// ---------------------------------------------------------------- |
|
7565 |
// |
|
7566 |
RESOURCE TBUF r_phoneui_tooltip_loudspeaker |
|
7567 |
{ |
|
7568 |
buf = qtn_incal_tooltip_loudspeaker; |
|
7569 |
} |
|
7570 |
||
7571 |
// ---------------------------------------------------------------- |
|
7572 |
// |
|
7573 |
// r_phoneui_tooltip_handset |
|
7574 |
// |
|
7575 |
// ---------------------------------------------------------------- |
|
7576 |
// |
|
7577 |
RESOURCE TBUF r_phoneui_tooltip_handset |
|
7578 |
{ |
|
7579 |
buf = qtn_incal_tooltip_handset; |
|
7580 |
} |
|
7581 |
||
7582 |
// ---------------------------------------------------------------- |
|
7583 |
// |
|
7584 |
// r_phoneui_tooltip_bt_handsfree |
|
7585 |
// |
|
7586 |
// ---------------------------------------------------------------- |
|
7587 |
// |
|
7588 |
RESOURCE TBUF r_phoneui_tooltip_bt_handsfree |
|
7589 |
{ |
|
7590 |
buf = qtn_incal_tooltip_bt_handsfree; |
|
7591 |
} |
|
7592 |
||
7593 |
// ---------------------------------------------------------------- |
|
7594 |
// |
|
7595 |
// r_phoneui_tooltip_mute |
|
7596 |
// |
|
7597 |
// ---------------------------------------------------------------- |
|
7598 |
// |
|
7599 |
RESOURCE TBUF r_phoneui_tooltip_mute |
|
7600 |
{ |
|
7601 |
buf = qtn_incal_tooltip_mute; |
|
7602 |
} |
|
7603 |
||
7604 |
// ---------------------------------------------------------------- |
|
7605 |
// |
|
7606 |
// r_phoneui_tooltip_unmute |
|
7607 |
// |
|
7608 |
// ---------------------------------------------------------------- |
|
7609 |
// |
|
7610 |
RESOURCE TBUF r_phoneui_tooltip_unmute |
|
7611 |
{ |
|
7612 |
buf = qtn_incal_tooltip_unmute; |
|
7613 |
} |
|
7614 |
||
7615 |
// ---------------------------------------------------------------- |
|
7616 |
// |
|
7617 |
// r_phoneui_tooltip_contacts |
|
7618 |
// |
|
7619 |
// ---------------------------------------------------------------- |
|
7620 |
// |
|
7621 |
RESOURCE TBUF r_phoneui_tooltip_contacts |
|
7622 |
{ |
|
7623 |
buf = qtn_incal_tooltip_contacts; |
|
7624 |
} |
|
7625 |
||
7626 |
// ---------------------------------------------------------------- |
|
7627 |
// |
|
7628 |
// r_phoneuidialer_numberacq_menubar |
|
7629 |
// Default menubar shown when number acquistion view is active. |
|
7630 |
// |
|
7631 |
// ---------------------------------------------------------------- |
|
7632 |
// |
|
7633 |
RESOURCE MENU_BAR r_phoneuidialer_numberacq_menubar |
|
7634 |
{ |
|
7635 |
titles= |
|
7636 |
{ |
|
7637 |
MENU_TITLE |
|
7638 |
{ |
|
7639 |
menu_pane = r_phoneuidialer_options_menu; |
|
7640 |
}, |
|
7641 |
MENU_TITLE |
|
7642 |
{ |
|
7643 |
menu_pane = r_phoneui_numberacq_options_call_menu; |
|
7644 |
} |
|
7645 |
}; |
|
7646 |
} |
|
7647 |
||
7648 |
// ---------------------------------------------------------------- |
|
7649 |
// |
|
7650 |
// r_phoneuidialer_numberacq_menubar |
|
7651 |
// Default menubar shown when touch DTMF view is active. |
|
7652 |
// |
|
7653 |
// ---------------------------------------------------------------- |
|
7654 |
// |
|
7655 |
RESOURCE MENU_BAR r_phoneuidialer_dtmfview_menubar |
|
7656 |
{ |
|
7657 |
titles= |
|
7658 |
{ |
|
7659 |
MENU_TITLE |
|
7660 |
{ |
|
7661 |
menu_pane = r_phoneuidialer_dtmfview_options_menu; |
|
7662 |
} |
|
7663 |
}; |
|
7664 |
} |
|
7665 |
||
7666 |
// ---------------------------------------------------------------- |
|
7667 |
// |
|
7668 |
// r_phoneuidialer_numberacq_emergency_menubar |
|
7669 |
// Default menubar shown when number acquistion view is active. |
|
7670 |
// |
|
7671 |
// ---------------------------------------------------------------- |
|
7672 |
// |
|
7673 |
RESOURCE MENU_BAR r_phoneuidialer_numberacq_emergency_menubar |
|
7674 |
{ |
|
7675 |
titles= |
|
7676 |
{ |
|
7677 |
MENU_TITLE |
|
7678 |
{ |
|
7679 |
menu_pane = r_phoneuidialer_emergency_options_menu; |
|
7680 |
} |
|
7681 |
}; |
|
7682 |
} |
|
7683 |
||
7684 |
// --------------------------------------------------------- |
|
7685 |
// |
|
7686 |
// r_phonedialer_menu |
|
7687 |
// Menu for Dialer |
|
7688 |
// |
|
7689 |
// --------------------------------------------------------- |
|
7690 |
// |
|
7691 |
RESOURCE MENU_PANE r_phoneuidialer_options_menu |
|
7692 |
{ |
|
7693 |
items = |
|
7694 |
{ |
|
7695 |
MENU_ITEM |
|
7696 |
{ |
|
7697 |
command = EPhoneNumberAcqCmdSendCommand; |
|
7698 |
txt = text_nren_send_com; |
|
7699 |
}, |
|
7700 |
MENU_ITEM |
|
7701 |
{ |
|
7702 |
command = EPhoneNumberAcqCmdSendMessage; |
|
7703 |
txt = qtn_nren_send_message; |
|
7704 |
}, |
|
7705 |
MENU_ITEM |
|
7706 |
{ |
|
7707 |
command = EPhoneDialerCallHandling; |
|
7708 |
txt = qtn_dialer_call_handling_option; |
|
7709 |
}, |
|
7710 |
MENU_ITEM |
|
7711 |
{ |
|
7712 |
command = EPhoneDialerCmdTouchInput; |
|
7713 |
txt = qtn_dialer_touch_input_options; |
|
7714 |
}, |
|
7715 |
MENU_ITEM |
|
7716 |
{ |
|
7717 |
command = EPhoneDialerCmdLog; |
|
7718 |
txt = qtn_dialer_recent_calls_option; |
|
7719 |
}, |
|
7720 |
MENU_ITEM |
|
7721 |
{ |
|
7722 |
command = EPhoneDialerCmdContacts; |
|
7723 |
txt = qtn_dialer_contacts_option; |
|
7724 |
}, |
|
7725 |
MENU_ITEM |
|
7726 |
{ |
|
7727 |
command = EPhoneDialerCmdSpeedDial; |
|
7728 |
txt = qtn_dialer_speed_dial_option; |
|
7729 |
}, |
|
7730 |
MENU_ITEM |
|
7731 |
{ |
|
7732 |
command = EPhoneNumberAcqCmdAddToContacts; |
|
7733 |
cascade = r_phoneui_numberacq_options_add_to_contacts_menu; |
|
7734 |
txt = qtn_phob_opt_save_to_pb; |
|
7735 |
flags = EEikMenuItemSeparatorAfter; |
|
7736 |
}, |
|
7737 |
MENU_ITEM |
|
7738 |
{ |
|
7739 |
command = EEasyDialingSettingsItemPlaceHolder; |
|
7740 |
flags = EEikMenuItemDimmed; |
|
7741 |
}, |
|
7742 |
MENU_ITEM |
|
7743 |
{ |
|
7744 |
command = EAknCmdEditItemPlaceHolder; |
|
7745 |
}, |
|
7746 |
MENU_ITEM |
|
7747 |
{ |
|
7748 |
command = EPhoneDialerCallSettings; |
|
7749 |
txt = qtn_dialer_call_settings_option; |
|
7750 |
}, |
|
7751 |
MENU_ITEM |
|
7752 |
{ |
|
7753 |
command = EPhoneDialerCmdHelp; |
|
7754 |
txt = qtn_options_help; |
|
7755 |
}, |
|
7756 |
MENU_ITEM |
|
7757 |
{ |
|
7758 |
command = EPhoneCmdBack; |
|
7759 |
txt = qtn_options_exit; |
|
7760 |
} |
|
7761 |
}; |
|
7762 |
} |
|
7763 |
||
7764 |
||
7765 |
// --------------------------------------------------------- |
|
7766 |
// |
|
7767 |
// r_phoneuidialer_emergency_options_menu |
|
7768 |
// Menu for Dialer in emergencycall state |
|
7769 |
// |
|
7770 |
// --------------------------------------------------------- |
|
7771 |
// |
|
7772 |
RESOURCE MENU_PANE r_phoneuidialer_emergency_options_menu |
|
7773 |
{ |
|
7774 |
items = |
|
7775 |
{ |
|
7776 |
MENU_ITEM |
|
7777 |
{ |
|
7778 |
command = EPhoneDialerCallHandling; |
|
7779 |
txt = qtn_dialer_call_handling_option; |
|
7780 |
}, |
|
7781 |
MENU_ITEM |
|
7782 |
{ |
|
7783 |
command = EPhoneDialerCmdTouchInput; |
|
7784 |
txt = qtn_dialer_touch_input_options; |
|
7785 |
}, |
|
7786 |
MENU_ITEM |
|
7787 |
{ |
|
7788 |
command = EPhoneDialerCmdLog; |
|
7789 |
txt = qtn_dialer_recent_calls_option; |
|
7790 |
}, |
|
7791 |
MENU_ITEM |
|
7792 |
{ |
|
7793 |
command = EPhoneDialerCmdContacts; |
|
7794 |
txt = qtn_dialer_contacts_option; |
|
7795 |
}, |
|
7796 |
MENU_ITEM |
|
7797 |
{ |
|
7798 |
command = EPhoneDialerCmdSpeedDial; |
|
7799 |
txt = qtn_dialer_speed_dial_option; |
|
7800 |
}, |
|
7801 |
MENU_ITEM |
|
7802 |
{ |
|
7803 |
command = EAknCmdEditItemPlaceHolder; |
|
7804 |
}, |
|
7805 |
MENU_ITEM |
|
7806 |
{ |
|
7807 |
command = EPhoneDialerCallSettings; |
|
7808 |
txt = qtn_dialer_call_settings_option; |
|
7809 |
}, |
|
7810 |
MENU_ITEM |
|
7811 |
{ |
|
7812 |
command = EPhoneDialerCmdHelp; |
|
7813 |
txt = qtn_options_help; |
|
7814 |
}, |
|
7815 |
MENU_ITEM |
|
7816 |
{ |
|
7817 |
command = EPhoneCmdBack; |
|
7818 |
txt = qtn_options_exit; |
|
7819 |
} |
|
7820 |
}; |
|
7821 |
} |
|
7822 |
||
7823 |
||
7824 |
// --------------------------------------------------------- |
|
7825 |
// |
|
7826 |
// r_phoneuidialer_dtmfview_options_menu |
|
7827 |
// Menu for Dialer dtmf view |
|
7828 |
// |
|
7829 |
// --------------------------------------------------------- |
|
7830 |
// |
|
7831 |
RESOURCE MENU_PANE r_phoneuidialer_dtmfview_options_menu |
|
7832 |
{ |
|
7833 |
items = |
|
7834 |
{ |
|
7835 |
MENU_ITEM |
|
7836 |
{ |
|
7837 |
command = EPhoneCmdDtmfOk; |
|
7838 |
txt = text_nren_send_com; |
|
7839 |
}, |
|
7840 |
MENU_ITEM |
|
7841 |
{ |
|
7842 |
command = EAknCmdEditItemPlaceHolder; |
|
7843 |
}, |
|
7844 |
MENU_ITEM |
|
7845 |
{ |
|
7846 |
command = EPhoneDialerCmdHelpDtmf; |
|
7847 |
txt = qtn_options_help; |
|
7848 |
}, |
|
7849 |
MENU_ITEM |
|
7850 |
{ |
|
7851 |
command = EPhoneDtmfDialerExit; |
|
7852 |
txt = qtn_options_exit; |
|
7853 |
} |
|
7854 |
}; |
|
7855 |
} |
|
7856 |
||
7857 |
// --------------------------------------------------------- |
|
7858 |
// |
|
7859 |
// r_dialer_add_to_contacts_selection_list_query |
|
7860 |
// Resource structure |
|
7861 |
// |
|
7862 |
// --------------------------------------------------------- |
|
7863 |
// |
|
7864 |
RESOURCE AVKON_LIST_QUERY r_dialer_add_to_contacts_selection_list_query |
|
7865 |
{ |
|
7866 |
flags = EEikDialogFlagNoDrag | |
|
7867 |
EEikDialogFlagNoTitleBar | |
|
7868 |
EEikDialogFlagCbaButtons; |
|
7869 |
||
7870 |
softkeys = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
7871 |
||
7872 |
items = |
|
7873 |
{ |
|
7874 |
AVKON_LIST_QUERY_DLG_LINE |
|
7875 |
{ |
|
7876 |
control = AVKON_LIST_QUERY_CONTROL |
|
7877 |
{ |
|
7878 |
listtype = EAknCtSinglePopupMenuListBox; |
|
7879 |
heading = qtn_dialer_add_to_contact; |
|
7880 |
listbox = AVKON_LIST_QUERY_LIST |
|
7881 |
{ |
|
7882 |
array_id = r_phone_contact_add_to_selection_array; |
|
7883 |
}; |
|
7884 |
}; |
|
7885 |
} |
|
7886 |
}; |
|
7887 |
} |
|
7888 |
||
7889 |
// --------------------------------------------------------- |
|
7890 |
// |
|
7891 |
// r_phone_contact_add_to_selection_array |
|
7892 |
// Array for "add to contact" options. |
|
7893 |
// |
|
7894 |
// --------------------------------------------------------- |
|
7895 |
// |
|
7896 |
RESOURCE ARRAY r_phone_contact_add_to_selection_array |
|
7897 |
{ |
|
7898 |
items = |
|
7899 |
{ |
|
7900 |
LBUF |
|
7901 |
{ |
|
7902 |
txt = qtn_dialer_create_new; |
|
7903 |
}, |
|
7904 |
LBUF |
|
7905 |
{ |
|
7906 |
txt = qtn_dialer_update_existing; |
|
7907 |
} |
|
7908 |
}; |
|
7909 |
} |
|
7910 |
||
7911 |
// ---------------------------------------------------------------- |
|
7912 |
// |
|
7913 |
// r_phoneui_incall_dialer_cba |
|
7914 |
// Softkeys shown in incall situation with onscreen dialer. |
|
7915 |
// |
|
7916 |
// ---------------------------------------------------------------- |
|
7917 |
// |
|
7918 |
RESOURCE CBA r_phoneui_incall_dialer_cba |
|
7919 |
{ |
|
7920 |
buttons = |
|
7921 |
{ |
|
7922 |
CBA_BUTTON |
|
7923 |
{ |
|
7924 |
id = EPhoneCmdOptions; |
|
7925 |
txt = text_softkey_option; |
|
7926 |
}, |
|
7927 |
||
7928 |
CBA_BUTTON |
|
7929 |
{ |
|
7930 |
id = EPhoneInCallCmdDialer; |
|
7931 |
txt = qtn_incal_softk_dialer; |
|
7932 |
}, |
|
7933 |
||
7934 |
CBA_BUTTON |
|
7935 |
{ |
|
7936 |
id = EPhoneInCallCmdActivatEPhonebook; |
|
7937 |
txt = qtn_msk_contacts; |
|
7938 |
} |
|
7939 |
}; |
|
7940 |
} |
|
7941 |
||
7942 |
// ---------------------------------------------------------------- |
|
7943 |
// |
|
7944 |
// r_phoneui_incall_dialer_tohandset_cba |
|
7945 |
// Softkeys shown in incall situation with onscreen dialer. |
|
7946 |
// |
|
7947 |
// ---------------------------------------------------------------- |
|
7948 |
// |
|
7949 |
RESOURCE CBA r_phoneui_incall_dialer_tohandset_cba |
|
7950 |
{ |
|
7951 |
buttons = |
|
7952 |
{ |
|
7953 |
CBA_BUTTON |
|
7954 |
{ |
|
7955 |
id = EPhoneInCallCmdDialer; |
|
7956 |
txt = qtn_incal_softk_dialer; |
|
7957 |
}, |
|
7958 |
CBA_BUTTON |
|
7959 |
{ |
|
7960 |
id = EPhoneInCallCmdEndThisOutgoingCall; |
|
7961 |
txt = text_softkey_drop; |
|
7962 |
}, |
|
7963 |
CBA_BUTTON |
|
7964 |
{ |
|
7965 |
id = EAknSoftkeyEmpty; |
|
7966 |
txt = ""; |
|
7967 |
} |
|
7968 |
}; |
|
7969 |
} |
|
7970 |
||
7971 |
RESOURCE INDICATOR_PANE r_phoneui_empty_indicators |
|
7972 |
{ |
|
7973 |
indicators = |
|
7974 |
{ |
|
7975 |
}; |
|
7976 |
} |
|
7977 |
||
7978 |
// --------------------------------------------------------- |
|
7979 |
// |
|
7980 |
// r_phoneui_dialer_cba |
|
7981 |
// It contains softkey definitions for dialer. |
|
7982 |
// |
|
7983 |
// --------------------------------------------------------- |
|
7984 |
// |
|
7985 |
RESOURCE CBA r_phoneui_dialer_cba |
|
7986 |
{ |
|
7987 |
buttons = |
|
7988 |
{ |
|
7989 |
CBA_BUTTON |
|
7990 |
{ |
|
7991 |
id = EPhoneCmdOptions; |
|
7992 |
txt = text_softkey_option; |
|
7993 |
}, |
|
7994 |
CBA_BUTTON |
|
7995 |
{ |
|
7996 |
id = EPhoneCmdBack; |
|
7997 |
txt = text_softkey_exit; |
|
7998 |
} |
|
7999 |
}; |
|
8000 |
} |
|
8001 |
||
8002 |
// ----------------------------------------------------------------------------- |
|
8003 |
// |
|
8004 |
// r_phoneui_callhandling_incall_endactive_cba |
|
8005 |
// |
|
8006 |
// ----------------------------------------------------------------------------- |
|
8007 |
// |
|
8008 |
RESOURCE CBA r_phoneui_callhandling_incall_endactive_cba |
|
8009 |
{ |
|
8010 |
buttons = |
|
8011 |
{ |
|
8012 |
CBA_BUTTON |
|
8013 |
{ |
|
8014 |
id = EPhoneCmdOptions; |
|
8015 |
txt = text_softkey_option; |
|
8016 |
}, |
|
8017 |
CBA_BUTTON |
|
8018 |
{ |
|
8019 |
id = EPhoneInCallCmdEndThisActiveCall; |
|
8020 |
txt = qtn_incal_softk_end_this; |
|
8021 |
} |
|
8022 |
}; |
|
8023 |
} |
|
8024 |
||
8025 |
// ----------------------------------------------------------------------------- |
|
8026 |
// |
|
8027 |
// r_phoneui_callcoming_swivel_closed_cba |
|
8028 |
// It contains softkey definitions for call coming in. |
|
8029 |
// Ringing tone is not muted. |
|
8030 |
// |
|
8031 |
// ----------------------------------------------------------------------------- |
|
8032 |
// |
|
8033 |
RESOURCE CBA r_phoneui_callcoming_swivel_closed_cba |
|
8034 |
{ |
|
8035 |
buttons = |
|
8036 |
{ |
|
8037 |
CBA_BUTTON |
|
8038 |
{ |
|
8039 |
id = EPhoneCmdOptions; |
|
8040 |
txt = text_softkey_option; |
|
8041 |
}, |
|
8042 |
CBA_BUTTON |
|
8043 |
{ |
|
8044 |
id = EPhoneCallComingCmdSilent; |
|
8045 |
txt = text_softkey_silent; |
|
8046 |
}, |
|
8047 |
CBA_BUTTON |
|
8048 |
{ |
|
8049 |
id = EPhoneCallComingCmdAnswer; |
|
8050 |
txt = qtn_msk_call_answer_loudspeaker; |
|
8051 |
} |
|
8052 |
}; |
|
8053 |
} |
|
8054 |
||
8055 |
// ----------------------------------------------------------------------------- |
|
8056 |
// |
|
8057 |
// r_phoneui_callcoming_silent_swivel_closed_cba |
|
8058 |
// It contains softkey definitions for call coming in. |
|
8059 |
// Ringing tone is muted. |
|
8060 |
// |
|
8061 |
// ----------------------------------------------------------------------------- |
|
8062 |
// |
|
8063 |
RESOURCE CBA r_phoneui_callcoming_silent_swivel_closed_cba |
|
8064 |
{ |
|
8065 |
buttons = |
|
8066 |
{ |
|
8067 |
CBA_BUTTON |
|
8068 |
{ |
|
8069 |
id = EPhoneCmdOptions; |
|
8070 |
txt = text_softkey_option; |
|
8071 |
}, |
|
8072 |
CBA_BUTTON |
|
8073 |
{ |
|
8074 |
id = EPhoneCallComingCmdReject; |
|
8075 |
txt = text_softkey_reject; |
|
8076 |
}, |
|
8077 |
CBA_BUTTON |
|
8078 |
{ |
|
8079 |
id = EPhoneCallComingCmdAnswer; |
|
8080 |
txt = qtn_msk_call_answer_loudspeaker; |
|
8081 |
} |
|
8082 |
}; |
|
8083 |
} |
|
8084 |
||
8085 |
// ----------------------------------------------------------------------------- |
|
8086 |
// |
|
8087 |
// r_phoneui_waiting_answer_swivel_closed_cba |
|
8088 |
// It contains softkey definitions for waiting call. |
|
8089 |
// |
|
8090 |
// ----------------------------------------------------------------------------- |
|
8091 |
// |
|
8092 |
RESOURCE CBA r_phoneui_waiting_answer_swivel_closed_cba |
|
8093 |
{ |
|
8094 |
buttons = |
|
8095 |
{ |
|
8096 |
CBA_BUTTON |
|
8097 |
{ |
|
8098 |
id = EPhoneCmdOptions; |
|
8099 |
txt = text_softkey_option; |
|
8100 |
}, |
|
8101 |
CBA_BUTTON |
|
8102 |
{ |
|
8103 |
id = EPhoneCallComingCmdReject; |
|
8104 |
txt = text_softkey_reject; |
|
8105 |
}, |
|
8106 |
CBA_BUTTON |
|
8107 |
{ |
|
8108 |
id = EPhoneCallComingCmdAnswer; |
|
8109 |
txt = qtn_msk_call_answer_loudspeaker; |
|
8110 |
} |
|
8111 |
}; |
|
8112 |
} |
|
8113 |
||
8114 |
// ----------------------------------------------------------------------------- |
|
8115 |
// |
|
8116 |
// r_phoneui_waiting_replace_swivel_closed_cba |
|
8117 |
// It contains softkey definitions for waiting and held and active calls. |
|
8118 |
// |
|
8119 |
// ----------------------------------------------------------------------------- |
|
8120 |
// |
|
8121 |
RESOURCE CBA r_phoneui_waiting_replace_swivel_closed_cba |
|
8122 |
{ |
|
8123 |
buttons = |
|
8124 |
{ |
|
8125 |
CBA_BUTTON |
|
8126 |
{ |
|
8127 |
id = EPhoneCmdOptions; |
|
8128 |
txt = text_softkey_option; |
|
8129 |
}, |
|
8130 |
CBA_BUTTON |
|
8131 |
{ |
|
8132 |
id = EPhoneCallComingCmdReject; |
|
8133 |
txt = text_softkey_reject; |
|
8134 |
}, |
|
8135 |
CBA_BUTTON |
|
8136 |
{ |
|
8137 |
id = EPhoneInCallCmdReplace; |
|
8138 |
txt = qtn_msk_replace; |
|
8139 |
} |
|
8140 |
}; |
|
8141 |
} |
|
8142 |
||
8143 |
// ----------------------------------------------------------------------------- |
|
8144 |
// |
|
8145 |
// r_note_video_call_only_possible_under_3g_coverage |
|
8146 |
// |
|
8147 |
// ----------------------------------------------------------------------------- |
|
8148 |
// |
|
8149 |
RESOURCE TBUF r_note_video_call_only_possible_under_3g_coverage |
|
8150 |
{ |
|
8151 |
buf = qtn_video_call_only_possible_under_3g_coverage; |
|
8152 |
} |
|
8153 |
||
8154 |
// ----------------------------------------------------------------------------- |
|
8155 |
// |
|
8156 |
// r_note_unable_to_make_video_call_not_supported_by_other_phone |
|
8157 |
// |
|
8158 |
// ----------------------------------------------------------------------------- |
|
8159 |
// |
|
8160 |
RESOURCE TBUF r_note_unable_to_make_video_call_not_supported_by_other_phone |
|
8161 |
{ |
|
8162 |
buf = qtn_unable_to_make_video_call_not_supported_by_other_phone; |
|
8163 |
} |
|
8164 |
||
8165 |
// ----------------------------------------------------------------------------- |
|
8166 |
// |
|
8167 |
// r_note_phone_out_of_3g_coverage |
|
8168 |
// |
|
8169 |
// ----------------------------------------------------------------------------- |
|
8170 |
// |
|
8171 |
RESOURCE TBUF r_note_phone_out_of_3g_coverage |
|
8172 |
{ |
|
8173 |
buf = qtn_phone_out_of_3g_coverage; |
|
8174 |
} |
|
8175 |
||
8176 |
// ----------------------------------------------------------------------------- |
|
8177 |
// |
|
8178 |
// r_note_called_number_has_barred_incoming_calls |
|
8179 |
// |
|
8180 |
// ----------------------------------------------------------------------------- |
|
8181 |
// |
|
8182 |
RESOURCE TBUF r_note_called_number_has_barred_incoming_calls |
|
8183 |
{ |
|
8184 |
buf = qtn_called_number_has_barred_incoming_calls; |
|
8185 |
} |
|
8186 |
||
69
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8187 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8188 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8189 |
// r_note_var_cause_1 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8190 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8191 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8192 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8193 |
RESOURCE TBUF r_note_var_cause_1 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8194 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8195 |
buf = qtn_var_cause_1; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8196 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8197 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8198 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8199 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8200 |
// r_note_var_cause_3 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8201 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8202 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8203 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8204 |
RESOURCE TBUF r_note_var_cause_3 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8205 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8206 |
buf = qtn_var_cause_3; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8207 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8208 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8209 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8210 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8211 |
// r_note_var_cause_8 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8212 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8213 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8214 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8215 |
RESOURCE TBUF r_note_var_cause_8 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8216 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8217 |
buf = qtn_var_cause_8; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8218 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8219 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8220 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8221 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8222 |
// r_note_var_cause_17 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8223 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8224 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8225 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8226 |
RESOURCE TBUF r_note_var_cause_17 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8227 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8228 |
buf = qtn_var_cause_17; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8229 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8230 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8231 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8232 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8233 |
// r_note_var_cause_18 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8234 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8235 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8236 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8237 |
RESOURCE TBUF r_note_var_cause_18 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8238 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8239 |
buf = qtn_var_cause_18; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8240 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8241 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8242 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8243 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8244 |
// r_note_var_cause_21 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8245 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8246 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8247 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8248 |
RESOURCE TBUF r_note_var_cause_21 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8249 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8250 |
buf = qtn_var_cause_21; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8251 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8252 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8253 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8254 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8255 |
// r_note_var_cause_22 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8256 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8257 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8258 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8259 |
RESOURCE TBUF r_note_var_cause_22 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8260 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8261 |
buf = qtn_var_cause_22; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8262 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8263 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8264 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8265 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8266 |
// r_note_var_cause_27 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8267 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8268 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8269 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8270 |
RESOURCE TBUF r_note_var_cause_27 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8271 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8272 |
buf = qtn_var_cause_27; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8273 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8274 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8275 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8276 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8277 |
// r_note_var_cause_29 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8278 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8279 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8280 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8281 |
RESOURCE TBUF r_note_var_cause_29 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8282 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8283 |
buf = qtn_var_cause_29; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8284 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8285 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8286 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8287 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8288 |
// r_note_var_cause_38 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8289 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8290 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8291 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8292 |
RESOURCE TBUF r_note_var_cause_38 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8293 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8294 |
buf = qtn_var_cause_38; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8295 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8296 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8297 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8298 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8299 |
// r_note_var_cause_41 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8300 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8301 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8302 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8303 |
RESOURCE TBUF r_note_var_cause_41 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8304 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8305 |
buf = qtn_var_cause_41; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8306 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8307 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8308 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8309 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8310 |
// r_note_var_cause_42 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8311 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8312 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8313 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8314 |
RESOURCE TBUF r_note_var_cause_42 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8315 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8316 |
buf = qtn_var_cause_42; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8317 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8318 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8319 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8320 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8321 |
// r_note_var_cause_43 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8322 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8323 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8324 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8325 |
RESOURCE TBUF r_note_var_cause_43 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8326 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8327 |
buf = qtn_var_cause_43; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8328 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8329 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8330 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8331 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8332 |
// r_note_var_cause_44 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8333 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8334 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8335 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8336 |
RESOURCE TBUF r_note_var_cause_44 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8337 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8338 |
buf = qtn_var_cause_44; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8339 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8340 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8341 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8342 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8343 |
// r_note_var_cause_47 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8344 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8345 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8346 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8347 |
RESOURCE TBUF r_note_var_cause_47 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8348 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8349 |
buf = qtn_var_cause_47; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8350 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8351 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8352 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8353 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8354 |
// r_note_var_cause_55 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8355 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8356 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8357 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8358 |
RESOURCE TBUF r_note_var_cause_55 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8359 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8360 |
buf = qtn_var_cause_55; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8361 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8362 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8363 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8364 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8365 |
// r_note_var_cause_57 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8366 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8367 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8368 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8369 |
RESOURCE TBUF r_note_var_cause_57 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8370 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8371 |
buf = qtn_var_cause_57; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8372 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8373 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8374 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8375 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8376 |
// r_note_var_cause_63 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8377 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8378 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8379 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8380 |
RESOURCE TBUF r_note_var_cause_63 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8381 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8382 |
buf = qtn_var_cause_63; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8383 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8384 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8385 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8386 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8387 |
// r_note_var_cause_65 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8388 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8389 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8390 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8391 |
RESOURCE TBUF r_note_var_cause_65 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8392 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8393 |
buf = qtn_var_cause_65; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8394 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8395 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8396 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8397 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8398 |
// r_note_var_cause_69 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8399 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8400 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8401 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8402 |
RESOURCE TBUF r_note_var_cause_69 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8403 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8404 |
buf = qtn_var_cause_69; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8405 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8406 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8407 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8408 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8409 |
// r_note_var_cause_87 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8410 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8411 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8412 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8413 |
RESOURCE TBUF r_note_var_cause_87 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8414 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8415 |
buf = qtn_var_cause_87; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8416 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8417 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8418 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8419 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8420 |
// r_note_var_cause_88 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8421 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8422 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8423 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8424 |
RESOURCE TBUF r_note_var_cause_88 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8425 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8426 |
buf = qtn_var_cause_88; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8427 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8428 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8429 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8430 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8431 |
// r_note_var_cause_95 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8432 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8433 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8434 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8435 |
RESOURCE TBUF r_note_var_cause_95 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8436 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8437 |
buf = qtn_var_cause_95; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8438 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8439 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8440 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8441 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8442 |
// r_note_var_cause_111 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8443 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8444 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8445 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8446 |
RESOURCE TBUF r_note_var_cause_111 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8447 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8448 |
buf = qtn_var_cause_111; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8449 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8450 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8451 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8452 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8453 |
// r_note_var_cause_127 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8454 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8455 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8456 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8457 |
RESOURCE TBUF r_note_var_cause_127 |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8458 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8459 |
buf = qtn_var_cause_127; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8460 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8461 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8462 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8463 |
// r_note_var_number_unassigned_param |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8464 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8465 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8466 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8467 |
RESOURCE TBUF r_note_var_number_unassigned_param |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8468 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8469 |
buf = qtn_var_number_unassigned_param; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8470 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8471 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8472 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8473 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8474 |
// r_note_var_unavailable_param |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8475 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8476 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8477 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8478 |
RESOURCE TBUF r_note_var_unavailable_param |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8479 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8480 |
buf = qtn_var_unavailable_param; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8481 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8482 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8483 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8484 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8485 |
// r_note_var_no_answer_param |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8486 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8487 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8488 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8489 |
RESOURCE TBUF r_note_var_no_answer_param |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8490 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8491 |
buf = qtn_var_no_answer_param; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8492 |
} |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8493 |
|
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8494 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8495 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8496 |
// r_note_var_call_ended_param |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8497 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8498 |
// ----------------------------------------------------------------------------- |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8499 |
// |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8500 |
RESOURCE TBUF r_note_var_call_ended_param |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8501 |
{ |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8502 |
buf = qtn_var_call_ended_param; |
8baf28733c3d
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
8503 |
} |
62 | 8504 |
//########################################################## |
8505 |
// End of File |