62
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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: Localisation file.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
// l: param specified in Series_60_3_0_QVGA_Portrait_Application_LAF_Document_1.0.pdf
|
|
22 |
|
|
23 |
//d:-----------------------------------------------------------
|
|
24 |
//d:APPLICATION TITLES
|
|
25 |
//d:-----------------------------------------------------------
|
|
26 |
|
|
27 |
//d:Title of the application on the title pane
|
|
28 |
//l:title_pane_t2/opt9
|
|
29 |
//w:
|
|
30 |
//r:3.1
|
|
31 |
#define qtn_fota_title "Download"
|
|
32 |
|
|
33 |
//d:Updating progress bar
|
|
34 |
//l:popup_note_wait_window
|
|
35 |
//w:
|
|
36 |
//r:3.1
|
|
37 |
#define qtn_fota_wait_downloading "Downloading"
|
|
38 |
|
|
39 |
//d:Updating progress bar
|
|
40 |
//l:popup_note_wait_window
|
|
41 |
//w:
|
|
42 |
//r:3.1
|
|
43 |
#define qtn_fota_wait_installing "Updating..."
|
|
44 |
|
|
45 |
//d:restarting note after updating
|
|
46 |
//l:popup_note_window
|
|
47 |
//w:
|
|
48 |
//r:3.1
|
|
49 |
#define qtn_fota_restarting_phone "Restarting phone"
|
|
50 |
|
|
51 |
|
|
52 |
//d:radio button item to display 1 hour
|
|
53 |
//l:list_set_graphic_pane_t1
|
|
54 |
//w:
|
|
55 |
//r:3.2
|
|
56 |
#define qtn_fota_reminder_1_hour "1 hour"
|
|
57 |
|
|
58 |
//d:radio button item to display 1 day
|
|
59 |
//l:list_set_graphic_pane_t1
|
|
60 |
//w:
|
|
61 |
//r:3.2
|
|
62 |
#define qtn_fota_reminder_1_day "1 day"
|
|
63 |
|
|
64 |
//d:radio button item to display no remainder
|
|
65 |
//l:list_set_graphic_pane_t1
|
|
66 |
//w:
|
|
67 |
//r:3.2
|
|
68 |
#define qtn_fota_no_reminder "No reminder"
|
|
69 |
|
|
70 |
//d:Title of the radio button setting page on the title pane
|
|
71 |
//l:title_pane_t2/opt9
|
|
72 |
//w:
|
|
73 |
//r:3.2
|
|
74 |
#define qtn_apps_dm_title "Device Manager"
|
|
75 |
|
|
76 |
|
|
77 |
//d:Title of the radio button setting page, placed on control itself
|
|
78 |
//l:list_setting_pane_t1
|
|
79 |
//w:
|
|
80 |
//r:3.2
|
|
81 |
#define qtn_fota_reminder_setting "Remind after"
|
|
82 |
|
|
83 |
|
|
84 |
//d:radio button item to display 1 minute
|
|
85 |
//l:list_set_graphic_pane_t1
|
|
86 |
//w:
|
|
87 |
//r:5.0
|
|
88 |
#define qtn_fota_reminder_1_minute "1 minute"
|
|
89 |
|
|
90 |
//d:radio button item to display %N minutes
|
|
91 |
//l:list_set_graphic_pane_t1
|
|
92 |
//w:
|
|
93 |
//r:5.0
|
|
94 |
#define qtn_fota_reminder_minutes "%N minutes"
|
|
95 |
|
|
96 |
//d:radio button item to display %N hours
|
|
97 |
//l:list_set_graphic_pane_t1
|
|
98 |
//w:
|
|
99 |
//r:5.0
|
|
100 |
#define qtn_fota_reminder_hours "%N hours"
|
|
101 |
|
|
102 |
//d:radio button item to display %N days
|
|
103 |
//l:list_set_graphic_pane_t1
|
|
104 |
//w:
|
|
105 |
//r:5.0
|
|
106 |
#define qtn_fota_reminder_days "%N days"
|
|
107 |
|
|
108 |
//d:Progress bar shown during decryption operation
|
|
109 |
//l:popup_note_wait_window
|
|
110 |
//w:
|
|
111 |
//r:5.2
|
|
112 |
#define qtn_fota_decrypting_encrypt_process "Decrypting"
|
|
113 |
|
|
114 |
//d:Progress bar shown during encryption operation
|
|
115 |
//l:popup_note_wait_window
|
|
116 |
//w:
|
|
117 |
//r:5.2
|
|
118 |
#define qtn_fota_encrypting_encrypt_process "Encrypting"
|
|
119 |
|
|
120 |
// End of File
|