21
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-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 project FileManager
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
/*
|
|
20 |
The syntax of a logical name entry in this file is the following:
|
|
21 |
|
|
22 |
// d:context description (line 1)
|
|
23 |
// d:context description (line N)
|
|
24 |
// l:layout id
|
|
25 |
// w:
|
|
26 |
// r:release information
|
|
27 |
//
|
|
28 |
#define qtn_<?feature_or_application>_?freetext "?text"
|
|
29 |
|
|
30 |
where
|
|
31 |
"qtn_" starts a logical name. Note: "text_" has been used in
|
|
32 |
old logical names, but is deprecated.
|
|
33 |
"?feature/application" is 2-5 lower-case characters and/or numbers
|
|
34 |
identifying the larger context of the display text.
|
|
35 |
"?freetext" is the free text portion of the logical name.
|
|
36 |
It may contain only lower-case letters ('a' to 'z'), numbers
|
|
37 |
('0' to '9'), and the underscore ('_'). The total length of
|
|
38 |
the logical name does must not exceed 50 characters.
|
|
39 |
"d:" Starts a description line clarifying the entry's context with
|
|
40 |
information like:
|
|
41 |
- Is a word a verb in imperative or is it a noun? (For instance,
|
|
42 |
what does "Set" mean?)
|
|
43 |
- What will replace %U (unicode text parameter) or %N (number
|
|
44 |
parameter) included in texts? (For instance, is it a phone
|
|
45 |
number or an e-mail address?)
|
|
46 |
"l:" Starts a layout id information (one line).
|
|
47 |
"P" and "No" are symbols in LAF's information table
|
|
48 |
- "P" is parent pane or current pane
|
|
49 |
- "No" is reference number in table
|
|
50 |
"r:" Starts a release information: one line indicating in which
|
|
51 |
S60 release the text was used for the first time.
|
|
52 |
|
|
53 |
Refer to the S60 localization instructions for more information.
|
|
54 |
|
|
55 |
Examples:
|
|
56 |
|
|
57 |
// d:Command in options list in short term memories.
|
|
58 |
// d:Opens the call list view that is focused.
|
|
59 |
// l:list_single_popup_menu_pane_1
|
|
60 |
// r:3.1
|
|
61 |
//
|
|
62 |
#define text_logs_stm_cmd_open "Open"
|
|
63 |
|
|
64 |
// d:Title pane text in converter main state.
|
|
65 |
// l:title_pane_1
|
|
66 |
// r:3.0
|
|
67 |
//
|
|
68 |
#define qtn_cnv_title "Converter"
|
|
69 |
|
|
70 |
// d:Prompt text for currency data query in converter.
|
|
71 |
// l:popup_query_data_window_1
|
|
72 |
// r:4.0
|
|
73 |
//
|
|
74 |
#define qtn_cnv_edit_name_prompt "Currency name"
|
|
75 |
|
|
76 |
// d:Active call is terminated and a held call becomes active.
|
|
77 |
// d:Operation is confirmed with this info note.
|
|
78 |
// d:%U stands for the call identification of the activated call.
|
|
79 |
// l:popup_note_window_1
|
|
80 |
// r:3.1
|
|
81 |
//
|
|
82 |
#define qtn_multc_unhold_done_note "%U active"
|
|
83 |
|
|
84 |
*/
|
|
85 |
|
|
86 |
// LOCALISATION STRINGS
|
|
87 |
|
|
88 |
//d:Title pane text in File Manager main state.
|
|
89 |
//d:Application name.
|
|
90 |
//l:title_pane_t2/opt9
|
|
91 |
//w:
|
|
92 |
//r:3.0
|
|
93 |
//
|
|
94 |
#define qtn_fmgr_main_title "File Manager"
|
|
95 |
|
|
96 |
//d:Caption string for AIF file (short)
|
|
97 |
//l:cell_app_pane_t1
|
|
98 |
//w:
|
|
99 |
//r:3.0
|
|
100 |
//
|
|
101 |
#define qtn_apps_fmgr_grid "File Manager"
|
|
102 |
|
|
103 |
//d:Caption string for AIF file (long)
|
|
104 |
//l:list_single_large_graphic_pane_t1
|
|
105 |
//w:
|
|
106 |
//r:3.0
|
|
107 |
//
|
|
108 |
#define qtn_apps_fmgr_list "File Manager"
|
|
109 |
|
|
110 |
//d:Command in options list
|
|
111 |
//l:list_single_pane_t1_cp2
|
|
112 |
//w:
|
|
113 |
//r:3.0
|
|
114 |
//
|
|
115 |
#define qtn_fmgr_options_find_file "Find"
|
|
116 |
|
|
117 |
//d:Command in options list
|
|
118 |
//l:list_single_pane_t1_cp2
|
|
119 |
//w:
|
|
120 |
//r:3.0
|
|
121 |
//
|
|
122 |
#define qtn_album_cmd_receive_via_ir "Receive via infrared"
|
|
123 |
|
|
124 |
//d:Title text for info popup (when focus is on file)
|
|
125 |
//l:heading_pane_t1
|
|
126 |
//w:
|
|
127 |
//r:3.0
|
|
128 |
//
|
|
129 |
#define qtn_fmgr_info_heading_file "File details:"
|
|
130 |
|
|
131 |
//d:Title text for info popup (when focus is on folder)
|
|
132 |
//l:heading_pane_t1
|
|
133 |
//w:
|
|
134 |
//r:3.0
|
|
135 |
//
|
|
136 |
#define qtn_fmgr_info_heading_fldr "Folder details:"
|
|
137 |
|
|
138 |
//d:Title text for info popup (when focus is on link)
|
|
139 |
//l:heading_pane_t1
|
|
140 |
//w:
|
|
141 |
//r:3.0
|
|
142 |
//
|
|
143 |
#define qtn_fmgr_info_heading_link "Link details:"
|
|
144 |
|
|
145 |
//d:heading item text for the info popup listbox
|
|
146 |
//l:list_double_pane_t1_cp2
|
|
147 |
//w:
|
|
148 |
//r:3.0
|
|
149 |
//
|
|
150 |
#define qtn_fmgr_info_fldr_default "Folder:"
|
|
151 |
|
|
152 |
//d:heading item text for the info popup listbox
|
|
153 |
//l:list_double_pane_t1_cp2
|
|
154 |
//w:
|
|
155 |
//r:3.0
|
|
156 |
//
|
|
157 |
#define qtn_fmgr_info_contain_fldr "Sub folders:"
|
|
158 |
|
|
159 |
//d:heading item text for the info popup listbox
|
|
160 |
//l:list_double_pane_t1_cp2
|
|
161 |
//w:
|
|
162 |
//r:3.0
|
|
163 |
//
|
|
164 |
#define qtn_fmgr_info_contain_file "Files:"
|
|
165 |
|
|
166 |
//d:data item text for the info popup listbox when focus is on default folder.
|
|
167 |
//l:list_double_pane_t2_cp2
|
|
168 |
//w:
|
|
169 |
//r:3.0
|
|
170 |
//
|
|
171 |
#define qtn_fmgr_info_def_fldr_text "Default folder"
|
|
172 |
|
|
173 |
//d:heading item text for the info popup listbox
|
|
174 |
//l:list_double_pane_t1_cp2
|
|
175 |
//w:
|
|
176 |
//r:3.0
|
|
177 |
//
|
|
178 |
#define qtn_swins_lsh2_apps_name "Name:"
|
|
179 |
|
|
180 |
//d:heading item text for the info popup listbox
|
|
181 |
//l:list_double_pane_t1_cp2
|
|
182 |
//w:
|
|
183 |
//r:3.0
|
|
184 |
//
|
|
185 |
#define qtn_swins_lsh2_apps_type "Type:"
|
|
186 |
|
|
187 |
//d:heading item text for the info popup listbox
|
|
188 |
//l:list_double_pane_t1_cp2
|
|
189 |
//w:
|
|
190 |
//r:3.0
|
|
191 |
//
|
|
192 |
#define qtn_album_datim_date "Date:"
|
|
193 |
|
|
194 |
//d:heading item text for the info popup listbox
|
|
195 |
//l:list_double_pane_t1_cp2
|
|
196 |
//w:
|
|
197 |
//r:3.0
|
|
198 |
//
|
|
199 |
#define qtn_album_datim_time "Time:"
|
|
200 |
|
|
201 |
//d:heading item text for the info popup listbox
|
|
202 |
//l:list_double_pane_t1_cp2
|
|
203 |
//w:
|
|
204 |
//r:3.0
|
|
205 |
//
|
|
206 |
#define qtn_album_litxt_size "Size:"
|
|
207 |
|
|
208 |
//d:Title text for memory state popup
|
|
209 |
//l:heading_pane_t1
|
|
210 |
//w:
|
|
211 |
//r:3.0
|
|
212 |
//
|
|
213 |
#define qtn_fmgr_mstate_heading "Memory state:"
|
|
214 |
|
|
215 |
//d:Information note text
|
|
216 |
//d:if focused file type is not supported, this text is shown
|
|
217 |
//l:popup_note_window
|
|
218 |
//w:
|
|
219 |
//r:3.0
|
|
220 |
//
|
|
221 |
#define qtn_fmgr_error_unsupport "File is unsupported and can't be opened"
|
|
222 |
|
|
223 |
//d:Information note text
|
|
224 |
//d:if focused file type is not supported, this text is shown
|
|
225 |
//l:popup_note_window
|
|
226 |
//w:
|
|
227 |
//r:3.0
|
|
228 |
//
|
|
229 |
#define qtn_fmgr_error_cant_open "File can't be opened"
|
|
230 |
|
|
231 |
//d:Information note text
|
|
232 |
//d:if user tries to delete default folder, this text is shown
|
|
233 |
//l:popup_note_window
|
|
234 |
//w:
|
|
235 |
//r:3.0
|
|
236 |
//
|
|
237 |
#define qtn_fmgr_error_del_def_fldr "The folder is used as default folder for some other application. You can't delete it."
|
|
238 |
|
|
239 |
//d:Information note text
|
|
240 |
//d:if user tries to delete a file that is currently in use, this text is shown
|
|
241 |
//l:popup_note_window
|
|
242 |
//w:
|
|
243 |
//r:3.0
|
|
244 |
//
|
|
245 |
#define qtn_fmgr_error_delete_file_open "The file is currently open. Can't be deleted"
|
|
246 |
|
|
247 |
//d:Prompt text in common file dialog
|
|
248 |
//d:shown when user is prompted to select memory to be searched
|
|
249 |
//l:heading_pane_t1
|
|
250 |
//w:
|
|
251 |
//r:3.0
|
|
252 |
//
|
|
253 |
#define qtn_fmgr_find_prtx "Look in:"
|
|
254 |
|
|
255 |
//d:a prompt for entering text to be searched
|
|
256 |
//l:popup_query_data_window_t3/opt2
|
|
257 |
//w:
|
|
258 |
//r:3.0
|
|
259 |
//
|
|
260 |
#define qtn_fmgr_find_dataq_prtx "Searched text:"
|
|
261 |
|
|
262 |
//d:text displayed in wait dialog when searching files
|
|
263 |
//l:popup_note_wait_window
|
|
264 |
//w:
|
|
265 |
//r:3.0
|
|
266 |
//
|
|
267 |
#define qtn_fmgr_wnote_search "Searching"
|
|
268 |
|
|
269 |
//d:text displayed in search view if there are no results
|
|
270 |
//l:main_list_empty_pane
|
|
271 |
//w:
|
|
272 |
//r:3.0
|
|
273 |
//
|
|
274 |
#define qtn_fmgr_search_not_found "No found files or folders"
|
|
275 |
|
|
276 |
//d: a progress note when connecting to other device before receiving a file
|
|
277 |
//l: popup_note_wait_window
|
|
278 |
//w:
|
|
279 |
//r:3.0
|
|
280 |
//
|
|
281 |
#define qtn_ir_connecting "Connecting via infrared"
|
|
282 |
|
|
283 |
//d:text displayed in progress dialog when receiving file
|
|
284 |
//l:popup_note_wait_window
|
|
285 |
//w:
|
|
286 |
//r:3.0
|
|
287 |
//
|
|
288 |
#define qtn_fmgr_note_receive_ir "Receiving file %N%"
|
|
289 |
|
|
290 |
//d:Separates folder icons in navipane when subfolders are browsed.
|
|
291 |
//d:only for __SERIES60_MMC
|
|
292 |
//l:list_cale_time_pane_t2/opt10
|
|
293 |
//w:
|
|
294 |
//r:3.0
|
|
295 |
//
|
|
296 |
#define qtn_memc_main_separator "\\"
|
|
297 |
|
|
298 |
//d:End character for navipane when subfolders are browsed beyond the maximum
|
|
299 |
//d:navigation depth
|
|
300 |
//l:list_cale_time_pane_t2/opt10
|
|
301 |
//w:
|
|
302 |
//r:3.0
|
|
303 |
//
|
|
304 |
#define qtn_memc_main_end "..."
|
|
305 |
|
|
306 |
//d:Information note text
|
|
307 |
//d: User is trying to delete a folder, one file is open in that folder so it cannot be deleted and this text is shown
|
|
308 |
//l:popup_note_window
|
|
309 |
//w:
|
|
310 |
//r:3.0
|
|
311 |
//
|
|
312 |
#define qtn_fmgr_error_del_fldr_open_1 "The folder contains open file. Folder can't be deleted"
|
|
313 |
|
|
314 |
//d:Information note text
|
|
315 |
//d: User is trying to delete a folder, several files are open in that folder so it cannot be deleted
|
|
316 |
//l:popup_note_window
|
|
317 |
//w:
|
|
318 |
//r:3.0
|
|
319 |
//
|
|
320 |
#define qtn_fmgr_error_del_fldr_open_se "The folder contains several open files. Folder can't be deleted"
|
|
321 |
|
|
322 |
///////////////////////////////////////////////////////////////
|
|
323 |
// DRM view info, these are also introduced in Rights Manager.
|
|
324 |
///////////////////////////////////////////////////////////////
|
|
325 |
|
|
326 |
//d: This is displayed in view info popup
|
|
327 |
//d: Type of rights, play
|
|
328 |
//l: navi_navi_text_pane_srt_t1
|
|
329 |
//w:
|
|
330 |
//r:3.0
|
|
331 |
//
|
|
332 |
#define qtn_drm_mgr_det2_play "Play"
|
|
333 |
|
|
334 |
//d: This is displayed in view info popup
|
|
335 |
//d: Type of rights, display
|
|
336 |
//l: navi_navi_text_pane_srt_t1
|
|
337 |
//w:
|
|
338 |
//r:3.0
|
|
339 |
//
|
|
340 |
#define qtn_drm_mgr_det2_display "Display"
|
|
341 |
|
|
342 |
//d: This is displayed in view info popup
|
|
343 |
//d: Type of rights, execute
|
|
344 |
//l: navi_navi_text_pane_srt_t1
|
|
345 |
//w:
|
|
346 |
//r:3.0
|
|
347 |
//
|
|
348 |
#define qtn_drm_mgr_det2_execute "Execute"
|
|
349 |
|
|
350 |
//d: This is displayed in view info popup
|
|
351 |
//d: Type of rights, print
|
|
352 |
//l: navi_navi_text_pane_srt_t1
|
|
353 |
//w:
|
|
354 |
//r:3.0
|
|
355 |
//
|
|
356 |
#define qtn_drm_mgr_det2_print "Print"
|
|
357 |
|
|
358 |
//d: This is displayed in view info popup
|
|
359 |
//d: Full Rights label. In parentheses there will be either play, display, execute or print word
|
|
360 |
//l: list_double_pane_t1_cp2
|
|
361 |
//w:
|
|
362 |
//r:3.0
|
|
363 |
//
|
|
364 |
#define qtn_drm_mgr_det_full_x "Rights (%U)"
|
|
365 |
|
|
366 |
//d: This is displayed in view info popup
|
|
367 |
//d: Full Rights data, unlimited usage
|
|
368 |
//l: list_double_pane_t2_cp2
|
|
369 |
//w:
|
|
370 |
//r:3.0
|
|
371 |
//
|
|
372 |
#define qtn_drm_mgr_det_unlimited "Unlimited"
|
|
373 |
|
|
374 |
//d: This is displayed in view info popup
|
|
375 |
//d: Count label. In parentheses there will be either play, display, execute or print word
|
|
376 |
//l: list_double_pane_t1_cp2
|
|
377 |
//w:
|
|
378 |
//r:3.0
|
|
379 |
//
|
|
380 |
#define qtn_drm_mgr_det_utl_x "Times left (%U)"
|
|
381 |
|
|
382 |
//d: This is displayed in view info popup
|
|
383 |
//d: Count data. 1 count
|
|
384 |
//l: list_double_pane_t2_cp2
|
|
385 |
//w:
|
|
386 |
//r:3.0
|
|
387 |
//
|
|
388 |
#define qtn_drm_mgr_det_1_count "1 count"
|
|
389 |
|
|
390 |
//d: This is displayed in view info popup
|
|
391 |
//d: Count data. more than 1 count
|
|
392 |
//l: list_double_pane_t2_cp2
|
|
393 |
//w:
|
|
394 |
//r:3.0
|
|
395 |
//
|
|
396 |
#define qtn_drm_mgr_det_n_counts "%N counts"
|
|
397 |
|
|
398 |
//d: This is displayed in view info popup
|
|
399 |
//d: Interval label, which is not activated. In parentheses there will be either play,
|
|
400 |
// display, execute or print word
|
|
401 |
//l: list_double_pane_t1_cp2
|
|
402 |
//w:
|
|
403 |
//r:3.0
|
|
404 |
//
|
|
405 |
#define qtn_drm_mgr_det_uts_x "Times status (%U)"
|
|
406 |
|
|
407 |
//d: This is displayed in view info popup
|
|
408 |
//d: Interval data. Not activated
|
|
409 |
//l: list_double_pane_t2_cp2
|
|
410 |
//w:
|
|
411 |
//r:3.0
|
|
412 |
//
|
|
413 |
#define qtn_drm_mgr_det_not_act "Not activated"
|
|
414 |
|
|
415 |
//d: This is displayed in view info popup
|
|
416 |
//d: Interval time left label. In parentheses there will be either play,
|
|
417 |
// display, execute or print word
|
|
418 |
//l: list_double_pane_t1_cp2
|
|
419 |
//w:
|
|
420 |
//r:3.0
|
|
421 |
//
|
|
422 |
#define qtn_drm_mgr_det_udl_x "Time left (%U)"
|
|
423 |
|
|
424 |
//d: This is displayed in view info popup
|
|
425 |
//d: Interval data. One measurement
|
|
426 |
//l: list_double_pane_t2_cp2
|
|
427 |
//w:
|
|
428 |
//r:3.0
|
|
429 |
//
|
|
430 |
#define qtn_drm_mgr_det_inter "%U"
|
|
431 |
|
|
432 |
//d: This is displayed in view info popup
|
|
433 |
//d: Interval data. Two measurement
|
|
434 |
//l: list_double_pane_t2_cp2
|
|
435 |
//w:
|
|
436 |
//r:3.0
|
|
437 |
//
|
|
438 |
#define qtn_drm_mgr_det_inter_two "%0U, %1U"
|
|
439 |
|
|
440 |
//d:Possible second line for fourth entry of Details View listbox
|
|
441 |
//d:It reports that the time constraint for this type of object is 1 year.
|
|
442 |
//d:Other quantities of time may follow.
|
|
443 |
//l:list_double_pane_t2_cp2
|
|
444 |
//w:
|
|
445 |
//r:3.0
|
|
446 |
//
|
|
447 |
#define qtn_drm_nbr_of_years_one "1 year"
|
|
448 |
|
|
449 |
//d:Possible second line for fourth entry of Details View listbox
|
|
450 |
//d:%N number of years of an interval
|
|
451 |
//d:It is used for period of years ending with 1 from 21 (21, 31, 41,etc.)
|
|
452 |
//d:It reports that the time constraint for this type of object is %N years.
|
|
453 |
//d:Other quantities of time may follow.
|
|
454 |
//l:list_double_pane_t2_cp2
|
|
455 |
//w:
|
|
456 |
//r:3.0
|
|
457 |
//
|
|
458 |
#define qtn_drm_nbr_of_years_one_final "%N years"
|
|
459 |
|
|
460 |
//d:Possible second line for fourth entry of Details View listbox
|
|
461 |
//d:%N number of years of an interval
|
|
462 |
//d:It is used for period of years ending from 2 to 4, excluded 12-14 (2-4,
|
|
463 |
//d:22-24, 32-34, etc.)
|
|
464 |
//d:It reports that the time constraint for this type of object is %N years.
|
|
465 |
//d:Other quantities of time may follow.
|
|
466 |
//l:list_double_pane_t2_cp2
|
|
467 |
//w:
|
|
468 |
//r:3.0
|
|
469 |
//
|
|
470 |
#define qtn_drm_nbr_of_years_two_four "%N years"
|
|
471 |
|
|
472 |
//d:Possible second line for fourth entry of Details View listbox
|
|
473 |
//d:%N number of years of an interval
|
|
474 |
//d:It is used for period of years ending from 5 to 0 plus range between 11 and
|
|
475 |
//d:14 (5-20, 25-30, 35-40, etc.)
|
|
476 |
//d:It reports that the time constraint for this type of object is %N years.
|
|
477 |
//d:Other quantities of time may follow.
|
|
478 |
//l:list_double_pane_t2_cp2
|
|
479 |
//w:
|
|
480 |
//r:3.0
|
|
481 |
//
|
|
482 |
#define qtn_drm_nbr_of_years_five_zero "%N years"
|
|
483 |
|
|
484 |
//d:Possible second line for fourth entry of Details View listbox
|
|
485 |
//d:It reports that the time constraint for this type of object is 1 month.
|
|
486 |
//d:Other quantities of time may precede or follow.
|
|
487 |
//l:list_double_pane_t2_cp2
|
|
488 |
//w:
|
|
489 |
//r:3.0
|
|
490 |
//
|
|
491 |
#define qtn_drm_nbr_of_months_one "1 month"
|
|
492 |
|
|
493 |
//d:Possible second line for fourth entry of Details View listbox
|
|
494 |
//d:%N number of months of an interval
|
|
495 |
//d:It is used for period from two to four months
|
|
496 |
//d:It reports that the time constraint for this type of object is %N months.
|
|
497 |
//d:Other quantities of time may precede or follow.
|
|
498 |
//l:list_double_pane_t2_cp2
|
|
499 |
//w:
|
|
500 |
//r:3.0
|
|
501 |
//
|
|
502 |
#define qtn_drm_nbr_of_months_two_four "%N months"
|
|
503 |
|
|
504 |
//d:Possible second line for fourth entry of Details View listbox
|
|
505 |
//d:%N number of months of an interval
|
|
506 |
//d:It is used for period greater than four months
|
|
507 |
//d:It reports that the time constraint for this type of object is %N months.
|
|
508 |
//d:Other quantities of time may precede or follow.
|
|
509 |
//l:list_double_pane_t2_cp2
|
|
510 |
//w:
|
|
511 |
//r:3.0
|
|
512 |
//
|
|
513 |
#define qtn_drm_nbr_of_months_five_zero "%N months"
|
|
514 |
|
|
515 |
//d:Possible second line for fourth entry of Details View listbox
|
|
516 |
//d:It reports that the time constraint for this type of object is 1 day.
|
|
517 |
//d:Other quantities of time may precede or follow.
|
|
518 |
//l:list_double_pane_t2_cp2
|
|
519 |
//w:
|
|
520 |
//r:3.0
|
|
521 |
//
|
|
522 |
#define qtn_drm_nbr_of_days_one "1 day"
|
|
523 |
|
|
524 |
//d:Possible second line for fourth entry of Details View listbox
|
|
525 |
//d:%N number of days of an interval
|
|
526 |
//d:It is used for a period of 21 days
|
|
527 |
//d:It reports that the time constraint for this type of object is %N days.
|
|
528 |
//d:Other quantities of time may precede or follow.
|
|
529 |
//l:list_double_pane_t2_cp2
|
|
530 |
//w:
|
|
531 |
//r:3.0
|
|
532 |
//
|
|
533 |
#define qtn_drm_nbr_of_days_one_final "%N days"
|
|
534 |
|
|
535 |
//d:Possible second line for fourth entry of Details View listbox
|
|
536 |
//d:%N number of days of an interval
|
|
537 |
//d:It is used for period of days ending from 2 to 4, excluded 12-14 (2-4,
|
|
538 |
//d:22-24)
|
|
539 |
//d:It reports that the time constraint for this type of object is %N days.
|
|
540 |
//d:Other quantities of time may precede or follow.
|
|
541 |
//l:list_double_pane_t2_cp2
|
|
542 |
//w:
|
|
543 |
//r:3.0
|
|
544 |
//
|
|
545 |
#define qtn_drm_nbr_of_days_two_four "%N days"
|
|
546 |
|
|
547 |
//d:Possible second line for fourth entry of Details View listbox
|
|
548 |
//d:%N number of days of an interval
|
|
549 |
//d:It is used for period of days ending from 5 to 0 plus range between 11 and
|
|
550 |
//d:14 (5-20, 25-30)
|
|
551 |
//d:It reports that the time constraint for this type of object is %N days.
|
|
552 |
//d:Other quantities of time may precede or follow.
|
|
553 |
//l:list_double_pane_t2_cp2
|
|
554 |
//w:
|
|
555 |
//r:3.0
|
|
556 |
//
|
|
557 |
#define qtn_drm_nbr_of_days_five_zero "%N days"
|
|
558 |
|
|
559 |
//d:Possible second line for fourth entry of Details View listbox
|
|
560 |
//d:It reports that the time constraint for this type of object is 1 hour.
|
|
561 |
//d:Other quantities of time may precede or follow.
|
|
562 |
//l:list_double_pane_t2_cp2
|
|
563 |
//w:
|
|
564 |
//r:3.0
|
|
565 |
//
|
|
566 |
#define qtn_drm_nbr_of_hours_one "1 hour"
|
|
567 |
|
|
568 |
//d:Possible second line for fourth entry of Details View listbox
|
|
569 |
//d:%N number of hours of an interval
|
|
570 |
//d:It is used for a period of 21 hours
|
|
571 |
//d:It reports that the time constraint for this type of object is %N hours.
|
|
572 |
//d:Other quantities of time may precede or follow.
|
|
573 |
//l:list_double_pane_t2_cp2
|
|
574 |
//w:
|
|
575 |
//r:3.0
|
|
576 |
//
|
|
577 |
#define qtn_drm_nbr_of_hours_one_final "%N hours"
|
|
578 |
|
|
579 |
//d:Possible second line for fourth entry of Details View listbox
|
|
580 |
//d:%N number of hours of an interval
|
|
581 |
//d:It is used for period of hours ending from 2 to 4, excluded 12-14 (2-4,
|
|
582 |
//d:22-23)
|
|
583 |
//d:It reports that the time constraint for this type of object is %N hours.
|
|
584 |
//d:Other quantities of time may precede or follow.
|
|
585 |
//l:list_double_pane_t2_cp2
|
|
586 |
//w:
|
|
587 |
//r:3.0
|
|
588 |
//
|
|
589 |
#define qtn_drm_nbr_of_hours_two_four "%N hours"
|
|
590 |
|
|
591 |
//d:Possible second line for fourth entry of Details View listbox
|
|
592 |
//d:%N number of hours of an interval
|
|
593 |
//d:It is used for a period included from 5 to 20 hours
|
|
594 |
//d:It reports that the time constraint for this type of object is %N hours.
|
|
595 |
//d:Other quantities of time may precede or follow.
|
|
596 |
//l:list_double_pane_t2_cp2
|
|
597 |
//w:
|
|
598 |
//r:3.0
|
|
599 |
//
|
|
600 |
#define qtn_drm_nbr_of_hours_five_zero "%N hours"
|
|
601 |
|
|
602 |
//d:Possible second line for fourth entry of Details View listbox
|
|
603 |
//d:It reports that the time constraint for this type of object is 1 minute.
|
|
604 |
//d:Other quantities of time may precede or follow.
|
|
605 |
//l:list_double_pane_t2_cp2
|
|
606 |
//w:
|
|
607 |
//r:3.0
|
|
608 |
//
|
|
609 |
#define qtn_drm_nbr_of_mins_one "1 minute"
|
|
610 |
|
|
611 |
//d:Possible second line for fourth entry of Details View listbox
|
|
612 |
//d:%N number of minutes of an interval
|
|
613 |
//d:It is used for period of minutes ending with 1 from 21 (21, 31, 41, 51)
|
|
614 |
//d:It reports that the time constraint for this type of object is %N minutes.
|
|
615 |
//d:Other quantities of time may precede or follow.
|
|
616 |
//l:list_double_pane_t2_cp2
|
|
617 |
//w:
|
|
618 |
//r:3.0
|
|
619 |
//
|
|
620 |
#define qtn_drm_nbr_of_mins_one_final "%N minutes"
|
|
621 |
|
|
622 |
//d:Possible second line for fourth entry of Details View listbox
|
|
623 |
//d:%N number of minutes of an interval
|
|
624 |
//d:It is used for period of minutes ending from 2 to 4, excluded 12-14 (2-4,
|
|
625 |
//d:22-24, 32-34, 42-44, 52-54)
|
|
626 |
//d:It reports that the time constraint for this type of object is %N minutes.
|
|
627 |
//d:Other quantities of time may precede or follow.
|
|
628 |
//l:list_double_pane_t2_cp2
|
|
629 |
//w:
|
|
630 |
//r:3.0
|
|
631 |
//
|
|
632 |
#define qtn_drm_nbr_of_mins_two_four "%N minutes"
|
|
633 |
|
|
634 |
//d:Possible second line for fourth entry of Details View listbox
|
|
635 |
//d:%N number of minutes of an interval
|
|
636 |
//d:It is used for period of minutes ending from 5 to 0 plus range between 11
|
|
637 |
//d:and 14 (5-20, 25-30, 35-40, 45-50, 53-59)
|
|
638 |
//d:It reports that the time constraint for this type of object is %N minutes.
|
|
639 |
//d:Other quantities of time may precede or follow.
|
|
640 |
//l:list_double_pane_t2_cp2
|
|
641 |
//w:
|
|
642 |
//r:3.0
|
|
643 |
//
|
|
644 |
#define qtn_drm_nbr_of_mins_five_zero "%N minutes"
|
|
645 |
|
|
646 |
//d:Possible second line for fourth entry of Details View listbox
|
|
647 |
//d:It reports that the time constraint for this type of object is 1 second.
|
|
648 |
//d:Other quantities of time may precede.
|
|
649 |
//l:list_double_pane_t2_cp2
|
|
650 |
//w:
|
|
651 |
//r:3.0
|
|
652 |
//
|
|
653 |
#define qtn_drm_nbr_of_secs_one "1 second"
|
|
654 |
|
|
655 |
//d:Possible second line for fourth entry of Details View listbox
|
|
656 |
//d:%N number of seconds of an interval
|
|
657 |
//d:It is used for period of seconds ending with 1 from 21 (21, 31, 41, 51)
|
|
658 |
//d:It reports that the time constraint for this type of object is %N seconds.
|
|
659 |
//d:Other quantities of time may precede.
|
|
660 |
//l:list_double_pane_t2_cp2
|
|
661 |
//w:
|
|
662 |
//r:3.0
|
|
663 |
//
|
|
664 |
#define qtn_drm_nbr_of_secs_one_final "%N seconds"
|
|
665 |
|
|
666 |
//d:Possible second line for fourth entry of Details View listbox
|
|
667 |
//d:%N number of seconds of an interval
|
|
668 |
//d:It is used for period of seconds ending from 2 to 4, excluded 12-14 (2-4,
|
|
669 |
//d:22-24, 32-34, 42-44, 52-54)
|
|
670 |
//d:It reports that the time constraint for this type of object is %N seconds.
|
|
671 |
//d:Other quantities of time may precede.
|
|
672 |
//l:list_double_pane_t2_cp2
|
|
673 |
//w:
|
|
674 |
//r:3.0
|
|
675 |
//
|
|
676 |
#define qtn_drm_nbr_of_secs_two_four "%N seconds"
|
|
677 |
|
|
678 |
//d:Possible second line for fourth entry of Details View listbox
|
|
679 |
//d:%N number of seconds of an interval
|
|
680 |
//d:It is used for period of minutes ending from 5 to 0 plus range between 11
|
|
681 |
//d:and 14 (5-20, 25-30, 35-40, 45-50, 53-59)
|
|
682 |
//d:It reports that the time constraint for this type of object is %N seconds.
|
|
683 |
//d:Other quantities of time may precede.
|
|
684 |
//l:list_double_pane_t2_cp2
|
|
685 |
//w:
|
|
686 |
//r:3.0
|
|
687 |
//
|
|
688 |
#define qtn_drm_nbr_of_secs_five_zero "%N seconds"
|
|
689 |
|
|
690 |
//d: This is displayed in view info popup
|
|
691 |
//d: Date and time label. Beginning time. In parentheses there will be either play,
|
|
692 |
// display, execute or print word
|
|
693 |
//l: list_double_pane_t1_cp2
|
|
694 |
//w:
|
|
695 |
//r:3.0
|
|
696 |
//
|
|
697 |
#define qtn_drm_mgr_det_rvf_x "Valid from (%U)"
|
|
698 |
|
|
699 |
//d: This is displayed in view info popup
|
|
700 |
//d: Date and time label. Ending time. In parentheses there will be either play,
|
|
701 |
// display, execute or print word
|
|
702 |
//l: list_double_pane_t1_cp2
|
|
703 |
//w:
|
|
704 |
//r:3.0
|
|
705 |
//
|
|
706 |
#define qtn_drm_mgr_det_rvt_x "Valid until (%U)"
|
|
707 |
|
|
708 |
//d: This is displayed in view info popup
|
|
709 |
//d: Sending label.
|
|
710 |
//l: list_double_pane_t1_cp2
|
|
711 |
//w:
|
|
712 |
//r:3.0
|
|
713 |
//
|
|
714 |
#define qtn_drm_mgr_det_cs "Content sending"
|
|
715 |
|
|
716 |
//d: This is displayed in view info popup
|
|
717 |
//d: Sending data. Item sending is allowed
|
|
718 |
//l: list_double_pane_t2_cp2
|
|
719 |
//w:
|
|
720 |
//r:3.0
|
|
721 |
//
|
|
722 |
#define qtn_drm_mgr_det_allowed "Allowed"
|
|
723 |
|
|
724 |
//d: This is displayed in view info popup
|
|
725 |
//d: Sending data. Item sending is forbidden
|
|
726 |
//l: list_double_pane_t2_cp2
|
|
727 |
//w:
|
|
728 |
//r:3.0
|
|
729 |
//
|
|
730 |
#define qtn_drm_mgr_det_forbid "Forbidden"
|
|
731 |
|
|
732 |
//d:First line of first entry of Details View listbox
|
|
733 |
//d:It indicates the current status of the selected Right Object
|
|
734 |
//d:Second line is qtn_drm_mgr_det_valid or qtn_drm_mgr_det_exp
|
|
735 |
//l:list_double_pane_t1_cp2
|
|
736 |
//w:
|
|
737 |
//r:3.0
|
|
738 |
//
|
|
739 |
#define qtn_drm_mgr_det_stat "Status"
|
|
740 |
|
|
741 |
//d:Possible first line for fourth entry of Details View listbox
|
|
742 |
//d:Second line is qtn_drm_mgr_det_inter or qtn_drm_mgr_det_inter_two, meaning
|
|
743 |
//d:a quantity of time that specifies how long this object can be used.
|
|
744 |
//l:list_double_pane_t1_cp2
|
|
745 |
//w:
|
|
746 |
//r:3.0
|
|
747 |
//
|
|
748 |
#define qtn_drm_mgr_det_accum_time_left "Usage time left"
|
|
749 |
|
|
750 |
//d:Title pane text in main view
|
|
751 |
//l:title_pane_t2/opt9
|
|
752 |
//w:
|
|
753 |
//r:3.0
|
|
754 |
//
|
|
755 |
#define qtn_drm_mgr_title_pane "Activation Keys"
|
|
756 |
|
|
757 |
//d:Menu item used in Group view to see the details of a Media Object.
|
|
758 |
//l:list_single_pane_t1_cp2
|
|
759 |
//w:
|
|
760 |
//r:3.0
|
|
761 |
//
|
|
762 |
#define qtn_drm_mgr_group_mo_view_det "View details"
|
|
763 |
|
|
764 |
///////////////////////////////////////////////////////////////
|
|
765 |
// End of DRM view info logical names
|
|
766 |
///////////////////////////////////////////////////////////////
|
|
767 |
|
|
768 |
//d:Warning note
|
|
769 |
//l:popup_note_window
|
|
770 |
//w:
|
|
771 |
//r:3.1
|
|
772 |
//
|
|
773 |
#define qtn_fm_warning_file_extension "If file extension is changed file may become unusable"
|
|
774 |
|
|
775 |
//d:Phone memory name in main page, item data
|
|
776 |
//l:list_single_large_graphic_pane_t1
|
|
777 |
//w:
|
|
778 |
//r:3.1
|
|
779 |
//
|
|
780 |
#define qtn_fmgr_main_phone "Phone memory"
|
|
781 |
|
|
782 |
//d:Default memory card name in main page, item data
|
|
783 |
//l:list_single_large_graphic_pane_t1
|
|
784 |
//w:
|
|
785 |
//r:3.1
|
|
786 |
//
|
|
787 |
#define qtn_fmgr_main_card_default "Memory card"
|
|
788 |
|
|
789 |
//d:Caption string.
|
|
790 |
//l:list_single_large_graphic_pane_t1
|
|
791 |
//w:
|
|
792 |
//r:3.1
|
|
793 |
//
|
|
794 |
#define qtn_fmgr_title_phone_mem "Phone memory"
|
|
795 |
|
|
796 |
//d:Caption string.
|
|
797 |
//l:list_single_large_graphic_pane_t1
|
|
798 |
//w:
|
|
799 |
//r:3.1
|
|
800 |
//
|
|
801 |
#define qtn_fmgr_title_mem_card "Memory card"
|
|
802 |
|
|
803 |
//d:Options menu command.
|
|
804 |
//l:list_single_pane_t1_cp2
|
|
805 |
//w:
|
|
806 |
//r:3.1
|
|
807 |
//
|
|
808 |
#define qtn_fmgr_options_eject "Eject"
|
|
809 |
|
|
810 |
//d:Options menu command.
|
|
811 |
//l:list_single_pane_t1_cp2/opt3
|
|
812 |
//w:
|
|
813 |
//r:3.1
|
|
814 |
//
|
|
815 |
#define qtn_fmgr_options_organise "Organise"
|
|
816 |
|
|
817 |
//d:Options menu command.
|
|
818 |
//l:list_single_pane_t1_cp2/opt3
|
|
819 |
//w:
|
|
820 |
//r:3.1
|
|
821 |
//
|
|
822 |
#define qtn_fmgr_options_details "Details"
|
|
823 |
|
|
824 |
//d:Options menu command.
|
|
825 |
//l:list_single_pane_t1_cp2/opt3
|
|
826 |
//w:
|
|
827 |
//r:3.1
|
|
828 |
//
|
|
829 |
#define qtn_fmgr_options_card "Memory card"
|
|
830 |
|
|
831 |
//d:Options menu command.
|
|
832 |
//l:list_single_pane_t1_cp2/opt3
|
|
833 |
//w:
|
|
834 |
//r:3.1
|
|
835 |
//
|
|
836 |
#define qtn_fmgr_options_card_password "Memory card password"
|
|
837 |
|
|
838 |
//d:Options menu command.
|
|
839 |
//l:list_single_popup_submenu_pane_t1
|
|
840 |
//w:
|
|
841 |
//r:3.1
|
|
842 |
//
|
|
843 |
#define qtn_fmgr_options_set_password "Set"
|
|
844 |
|
|
845 |
//d:Options menu command.
|
|
846 |
//l:list_single_popup_submenu_pane_t1
|
|
847 |
//w:
|
|
848 |
//r:3.1
|
|
849 |
//
|
|
850 |
#define qtn_fmgr_options_change_passwd "Change"
|
|
851 |
|
|
852 |
//d:Options menu command.
|
|
853 |
//l:list_single_popup_submenu_pane_t1
|
|
854 |
//w:
|
|
855 |
//r:3.1
|
|
856 |
//
|
|
857 |
#define qtn_fmgr_options_remove_passwd "Remove"
|
|
858 |
|
|
859 |
//d:Options menu command.
|
|
860 |
//l:list_single_popup_submenu_pane_t1
|
|
861 |
//w:
|
|
862 |
//r:3.1
|
|
863 |
//
|
|
864 |
#define qtn_fmgr_options_card_name "Name"
|
|
865 |
|
|
866 |
//d:Options menu command.
|
|
867 |
//l:list_single_popup_submenu_pane_t1
|
|
868 |
//w:
|
|
869 |
//r:3.1
|
|
870 |
//
|
|
871 |
#define qtn_fmgr_options_card_rename "Rename"
|
|
872 |
|
|
873 |
//d:Options menu command.
|
|
874 |
//l:list_single_popup_submenu_pane_t1
|
|
875 |
//w:
|
|
876 |
//r:3.1
|
|
877 |
//
|
|
878 |
#define qtn_fmgr_options_card_format "Format"
|
|
879 |
|
|
880 |
//d:Caption string for memory card details popup
|
|
881 |
//l:heading_pane_t1
|
|
882 |
//w:
|
|
883 |
//r:3.1
|
|
884 |
//
|
|
885 |
#define qtn_fmgr_memcard_info_heading "Memory card details"
|
|
886 |
|
|
887 |
//d:This is displayed in memory card details info popup
|
|
888 |
//l:list_single_heading_pane_t2_cp2
|
|
889 |
//w:
|
|
890 |
//r:3.1
|
|
891 |
//
|
|
892 |
#define qtn_fmgr_card_info_name "Name"
|
|
893 |
|
|
894 |
//d:This is displayed in memory card details info popup
|
|
895 |
//l:list_single_heading_pane_t1
|
|
896 |
//w:
|
|
897 |
//r:3.1
|
|
898 |
//
|
|
899 |
#define qtn_fmgr_card_info_default_name "Memory card"
|
|
900 |
|
|
901 |
//d:This is displayed in memory card details info popup
|
|
902 |
//l:list_single_heading_pane_t2_cp2
|
|
903 |
//w:
|
|
904 |
//r:3.1
|
|
905 |
//
|
|
906 |
#define qtn_fmgr_card_info_size "Capacity"
|
|
907 |
|
|
908 |
//d:This is displayed in memory card details info popup
|
|
909 |
//l:list_single_heading_pane_t2_cp2
|
|
910 |
//w:
|
|
911 |
//r:3.1
|
|
912 |
//
|
|
913 |
#define qtn_fmgr_card_info_used "Used"
|
|
914 |
|
|
915 |
//d:This is displayed in memory card details info popup
|
|
916 |
//l:list_single_heading_pane_t2_cp2
|
|
917 |
//w:
|
|
918 |
//r:3.1
|
|
919 |
//
|
|
920 |
#define qtn_fmgr_card_info_free "Free"
|
|
921 |
|
|
922 |
//d:Options menu command.
|
|
923 |
//l:list_single_popup_submenu_pane_t1
|
|
924 |
//w:
|
|
925 |
//r:3.1
|
|
926 |
//
|
|
927 |
#define qtn_fmgr_options_card_details "Memory card"
|
|
928 |
|
|
929 |
|
|
930 |
// OPTIONS MENU TEXTS
|
|
931 |
|
|
932 |
//d:Options menu command.
|
|
933 |
//d:Start backup.
|
|
934 |
//l:list_single_pane_t1_cp2
|
|
935 |
//w:
|
|
936 |
//r:3.1
|
|
937 |
//
|
|
938 |
#define qtn_memc_options_backup "Backup to memory card"
|
|
939 |
|
|
940 |
//d:Options menu command.
|
|
941 |
//d:Start restore.
|
|
942 |
//l:list_single_pane_t1_cp2
|
|
943 |
//w:
|
|
944 |
//r:3.1
|
|
945 |
//
|
|
946 |
#define qtn_memc_options_restore "Restore from memory card"
|
|
947 |
|
|
948 |
//d:Options menu command.
|
|
949 |
//d:Start format.
|
|
950 |
//l:list_single_pane_t1_cp2
|
|
951 |
//w:
|
|
952 |
//r:3.1
|
|
953 |
//
|
|
954 |
#define qtn_memc_options_format "Format memory card"
|
|
955 |
|
|
956 |
//d:Options menu command.
|
|
957 |
//d:Unlock card.
|
|
958 |
//l:list_single_pane_t1_cp2
|
|
959 |
//w:
|
|
960 |
//r:3.1
|
|
961 |
//
|
|
962 |
#define qtn_memc_options_unlock "Unlock memory card"
|
|
963 |
|
|
964 |
|
|
965 |
// BACKUP TEXTS
|
|
966 |
|
|
967 |
//d:Backup confirmation.
|
|
968 |
//l:popup_note_window
|
|
969 |
//w:
|
|
970 |
//r:3.1
|
|
971 |
//
|
|
972 |
#define qtn_memc_backup_query1 "Do you want to make a backup to memory card?"
|
|
973 |
|
|
974 |
//d:Backup confirmation, earlier backup exists.
|
|
975 |
//l:popup_note_window
|
|
976 |
//w:
|
|
977 |
//r:3.1
|
|
978 |
//
|
|
979 |
#define qtn_memc_backup_query2 "Do you want to make a backup to memory card? Previous backup will be overwritten."
|
|
980 |
|
|
981 |
//d:Confirmation for continuing, when there's little space.
|
|
982 |
//l:popup_note_window
|
|
983 |
//w:
|
|
984 |
//r:3.1
|
|
985 |
//
|
|
986 |
#define qtn_memc_backup_query3 "There might not be enough space on memory card, do you want to continue?"
|
|
987 |
|
|
988 |
//d:Not enough space error.
|
|
989 |
//l:popup_note_window
|
|
990 |
//w:
|
|
991 |
//r:3.1
|
|
992 |
//
|
|
993 |
#define qtn_memc_backup_enoughspace "There isn’t enough space on the memory card! (Backup can’t be done)"
|
|
994 |
|
|
995 |
//d:Progress note text.
|
|
996 |
//l:popup_note_wait_window
|
|
997 |
//w:
|
|
998 |
//r:3.1
|
|
999 |
//
|
|
1000 |
#define qtn_memc_backup_inprogress "Backup is in progress!"
|
|
1001 |
|
|
1002 |
//d:Completion note.
|
|
1003 |
//l:popup_note_window
|
|
1004 |
//w:
|
|
1005 |
//r:3.1
|
|
1006 |
//
|
|
1007 |
#define qtn_memc_backup_completed "Backup is completed!"
|
|
1008 |
|
|
1009 |
//d:Notify about files not backed up.
|
|
1010 |
//l:popup_note_window
|
|
1011 |
//w:
|
|
1012 |
//r:3.1
|
|
1013 |
//
|
|
1014 |
#define qtn_memc_backup_info1 "%N files could not be backed up!"
|
|
1015 |
|
|
1016 |
//d:Notify about a file not backed up.
|
|
1017 |
//l:popup_note_window
|
|
1018 |
//w:
|
|
1019 |
//r:3.1
|
|
1020 |
//
|
|
1021 |
#define qtn_memc_backup_info2 "1 file could not be backed up!"
|
|
1022 |
|
|
1023 |
|
|
1024 |
|
|
1025 |
// RESTORE TEXTS
|
|
1026 |
|
|
1027 |
//d:Restore confirmation.
|
|
1028 |
//l:popup_note_window
|
|
1029 |
//w:
|
|
1030 |
//r:3.1
|
|
1031 |
//
|
|
1032 |
#define qtn_memc_restore_query1 "Do you want to restore backup files to phone memory?"
|
|
1033 |
|
|
1034 |
//d:Not enough space error.
|
|
1035 |
//l:popup_note_window
|
|
1036 |
//w:
|
|
1037 |
//r:3.1
|
|
1038 |
//
|
|
1039 |
#define qtn_memc_restore_enoughspace "There isn’t enough space to restore the entire memory card! (Restore can’t be done)"
|
|
1040 |
|
|
1041 |
//d:Progress note text.
|
|
1042 |
//l:popup_note_wait_window
|
|
1043 |
//w:
|
|
1044 |
//r:3.1
|
|
1045 |
//
|
|
1046 |
#define qtn_memc_restore_inprogress "Restore is in progress! Avoid using other applications during restore."
|
|
1047 |
|
|
1048 |
//d:Completion note.
|
|
1049 |
//l:popup_note_window
|
|
1050 |
//w:
|
|
1051 |
//r:3.1
|
|
1052 |
//
|
|
1053 |
#define qtn_memc_restore_completed "Restore is completed!"
|
|
1054 |
|
|
1055 |
//d:Notify about files not restored
|
|
1056 |
//l:popup_note_window
|
|
1057 |
//w:
|
|
1058 |
//r:3.1
|
|
1059 |
//
|
|
1060 |
#define qtn_memc_restore_info1 "%N files could not be restored!"
|
|
1061 |
|
|
1062 |
//d:Notify about a file not restored
|
|
1063 |
//l:popup_note_window
|
|
1064 |
//w:
|
|
1065 |
//r:3.1
|
|
1066 |
//
|
|
1067 |
#define qtn_memc_restore_info2 "1 file could not be restored!"
|
|
1068 |
|
|
1069 |
|
|
1070 |
// FORMAT TEXTS
|
|
1071 |
|
|
1072 |
//d:Format confirmation.
|
|
1073 |
//l:popup_note_window
|
|
1074 |
//w:
|
|
1075 |
//r:3.1
|
|
1076 |
//
|
|
1077 |
#define qtn_memc_format_query1 "Do you want to format the memory card? (Data will be erased)"
|
|
1078 |
|
|
1079 |
//d:Progress note text.
|
|
1080 |
//l:popup_note_wait_window
|
|
1081 |
//w:
|
|
1082 |
//r:3.1
|
|
1083 |
//
|
|
1084 |
#define qtn_memc_format_inprogress "Format is in progress!"
|
|
1085 |
|
|
1086 |
//d:Completion note.
|
|
1087 |
//l:popup_note_window
|
|
1088 |
//w:
|
|
1089 |
//r:3.1
|
|
1090 |
//
|
|
1091 |
#define qtn_memc_format_completed "Format is completed!"
|
|
1092 |
|
|
1093 |
|
|
1094 |
// MMC NAME TEXTS
|
|
1095 |
|
|
1096 |
//d:Default memory card label to be written to MMC.
|
|
1097 |
//d:Limited by FAT to maximum of 11 ascii characters.
|
|
1098 |
//d:Limited by FAT to maximum of 5 characters in Chinese variant.
|
|
1099 |
//l:query_popup_data_pane_t1/opt4
|
|
1100 |
//w:
|
|
1101 |
//r:3.1
|
|
1102 |
//
|
|
1103 |
#define qtn_memc_mmc_default_label "Mcard"
|
|
1104 |
|
|
1105 |
//d:Card name query.
|
|
1106 |
//l:popup_query_data_window_t3/opt2
|
|
1107 |
//w:
|
|
1108 |
//r:3.1
|
|
1109 |
//
|
|
1110 |
#define qtn_memc_name_prompt "Card name:"
|
|
1111 |
|
|
1112 |
//d:Illegal characters note.
|
|
1113 |
//l:popup_note_window
|
|
1114 |
//w:
|
|
1115 |
//r:3.1
|
|
1116 |
//
|
|
1117 |
#define qtn_memc_name_note1 "Illegal characters! Use only letters and numbers."
|
|
1118 |
|
|
1119 |
//d:Name changed note.
|
|
1120 |
//l:popup_note_window
|
|
1121 |
//w:
|
|
1122 |
//r:3.1
|
|
1123 |
//
|
|
1124 |
#define qtn_memc_name_note2 "The card name has been changed!"
|
|
1125 |
|
|
1126 |
|
|
1127 |
// SET PASSWORD TEXTS
|
|
1128 |
|
|
1129 |
//d:Password query.
|
|
1130 |
//l:popup_query_data_window_t3/opt2
|
|
1131 |
//w:
|
|
1132 |
//r:3.1
|
|
1133 |
//
|
|
1134 |
#define qtn_memc_set_password_prompt1 "New password:"
|
|
1135 |
|
|
1136 |
//d:Password confirmation query.
|
|
1137 |
//l:popup_query_data_window_t3/opt2
|
|
1138 |
//w:
|
|
1139 |
//r:3.1
|
|
1140 |
//
|
|
1141 |
#define qtn_memc_set_password_prompt2 "Confirm new password:"
|
|
1142 |
|
|
1143 |
//d:The passwords don't match.
|
|
1144 |
//l:popup_note_window
|
|
1145 |
//w:
|
|
1146 |
//r:3.1
|
|
1147 |
//
|
|
1148 |
#define qtn_memc_set_password_error "The passwords don’t match, try again!"
|
|
1149 |
|
|
1150 |
//d:Password set note.
|
|
1151 |
//l:popup_note_window
|
|
1152 |
//w:
|
|
1153 |
//r:3.1
|
|
1154 |
//
|
|
1155 |
#define qtn_memc_set_password_info "The password has been set!"
|
|
1156 |
|
|
1157 |
|
|
1158 |
// CHANGE PASSWORD TEXTS
|
|
1159 |
|
|
1160 |
//d:Old password query.
|
|
1161 |
//l:popup_query_data_window_t3/opt2
|
|
1162 |
//w:
|
|
1163 |
//r:3.1
|
|
1164 |
//
|
|
1165 |
#define qtn_memc_change_pwd_prompt1 "Old password:"
|
|
1166 |
|
|
1167 |
//d:Wrong password note, changing password.
|
|
1168 |
//l:popup_note_window
|
|
1169 |
//w:
|
|
1170 |
//r:3.1
|
|
1171 |
//
|
|
1172 |
#define qtn_memc_change_pwd_error1 "The password is incorrect, try again!"
|
|
1173 |
|
|
1174 |
//d:Password changed note.
|
|
1175 |
//l:popup_note_window
|
|
1176 |
//w:
|
|
1177 |
//r:3.1
|
|
1178 |
//
|
|
1179 |
#define qtn_memc_change_pwd_info "The password has been changed!"
|
|
1180 |
|
|
1181 |
//d:Wrong password note, unlocking.
|
|
1182 |
//l:popup_note_window
|
|
1183 |
//w:
|
|
1184 |
//r:3.1
|
|
1185 |
//
|
|
1186 |
#define qtn_memc_unlock_pwd_error "The password is incorrect, try again!"
|
|
1187 |
|
|
1188 |
|
|
1189 |
// REMOVE PASSWORD TEXTS
|
|
1190 |
|
|
1191 |
//d:Remove password query.
|
|
1192 |
//l:popup_note_window
|
|
1193 |
//w:
|
|
1194 |
//r:3.1
|
|
1195 |
//
|
|
1196 |
#define qtn_memc_remove_pwd_query "Do you want to remove the password? Memory card becomes unlocked."
|
|
1197 |
|
|
1198 |
//d:Password removed note.
|
|
1199 |
//l:popup_note_window
|
|
1200 |
//w:
|
|
1201 |
//r:3.1
|
|
1202 |
//
|
|
1203 |
#define qtn_memc_remove_pwd_info "The password has been removed!"
|
|
1204 |
|
|
1205 |
|
|
1206 |
// PASSWORD QUERY TEXTS
|
|
1207 |
|
|
1208 |
//d:Password query.
|
|
1209 |
//l:popup_query_data_window_t3/opt2
|
|
1210 |
//w:
|
|
1211 |
//r:3.1
|
|
1212 |
//
|
|
1213 |
#define qtn_memc_remove_pwd_prompt "Password:"
|
|
1214 |
|
|
1215 |
//d:Unlock password query.
|
|
1216 |
//l:popup_query_data_window_t3/opt2
|
|
1217 |
//w:
|
|
1218 |
//r:3.1
|
|
1219 |
//
|
|
1220 |
#define qtn_memc_unlock_pwd_prompt "Password:"
|
|
1221 |
|
|
1222 |
|
|
1223 |
// ERROR CASE TEXTS
|
|
1224 |
|
|
1225 |
//d:Corrupt note.
|
|
1226 |
//l:popup_note_window
|
|
1227 |
//w:
|
|
1228 |
//r:3.1
|
|
1229 |
//
|
|
1230 |
#define qtn_memc_memorycard_error "Memory card is corrupted!"
|
|
1231 |
|
|
1232 |
//d:General error.
|
|
1233 |
//l:popup_note_window
|
|
1234 |
//w:
|
|
1235 |
//r:3.1
|
|
1236 |
//
|
|
1237 |
#define qtn_memc_gen_error "Error occurred, operation cancelled!"
|
|
1238 |
|
|
1239 |
//d:Format error. Memory card in use.
|
|
1240 |
//l:popup_note_window
|
|
1241 |
//w:
|
|
1242 |
//r:3.1
|
|
1243 |
//
|
|
1244 |
#define qtn_memc_format_card_used "Formatting failed. Memory card used by other application."
|
|
1245 |
|
|
1246 |
//d:Options menu command.
|
|
1247 |
//l:list_single_pane_t1_cp2
|
|
1248 |
//w:
|
|
1249 |
//r:3.1
|
|
1250 |
//
|
|
1251 |
#define qtn_rd_opt_connect "Connect"
|
|
1252 |
|
|
1253 |
//d:Options menu command.
|
|
1254 |
//l:list_single_pane_t1_cp2
|
|
1255 |
//w:
|
|
1256 |
//r:3.1
|
|
1257 |
//
|
|
1258 |
#define qtn_rd_opt_disconnect "Disconnect"
|
|
1259 |
|
|
1260 |
//d:Options menu command.
|
|
1261 |
//l:list_single_pane_t1_cp2
|
|
1262 |
//w:
|
|
1263 |
//r:3.1
|
|
1264 |
//
|
|
1265 |
#define qtn_fmgr_opt_remote_drives "Remote drives"
|
|
1266 |
|
|
1267 |
//d:Options menu command.
|
|
1268 |
//l:list_single_popup_submenu_pane_t1
|
|
1269 |
//w:
|
|
1270 |
//r:3.1
|
|
1271 |
//
|
|
1272 |
#define qtn_fmgr_opt_rd_settings "Settings"
|
|
1273 |
|
|
1274 |
//d:Options menu command.
|
|
1275 |
//l:list_single_popup_submenu_pane_t1
|
|
1276 |
//w:
|
|
1277 |
//r:3.1
|
|
1278 |
//
|
|
1279 |
#define qtn_fmgr_opt_rd_new_drive "Map new drive"
|
|
1280 |
|
|
1281 |
//d:Options menu command.
|
|
1282 |
//l:list_single_popup_submenu_pane_t1
|
|
1283 |
//w:
|
|
1284 |
//r:3.1
|
|
1285 |
//
|
|
1286 |
#define qtn_fmgr_opt_rd_delete_drive "Delete drive"
|
|
1287 |
|
|
1288 |
//d:Options menu command.
|
|
1289 |
//l:list_single_popup_submenu_pane_t1
|
|
1290 |
//w:
|
|
1291 |
//r:3.1
|
|
1292 |
//
|
|
1293 |
#define qtn_fmgr_options_file_details "File"
|
|
1294 |
|
|
1295 |
//d:Options menu command.
|
|
1296 |
//l:list_single_popup_submenu_pane_t1
|
|
1297 |
//w:
|
|
1298 |
//r:3.1
|
|
1299 |
//
|
|
1300 |
#define qtn_fmgr_options_folder_details "Folder"
|
|
1301 |
|
|
1302 |
//d:Options menu command.
|
|
1303 |
//l:list_single_popup_submenu_pane_t1
|
|
1304 |
//w:
|
|
1305 |
//r:3.1
|
|
1306 |
//
|
|
1307 |
#define qtn_fmgr_options_memory_details "Memory"
|
|
1308 |
|
|
1309 |
// REMOTE DRIVE ERRORS
|
|
1310 |
|
|
1311 |
//d:Text in confirmation query when deleting a drive
|
|
1312 |
//l:popup_note_window
|
|
1313 |
//w:
|
|
1314 |
//r:3.1
|
|
1315 |
#define qtn_rd_query_delete_drive "Delete configuration for %U?"
|
|
1316 |
|
|
1317 |
//d:Error text when remote drive is not connected.
|
|
1318 |
//l:main_list_empty_pane
|
|
1319 |
//w:
|
|
1320 |
//r:3.1
|
|
1321 |
//
|
|
1322 |
#define qtn_fmgr_empty_remote_drive "(Not connected)"
|
|
1323 |
|
|
1324 |
//d:This is displayed in memory card details info popup
|
|
1325 |
//l:list_single_heading_pane_t2_cp2
|
|
1326 |
//w:
|
|
1327 |
//r:3.1
|
|
1328 |
//
|
|
1329 |
#define qtn_fmgr_card_info_data "%N %U"
|
|
1330 |
|
|
1331 |
//d:Options menu command.
|
|
1332 |
//l:list_single_pane_t1_cp2
|
|
1333 |
//w:
|
|
1334 |
//r:3.1
|
|
1335 |
//
|
|
1336 |
#define qtn_fmgr_rd_opt_refresh "Refresh"
|
|
1337 |
|
|
1338 |
//d:Information note text
|
|
1339 |
//d:if focused file is not supported remotely, this text is shown
|
|
1340 |
//l:popup_note_window
|
|
1341 |
//w:
|
|
1342 |
//r:3.1
|
|
1343 |
//
|
|
1344 |
#define qtn_fmgr_infonote_unable_open_remotely "Unable to open the file remotely. Copy file to phone and try opening it again."
|
|
1345 |
|
|
1346 |
//d:Backup name in main page, item data
|
|
1347 |
//l:list_single_large_graphic_pane_t1
|
|
1348 |
//w:
|
|
1349 |
//r:3.1
|
|
1350 |
//
|
|
1351 |
#define qtn_fmgr_main_backup "Backup"
|
|
1352 |
|
|
1353 |
//d:Backup caption string.
|
|
1354 |
//l:title_pane_t2/opt9
|
|
1355 |
//w:
|
|
1356 |
//r:3.1
|
|
1357 |
//
|
|
1358 |
#define qtn_fmgr_backup_title "Backup"
|
|
1359 |
|
|
1360 |
//d:Backup setting item title
|
|
1361 |
//l:list_setting_pane_t1
|
|
1362 |
//w:
|
|
1363 |
//r:3.1
|
|
1364 |
//
|
|
1365 |
#define qtn_fmgr_backup_contents "Backup contents"
|
|
1366 |
|
|
1367 |
//d:Backup setting item title
|
|
1368 |
//l:list_setting_pane_t1
|
|
1369 |
//w:
|
|
1370 |
//r:3.1
|
|
1371 |
//
|
|
1372 |
#define qtn_fmgr_backup_scheduling "Backup scheduling"
|
|
1373 |
|
|
1374 |
//d:Backup setting item title
|
|
1375 |
//l:list_setting_pane_t1
|
|
1376 |
//w:
|
|
1377 |
//r:3.1
|
|
1378 |
//
|
|
1379 |
#define qtn_fmgr_backup_weekday "Weekday"
|
|
1380 |
|
|
1381 |
//d:Backup setting item title
|
|
1382 |
//l:list_setting_pane_t1
|
|
1383 |
//w:
|
|
1384 |
//r:3.1
|
|
1385 |
//
|
|
1386 |
#define qtn_fmgr_backup_time "Time"
|
|
1387 |
|
|
1388 |
//d:Options menu command.
|
|
1389 |
//l:list_single_pane_t1_cp2
|
|
1390 |
//w:
|
|
1391 |
//r:3.1
|
|
1392 |
//
|
|
1393 |
#define qtn_fmgr_options_backup_now "Backup now"
|
|
1394 |
|
|
1395 |
//d:Options menu command.
|
|
1396 |
//l:list_single_pane_t1_cp2
|
|
1397 |
//w:
|
|
1398 |
//r:3.1
|
|
1399 |
//
|
|
1400 |
#define qtn_fmgr_options_restore "Restore"
|
|
1401 |
|
|
1402 |
//d:Backup setting item value
|
|
1403 |
//l:list_set_graphic_pane_t1
|
|
1404 |
//w:
|
|
1405 |
//r:3.1
|
|
1406 |
//
|
|
1407 |
#define qtn_fmgr_backup_content_all "All"
|
|
1408 |
|
|
1409 |
//d:Backup setting item value
|
|
1410 |
//l:list_set_graphic_pane_t1
|
|
1411 |
//w:
|
|
1412 |
//r:3.1
|
|
1413 |
//
|
|
1414 |
#define qtn_fmgr_backup_content_selected "%N selected"
|
|
1415 |
|
|
1416 |
//d:Backup setting item value
|
|
1417 |
//l:list_set_graphic_pane_t1
|
|
1418 |
//w:
|
|
1419 |
//r:3.1
|
|
1420 |
//
|
|
1421 |
#define qtn_fmgr_backup_content_settings "Settings"
|
|
1422 |
|
|
1423 |
//d:Backup setting item value
|
|
1424 |
//l:list_set_graphic_pane_t1
|
|
1425 |
//w:
|
|
1426 |
//r:3.1
|
|
1427 |
//
|
|
1428 |
#define qtn_fmgr_backup_content_messages "Messages"
|
|
1429 |
|
|
1430 |
//d:Backup setting item value
|
|
1431 |
//l:list_set_graphic_pane_t1
|
|
1432 |
//w:
|
|
1433 |
//r:3.1
|
|
1434 |
//
|
|
1435 |
#define qtn_fmgr_backup_content_contacts "Contacts"
|
|
1436 |
|
|
1437 |
//d:Backup setting item value
|
|
1438 |
//l:list_set_graphic_pane_t1
|
|
1439 |
//w:
|
|
1440 |
//r:3.1
|
|
1441 |
//
|
|
1442 |
#define qtn_fmgr_backup_content_calendar "Calendar"
|
|
1443 |
|
|
1444 |
//d:Backup setting item value
|
|
1445 |
//l:list_set_graphic_pane_t1
|
|
1446 |
//w:
|
|
1447 |
//r:3.1
|
|
1448 |
//
|
|
1449 |
#define qtn_fmgr_backup_content_bookmarks "Bookmarks"
|
|
1450 |
|
|
1451 |
//d:Backup setting item value
|
|
1452 |
//l:list_set_graphic_pane_t1
|
|
1453 |
//w:
|
|
1454 |
//r:3.1
|
|
1455 |
//
|
|
1456 |
#define qtn_fmgr_backup_content_userfiles "User files"
|
|
1457 |
|
|
1458 |
//d:Backup setting item value
|
|
1459 |
//l:list_set_graphic_pane_t1
|
|
1460 |
//w:
|
|
1461 |
//r:3.1
|
|
1462 |
//
|
|
1463 |
#define qtn_fmgr_backup_no_scheduling "No scheduling"
|
|
1464 |
|
|
1465 |
//d:Backup setting item value
|
|
1466 |
//l:list_set_graphic_pane_t1
|
|
1467 |
//w:
|
|
1468 |
//r:3.1
|
|
1469 |
//
|
|
1470 |
#define qtn_fmgr_backup_daily "Daily"
|
|
1471 |
|
|
1472 |
//d:Backup setting item value
|
|
1473 |
//l:list_set_graphic_pane_t1
|
|
1474 |
//w:
|
|
1475 |
//r:3.1
|
|
1476 |
//
|
|
1477 |
#define qtn_fmgr_backup_weekly "Weekly"
|
|
1478 |
|
|
1479 |
//d:Backup confirmation.
|
|
1480 |
//l:popup_note_window
|
|
1481 |
//w:
|
|
1482 |
//r:3.1
|
|
1483 |
//
|
|
1484 |
#define qtn_fmgr_backup_query "Create backup to %U?"
|
|
1485 |
|
|
1486 |
//d:Backup confirmation.
|
|
1487 |
//l:popup_note_window
|
|
1488 |
//w:
|
|
1489 |
//r:3.1
|
|
1490 |
//
|
|
1491 |
#define qtn_fmgr_backup_query_exists "Create backup to %U? Existing data will be overwritten."
|
|
1492 |
|
|
1493 |
//d:Scheduled backup inprogress note.
|
|
1494 |
//l:popup_note_wait_window
|
|
1495 |
//w:
|
|
1496 |
//r:3.1
|
|
1497 |
//
|
|
1498 |
#define qtn_fmgr_scheduled_backup_progress "Scheduled backup. Do not remove %U"
|
|
1499 |
|
|
1500 |
//d:Backup confirmation.
|
|
1501 |
//l:popup_note_window
|
|
1502 |
//w:
|
|
1503 |
//r:3.1
|
|
1504 |
//
|
|
1505 |
#define qtn_fmgr_backup_tight_memory "%U may not contain enough space. Continue anyway?"
|
|
1506 |
|
|
1507 |
//d:No space for backup note
|
|
1508 |
//l:popup_note_window
|
|
1509 |
//w:
|
|
1510 |
//r:3.1
|
|
1511 |
//
|
|
1512 |
#define qtn_fmgr_backup_destination_full "Not enough space in %U. Backup cancelled."
|
|
1513 |
|
|
1514 |
//d:Scheduled backup error note
|
|
1515 |
//l:popup_note_window
|
|
1516 |
//w:
|
|
1517 |
//r:3.1
|
|
1518 |
//
|
|
1519 |
#define qtn_fmgr_scheduled_backup_error "Backup was scheduled but destination memory store was unavailable."
|
|
1520 |
|
|
1521 |
//d:Restore caption string.
|
|
1522 |
//l:title_pane_t2/opt9
|
|
1523 |
//w:
|
|
1524 |
//r:3.1
|
|
1525 |
//
|
|
1526 |
#define qtn_fmgr_restore_title "Restore"
|
|
1527 |
|
|
1528 |
//d:Restore item name.
|
|
1529 |
//l:list_double_large_graphic_pane_t1
|
|
1530 |
//w:
|
|
1531 |
//r:3.1
|
|
1532 |
//
|
|
1533 |
#define qtn_fmgr_restore_settings "Settings"
|
|
1534 |
|
|
1535 |
//d:Restore item name.
|
|
1536 |
//l:list_double_large_graphic_pane_t1
|
|
1537 |
//w:
|
|
1538 |
//r:3.1
|
|
1539 |
//
|
|
1540 |
#define qtn_fmgr_restore_messages "Messages"
|
|
1541 |
|
|
1542 |
//d:Restore item name.
|
|
1543 |
//l:list_double_large_graphic_pane_t1
|
|
1544 |
//w:
|
|
1545 |
//r:3.1
|
|
1546 |
//
|
|
1547 |
#define qtn_fmgr_restore_contacts "Contacts"
|
|
1548 |
|
|
1549 |
//d:Restore item name.
|
|
1550 |
//l:list_double_large_graphic_pane_t1
|
|
1551 |
//
|
|
1552 |
#define qtn_fmgr_restore_calendar "Calendar"
|
|
1553 |
|
|
1554 |
//d:Restore item name.
|
|
1555 |
//l:list_double_large_graphic_pane_t1
|
|
1556 |
//w:
|
|
1557 |
//r:3.1
|
|
1558 |
//
|
|
1559 |
#define qtn_fmgr_restore_bookmarks "Bookmarks"
|
|
1560 |
|
|
1561 |
//d:Restore item name.
|
|
1562 |
//l:list_double_large_graphic_pane_t1
|
|
1563 |
//w:
|
|
1564 |
//r:3.1
|
|
1565 |
//
|
|
1566 |
#define qtn_fmgr_restore_userfiles "User files"
|
|
1567 |
|
|
1568 |
//d:Restore item name.
|
|
1569 |
//l:main_list_empty_pane
|
|
1570 |
//w:
|
|
1571 |
//r:3.1
|
|
1572 |
//
|
|
1573 |
#define qtn_fmgr_restore_no_backups "No backup items available"
|
|
1574 |
|
|
1575 |
//d:Restore confirmation
|
|
1576 |
//l:popup_note_window
|
|
1577 |
//w:
|
|
1578 |
//r:3.1
|
|
1579 |
//
|
|
1580 |
#define qtn_fmgr_restore_query "Restore selected backed up content to phone memory?"
|
|
1581 |
|
|
1582 |
//d:Restore error
|
|
1583 |
//l:popup_note_window
|
|
1584 |
//w:
|
|
1585 |
//r:3.1
|
|
1586 |
//
|
|
1587 |
#define qtn_fmgr_restore_space_error "Not enough space for restore"
|
|
1588 |
|
|
1589 |
//d:Scheduled backup query.
|
|
1590 |
//l:popup_note_window
|
|
1591 |
//w:
|
|
1592 |
//r:3.1
|
|
1593 |
//
|
|
1594 |
#define qtn_fmgr_scheduled_backup_query "Scheduled backup is starting. Continue?"
|
|
1595 |
|
|
1596 |
//d:Backup setting item title
|
|
1597 |
//l:list_setting_pane_t1
|
|
1598 |
//w:
|
|
1599 |
//r:3.1
|
|
1600 |
//
|
|
1601 |
#define qtn_fmgr_backup_destination "Backup destination"
|
|
1602 |
|
|
1603 |
//d:Prompt text in common file dialog
|
|
1604 |
//d:shown when user is prompted to select memory to be backup target
|
|
1605 |
//l:heading_pane_t1
|
|
1606 |
//w:
|
|
1607 |
//r:3.1
|
|
1608 |
//
|
|
1609 |
#define qtn_fmgr_select_backup_destination "Select destination:"
|
|
1610 |
|
|
1611 |
//d:Progress note text.
|
|
1612 |
//l:popup_note_wait_window
|
|
1613 |
//w:
|
|
1614 |
//r:3.1
|
|
1615 |
//
|
|
1616 |
#define qtn_fmgr_progress_preparing_backup "Preparing for backup."
|
|
1617 |
|
|
1618 |
//d:Progress note text.
|
|
1619 |
//l:popup_note_wait_window
|
|
1620 |
//w:
|
|
1621 |
//r:3.2
|
|
1622 |
//
|
|
1623 |
#define qtn_fmgr_progress_preparing_restore "Preparing for restoring."
|
|
1624 |
|
|
1625 |
//d:General error.
|
|
1626 |
//l:popup_note_window
|
|
1627 |
//w:
|
|
1628 |
//r:3.2
|
|
1629 |
//
|
|
1630 |
#define qtn_fmgr_error_corrupted_backup_file "Backup file is corrupted. Operation cancelled."
|
|
1631 |
|
|
1632 |
//d:Error note for unavailable backup destination
|
|
1633 |
//l:popup_note_window
|
|
1634 |
//w:
|
|
1635 |
//r:3.2
|
|
1636 |
//
|
|
1637 |
#define qtn_fmgr_error_backup_memorycard_not_available "Backup destination is not available."
|
|
1638 |
|
|
1639 |
//d:Application launch prevented during backup info text
|
|
1640 |
//l:popup_note_window
|
|
1641 |
//w:
|
|
1642 |
//r:3.2
|
|
1643 |
//
|
|
1644 |
#define qtn_fmgr_backup_applaunch_prevented "Cannot start application during backup"
|
|
1645 |
|
|
1646 |
//d:Application launch prevented during restore info text
|
|
1647 |
//l:popup_note_window
|
|
1648 |
//w:
|
|
1649 |
//r:3.2
|
|
1650 |
//
|
|
1651 |
#define qtn_fmgr_restore_applaunch_prevented "Cannot start application during restore"
|
|
1652 |
|
|
1653 |
//d:Format query when memory card in use.
|
|
1654 |
//l:popup_note_window
|
|
1655 |
//w:
|
|
1656 |
//r:3.2
|
|
1657 |
//
|
|
1658 |
#define qtn_memc_format_query2 "Memory card in use by other application. Proceed anyway?"
|
|
1659 |
|
|
1660 |
//d:error note; not able to add a new drive
|
|
1661 |
//l:popup_note_window
|
|
1662 |
//w:
|
|
1663 |
//r:3.2
|
|
1664 |
//
|
|
1665 |
#define qtn_rd_error_max_drives "Maximum number of remote drives configured. Remove old configurations to create new."
|
|
1666 |
|
|
1667 |
//d:Device memory name in main page, item data
|
|
1668 |
//d:%U is the drive letter
|
|
1669 |
//l:list_single_large_graphic_pane_t1
|
|
1670 |
//w:
|
|
1671 |
//r:3.2
|
|
1672 |
//
|
|
1673 |
#define qtn_fmgr_main_device_memory "%U Device memory"
|
|
1674 |
|
|
1675 |
//d:Mass storage name in main page, item data
|
|
1676 |
//d:%U is the drive letter
|
|
1677 |
//l:list_single_large_graphic_pane_t1
|
|
1678 |
//w:
|
|
1679 |
//r:3.2
|
|
1680 |
//
|
|
1681 |
#define qtn_fmgr_main_mass_storage "%U Mass storage"
|
|
1682 |
|
|
1683 |
//d:Memory card in main page, item data
|
|
1684 |
//d:%U is the drive letter
|
|
1685 |
//l:list_single_large_graphic_pane_t1
|
|
1686 |
//w:
|
|
1687 |
//r:3.2
|
|
1688 |
//
|
|
1689 |
#define qtn_fmgr_main_memory_card_default "%U Memory card"
|
|
1690 |
|
|
1691 |
//d:Named memory card in main page, item data
|
|
1692 |
//d:%0U is the drive letter and %1U is the name of the memory card
|
|
1693 |
//l:list_single_large_graphic_pane_t1
|
|
1694 |
//w:
|
|
1695 |
//r:3.2
|
|
1696 |
//
|
|
1697 |
#define qtn_fmgr_main_named_memory_card "%0U %1U"
|
|
1698 |
|
|
1699 |
//d:Caption string.
|
|
1700 |
//d:%U is the drive letter
|
|
1701 |
//l:list_single_large_graphic_pane_t1
|
|
1702 |
//w:
|
|
1703 |
//r:3.2
|
|
1704 |
//
|
|
1705 |
#define qtn_fmgr_title_device_memory "%U Device memory"
|
|
1706 |
|
|
1707 |
//d:Caption string.
|
|
1708 |
//d:%U is the drive letter
|
|
1709 |
//l:list_single_large_graphic_pane_t1
|
|
1710 |
//w:
|
|
1711 |
//r:3.2
|
|
1712 |
//
|
|
1713 |
#define qtn_fmgr_title_mass_storage "%U Mass storage"
|
|
1714 |
|
|
1715 |
//d:Caption string.
|
|
1716 |
//d:%0U is the drive letter and %1U is the name of the memory card
|
|
1717 |
//l:list_single_large_graphic_pane_t1
|
|
1718 |
//w:
|
|
1719 |
//r:3.2
|
|
1720 |
//
|
|
1721 |
#define qtn_fmgr_title_named_memory_card "%0U %1U"
|
|
1722 |
|
|
1723 |
//d:Caption string.
|
|
1724 |
//d:%U is the drive letter
|
|
1725 |
//l:list_single_large_graphic_pane_t1
|
|
1726 |
//w:
|
|
1727 |
//r:3.2
|
|
1728 |
//
|
|
1729 |
#define qtn_fmgr_title_memory_card_default "%U Memory card"
|
|
1730 |
|
|
1731 |
//d:Error text when mass storage is in use
|
|
1732 |
//l:main_list_empty_pane
|
|
1733 |
//w:
|
|
1734 |
//r:3.2
|
|
1735 |
//
|
|
1736 |
#define qtn_memc_mass_storage_in_use "(Memory is in use)"
|
|
1737 |
|
|
1738 |
//d:Error text when mass storage is corrupted
|
|
1739 |
//l:main_list_empty_pane
|
|
1740 |
//w:
|
|
1741 |
//r:3.2
|
|
1742 |
//
|
|
1743 |
#define qtn_memc_mass_storage_corrupted "(Memory is corrupted)"
|
|
1744 |
|
|
1745 |
//d:Named memory card eject confirmation query.
|
|
1746 |
//d:%0U is the drive letter and %1U is the name of the memory card
|
|
1747 |
//l:popup_note_window
|
|
1748 |
//w:
|
|
1749 |
//r:3.2
|
|
1750 |
//
|
|
1751 |
#define qtn_memc_conf_eject_multiple "Eject %0U %1U? Some applications will be closed."
|
|
1752 |
|
|
1753 |
//d:Memory card eject confirmation query.
|
|
1754 |
//d:%U is the drive letter
|
|
1755 |
//l:popup_note_window
|
|
1756 |
//w:
|
|
1757 |
//r:3.2
|
|
1758 |
//
|
|
1759 |
#define qtn_memc_conf_eject_multiple_defaultname "Eject %U memory card? Some applications will be closed."
|
|
1760 |
|
|
1761 |
//d:Swap named memory card note.
|
|
1762 |
//d:%0U is the drive letter and %1U is the name of the memory card
|
|
1763 |
//l:popup_note_window
|
|
1764 |
//w:
|
|
1765 |
//r:3.2
|
|
1766 |
//
|
|
1767 |
#define qtn_memc_info_eject_multiple "Remove %0U %1U and press OK."
|
|
1768 |
|
|
1769 |
//d:Swap memory card note.
|
|
1770 |
//d:%U is the drive letter
|
|
1771 |
//l:popup_note_window
|
|
1772 |
//w:
|
|
1773 |
//r:3.2
|
|
1774 |
//
|
|
1775 |
#define qtn_memc_info_eject_multiple_defaultname "Remove %U memory card and press OK."
|
|
1776 |
|
|
1777 |
//d:Password query for named memory card.
|
|
1778 |
//d:%0U is the drive letter and %1U is the name of the memory card
|
|
1779 |
//l:popup_query_data_window_t3/opt2
|
|
1780 |
//w:
|
|
1781 |
//r:3.2
|
|
1782 |
//
|
|
1783 |
#define qtn_memc_unlock_password_multiple "Password for %0U %1U:"
|
|
1784 |
|
|
1785 |
//d:Password query for memory card.
|
|
1786 |
//d:%U is the drive letter
|
|
1787 |
//l:popup_query_data_window_t3/opt2
|
|
1788 |
//w:
|
|
1789 |
//r:3.2
|
|
1790 |
//
|
|
1791 |
#define qtn_memc_unlock_password_multiple_defaultname "Password for %U memory card:"
|
|
1792 |
|
|
1793 |
//d:Information note text
|
|
1794 |
//d:%U is the drive letter
|
|
1795 |
//l:popup_note_window
|
|
1796 |
//w:
|
|
1797 |
//r:3.2
|
|
1798 |
//
|
|
1799 |
#define qtn_memc_multiple_memc_read_only "Unable to perform operation. %U memory card is read only."
|
|
1800 |
|
|
1801 |
//d:Information note text
|
|
1802 |
//d:%U is the drive letter
|
|
1803 |
//l:popup_note_window
|
|
1804 |
//w:
|
|
1805 |
//r:3.2
|
|
1806 |
//
|
|
1807 |
#define qtn_memc_memory_card_corrupted_multiple "%U memory card is corrupted."
|
|
1808 |
|
|
1809 |
//d:Options menu command.
|
|
1810 |
//d:Start mass storage format.
|
|
1811 |
//l:list_single_pane_t1_cp2
|
|
1812 |
//w:
|
|
1813 |
//r:3.2
|
|
1814 |
//
|
|
1815 |
#define qtn_fmgr_options_format_mass "Format mass storage"
|
|
1816 |
|
|
1817 |
//d:Mass storage format query
|
|
1818 |
//d:%U is the drive letter
|
|
1819 |
//l:popup_note_window
|
|
1820 |
//w:
|
|
1821 |
//r:3.2
|
|
1822 |
//
|
|
1823 |
#define qtn_fmgr_format_mass_query1 "Format %U mass storage. Data will be deleted during formatting."
|
|
1824 |
|
|
1825 |
//d:Progress note text
|
|
1826 |
//l:popup_note_wait_window
|
|
1827 |
//w:
|
|
1828 |
//r:3.2
|
|
1829 |
//
|
|
1830 |
#define qtn_fmgr_mass_format_inprogress "Formatting mass storage"
|
|
1831 |
|
|
1832 |
//d:Completion note.
|
|
1833 |
//l:popup_note_window
|
|
1834 |
//w:
|
|
1835 |
//r:3.2
|
|
1836 |
//
|
|
1837 |
#define qtn_fmgr_mass_format_completed "Formatting complete"
|
|
1838 |
|
|
1839 |
//d:Format query when mass storage is in use
|
|
1840 |
//l:popup_note_window
|
|
1841 |
//w:
|
|
1842 |
//r:3.2
|
|
1843 |
//
|
|
1844 |
#define qtn_fmgr_format_mass_query2 "Mass storage in use by other application. Proceed anyway?"
|
|
1845 |
|
|
1846 |
//d:Possible second line for first entry of Details View listbox
|
|
1847 |
//l:list_double_pane_t2_cp2
|
|
1848 |
//w:
|
|
1849 |
//r:5.0
|
|
1850 |
//
|
|
1851 |
#define qtn_drm_mgr_det_not_valid_yet "Activation key not valid yet"
|
|
1852 |
|
|
1853 |
//d:Options menu command.
|
|
1854 |
//l:list_single_popup_submenu_pane_t1/opt1
|
|
1855 |
//w:
|
|
1856 |
//r:5.0
|
|
1857 |
//
|
|
1858 |
#define qtn_fmgr_options_sort_by_match "By match"
|
|
1859 |
|
|
1860 |
//d:Options menu command.
|
|
1861 |
//l:list_single_popup_submenu_pane_t1/opt1
|
|
1862 |
//w:
|
|
1863 |
//r:5.0
|
|
1864 |
//
|
|
1865 |
#define qtn_fmgr_options_sort_by_name "By name"
|
|
1866 |
|
|
1867 |
//d:Options menu command.
|
|
1868 |
//l:list_single_popup_submenu_pane_t1/opt1
|
|
1869 |
//w:
|
|
1870 |
//r:5.0
|
|
1871 |
//
|
|
1872 |
#define qtn_fmgr_options_sort_by_type "By type"
|
|
1873 |
|
|
1874 |
//d:Options menu command.
|
|
1875 |
//l:list_single_popup_submenu_pane_t1/opt1
|
|
1876 |
//w:
|
|
1877 |
//r:5.0
|
|
1878 |
//
|
|
1879 |
#define qtn_fmgr_options_sort_recent_first "Most recent first"
|
|
1880 |
|
|
1881 |
//d:Options menu command.
|
|
1882 |
//l:list_single_popup_submenu_pane_t1/opt1
|
|
1883 |
//w:
|
|
1884 |
//r:5.0
|
|
1885 |
//
|
|
1886 |
#define qtn_fmgr_options_sort_largest_first "Largest first"
|
|
1887 |
|
|
1888 |
//d:Scheduled backup info note
|
|
1889 |
//l:popup_note_window
|
|
1890 |
//w:
|
|
1891 |
//r:5.0
|
|
1892 |
//
|
|
1893 |
#define qtn_fmgr_scheduled_backup_cancelled_ps "Power saving is active, scheduled backup is cancelled."
|
|
1894 |
|
|
1895 |
//d:Options menu command.
|
|
1896 |
//l:list_single_pane_t1_cp2/opt3
|
|
1897 |
//w:
|
|
1898 |
//r:5.0
|
|
1899 |
//
|
|
1900 |
#define qtn_fmgr_options_sort_submenu "Sort"
|
|
1901 |
|
|
1902 |
//d:Free memory amount in main page, item data
|
|
1903 |
//d:%0U is the size and %1U is the unit, for example 15.5 MB
|
|
1904 |
//l:list_double_large_graphic_pane_t2
|
|
1905 |
//w:
|
|
1906 |
//r:3.2
|
|
1907 |
//
|
|
1908 |
#define qtn_fmgr_free_memory_var_units "Free: %0U %1U"
|
|
1909 |
|
|
1910 |
//d:Free memory unit in main page, item data
|
|
1911 |
//l:list_double_large_graphic_pane_t2
|
|
1912 |
//w:
|
|
1913 |
//r:3.2
|
|
1914 |
//
|
|
1915 |
#define qtn_fmgr_units_byte "B"
|
|
1916 |
|
|
1917 |
//d:Free memory unit in main page, item data
|
|
1918 |
//l:list_double_large_graphic_pane_t2
|
|
1919 |
//w:
|
|
1920 |
//r:3.2
|
|
1921 |
//
|
|
1922 |
#define qtn_fmgr_units_kilobyte "kB"
|
|
1923 |
|
|
1924 |
//d:Free memory unit in main page, item data
|
|
1925 |
//l:list_double_large_graphic_pane_t2
|
|
1926 |
//w:
|
|
1927 |
//r:3.2
|
|
1928 |
//
|
|
1929 |
#define qtn_fmgr_units_megabyte "MB"
|
|
1930 |
|
|
1931 |
//d:Free memory unit in main page, item data
|
|
1932 |
//l:list_double_large_graphic_pane_t2
|
|
1933 |
//w:
|
|
1934 |
//r:3.2
|
|
1935 |
//
|
|
1936 |
#define qtn_fmgr_units_gigabyte "GB"
|
|
1937 |
|
|
1938 |
//d: Note when there is not enough memory to execute operation on device memory.
|
|
1939 |
//d: %U is the drive letter of the drive.
|
|
1940 |
//l: popup_note_window
|
|
1941 |
//w:
|
|
1942 |
//r:3.2
|
|
1943 |
//
|
|
1944 |
#define qtn_memlo_not_enough_device_memory "Not enough memory to perform operation. Delete some data from %U Device memory."
|
|
1945 |
|
|
1946 |
//d: Note when there is not enough memory to execute operation on memory card.
|
|
1947 |
//d:%0U is the drive letter and %1U is the name of the memory card
|
|
1948 |
//l: popup_note_window
|
|
1949 |
//w:
|
|
1950 |
//r:3.2
|
|
1951 |
//
|
|
1952 |
#define qtn_memlo_not_enough_memory_card_name "Not enough memory to perform operation. Delete some data from %0U %1U."
|
|
1953 |
|
|
1954 |
//d: Note when there is not enough memory to execute operation on memory card.
|
|
1955 |
//d: %U is the drive letter of the drive.
|
|
1956 |
//l: popup_note_window
|
|
1957 |
//w:
|
|
1958 |
//r:3.2
|
|
1959 |
//
|
|
1960 |
#define qtn_memlo_not_enough_memory_card_defaultname "Not enough memory to perform operation. Delete some data from %U Memory card."
|
|
1961 |
|
|
1962 |
//d: Note when there is not enough memory to execute operation on mass storage.
|
|
1963 |
//d: %U is the drive letter of the drive.
|
|
1964 |
//l: popup_note_window
|
|
1965 |
//w:
|
|
1966 |
//r:3.2
|
|
1967 |
//
|
|
1968 |
#define qtn_memlo_not_enough_mass_memory "Not enough memory to perform operation. Delete some data from %U Mass storage."
|
|
1969 |
|
|
1970 |
//d: Primary text for an unnamed USB memory storage.
|
|
1971 |
//d: %U is the drive letter of the drive.
|
|
1972 |
//l: list_double_large_graphic_pane_t1
|
|
1973 |
//w:
|
|
1974 |
//r:3.2
|
|
1975 |
//
|
|
1976 |
#define qtn_fmgr_main_usb_default "%U USB memory"
|
|
1977 |
|
|
1978 |
//d: When the view is on the root of an unnamed USB memory.
|
|
1979 |
//d: %U is the drive letter of the drive.
|
|
1980 |
//l: list_single_large_graphic_pane_t1
|
|
1981 |
//w:
|
|
1982 |
//r:3.2
|
|
1983 |
//
|
|
1984 |
#define qtn_fmgr_title_usb_default "%U USB memory"
|
|
1985 |
|
|
1986 |
//d: Main view Options menu item.
|
|
1987 |
//l: list_single_pane_t1_cp2/opt3
|
|
1988 |
//w:
|
|
1989 |
//r:3.2
|
|
1990 |
//
|
|
1991 |
#define qtn_fmgr_options_memory_sub "Memory storage"
|
|
1992 |
|
|
1993 |
//d: Memory storage submenu items
|
|
1994 |
//l: list_single_popup_submenu_pane_t1
|
|
1995 |
//w:
|
|
1996 |
//r:3.2
|
|
1997 |
//
|
|
1998 |
#define qtn_fmgr_unlock_memory "Unlock memory"
|
|
1999 |
|
|
2000 |
//d: Memory storage submenu items
|
|
2001 |
//l: list_single_popup_submenu_pane_t1
|
|
2002 |
//w:
|
|
2003 |
//r:3.2
|
|
2004 |
//
|
|
2005 |
#define qtn_fmgr_options_memory_storage_details "Details"
|
|
2006 |
|
|
2007 |
//d: Memory storage submenu items
|
|
2008 |
//l: list_single_popup_submenu_pane_t1
|
|
2009 |
//w:
|
|
2010 |
//r:3.2
|
|
2011 |
//
|
|
2012 |
#define qtn_fmgr_options_set_memc_passwd "Set password"
|
|
2013 |
|
|
2014 |
//d: Memory storage submenu items
|
|
2015 |
//l: list_single_popup_submenu_pane_t1
|
|
2016 |
//w:
|
|
2017 |
//r:3.2
|
|
2018 |
//
|
|
2019 |
#define qtn_fmgr_options_change_memc_passwd "Change password"
|
|
2020 |
|
|
2021 |
//d: Memory storage submenu items
|
|
2022 |
//l: list_single_popup_submenu_pane_t1
|
|
2023 |
//w:
|
|
2024 |
//r:3.2
|
|
2025 |
//
|
|
2026 |
#define qtn_fmgr_options_remove_memc_passwd "Remove password"
|
|
2027 |
|
|
2028 |
//d: Default name of the query when naming or renaming a memory store
|
|
2029 |
//l: query_popup_data_pane_t1/opt4
|
|
2030 |
//w:
|
|
2031 |
//r:3.2
|
|
2032 |
//
|
|
2033 |
#define qtn_fmgr_usb_memory_default_name "USB memory"
|
|
2034 |
|
|
2035 |
//d: confirmation query text when want to format USB memory
|
|
2036 |
//d: %0U is the drive letter, %1U is the drive name.
|
|
2037 |
//l: popup_note_window
|
|
2038 |
//w:
|
|
2039 |
//r:3.2
|
|
2040 |
//
|
|
2041 |
#define qtn_fmgr_usb_memory_format_query "Format USB memory %0U %1U? All data will be deleted."
|
|
2042 |
|
|
2043 |
//d: progress text when formatting memory storage
|
|
2044 |
//l: popup_note_wait_window
|
|
2045 |
//w:
|
|
2046 |
//r:3.2
|
|
2047 |
//
|
|
2048 |
#define qtn_fmgr_formatting_memory_progress "Formatting memory storage"
|
|
2049 |
|
|
2050 |
//d: Prompt text of the query when naming or renaming a memory store
|
|
2051 |
//l: popup_query_data_window_t3/opt2
|
|
2052 |
//w:
|
|
2053 |
//r:3.2
|
|
2054 |
//
|
|
2055 |
#define qtn_fmgr_memory_name_prompt "Memory storage name"
|
|
2056 |
|
|
2057 |
//d: After a successful operation of naming or renaming
|
|
2058 |
//l: popup_note_window
|
|
2059 |
//w:
|
|
2060 |
//r:3.2
|
|
2061 |
//
|
|
2062 |
#define qtn_fmgr_confirm_memory_name_changed "Memory storage name changed"
|
|
2063 |
|
|
2064 |
//d: confirmation text if memory used when want to format the memory store
|
|
2065 |
//l: popup_note_window
|
|
2066 |
//w:
|
|
2067 |
//r:3.2
|
|
2068 |
//
|
|
2069 |
#define qtn_fmgr_memory_in_use_format "Memory storage is being used by another application. Proceed anyway?"
|
|
2070 |
|
|
2071 |
//d: Backup view Options menu if backup exists
|
|
2072 |
//l: list_single_pane_t1_cp2
|
|
2073 |
//w:
|
|
2074 |
//r:3.2
|
|
2075 |
//
|
|
2076 |
#define qtn_fmgr_options_delete_backup "Delete backup"
|
|
2077 |
|
|
2078 |
//d: Delete backup view title pane
|
|
2079 |
//l: title_pane_t2/opt9
|
|
2080 |
//w:
|
|
2081 |
//r:3.2
|
|
2082 |
//
|
|
2083 |
#define qtn_fmgr_delete_backup_title "Delete backup"
|
|
2084 |
|
|
2085 |
//d: query text when want to delete backup content
|
|
2086 |
//l: popup_note_window
|
|
2087 |
//w:
|
|
2088 |
//r:3.2
|
|
2089 |
//
|
|
2090 |
#define qtn_fmgr_delete_backup_query "Delete selected backup content?"
|
|
2091 |
|
|
2092 |
//d: backup content
|
|
2093 |
//d: %U is the drive letter of the drive.
|
|
2094 |
//l: list_set_graphic_pane_t1
|
|
2095 |
//w:
|
|
2096 |
//r:3.2
|
|
2097 |
//
|
|
2098 |
#define qtn_fmgr_backup_content_device_memory "Files from %U Device memory"
|
|
2099 |
|
|
2100 |
//d: backup content
|
|
2101 |
//d: %U is the drive letter of the drive.
|
|
2102 |
//l: list_set_graphic_pane_t1
|
|
2103 |
//w:
|
|
2104 |
//r:3.2
|
|
2105 |
//
|
|
2106 |
#define qtn_fmgr_backup_content_mass_storage "Files from %U Mass storage"
|
|
2107 |
|
|
2108 |
//d: restore content
|
|
2109 |
//d: %U is the drive letter of the drive.
|
|
2110 |
//l: list_double_graphic_pane_t1_cp2
|
|
2111 |
//w:
|
|
2112 |
//r:3.2
|
|
2113 |
//
|
|
2114 |
#define qtn_fmgr_restore_device_memory "Files from %U Device memory"
|
|
2115 |
|
|
2116 |
//d: restore content
|
|
2117 |
//d: %U is the drive letter of the drive.
|
|
2118 |
//l: list_double_graphic_pane_t1_cp2
|
|
2119 |
//w:
|
|
2120 |
//r:3.2
|
|
2121 |
//
|
|
2122 |
#define qtn_fmgr_restore_mass_storage "Files from %U Mass storage"
|
|
2123 |
|
|
2124 |
//d:Error text when memory is not available
|
|
2125 |
//l:main_list_empty_pane
|
|
2126 |
//w:
|
|
2127 |
//r:3.2
|
|
2128 |
//
|
|
2129 |
#define qtn_memc_not_available "(Memory is not available)"
|
|
2130 |
|
|
2131 |
//d: note text when the system is not ready for user to do backup&restore operation
|
|
2132 |
//l: popup_note_window
|
|
2133 |
//w:
|
|
2134 |
//r:5.2
|
|
2135 |
//
|
|
2136 |
#define qtn_fmgr_system_not_ready "System is not ready. Please try again"
|
|
2137 |
|
|
2138 |
// End of File
|