|
1 /* |
|
2 * Copyright (c) 2005-2008 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: Localization strings for Location SUPL Settings |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 /** |
|
20 * Default (implementation English) Resource localisation file. |
|
21 */ |
|
22 |
|
23 // LOCALISATION STRINGS |
|
24 |
|
25 //d: Caption text for SUPL settings |
|
26 //d: List box text in Location System UI plugin view. |
|
27 //l: list_setting_pane_t1 |
|
28 //r: 3.1 |
|
29 // |
|
30 #define qtn_loc_settings_supl "Positioning server" |
|
31 |
|
32 //d: Title pane text for application's |
|
33 //d: supl settings view |
|
34 //l: title_pane_t2/opt9 |
|
35 //r: 3.1 |
|
36 // |
|
37 #define qtn_loc_supl_title "Positioning server" |
|
38 |
|
39 //d: Prompt text for configuring SUPL settings |
|
40 //d: in a confirmation query |
|
41 //l: popup_note_window |
|
42 //r: 3.2 |
|
43 // |
|
44 #define qtn_loc_supl_iap_query "Network positioning server requires an access point. Define now?" |
|
45 |
|
46 //d: Settings Item for SUPL usage |
|
47 //d: This value denotes that SUPL would be used automatically and the User would not be prompted |
|
48 //d: with any confirmation queries. |
|
49 //l: list_set_graphic_pane_t1 |
|
50 //r: 3.2 |
|
51 // |
|
52 #define qtn_loc_supl_automatic "Automatic" |
|
53 |
|
54 //d: Settings Item for SUPL usage |
|
55 //d: This value denotes that SUPL would be used automatically when the user is in his |
|
56 //d: home network. When the user is roaming he would be prompted with a query for using SUPL. |
|
57 //l: list_set_graphic_pane_t1 |
|
58 //r: 3.2 |
|
59 // |
|
60 #define qtn_loc_supl_home_automatic "Automatic in home network" |
|
61 |
|
62 //d: Settings Item for SUPL usage |
|
63 //d: This value denotes that the user would always be prompted before using SUPL. |
|
64 //l: list_set_graphic_pane_t1 |
|
65 //r: 3.2 |
|
66 // |
|
67 #define qtn_loc_supl_ask "Always ask" |
|
68 |
|
69 //d: Settings Item for SUPL usage |
|
70 //d: This value denotes that SUPL would not be used at all. |
|
71 //l: list_set_graphic_pane_t1 |
|
72 //r: 3.2 |
|
73 // |
|
74 #define qtn_loc_supl_disabled "Disabled" |
|
75 |
|
76 //d: User enters access points list view and no connections exists. |
|
77 //d: User is informed about it and a 'solution' is offered with this info note. |
|
78 //d: This string is defined as a part of Networking UI Specification. |
|
79 //l: popup_note_window |
|
80 //r: 5.0 |
|
81 // |
|
82 #define qtn_netw_info_no_iap_defined "No access points defined. Define one via Connection settings." |
|
83 |
|
84 // ---------------------- |
|
85 // Since S60 9.1TB |
|
86 // ---------------------- |
|
87 |
|
88 //d: List item in the server view |
|
89 //l: list_setting_pane_t1 |
|
90 //r: 9.1tb |
|
91 // |
|
92 #define qtn_loc_supl_server_use "Positioning server use" |
|
93 |
|
94 //d: Title text in the main setting pane |
|
95 //d: Used in the radio button selection dialog |
|
96 //l: main_pane_set_t1 |
|
97 //r: 9.1tb |
|
98 // |
|
99 #define qtn_loc_supl_lbl_server_use "Positioning server use" |
|
100 |
|
101 //d: List item in the server view |
|
102 //l: list_setting_pane_t1 |
|
103 //r: 9.1tb |
|
104 // |
|
105 #define qtn_loc_supl_server_detail "Server detail" |
|
106 |
|
107 //d: Item in the options menu to open the server detail view |
|
108 //l: list_single_pane_t1_cp2 |
|
109 //r: 9.1tb |
|
110 // |
|
111 #define qtn_loc_supl_options_open "Open" |
|
112 |
|
113 //d: Title text for server detail |
|
114 //l: title_pane_t2/opt9 |
|
115 //r: 9.1tb |
|
116 // |
|
117 #define qtn_loc_server_detail_title "Server detail" |
|
118 |
|
119 //d: Item in the options menu to enable a server |
|
120 //l: list_single_pane_t1_cp2 |
|
121 //r: 9.1tb |
|
122 // |
|
123 #define qtn_loc_detail_options_enable "Enable" |
|
124 |
|
125 //d: Item in the options menu to disable a server |
|
126 //l: list_single_pane_t1_cp2 |
|
127 //r: 9.1tb |
|
128 // |
|
129 #define qtn_loc_detail_options_disable "Disable" |
|
130 |
|
131 //d: Item in the options menu to delete a server |
|
132 //l: list_single_pane_t1_cp2 |
|
133 //r: 9.1tb |
|
134 // |
|
135 #define qtn_loc_detail_options_delete "Delete" |
|
136 |
|
137 //d: Item in the options menu to create a new server |
|
138 //l: list_single_pane_t1_cp2 |
|
139 //r: 9.1tb |
|
140 // |
|
141 #define qtn_loc_detail_options_newserver "New server" |
|
142 |
|
143 //d: Item in the options menu to prioritize the server addresses |
|
144 //l: list_single_pane_t1_cp2 |
|
145 //r: 9.1tb |
|
146 // |
|
147 #define qtn_loc_detail_options_prioritize "Prioritize" |
|
148 |
|
149 //d: Confirmation query is displayed to the user before deleting the selected servers from the list |
|
150 //l: popup_note_window/opt1 |
|
151 //r: 9.1tb |
|
152 // |
|
153 #define qtn_loc_detail_conf_delete_servers "Delete %N servers" |
|
154 |
|
155 //d: Server editor form field heading for server address |
|
156 //l: list_double_pane_t1 |
|
157 //r: 9.1tb |
|
158 // |
|
159 #define qtn_loc_server_address_name "Server address*" |
|
160 |
|
161 //d: Server editor form field heading for access point |
|
162 //l: list_double_pane_t1 |
|
163 //r: 9.1tb |
|
164 // |
|
165 #define qtn_loc_server_iap "Access point" |
|
166 |
|
167 //d: Server editor form field heading for usage in home network |
|
168 //l: list_double_pane_t1 |
|
169 //r: 9.1tb |
|
170 // |
|
171 #define qtn_loc_server_usage "Usage in home network only" |
|
172 |
|
173 //d: Value in the "usage in home network" form field |
|
174 //l: list_double_pane_t2 |
|
175 //r: 9.1tb |
|
176 // |
|
177 #define qtn_loc_server_usage_yes "Yes" |
|
178 |
|
179 //d: Value in the "usage in home network" form field |
|
180 //l: list_double_pane_t2 |
|
181 //r: 9.1tb |
|
182 // |
|
183 #define qtn_loc_server_usage_no "No" |
|
184 |
|
185 //d: Item in the options menu to edit the server |
|
186 //l: list_single_pane_t1_cp2 |
|
187 //r: 9.1tb |
|
188 // |
|
189 #define qtn_loc_server_options_edit "Edit" |
|
190 |
|
191 //d: Confirmation query is displayed to the user before deleting the server |
|
192 //l: popup_note_window/opt1 |
|
193 //r: 9.1tb |
|
194 // |
|
195 #define qtn_loc_detail_conf_delete_server "Delete server" |
|
196 |
|
197 //d: Title text for server editor |
|
198 //l: title_pane_t2/opt9 |
|
199 //r: 9.1tb |
|
200 // |
|
201 #define qtn_loc_server_editor_title "New server" |
|
202 |
|
203 //d: Item in the options menu to change the setting of the focussed item |
|
204 //l: list_single_pane_t1_cp2 |
|
205 //r: 9.1tb |
|
206 // |
|
207 #define qtn_loc_server_options_change "Change" |
|
208 |
|
209 //d: Item in the options menu to define the Access Point . Only visible whene the focus is on the Access point |
|
210 //l: list_single_pane_t1_cp2 |
|
211 //r: 9.1tb |
|
212 // |
|
213 #define qtn_loc_server_options_define "Define" |
|
214 |
|
215 //d: MSK in the server editor to define the Access Point |
|
216 //l: control_pane_t3/opt7 |
|
217 //r: 9.1tb |
|
218 // |
|
219 #define qtn_msk_define "Define" |
|
220 |
|
221 //d: Value in the "Access point" form field |
|
222 //l: list_double_pane_t2 |
|
223 //r: 9.1tb |
|
224 // |
|
225 #define qtn_loc_server_none "None" |
|
226 |
|
227 //d: If the user presses the SK2 “Done” without the value in the mandatory field, this information note is displayed |
|
228 //l: popup_note_window/opt2 |
|
229 //r: 9.1tb |
|
230 // |
|
231 #define qtn_loc_server_info_note "Enter the server address" |
|
232 |
|
233 //d: If the user presses the SK2 “Done” with server address which is already exists, this information note is displayed to rename the server address |
|
234 //l: popup_note_window/opt2 |
|
235 //r: 9.1tb |
|
236 // |
|
237 #define qtn_loc_server_rename_info_note "Server address already exists. Please enter new server address" |
|
238 |
|
239 //d: List item in the server view for displaying number of services |
|
240 //l: list_setting_pane_t1 |
|
241 //r: 9.2tb |
|
242 // |
|
243 #define qtn_loc_supl_multiple_services "%N Active services" |
|
244 |
|
245 //d: List item in the server view for displaying 1 active services |
|
246 //l: list_setting_pane_t1 |
|
247 //r: 9.2tb |
|
248 // |
|
249 #define qtn_loc_supl_single_service "1 Active service" |
|
250 |
|
251 //d: List item in the server view for displaying no services |
|
252 //l: list_setting_pane_t1 |
|
253 //r: 9.2tb |
|
254 // |
|
255 #define qtn_loc_supl_no_service "No active services" |
|
256 |
|
257 //d: Title text for Active Services View |
|
258 //l: title_pane_t2/opt9 |
|
259 //r: 9.2tb |
|
260 // |
|
261 #define qtn_loc_supl_services_title "Active services" |
|
262 |
|
263 //d: Text to diplay for the unknown requester in Services view. |
|
264 //l: list_single_graphic_pane_t1 |
|
265 //r: 9.2tb |
|
266 // |
|
267 #define qtn_loc_supl_unknown_service "Unknown requester" |
|
268 |
|
269 //d: Item in the options menu to clear active session |
|
270 //l: list_single_pane_t1_cp2 |
|
271 //r: 9.2tb |
|
272 // |
|
273 #define qtn_loc_supl_options_terminate "Terminate service" |
|
274 |
|
275 //d: Item in the options menu to clear active sessions |
|
276 //l: list_single_pane_t1_cp2 |
|
277 //r: 9.2tb |
|
278 // |
|
279 #define qtn_loc_supl_options_terminate_multiple "Terminate services" |
|
280 |
|
281 //d: Confirmation query is displayed to the user before deleting the sessions |
|
282 //l: popup_note_window/opt1 |
|
283 //r: 9.2tb |
|
284 // |
|
285 #define qtn_loc_supl_query_terminate_all "Terminate all active services ?" |
|
286 |
|
287 //d: Confirmation query is displayed to the user before deleting the session |
|
288 //l: popup_note_window/opt1 |
|
289 //r: 9.2tb |
|
290 // |
|
291 #define qtn_loc_supl_query_terminate "Terminate \n %U?" |
|
292 |
|
293 //d: Confirmation query is displayed to the user before deleting the sessions |
|
294 //l: popup_note_window/opt1 |
|
295 //r: 9.2tb |
|
296 // |
|
297 #define qtn_loc_supl_query_terminate_multiple "Terminate %N services?" |
|
298 |
|
299 //d: Title text for Unnamed Session |
|
300 //l: title_pane_t2/opt9 |
|
301 //r: 9.2tb |
|
302 // |
|
303 #define qtn_loc_services_title_unknown "Unknown requester" |
|
304 |
|
305 // d: Label for Notification Status in Session editor |
|
306 // l: list_double_pane_t1 |
|
307 // r: 9.2tb |
|
308 // |
|
309 #define qtn_loc_supl_trigger_dialog "Trigger notification dialog" |
|
310 |
|
311 //d: Trigger notification status item in the session view |
|
312 //l: list_double_pane_t2 |
|
313 //r: 9.2tb |
|
314 // |
|
315 #define qtn_loc_supl_trigger_dialog_on "On" |
|
316 |
|
317 //d: Trigger notification status item in the session view |
|
318 //l: list_double_pane_t2 |
|
319 //r: 9.2tb |
|
320 // |
|
321 #define qtn_loc_supl_trigger_dialog_off "Off" |
|
322 |
|
323 // d: Label for Session type in Session editor |
|
324 // l: list_double_pane_t1 |
|
325 // r: 9.2tb |
|
326 // |
|
327 #define qtn_loc_supl_trigger_type "Type" |
|
328 |
|
329 //d: Trigger type item in the session view |
|
330 //l: list_double_pane_t2 |
|
331 //r: 9.2tb |
|
332 // |
|
333 #define qtn_loc_supl_peridic_trigger "Periodic" |
|
334 |
|
335 // d: Label for Session's Outstanding triggers in Session editor |
|
336 // l: list_double_pane_t1 |
|
337 // r: 9.2tb |
|
338 // |
|
339 #define qtn_loc_supl_trigger_outstanding "Number of outstanding triggers" |
|
340 |
|
341 // d: Label for Session period in Session editor |
|
342 // l: list_double_pane_t1 |
|
343 // r: 9.2tb |
|
344 // |
|
345 #define qtn_loc_supl_trigger_time_period "Time period" |
|
346 |
|
347 //d: Item in the session view to display the time in minutes unit(singular) |
|
348 //l: list_double_pane_t2 |
|
349 //r: 9.2tb |
|
350 // |
|
351 #define qtn_loc_supl_trigger_time_minutes "%U minutes" |
|
352 |
|
353 //d: Item in the session view to display the time in hours unit(singular) |
|
354 //l: list_double_pane_t2 |
|
355 //r: 9.2tb |
|
356 // |
|
357 #define qtn_loc_supl_trigger_time_onehour "1 hour" |
|
358 |
|
359 //d: Item in the session view to display the time in hours unit(plural) |
|
360 //l: list_double_pane_t2 |
|
361 //r: 9.2tb |
|
362 // |
|
363 #define qtn_loc_supl_trigger_time_hours "%U hours" |
|
364 |
|
365 //d: Item in the session view to display the time in days unit(singular) |
|
366 //l: list_double_pane_t2 |
|
367 //r: 9.2tb |
|
368 // |
|
369 #define qtn_loc_supl_trigger_time_oneday "1 day" |
|
370 |
|
371 //d: Item in the session view to display the time in days unit(plural) |
|
372 //l: list_double_pane_t2 |
|
373 //r: 9.2tb |
|
374 // |
|
375 #define qtn_loc_supl_trigger_time_days "%U days" |
|
376 |
|
377 // d: Label for Session interval in Session editor |
|
378 // l: list_double_pane_t1 |
|
379 // r: 9.2tb |
|
380 // |
|
381 #define qtn_loc_supl_trigger_interval "Time interval" |
|
382 |
|
383 // End of file |