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: |
|
15 * Localization strings for the dll |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // LOCALISATION STRINGS |
|
21 |
|
22 //d:Title pane text of WLAN (Wireless Local Area Network) settings. |
|
23 //l:title_pane_t2/opt9 |
|
24 //w: |
|
25 //r:3.1 |
|
26 // |
|
27 #define qtn_wlan_main_title "Wireless LAN" |
|
28 |
|
29 //d:Setting list item name. |
|
30 //d:"Show WLAN availability" setting: defines if WLAN availablility indicator |
|
31 //d:is displayed or not. |
|
32 //l:list_setting_pane_t1 |
|
33 //w: |
|
34 //r:3.1 |
|
35 // |
|
36 #define qtn_wlan_sett_show_wlan_avail "Show WLAN availability" |
|
37 |
|
38 //d:Setting choice item. |
|
39 //d:qtn_wlan_sett_show_wlan_avail "Show WLAN availability" setting value: |
|
40 //d:WLAN availability indicator is not displayed. |
|
41 //d:Backround scan for WLAN networks is never performed (==off). |
|
42 //l:list_set_graphic_pane_t1 |
|
43 //w: |
|
44 //r:3.1 |
|
45 // |
|
46 #define qtn_wlan_sett_bg_scan_never "No" |
|
47 |
|
48 //d:Setting choice item. |
|
49 //d:qtn_wlan_sett_show_wlan_avail "Show WLAN availability" setting value: |
|
50 //d:WLAN availability indicator is displayed. |
|
51 //d:Backround scan for WLAN networks is performed regularly. |
|
52 //l:list_set_graphic_pane_t1 |
|
53 //w: |
|
54 //r:3.1 |
|
55 // |
|
56 #define qtn_wlan_sett_bg_scan_enabled "Yes" |
|
57 |
|
58 //d:Setting list item name. |
|
59 //d:"Scan networks" setting: controls the interval, how often a background scan |
|
60 //d:for surrounding WLAN networks is performed. |
|
61 //l:list_setting_pane_t1 |
|
62 //w: |
|
63 //r:3.1 |
|
64 // |
|
65 #define qtn_wlan_sett_bg_scan_interval "Update availability" |
|
66 |
|
67 //d:Setting choice item. |
|
68 //d:qtn_wlan_sett_bg_scan_interval "Scan network" setting value: |
|
69 //d:Backround scan for WLAN networks is performed in every 1 minute. |
|
70 //l:list_set_graphic_pane_t1 |
|
71 //w: |
|
72 //r:3.1 |
|
73 // |
|
74 #define qtn_wlan_sett_bg_scan_1_min "Every 1 min." |
|
75 |
|
76 //d:Setting choice item. |
|
77 //d:qtn_wlan_sett_bg_scan_interval "Scan network" setting value: |
|
78 //d:Backround scan for WLAN networks is performed in every %N minutes. |
|
79 //l:list_set_graphic_pane_t1 |
|
80 //w: |
|
81 //r:5.2 |
|
82 // |
|
83 #define qtn_wlan_sett_bg_scan_x_min "Every %N minutes" |
|
84 |
|
85 //d:Setting list item name. |
|
86 //d:"Power saving" setting: controls the status of the power mode. |
|
87 //l:list_setting_pane_t1 |
|
88 //w: |
|
89 //r:3.1 |
|
90 // |
|
91 #define qtn_wlan_sett_power_saving "Power saving" |
|
92 |
|
93 //d:Setting choice item. |
|
94 //d:qtn_wlan_sett_power_saving "Power saving" setting value: |
|
95 //d:power saving enabled. |
|
96 //l:list_set_graphic_pane_t1 |
|
97 //w: |
|
98 //r:3.1 |
|
99 // |
|
100 #define qtn_wlan_sett_power_saving_enabled "Enabled" |
|
101 |
|
102 //d:Setting choice item. |
|
103 //d:qtn_wlan_sett_power_saving "Power saving" setting value: |
|
104 //d:power saving disabled. |
|
105 //l:list_set_graphic_pane_t1 |
|
106 //w: |
|
107 //r:3.1 |
|
108 // |
|
109 #define qtn_wlan_sett_power_saving_disabled "Disabled" |
|
110 |
|
111 //d: In case of error, the error code is passed to error resolver |
|
112 //d: and the error note is displayed accordingly. If error resolver |
|
113 //d: cannot resolve the error, an error note "System error" is displayed. |
|
114 //l: popup_note_window/opt2 |
|
115 //w: |
|
116 //r:3.1 |
|
117 // |
|
118 #define qtn_err_os_general "System error" |
|
119 |
|
120 //d: In case the user wants to change the background scanning |
|
121 //d: interval while the phone is in power save mode this a |
|
122 //l:popup_note_window |
|
123 //w: |
|
124 //r:5.0 |
|
125 // |
|
126 #define qtn_power_saving_protected_settings_infonote "Power saving is active. Unable to edit." |
|
127 |
|
128 //d:Setting choice item. |
|
129 //d:qtn_wlan_sett_bg_scan_interval "Scan network" setting value: |
|
130 //d:Backround scan for WLAN networks is calculated by adaptive WLAN scanning engine |
|
131 //l:list_set_graphic_pane_t1 |
|
132 //w: |
|
133 //r:5.0 |
|
134 // |
|
135 #define qtn_wlan_sett_bg_scan_auto "Automatically" |
|
136 |
|
137 //d:Setting choice item. |
|
138 //d:qtn_wlan_sett_bg_scan_interval "Scan network" setting value: |
|
139 //d:Backround scan interval for WLAN networks is defined by user |
|
140 //l:list_set_graphic_pane_t1 |
|
141 //w: |
|
142 //r:5.2 |
|
143 // |
|
144 #define qtn_wlan_sett_bg_scan_user_def "User-defined interval" |
|
145 |
|
146 //d:"Interval (in minutes):" - data query |
|
147 //l:popup_query_data_window/opt5 |
|
148 //w: |
|
149 //r:5.2 |
|
150 // |
|
151 #define qtn_wlan_prmpt_bg_scan_interval "Interval (in minutes):" |
|
152 |
|
153 // End of File |
|