|
1 /* |
|
2 * Copyright (c) 2001-2009 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 the License "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: This is a localisation file for WPASecuritySettingsUI A .loc file is the one and only place where the logical strings to be localised are defined. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // LOCALISATION STRINGS |
|
21 |
|
22 |
|
23 //d:Command in options menu. |
|
24 //d:Modifies the currently selected item. |
|
25 //l:list_single_pane_t1_cp2 |
|
26 //w: |
|
27 //r:3.0 |
|
28 // |
|
29 #define qtn_set_options_change "Change" |
|
30 |
|
31 |
|
32 //d:First element of the Selection List |
|
33 //l:list_setting_pane_t1 |
|
34 //w: |
|
35 //r:3.0 |
|
36 // |
|
37 #define qtn_wlan_sett_wpa_mode "WPA/WPA2 mode" |
|
38 |
|
39 |
|
40 //d:Possible second element of the Selection List |
|
41 //l:list_setting_pane_t1 |
|
42 //w: |
|
43 //r:3.0 |
|
44 // |
|
45 #define qtn_wlan_sett_eap_plugin_config "EAP plug-in configuration" |
|
46 |
|
47 |
|
48 //d:Possible second element of the Selection List |
|
49 //l:list_setting_pane_t1 |
|
50 //w: |
|
51 //r:3.0 |
|
52 // |
|
53 #define qtn_wlan_sett_preshared_key "Pre-shared key" |
|
54 |
|
55 |
|
56 //d:Third element of the Selection List |
|
57 //l:list_setting_pane_t1 |
|
58 //w: |
|
59 //r:3.0 |
|
60 // |
|
61 #define qtn_wlan_sett_allow_tkip "WPA2-only mode" |
|
62 |
|
63 |
|
64 //d:Setting item for the first element of the Selection List |
|
65 //d:(qtn_wlan_sett_wpa_mode) |
|
66 //l:list_set_graphic_pane_t1 |
|
67 //w: |
|
68 //r:3.0 |
|
69 // |
|
70 #define qtn_wlan_sett_wpa_mode_eap "EAP" |
|
71 |
|
72 |
|
73 //d:Setting item for the first element of the Selection List |
|
74 //d:(qtn_wlan_sett_wpa_mode) |
|
75 //l:list_set_graphic_pane_t1 |
|
76 //w: |
|
77 //r:3.0 |
|
78 // |
|
79 #define qtn_wlan_sett_wpa_mode_preshared_key "Pre-shared key" |
|
80 |
|
81 |
|
82 //d:Setting item for the third element of the Selection List |
|
83 //d:(qtn_wlan_sett_allow_tkip) |
|
84 //l:list_set_graphic_pane_t1 |
|
85 //w: |
|
86 //r:3.0 |
|
87 // |
|
88 #define qtn_wlan_sett_tkip_allowed "No" |
|
89 |
|
90 |
|
91 //d:Setting item for the third element of the Selection List |
|
92 //d:(qtn_wlan_sett_allow_tkip) |
|
93 //l:list_set_graphic_pane_t1 |
|
94 //w: |
|
95 //r:3.0 |
|
96 // |
|
97 #define qtn_wlan_sett_tkip_not_allowed "Yes" |
|
98 |
|
99 |
|
100 //d:Information note for the user when the entered key is too short |
|
101 //l:popup_snote_single_text_window |
|
102 //w: |
|
103 //r:3.0 |
|
104 // |
|
105 #define qtn_wlan_info_preshared_key_too_short "Key must be at least 8 characters long" |
|
106 |
|
107 |
|
108 //d:Information note for the user when the entered key is not hexadecimal |
|
109 //l:popup_snote_single_text_window |
|
110 //w: |
|
111 //r:5.0 |
|
112 // |
|
113 #define qtn_wlan_info_preshared_key_not_hex "Invalid characters in pre-shared key. 64-digit key must be in hexadecimal format." |
|
114 |
|
115 |
|
116 //d:Confirmation query showed to the user when not all compulsory data have |
|
117 //d:been entered |
|
118 //l:popup_note_window |
|
119 //w: |
|
120 //r:3.0 |
|
121 // |
|
122 #define qtn_wlan_quest_preshared_key_data_missing "Pre-shared key data is compulsory. Security settings will not be saved. Continue?" |
|
123 |
|
124 |
|
125 // End of File |