|
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 * Resource file for the application view "Settings" (Logs.APP). |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 |
|
22 // INCLUDES |
|
23 |
|
24 // CONSTANTS |
|
25 |
|
26 // MACROS |
|
27 |
|
28 // RESOURCE DEFINITIONS |
|
29 |
|
30 /** |
|
31 * Settings log length popup view's listbox text line. |
|
32 */ |
|
33 RESOURCE TBUF r_logs_sv_log_length_0_text |
|
34 { |
|
35 buf = qtn_logs_adv3_no_log; |
|
36 } |
|
37 |
|
38 /** |
|
39 * Settings log length popup view's listbox text line. |
|
40 */ |
|
41 RESOURCE TBUF r_logs_sv_log_length_1_text |
|
42 { |
|
43 buf = qtn_logs_adv3_lenght_1; |
|
44 } |
|
45 |
|
46 /** |
|
47 * Settings log length popup view's listbox text line. |
|
48 */ |
|
49 RESOURCE TBUF r_logs_sv_log_length_10_text |
|
50 { |
|
51 buf = qtn_logs_adv3_lenght_10; |
|
52 } |
|
53 |
|
54 /** |
|
55 * Settings log length popup view's listbox text line. |
|
56 */ |
|
57 RESOURCE TBUF r_logs_sv_log_length_30_text |
|
58 { |
|
59 buf = qtn_logs_adv3_lenght_30; |
|
60 } |
|
61 |
|
62 /** |
|
63 * Definition of Log length "No log" query. |
|
64 */ |
|
65 RESOURCE DIALOG r_ll_no_log_confirmation_query |
|
66 { |
|
67 flags = EGeneralQueryFlags; |
|
68 buttons = R_AVKON_SOFTKEYS_YES_NO; |
|
69 items = |
|
70 { |
|
71 DLG_LINE |
|
72 { |
|
73 type = EAknCtQuery; |
|
74 id = EGeneralQuery; |
|
75 control = AVKON_CONFIRMATION_QUERY |
|
76 { |
|
77 layout = EConfirmationLayout; |
|
78 label = qtn_logs_query_no_log; |
|
79 }; |
|
80 } |
|
81 }; |
|
82 } |
|
83 |
|
84 /************************************************ |
|
85 "Show Call Duration" moved General Settings application, not in use any more in Logs |
|
86 |
|
87 RESOURCE TBUF r_qtn_logs_ldv3_timer_on_text |
|
88 { |
|
89 buf = qtn_logs_ldv3_timer_on; |
|
90 } |
|
91 |
|
92 RESOURCE TBUF r_qtn_logs_ldv3_timer_off_text |
|
93 { |
|
94 buf = qtn_logs_ldv3_timer_off; |
|
95 } |
|
96 ************************************************/ |
|
97 |
|
98 /** |
|
99 * Logs 'settings' view menu items. |
|
100 */ |
|
101 RESOURCE MENU_PANE r_logs_settings_menu |
|
102 { |
|
103 items= |
|
104 { |
|
105 MENU_ITEM |
|
106 { |
|
107 command = ELogsCmdChange; |
|
108 txt = qtn_logs_set_cmd_change; |
|
109 flags = EEikMenuItemAction; |
|
110 } |
|
111 }; |
|
112 } |
|
113 |
|
114 /** |
|
115 * Logs Settings view system menu pane. |
|
116 */ |
|
117 RESOURCE MENU_PANE r_logs_settings_menu_bottom |
|
118 { |
|
119 items= |
|
120 { |
|
121 MENU_ITEM |
|
122 { |
|
123 command = EAknCmdHelp; |
|
124 txt = qtn_options_help; |
|
125 }, |
|
126 MENU_ITEM |
|
127 { |
|
128 command = ELogsCmdMenuExit; |
|
129 txt = qtn_logs_cmd_exit; |
|
130 } |
|
131 }; |
|
132 } |
|
133 |
|
134 /** |
|
135 * Logs 'Settings' view menubar. |
|
136 */ |
|
137 RESOURCE MENU_BAR r_logs_log_settings_menubar |
|
138 { |
|
139 titles = |
|
140 { |
|
141 MENU_TITLE { menu_pane = r_logs_settings_menu_bottom; }, |
|
142 MENU_TITLE { menu_pane = r_logs_settings_menu; } |
|
143 }; |
|
144 } |
|
145 |
|
146 /** |
|
147 * Settings' LogLength |
|
148 */ |
|
149 RESOURCE AVKON_SETTING_PAGE r_logs_settings_log_length_page |
|
150 { |
|
151 label = qtn_logs_lda3_length; |
|
152 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
153 type = EAknSetListBox; |
|
154 editor_resource_id = r_logs_settings_listbox; |
|
155 } |
|
156 |
|
157 |
|
158 /************************************************ |
|
159 "Show Call Duration" moved General Settings application, not in use any more in Logs |
|
160 |
|
161 RESOURCE AVKON_SETTING_PAGE r_logs_settings_call_duration_page |
|
162 { |
|
163 label = qtn_logs_lda3_time; |
|
164 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
165 type = EAknSetListBox; |
|
166 editor_resource_id = r_logs_settings_listbox; |
|
167 } |
|
168 ************************************************/ |
|
169 |
|
170 |
|
171 /** |
|
172 * Settings' Show Cost In |
|
173 */ |
|
174 RESOURCE AVKON_SETTING_PAGE r_logs_settings_show_cost_in_page |
|
175 { |
|
176 label = qtn_aoc_lda3_set_units; |
|
177 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
178 type = EAknSetListBox; |
|
179 editor_resource_id = r_logs_settings_listbox; |
|
180 } |
|
181 |
|
182 /** |
|
183 * Settings' Call Cost Limit |
|
184 */ |
|
185 RESOURCE AVKON_SETTING_PAGE r_logs_settings_call_cost_limit_page |
|
186 { |
|
187 label = qtn_aoc_lda3_set_limit; |
|
188 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
189 type = EAknSetListBox; |
|
190 editor_resource_id = r_logs_settings_listbox; |
|
191 } |
|
192 |
|
193 RESOURCE LISTBOX r_logs_settings_listbox |
|
194 { |
|
195 flags = EEikListBoxMultipleSelection; |
|
196 } |
|
197 |
|
198 /** |
|
199 * Logs 'settings' view definition. |
|
200 */ |
|
201 RESOURCE AVKON_VIEW r_logs_settings_view |
|
202 { |
|
203 menubar = r_logs_log_settings_menubar; |
|
204 cba = r_common_options_back_change; |
|
205 } |
|
206 |
|
207 /** |
|
208 * Text for General Settings Application view. |
|
209 */ |
|
210 RESOURCE TBUF r_set_folder_logs |
|
211 { |
|
212 buf = qtn_set_folder_logs; |
|
213 } |
|
214 |
|
215 |
|
216 // End of File |
|
217 |