|
1 /* |
|
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Localization strings for GSPDataHSDPAPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 // LOCALISATION STRINGS |
|
19 |
|
20 // **OPTIONS MENU |
|
21 // **PACKET DATA (CONNECTION) VIEW |
|
22 |
|
23 //d:Text of a list item in Packet data setting list view's list |
|
24 //d:Item opens High-speed packet access point name setting page |
|
25 //l:list_setting_pane_t1 |
|
26 //w: |
|
27 //r:4.0 |
|
28 // |
|
29 #define qtn_set_hspa_setting "High-speed packet access" |
|
30 |
|
31 |
|
32 |
|
33 //d:Text in setting list item's current value field |
|
34 //d:AHigh-speed packet access list item |
|
35 //d:Current value field text when current value is Enabled |
|
36 //l:list_set_graphic_pane_t1 |
|
37 //w: |
|
38 //r:4.0 |
|
39 // |
|
40 #define qtn_set_hspa_setting_enabled "Enabled" |
|
41 |
|
42 |
|
43 //d:Text in setting list item's current value field |
|
44 //d:AHigh-speed packet access list item |
|
45 //d:Current value field text when current value is Disabled |
|
46 //l:list_set_graphic_pane_t1 |
|
47 //w: |
|
48 //r:4.0 |
|
49 // |
|
50 #define qtn_set_hspa_setting_disabled "Disabled" |
|
51 |
|
52 //d:Used when changing hsdpa value |
|
53 //d:To ensure that all the current network connections are reset |
|
54 //d:Before actually changing the value in the UI |
|
55 //l:popup_note_window |
|
56 //w: |
|
57 //r:4.0 |
|
58 // |
|
59 #define qtn_set_hspa_quest_change_via_offline "All active connections will be disconnected. Continue?" |
|
60 |
|
61 |
|
62 // End of File |