1 /* |
|
2 * Copyright (c) 2003-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 AppMngr2 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // MENU OPTIONS |
|
20 |
|
21 // d: Command in options list. |
|
22 // d: Opens the Details dialog for selected file |
|
23 // l: list_single_pane_t1_cp2 |
|
24 #define qtn_swins_om_comp_details "View details" |
|
25 |
|
26 // d: Command in options list. |
|
27 // d: Starts the installation process |
|
28 // l: list_single_pane_t1_cp2 |
|
29 #define qtn_swins_om_install "Install" |
|
30 |
|
31 // d: Command in options list. |
|
32 // d: Starts the removal process |
|
33 // l: list_single_pane_t1_cp2 |
|
34 // r: 3.0 |
|
35 #define qtn_swins_om_uninstall "Uninstall" |
|
36 |
|
37 // d: Command in options menu |
|
38 // d: Opens the installation log. |
|
39 // l: list_single_pane_t1_cp2 |
|
40 #define qtn_swins_om_view_inst_log "View log" |
|
41 |
|
42 // d: Command in options list. |
|
43 // d: Removes installation package |
|
44 // l: list_single_pane_t1_cp2 |
|
45 #define qtn_am_opt_remove "Remove" |
|
46 |
|
47 |
|
48 // CAPTION STRINGS |
|
49 |
|
50 // d: Application title for listview |
|
51 // l: list_single_large_graphic_pane_t1 |
|
52 #define qtn_apps_appmngr_list "Application Manager" |
|
53 |
|
54 // d: Application title for grid |
|
55 // l: cell_app_pane_t1 |
|
56 #define qtn_apps_appmngr_grid "AppMngr" |
|
57 |
|
58 // d: Status pane title for main view |
|
59 // l: title_pane_t2/opt9 |
|
60 // |
|
61 #define qtn_am_title "Application Manager" |
|
62 |
|
63 // d: Status pane title for installed view |
|
64 // l: title_pane_t2/opt9 |
|
65 // r: 3.2 |
|
66 #define qtn_am_title_installed "Installed" |
|
67 |
|
68 // d: Status pane title for Installation packages view |
|
69 // l: title_pane_t2/opt9 |
|
70 // r: 3.2 |
|
71 #define qtn_am_title_not_installed "Installation packages" |
|
72 |
|
73 |
|
74 // MEMORY AMOUNT STRINGS |
|
75 |
|
76 // d: Memory amount in bytes + abbreviation for byte. |
|
77 // d: (for example 1012B) Max. 4 digits. |
|
78 // l: list_single_heading_pane_t2 |
|
79 #define qtn_swins_lsh2_byte "%N B" |
|
80 |
|
81 // d: Memory amount in kilobytes + abbreviation for kilobyte. |
|
82 // d: (for example 23kB) Max. 4 digits. |
|
83 // l: list_single_heading_pane_t2 |
|
84 #define qtn_swins_lsh2_kilobyte "%N kB" |
|
85 |
|
86 // d: Memory amount in megabytes + abbreviation for megabyte. |
|
87 // d: (for example 4MB) Max. 4 digits. |
|
88 // l: list_single_heading_pane_t2 |
|
89 #define qtn_swins_lsh2_megabyte "%N MB" |
|
90 |
|
91 // d: Memory amount in gigabytes + abbreviation for gigabyte. |
|
92 // d: (for example 2GB) Max. 4 digits. |
|
93 // l: list_single_heading_pane_t2 |
|
94 #define qtn_swins_lsh2_gigabyte "%N GB" |
|
95 |
|
96 |
|
97 // SETTINGS |
|
98 |
|
99 // d: Title of general application manager settings. |
|
100 // l: title_pane_t2/opt9 |
|
101 #define qtn_am_settings_title "Settings" |
|
102 |
|
103 // d: A setting in application manager's general settings. |
|
104 // d: Indicates how to deal with online certificate checking. |
|
105 // l: list_setting_pane_t1 |
|
106 #define qtn_am_setting_ocsp "Online certificate check" |
|
107 |
|
108 // d: Value for qtn_am_setting_ocsp |
|
109 // l: list_set_graphic_pane_t1 |
|
110 #define qtn_am_set_ocsp_must_pass "Must be passed" |
|
111 |
|
112 // d: Value for qtn_am_setting_ocsp |
|
113 // l: list_set_graphic_pane_t1 |
|
114 #define qtn_am_set_ocsp_on "On" |
|
115 |
|
116 // d: Value for qtn_am_setting_ocsp |
|
117 // l: list_set_graphic_pane_t1 |
|
118 #define qtn_am_set_ocsp_off "Off" |
|
119 |
|
120 // d: A setting in application manager's general settings. |
|
121 // d: An URL for online certificate checking. |
|
122 // l: list_setting_pane_t1 |
|
123 #define qtn_am_setting_ocsp_url "Default OCSP URL" |
|
124 |
|
125 // d: A setting in application manager's general settings. |
|
126 // d: Indicates how to deal with software installation. |
|
127 // d: This setting is only valid for native Symbian app installation, not for Java |
|
128 // l: list_setting_pane_t1 |
|
129 #define qtn_am_setting_sw_install "Install software" |
|
130 |
|
131 // d: Value for qtn_am_setting_sw_install |
|
132 // d: This value indicates that it is possible to install any native software |
|
133 // l: list_set_graphic_pane_t1 |
|
134 #define qtn_am_set_sw_install_all "On" |
|
135 |
|
136 // d: Value for qtn_am_setting_sw_install |
|
137 // d: This value indicates that it is only possible to install certified software |
|
138 // l: list_set_graphic_pane_t1 |
|
139 #define qtn_am_set_sw_install_signed "Only signed" |
|
140 |
|
141 |
|
142 // INSTALLATION LOG |
|
143 |
|
144 //d: Installation log - dialog header |
|
145 //l: heading_pane_t1 |
|
146 #define qtn_swins_lsh2_log_header "Installation log" |
|
147 |
|
148 //d: Status "Installed" in the installation log. |
|
149 //d: Status text is shown after date (R_QTN_DATE_USUAL_WITH_ZERO) |
|
150 //d: and a separator, which is " - ". |
|
151 //d: Example "04/04/2001 - Installed" |
|
152 //l: list_double_large_graphic_pane_t2 |
|
153 #define qtn_swins_logstatus1 "Installed" |
|
154 |
|
155 //d: Status "Partially installed" in the installation log. |
|
156 //d: Status text is shown after date (R_QTN_DATE_USUAL_WITH_ZERO) |
|
157 //d: and a separator, which is " - ". |
|
158 //d: Example "04/04/2001 - Partial inst." |
|
159 //l: list_double_large_graphic_pane_t2 |
|
160 #define qtn_swins_logstatus2 "Partial inst." |
|
161 |
|
162 //d: Status "Removed" in the installation log. |
|
163 //d: Status text is shown after date (R_QTN_DATE_USUAL_WITH_ZERO) |
|
164 //d: and a separator, which is " - ". |
|
165 //d: Example "04/04/2001 - Removed" |
|
166 //l: list_double_large_graphic_pane_t2 |
|
167 #define qtn_swins_logstatus3 "Removed" |
|
168 |
|
169 //d: If the installation log is empty, display |
|
170 //d: this text instead |
|
171 //l: list_double_large_graphic_pane_t2 |
|
172 #define qtn_swins_log_empty "No data" |
|
173 |
|
174 // d: Text in an info note in appmngr. |
|
175 // d: Indicates that settings are locked and can not be edited by user |
|
176 // l: popup_note_window |
|
177 // r: 3.0 |
|
178 #define qtn_am_note_locked_settings "Cannot edit locked setting items" |
|
179 |
|
180 |
|
181 // MIDDLE SOFTKEY LABELS |
|
182 |
|
183 // d: Middle softkey label for uninstalled files. |
|
184 // l: control_pane_t3/opt7 |
|
185 // r: 3.2 |
|
186 #define qtn_msk_uninstall "Uninstall" |
|
187 |
|
188 // d: Middle softkey label for Installed applications. |
|
189 // l: control_pane_t3/opt7 |
|
190 // r: 3.2 |
|
191 #define qtn_msk_install "Install" |
|
192 |
|
193 // d: Middle softkey label for empty view. |
|
194 // l: control_pane_t3/opt7 |
|
195 // r: 3.2 |
|
196 #define qtn_msk_view_log "View log" |
|
197 |
|
198 // d: Middle softkey label for Installed view. |
|
199 // l: control_pane_t3/opt7 |
|
200 // r: 5.0 |
|
201 #define qtn_msk_view_details "View details" |
|
202 |
|
203 |
|
204 // EMPTY LIST LABELS |
|
205 |
|
206 // d: If the installed view is empty, display |
|
207 // d: this text instead |
|
208 // l: main_list_empty_pane |
|
209 // r: 3.2 |
|
210 #define qtn_am_empty_installed "No installed applications" |
|
211 |
|
212 // d: If the not installed view is empty, display |
|
213 // d: this text instead |
|
214 // l: main_list_empty_pane |
|
215 // r: 3.2 |
|
216 #define qtn_am_empty_not_installed "No applications to install" |
|
217 |
|
218 |
|
219 // OTHER STRINGS |
|
220 |
|
221 // d: Text displayed while scanning memory. Text is displayed in |
|
222 // d: a small non-blocking info popup on the top-right corner. It |
|
223 // d: indicates that the displayed application list (or installation |
|
224 // d: file list) is updating and more items may appear shortly. |
|
225 // d: Those items that are already available in the list can be used. |
|
226 // l: popup_preview_text_window/opt1 |
|
227 // r: 5.1 |
|
228 #define qtn_am_scanning_memory "Scanning memory" |
|
229 |
|
230 // d: Indicates untrusted application contained in memory card. |
|
231 // d: This string is displayed in second line (instead of size) in |
|
232 // d: installation files list. When a new memory card is inserted and |
|
233 // d: it contains untrusted appliactions, qtn_swins_preinst_untrusted |
|
234 // d: popup note is displayed. This string marks those untrusted apps, |
|
235 // d: hence it should match qtn_swins_preinst_untrusted content. |
|
236 // l: list_double_large_graphic_pane_t2_cp2 |
|
237 // r: 5.1 |
|
238 #define qtn_swins_lsh2_untrusted "Untrusted" |
|
239 |
|