25
|
1 |
/*
|
|
2 |
* Copyright (c) 2005-2010 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: FOTA specific localisation strings for NSmlDMSyncApp
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
//d:-----------------------------------------------------------
|
|
20 |
//d:TAB TEXTS
|
|
21 |
//d:-----------------------------------------------------------
|
|
22 |
|
|
23 |
//d:Tab text when the fota view is active.
|
|
24 |
//l:tabs_2_long_active_pane_t1
|
|
25 |
//w:
|
|
26 |
//r:3.1
|
|
27 |
//
|
|
28 |
#define qtn_dm_tab_phone_updates "Updates"
|
|
29 |
|
|
30 |
//d:Tab text when the profiles view is active.
|
|
31 |
//l:tabs_2_long_active_pane_t1
|
|
32 |
//w:
|
|
33 |
//r:3.1
|
|
34 |
//
|
|
35 |
#define qtn_dm_tab_profiles "Profiles"
|
|
36 |
|
|
37 |
//d:-----------------------------------------------------------
|
|
38 |
//d:FOTA VIEW
|
|
39 |
//d:-----------------------------------------------------------
|
|
40 |
|
|
41 |
//d:Item describing the current phone software version
|
|
42 |
//d:in the fota view.
|
|
43 |
//l:list_double_pane_t1_cp2
|
|
44 |
//w:
|
|
45 |
//r:3.1
|
|
46 |
//
|
|
47 |
#define qtn_fota_list_current_version "Device software"
|
|
48 |
|
|
49 |
//d:Item describing the latest update in the fota view.
|
|
50 |
//l:list_double_pane_t1_cp2
|
|
51 |
//w:
|
|
52 |
//r:3.1
|
|
53 |
//
|
|
54 |
#define qtn_fota_list_latest_update "Device updated"
|
|
55 |
|
|
56 |
//d:Text shown in the place of the time of the latest update
|
|
57 |
//d:when no software updates are yet performed.
|
|
58 |
//l:list_double_pane_t2_cp2
|
|
59 |
//w:
|
|
60 |
//r:3.1
|
|
61 |
//
|
|
62 |
#define qtn_fota_list_not_updated "Not updated"
|
|
63 |
|
|
64 |
//d:Command in fota view options list.
|
|
65 |
//d:Starts the checking for software updates
|
|
66 |
//l:list_single_pane_t1_cp2
|
|
67 |
//w:
|
|
68 |
//r:3.1
|
|
69 |
//
|
|
70 |
#define qtn_fota_options_check_updates "Check updates"
|
|
71 |
|
|
72 |
//d:Command in fota view options list.
|
|
73 |
//d:Starts the installing of retrieved update.
|
|
74 |
//l:list_single_pane_t1_cp2
|
|
75 |
//w:
|
|
76 |
//r:3.1
|
|
77 |
//
|
|
78 |
#define qtn_fota_options_install_update "Install update"
|
|
79 |
|
|
80 |
//d:Command in fota view options list.
|
|
81 |
//d:Opens the fota settings dialog
|
|
82 |
//l:list_single_pane_t1_cp2
|
|
83 |
//w:
|
|
84 |
//r:3.1
|
|
85 |
//
|
|
86 |
#define qtn_fota_options_update_settings "Settings"
|
|
87 |
|
|
88 |
//d:Setting item in fota settings view describing the
|
|
89 |
//d:default profile used.
|
|
90 |
//l:list_setting_pane_t1
|
|
91 |
//w:
|
|
92 |
//r:3.1
|
|
93 |
//
|
|
94 |
#define qtn_fota_setting_default_profile "Default profile"
|
|
95 |
|
|
96 |
//d:Setting item data in fota settings view presenting that
|
|
97 |
//d:no default profile is defined.
|
|
98 |
//l:list_set_graphic_pane_t1
|
|
99 |
//w:
|
|
100 |
//r:3.1
|
|
101 |
//
|
|
102 |
#define qtn_fota_setting_value_always_ask "Always ask"
|
|
103 |
|
|
104 |
//d:Title of the fota settings dialog on the title pane
|
|
105 |
//l:title_pane_t2/opt9
|
|
106 |
//w:
|
|
107 |
//r:3.1
|
|
108 |
//
|
|
109 |
#define qtn_fota_title_update_settings "Settings"
|
|
110 |
|
|
111 |
//d:Title of the profile selection dialog when the user
|
|
112 |
//d:initiates the firmware update check.
|
|
113 |
//l:heading_pane_t1
|
|
114 |
//w:
|
|
115 |
//r:3.1
|
|
116 |
//
|
|
117 |
#define qtn_fota_list_query_select_server_profile "Select server profile"
|
|
118 |
|
|
119 |
//d:Wait note shown during the user initiated checking of updates.
|
|
120 |
//d:Is shown during the communication with the device management
|
|
121 |
//d:server and possibly, but not necessarily, during the downloading
|
|
122 |
//d:of the update packet.
|
|
123 |
//l:popup_note_wait_window
|
|
124 |
//w:
|
|
125 |
//r:3.1
|
|
126 |
//
|
|
127 |
#define qtn_fota_wait_checking_update "Checking for update"
|
|
128 |
|
|
129 |
//d:Text of the info note shown to user after the user initiated
|
|
130 |
//d:update check, if the SyncML server had no new software updates
|
|
131 |
//d:available.
|
|
132 |
//l:popup_note_window
|
|
133 |
//w:
|
|
134 |
//r:3.1
|
|
135 |
//
|
|
136 |
#define qtn_fota_no_new_updates "There are no new updates at this time."
|
|
137 |
|
|
138 |
//d:Item describing the sales model name
|
|
139 |
//d:in main view.
|
|
140 |
//l:list_double_pane_t1_cp2
|
|
141 |
//r:3.2
|
|
142 |
//
|
|
143 |
#define qtn_fota_list_model "Model"
|
|
144 |
|
|
145 |
//d:Text shown when sales model name not available
|
|
146 |
//d:in main view.
|
|
147 |
//l:list_double_pane_t2_cp2
|
|
148 |
//r:3.2
|
|
149 |
//
|
|
150 |
#define qtn_dm_list_model_not_available "Not available"
|
|
151 |
|
|
152 |
//d:Item shown only when update package is
|
|
153 |
//d:available in main view.
|
|
154 |
//l:list_double_pane_t1_cp2
|
|
155 |
//r:3.2
|
|
156 |
//
|
|
157 |
#define qtn_fota_list_new_sw_available "New device software"
|
|
158 |
|
|
159 |
//d:Text shown when update package is ready
|
|
160 |
//d:for install in main view.
|
|
161 |
//l:list_double_pane_t2_cp2
|
|
162 |
//r:3.2
|
|
163 |
//
|
|
164 |
#define qtn_fota_list_sw_available "Available for install"
|
|
165 |
|
|
166 |
//d:Setting item in fota settings view describing the
|
|
167 |
//d:default profile used.
|
|
168 |
//l:list_setting_pane_t1
|
|
169 |
//r:3.2
|
|
170 |
//
|
|
171 |
#define qtn_fota_setting_default_server "Default server"
|
|
172 |
|
|
173 |
//d:Title of the profile selection dialog when the user
|
|
174 |
//d:initiates the firmware update check.
|
|
175 |
//l:heading_pane_t1
|
|
176 |
//r:3.2
|
|
177 |
//
|
|
178 |
#define qtn_fota_list_query_select_server "Select server"
|
|
179 |
|
|
180 |
//d:List Item text shown for the software version date
|
|
181 |
//d:available in main view.
|
|
182 |
//l:list_double_pane_t1
|
|
183 |
//r:3.2
|
|
184 |
//
|
|
185 |
#define qtn_fota_list_sw_version_date "Software version date"
|
|
186 |
|
|
187 |
//d:List Item text shown for the software version
|
|
188 |
//d:available in main view.
|
|
189 |
//l:list_double_pane_t1
|
|
190 |
//r:3.2
|
|
191 |
//
|
|
192 |
#define qtn_fota_list_sw_version "Software version"
|
|
193 |
|
|
194 |
//d:List Item text shown for the custom version
|
|
195 |
//d:available in main view.
|
|
196 |
//l:list_double_pane_t1
|
|
197 |
//r:3.2
|
|
198 |
//
|
|
199 |
#define qtn_fota_list_custom_version "Custom version"
|
|
200 |
|
|
201 |
//d:List Item text shown for the custom version date
|
|
202 |
//d:available in main view.
|
|
203 |
//l:list_double_pane_t1
|
|
204 |
//r:3.2
|
|
205 |
//
|
|
206 |
#define qtn_fota_list_custom_version_date "Custom version date"
|
|
207 |
|
|
208 |
//d:List Item text shown for the language package
|
|
209 |
//d:available in main view.
|
|
210 |
//l:list_double_pane_t1
|
|
211 |
//r:3.2
|
|
212 |
//
|
|
213 |
#define qtn_fota_list_language "Language package"
|
|
214 |
|
|
215 |
//d:List Item text shown for type
|
|
216 |
//d:available in main view.
|
|
217 |
//l:list_double_pane_t1
|
|
218 |
//r:3.2
|
|
219 |
//
|
|
220 |
#define qtn_fota_list_type_designator "Type"
|
|
221 |
|
|
222 |
//d:Command in main view options list.
|
|
223 |
//d:Continutes the fota download update process
|
|
224 |
//d:This is shown only when download is postponed
|
|
225 |
//l:list_single_pane_t1_cp2
|
|
226 |
//r:5.0
|
|
227 |
//
|
|
228 |
#define qtn_fota_options_continue_update "Continue update"
|
|
229 |
|
|
230 |
//d:Item shown only when download is
|
|
231 |
//d:postponed, in main view.
|
|
232 |
//l:list_double_pane_t2_cp2
|
|
233 |
//r:5.0
|
|
234 |
//
|
|
235 |
#define qtn_fota_list_download_postponed "Download postponed"
|
|
236 |
|
|
237 |
//d:List Item text shown for the product release
|
|
238 |
//d:available in main view.
|
|
239 |
//l:list_double_pane_t1
|
|
240 |
//r:5.2
|
|
241 |
//
|
|
242 |
#define qtn_fota_list_release "Release"
|
|
243 |
|
|
244 |
//d: Message text shown when the user attempts to initiate a FOTA session but is restricted because not enough time has elapsed.
|
|
245 |
//d: %0N is replaced with the number of hours which the user is restricted to attempt a FOTA session.
|
|
246 |
//d: %1N is replaced with the number of hours remaining until the next allowed FOTA session.
|
|
247 |
//d: %2N is replaced with the number of minutes remaining until the next allowed FOTA session.
|
|
248 |
//l: popup_note_window
|
|
249 |
//r: 5.2
|
|
250 |
#define qtn_fota_note_time_restriction "Sorry. %0N hours has not elapsed since you made your last request for a software update. Time before you can make a new request: %1N hr %2N min"
|
|
251 |
|
|
252 |
// End of File
|