|
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 the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * Macros for localized strings. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 // Localized texts for the following are not in this file (common ones |
|
22 // from avkon.loc): |
|
23 // |
|
24 // - text_softkey_accept ("Accept") |
|
25 // - text_softkey_cancel ("Cancel") |
|
26 // - qtn_size_kb ("%N kB") |
|
27 // - qtn_size_b ("%N B") |
|
28 |
|
29 /********** Title Pane **********/ |
|
30 |
|
31 //d:COD Viewer Application title |
|
32 //l:title_pane_t2/opt9 |
|
33 //w: |
|
34 //r:1.2 |
|
35 // |
|
36 #define qtn_cd_title "Download" |
|
37 |
|
38 /********** Details view **********/ |
|
39 |
|
40 //d:COD Details View, value for undefined data. |
|
41 //l:msg_header_pane_t2 |
|
42 //w: |
|
43 //r:1.2 |
|
44 // |
|
45 #define qtn_cd_value_undefined "Undefined" |
|
46 |
|
47 //d:COD Details View, label of "Name" field. |
|
48 //l:msg_header_pane_t2 |
|
49 //w: |
|
50 //r:1.2 |
|
51 // |
|
52 #define qtn_cd_detail_name "Name:" |
|
53 |
|
54 //d:COD Details View, label of "Price" field. |
|
55 //l:msg_header_pane_t2 |
|
56 //w: |
|
57 //r:1.2 |
|
58 // |
|
59 #define qtn_cd_detail_price "Price:" |
|
60 |
|
61 //d:COD Details View, label of "Description" field. |
|
62 //l:msg_header_pane_t2 |
|
63 //w: |
|
64 //r:1.2 |
|
65 // |
|
66 #define qtn_cd_detail_descript "Description:" |
|
67 |
|
68 //d:COD Details View, label of "Size" field. |
|
69 //l:msg_header_pane_t2 |
|
70 //w: |
|
71 //r:1.2 |
|
72 // |
|
73 #define qtn_cd_detail_size "Size:" |
|
74 |
|
75 //d:COD Details View, label of "Vendor" field. |
|
76 //l:msg_header_pane_t2 |
|
77 //w: |
|
78 //r:1.2 |
|
79 // |
|
80 #define qtn_cd_detail_vendor "Vendor:" |
|
81 |
|
82 //d:COD Details View, label of "Type" field. |
|
83 //l:msg_header_pane_t2 |
|
84 //w: |
|
85 //r:1.2 |
|
86 // |
|
87 #define qtn_cd_detail_type "Type:" |
|
88 |
|
89 /********** Content types **********/ |
|
90 |
|
91 //d:Name of unclassified content type. |
|
92 //l:msg_header_pane_t2 |
|
93 //w: |
|
94 //r:1.2 |
|
95 // |
|
96 #define qtn_cd_type_not_classified "File" |
|
97 |
|
98 //d:Name of sound content type. |
|
99 //l:msg_header_pane_t2 |
|
100 //w: |
|
101 //r:1.2 |
|
102 // |
|
103 #define qtn_cd_type_sound "Sound" |
|
104 |
|
105 //d:Name of ringing tone content type. |
|
106 //l:msg_header_pane_t2 |
|
107 //w: |
|
108 //r:1.2 |
|
109 // |
|
110 #define qtn_cd_type_rtone "Ringing tone" |
|
111 |
|
112 //d:Name of picture message content type. |
|
113 //l:msg_header_pane_t2 |
|
114 //w: |
|
115 //r:1.2 |
|
116 // |
|
117 #define qtn_cd_type_picture_message "Picture message" |
|
118 |
|
119 //d:Name of operator logo content type. |
|
120 //l:msg_header_pane_t2 |
|
121 //w: |
|
122 //r:1.2 |
|
123 // |
|
124 #define qtn_cd_type_operator_logo "Operator logo" |
|
125 |
|
126 //d:Name of image content type. |
|
127 //l:msg_header_pane_t2 |
|
128 //w: |
|
129 //r:1.2 |
|
130 // |
|
131 #define qtn_cd_type_image "Image" |
|
132 |
|
133 //d:Name of game level content type. |
|
134 //l:msg_header_pane_t2 |
|
135 //w: |
|
136 //r:1.2 |
|
137 // |
|
138 #define qtn_cd_type_game_level "Game level" |
|
139 |
|
140 //d:Name of game content type. |
|
141 //l:msg_header_pane_t2 |
|
142 //w: |
|
143 //r:1.2 |
|
144 // |
|
145 #define qtn_cd_type_game "Game" |
|
146 |
|
147 //d:Name of document content type. |
|
148 //l:msg_header_pane_t2 |
|
149 //w: |
|
150 //r:1.2 |
|
151 // |
|
152 #define qtn_cd_type_document "Document" |
|
153 |
|
154 //d:Name of business card content type. |
|
155 //l:msg_header_pane_t2 |
|
156 //w: |
|
157 //r:1.2 |
|
158 // |
|
159 #define qtn_cd_type_vcard "Business card" |
|
160 |
|
161 //d:Name of application content type. |
|
162 //l:msg_header_pane_t2 |
|
163 //w: |
|
164 //r:1.2 |
|
165 // |
|
166 #define qtn_cd_type_application "Application" |
|
167 |
|
168 /********** Queries **********/ |
|
169 |
|
170 //d:Memory selection dialog header text. |
|
171 //d:User must choose download location: phone memory or MMC card. |
|
172 //l:heading_pane_t1 |
|
173 //w: |
|
174 //r:3.0 |
|
175 // |
|
176 #define qtn_cd_header_mem_selec "Download to:" |
|
177 |
|
178 //d:Confirmation query prompt: file download completed, ask user if he wants |
|
179 //to open the file. %U is the name of the downloaded file. |
|
180 //l:popup_note_window |
|
181 //w: |
|
182 //r:3.0 |
|
183 // |
|
184 #define qtn_cd_query_download_complete "%U downloaded. Open the file now?" |
|
185 |
|
186 /********** Wait note texts **********/ |
|
187 |
|
188 //d:Wait note text: downloading |
|
189 //l:popup_note_window |
|
190 //w: |
|
191 //r:1.2 |
|
192 // |
|
193 #define qtn_cd_wait_downloading "Downloading" |
|
194 |
|
195 //d:Wait note text: cancelling |
|
196 //l:popup_note_window |
|
197 //w: |
|
198 //r:1.2 |
|
199 // |
|
200 #define qtn_cd_wait_reject "Cancelling, please wait" |
|
201 |
|
202 //d:Wait note text: cancelling |
|
203 //l:popup_note_window |
|
204 //w: |
|
205 //r:1.2 |
|
206 // |
|
207 #define qtn_cd_wait_please_wait "Please wait" |
|
208 |
|
209 //d:Waiting for license note text: waiting for license |
|
210 //l:popup_note_wait_window |
|
211 //w: |
|
212 //r:3.2 |
|
213 // |
|
214 #define qtn_browser_downloads_waiting_for_license "Waiting for license" |
|
215 |
|
216 /********** Error messages **********/ |
|
217 |
|
218 //d:Info note text: no Access points available |
|
219 //l:popup_note_window |
|
220 //w: |
|
221 //r:1.2 |
|
222 // |
|
223 #define qtn_cd_info_no_valid_ap "No access points available. Add one and try again" |
|
224 |
|
225 //d:Info note text: download failed |
|
226 //l:popup_note_window |
|
227 //w: |
|
228 //r:1.2 |
|
229 // |
|
230 #define qtn_cd_info_generic_error "Downloading failed" |
|
231 |
|
232 //d:Info note text: type of received content (923) |
|
233 //l:popup_note_window |
|
234 //w: |
|
235 //r:1.2 |
|
236 // |
|
237 #define qtn_cd_info_unsupp_mime_type "Content could not be loaded" |
|
238 |
|
239 //d:Info note text: storage space insufficient (901) |
|
240 //l:popup_note_window |
|
241 //w: |
|
242 //r:1.2 |
|
243 // |
|
244 #define qtn_cd_info_file_too_large "File too large to be saved" |
|
245 |
|
246 //d:Info note text: type described in COD unsupported (922) |
|
247 //l:popup_note_window |
|
248 //w: |
|
249 //r:1.2 |
|
250 // |
|
251 #define qtn_cd_info_unknown_type "Content could not be used in this device" |
|
252 |
|
253 //d:Info note text: syntax error in COD (906) |
|
254 //l:popup_note_window |
|
255 //w: |
|
256 //r:1.2 |
|
257 // |
|
258 #define qtn_cd_info_syntax_err "File corrupted" |
|
259 |
|
260 |
|
261 |
|
262 //d:Confirmation query prompt: to download unsupported file type |
|
263 //l:popup_note_window |
|
264 //w: |
|
265 //r:3.2 |
|
266 // |
|
267 #define qtn_browser_downloads_unsupported_content_query "You are downloading content that is not supported by this device. Continue downloading?" |
|
268 |
|
269 //d:Info note text: To be shown when device has insufficient memory (901) |
|
270 //l:popup_note_window |
|
271 //w: |
|
272 //r:1.2 |
|
273 // |
|
274 #define qtn_cd_info_not_enough_mem "Not enough memory available" |
|
275 |