|
1 /* |
|
2 * Copyright (c) 2009-2010 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: UI resource file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME VPRA |
|
21 |
|
22 // INCLUDES |
|
23 #include <eikon.rh> |
|
24 #include <avkon.rsg> |
|
25 #include <eikon.rsg> |
|
26 #include <avkon.rh> |
|
27 #include <avkon.loc> |
|
28 #include <csc.loc> |
|
29 #include <cscsettingsui.loc> |
|
30 |
|
31 // RESOURCE DEFINITIONS |
|
32 |
|
33 RESOURCE RSS_SIGNATURE { } |
|
34 |
|
35 RESOURCE TBUF { buf=""; } |
|
36 |
|
37 RESOURCE EIK_APP_INFO |
|
38 { |
|
39 status_pane=R_AVKON_STATUS_PANE_LAYOUT_EMPTY; |
|
40 } |
|
41 |
|
42 //---------------------------------------------------- |
|
43 // r_voip_provisioning_query_install_service |
|
44 // Query dialog for VoIP service installation. |
|
45 // |
|
46 //---------------------------------------------------- |
|
47 // |
|
48 RESOURCE DIALOG r_voip_provisioning_query_install_service |
|
49 { |
|
50 flags = EGeneralQueryFlags; |
|
51 buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
52 items = |
|
53 { |
|
54 DLG_LINE |
|
55 { |
|
56 type = EAknCtQuery; |
|
57 id = EGeneralQuery; |
|
58 control = AVKON_CONFIRMATION_QUERY |
|
59 { |
|
60 label = qtn_voip_settings_title; |
|
61 layout = EConfirmationQueryLayout; |
|
62 }; |
|
63 } |
|
64 }; |
|
65 } |
|
66 |
|
67 // --------------------------------------------------------------------------- |
|
68 // r_voip_default_save_query |
|
69 // Text to be shown in installation query if no text is retreived from XML. |
|
70 // --------------------------------------------------------------------------- |
|
71 // |
|
72 RESOURCE TBUF r_voip_default_save_query |
|
73 { |
|
74 buf = qtn_form_litxt_save; |
|
75 } |
|
76 |
|
77 // --------------------------------------------------------------------------- |
|
78 // r_voip_invalid_data |
|
79 // Text to be shown after failed installation. |
|
80 // --------------------------------------------------------------------------- |
|
81 // |
|
82 RESOURCE TBUF r_voip_invalid_data |
|
83 { |
|
84 buf = qtn_voip_csc_error_note_unable_to_configure; |
|
85 } |
|
86 |
|
87 // --------------------------------------------------------------------------- |
|
88 // r_voip_installed |
|
89 // Text to show after successful installation. |
|
90 // |
|
91 // --------------------------------------------------------------------------- |
|
92 // |
|
93 RESOURCE TBUF r_voip_installed |
|
94 { |
|
95 buf = qtn_form_conf_saved; |
|
96 } |
|
97 |
|
98 // --------------------------------------------------------------------------- |
|
99 // r_waitnote_configure |
|
100 // Wait note to be shown |
|
101 // --------------------------------------------------------------------------- |
|
102 // |
|
103 RESOURCE DIALOG r_waitnote_configure |
|
104 { |
|
105 flags = EAknWaitNoteFlags|EEikDialogFlagNotifyEsc; |
|
106 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
107 items = |
|
108 { |
|
109 DLG_LINE |
|
110 { |
|
111 type = EAknCtNote; |
|
112 id = EGeneralNote; |
|
113 control = AVKON_NOTE |
|
114 { |
|
115 layout = EWaitLayout; |
|
116 singular_label = qtn_gen_note_saving; |
|
117 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
118 }; |
|
119 } |
|
120 }; |
|
121 } |