26
|
1 |
/*
|
|
2 |
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: Localised strings for Java Runtime version 2.x for S60 - Java User Messages
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
// LOCALISATION STRINGS
|
|
21 |
|
|
22 |
// d:Softkey label in SK1
|
|
23 |
// d:for accepting security prompt
|
|
24 |
// l:control_pane_t1/opt7
|
|
25 |
//
|
|
26 |
#define qtn_java_secur_prompt_ok "Ok"
|
|
27 |
|
|
28 |
// d:Softkey label in SK2
|
|
29 |
// d:for cancelling security prompt
|
|
30 |
// l:control_pane_t1/opt7
|
|
31 |
//
|
|
32 |
#define qtn_java_secur_prompt_cancel "Cancel"
|
|
33 |
|
|
34 |
// d:Softkey label in SK1
|
|
35 |
// d:for accepting a security prompt
|
|
36 |
// l:control_pane_t1/opt7
|
|
37 |
//
|
|
38 |
#define qtn_java_secur_prompt_yes "Yes"
|
|
39 |
|
|
40 |
// d:Softkey label in SK2
|
|
41 |
// d:for rejecting a security prompt
|
|
42 |
// l:control_pane_t1/opt7
|
|
43 |
//
|
|
44 |
#define qtn_java_secur_prompt_no "No"
|
|
45 |
|
|
46 |
// d:Softkey label in SK2
|
|
47 |
// d:for opening error details view
|
|
48 |
// l:control_pane_t1/opt7
|
|
49 |
//
|
|
50 |
#define qtn_java_secur_error_details_message "Details"
|
|
51 |
|
|
52 |
// d:Access permission option in security prompt
|
|
53 |
// d:for allowing access
|
|
54 |
// l:control_pane_t1/opt7
|
|
55 |
//
|
|
56 |
#define qtn_java_secur_prompt_allow "Allow"
|
|
57 |
|
|
58 |
// d:Access permission option in security prompt
|
|
59 |
// d:for denying access
|
|
60 |
// l:control_pane_t1/opt7
|
|
61 |
//
|
|
62 |
#define qtn_java_secur_prompt_deny "Deny"
|
|
63 |
|
|
64 |
// d:Access permission option in security prompt
|
|
65 |
// d:for allowing push registration
|
|
66 |
// l:control_pane_t1/opt7
|
|
67 |
//
|
|
68 |
#define qtn_java_secur_auto_invoc_allow "Allow"
|
|
69 |
|
|
70 |
// d:Access permission option in security prompt
|
|
71 |
// d:for denying push registration
|
|
72 |
// l:control_pane_t1/opt7
|
|
73 |
//
|
|
74 |
#define qtn_java_secur_auto_invoc_deny "Deny"
|
|
75 |
|
|
76 |
// d:Security message
|
|
77 |
// d:for sending/receiving data
|
|
78 |
// l:popup_info_list_pane_t2/opt1
|
|
79 |
//
|
|
80 |
#define qtn_java_secur_network_usage "Allow this application to use network for sending/receiving data?"
|
|
81 |
|
|
82 |
// d:Security message
|
|
83 |
// d:for opening SMS connection
|
|
84 |
// l:popup_info_list_pane_t2/opt1
|
|
85 |
//
|
|
86 |
#define qtn_java_secur_sms_opening_conn "Allow this application to open a SMS connection?"
|
|
87 |
|
|
88 |
// d:Security message
|
|
89 |
// d:for opening MMS connection
|
|
90 |
// l:popup_info_list_pane_t2/opt1
|
|
91 |
//
|
|
92 |
#define qtn_java_secur_mms_opening_conn "Allow this application to open a MMS connection?"
|
|
93 |
|
|
94 |
// d:Security message
|
|
95 |
// d:for opening CBS connection
|
|
96 |
// l:popup_info_list_pane_t2/opt1
|
|
97 |
//
|
|
98 |
#define qtn_java_secur_cbs_opening_conn "Allow this application to open a CBS connection?"
|
|
99 |
|
|
100 |
// d:Security message
|
|
101 |
// d:for receiving SMSs
|
|
102 |
// l:popup_info_list_pane_t2/opt1
|
|
103 |
//
|
|
104 |
#define qtn_java_secur_sms_receiving "Allow this application to receive SMSs?"
|
|
105 |
|
|
106 |
// d:Security message
|
|
107 |
// d:for receiving MMSs
|
|
108 |
// l:popup_info_list_pane_t2/opt1
|
|
109 |
//
|
|
110 |
#define qtn_java_secur_mms_receiving "Allow this application to receive MMSs?"
|
|
111 |
|
|
112 |
// d:Security message
|
|
113 |
// d:for receiving CBSs
|
|
114 |
// l:popup_info_list_pane_t2/opt1
|
|
115 |
//
|
|
116 |
#define qtn_java_secur_cbs_receiving "Allow this application to receive CBSs?"
|
|
117 |
|
|
118 |
// d:Security message
|
|
119 |
// d:for sending SMSs
|
|
120 |
// l:popup_info_list_pane_t2/opt1
|
|
121 |
//
|
|
122 |
#define qtn_java_secur_sms_sending "Allow this application to send %0N SMSs to %1U?"
|
|
123 |
|
|
124 |
// d:Security message
|
|
125 |
// d:for sending one SMS
|
|
126 |
// l:popup_info_list_pane_t2/opt1
|
|
127 |
//
|
|
128 |
#define qtn_java_secur_sms_single_sending "Allow this application to send SMS to %0U?"
|
|
129 |
|
|
130 |
// d:Security message
|
|
131 |
// d:for sending one MMS to one destination
|
|
132 |
// l:popup_info_list_pane_t2/opt1
|
|
133 |
//
|
|
134 |
#define qtn_java_secur_mms_single_sending "Allow this application to send MMS?"
|
|
135 |
|
|
136 |
// d:Security message
|
|
137 |
// d:for sending one MMS to many destinations
|
|
138 |
// l:popup_info_list_pane_t2/opt1
|
|
139 |
//
|
|
140 |
#define qtn_java_secur_mms_single_sending_multiple_destinations "Allow this application to send MMS to %0N recipients?"
|
|
141 |
|
|
142 |
// d:Security message
|
|
143 |
// d:for both sending and receving messages (SMS, MMS, CBS)
|
|
144 |
// l:popup_info_list_pane_t2/opt1
|
|
145 |
//
|
|
146 |
#define qtn_java_secur_receive_send_messages "Allow this application to receive and send messages?"
|
|
147 |
|
|
148 |
// d:Security message
|
|
149 |
// d:for using local connectivity services
|
|
150 |
// l:popup_info_list_pane_t2/opt1
|
|
151 |
//
|
|
152 |
#define qtn_java_secur_local_connectivity "Allow this application to use local connectivity services?"
|
|
153 |
|
|
154 |
// d:Security message
|
|
155 |
// d:for using multimedia services
|
|
156 |
// l:popup_info_list_pane_t2/opt1
|
|
157 |
//
|
|
158 |
#define qtn_java_secur_audio_video_recording "Allow this application to access camera, video player or audio features?"
|
|
159 |
|
|
160 |
// d:Security message
|
|
161 |
// d:for allowing application registration for automatic start
|
|
162 |
// d:during installation
|
|
163 |
// l:popup_info_list_pane_t2/opt1
|
|
164 |
//
|
|
165 |
#define qtn_java_secur_push_registration_static "Registration for automatic start needed. Note that installation will fail if not allowed."
|
|
166 |
|
|
167 |
// d:Security message
|
|
168 |
// d:for allowing application registration for automatic start
|
|
169 |
// d:during runtime
|
|
170 |
// l:popup_info_list_pane_t2/opt1
|
|
171 |
//
|
|
172 |
#define qtn_java_secur_push_registration_dynamic "Registration for automatic start needed."
|
|
173 |
|
|
174 |
// d:Security message
|
|
175 |
// d:for allowing application to be automatically started
|
|
176 |
// d:during runtime
|
|
177 |
// l:popup_info_list_pane_t2/opt1
|
|
178 |
//
|
|
179 |
#define qtn_java_secur_auto_invocation "Allow this application to be started automatically?"
|
|
180 |
|
|
181 |
// d:Security message
|
|
182 |
// d:for reading user data
|
|
183 |
// l:popup_info_list_pane_t2/opt1
|
|
184 |
//
|
|
185 |
#define qtn_java_secur_reading_user_data "Allow this application to read user data?"
|
|
186 |
|
|
187 |
// d:Security message
|
|
188 |
// d:for writing user data
|
|
189 |
// l:popup_info_list_pane_t2/opt1
|
|
190 |
//
|
|
191 |
#define qtn_java_secur_writing_user_data "Allow this application to write user data?"
|
|
192 |
|
|
193 |
// d:Security message
|
|
194 |
// d:for both reading and writing user data (managing user data in the device)
|
|
195 |
// l:popup_info_list_pane_t2/opt1
|
|
196 |
//
|
|
197 |
#define qtn_java_secur_manage_user_data "Allow this application to manage user data?"
|
|
198 |
|
|
199 |
// d:Security message
|
|
200 |
// d:for reading file
|
|
201 |
// l:popup_info_list_pane_t2/opt1
|
|
202 |
//
|
|
203 |
#define qtn_java_secur_reading_file "Allow application to open %U?"
|
|
204 |
|
|
205 |
// d:Security message
|
|
206 |
// d:for modifying file
|
|
207 |
// l:popup_info_list_pane_t2/opt1
|
|
208 |
//
|
|
209 |
#define qtn_java_secur_modifying_file "Allow application to modify %U?"
|
|
210 |
|
|
211 |
// d:Security message
|
|
212 |
// d:for accessing location file
|
|
213 |
// l:popup_info_list_pane_t2/opt1
|
|
214 |
//
|
|
215 |
#define qtn_java_secur_reading_location_data "Allow this application to access location information?"
|
|
216 |
|
|
217 |
// d:Security message
|
|
218 |
// d:for accessing landmark data
|
|
219 |
// l:popup_info_list_pane_t2/opt1
|
|
220 |
//
|
|
221 |
#define qtn_java_secur_reading_landmark_data "Allow this application to access landmark data?"
|
|
222 |
|
|
223 |
// d:Security message
|
|
224 |
// d:for accessing smart card
|
|
225 |
// l:popup_info_list_pane_t2/opt1
|
|
226 |
//
|
|
227 |
#define qtn_java_secur_reading_smartcard "Allow this application to access the smart card?"
|
|
228 |
|
|
229 |
// d:Security message
|
|
230 |
// d:for accessing authentication sevices
|
|
231 |
// l:popup_info_list_pane_t2/opt1
|
|
232 |
//
|
|
233 |
#define qtn_java_secur_auth_services_usage "Allow this application to access authentication services?"
|
|
234 |
|
|
235 |
// d:Security message
|
|
236 |
// d:for being activated by Bluetooth device
|
|
237 |
// l:popup_info_list_pane_t2/opt1
|
|
238 |
//
|
|
239 |
#define qtn_java_secur_bluetooth_usage "Allow application to be activated by a Bluetooth device %U?"
|
|
240 |
|
|
241 |
// d:Security message
|
|
242 |
// d:for reading contacts
|
|
243 |
// l:popup_info_list_pane_t2/opt1
|
|
244 |
//
|
|
245 |
#define qtn_java_secur_reading_contacts "Allow application to read contacts?"
|
|
246 |
|
|
247 |
// d:Security message
|
|
248 |
// d:for modifying contacts
|
|
249 |
// l:popup_info_list_pane_t2/opt1
|
|
250 |
//
|
|
251 |
#define qtn_java_secur_modifying_contacts "Allow application to modify contacts?"
|
|
252 |
|
|
253 |
// d:Security message
|
|
254 |
// d:for reading events
|
|
255 |
// l:popup_info_list_pane_t2/opt1
|
|
256 |
//
|
|
257 |
#define qtn_java_secur_reading_events "Allow application to read events?"
|
|
258 |
|
|
259 |
// d:Security message
|
|
260 |
// d:for modifying events
|
|
261 |
// l:popup_info_list_pane_t2/opt1
|
|
262 |
//
|
|
263 |
#define qtn_java_secur_modifying_events "Allow application to modify events?"
|
|
264 |
|
|
265 |
// d:Security message
|
|
266 |
// d:for reading to-dos
|
|
267 |
// l:popup_info_list_pane_t2/opt1
|
|
268 |
//
|
|
269 |
#define qtn_java_secur_reading_todos "Allow application to read to-dos?"
|
|
270 |
|
|
271 |
// d:Security message
|
|
272 |
// d:for modifying to-dos
|
|
273 |
// l:popup_info_list_pane_t2/opt1
|
|
274 |
//
|
|
275 |
#define qtn_java_secur_modifying_todos "Allow application to modify to-dos?"
|
|
276 |
|
|
277 |
// d:Security message
|
|
278 |
// d:for deleting item
|
|
279 |
// l:popup_info_list_pane_t2/opt1
|
|
280 |
//
|
|
281 |
#define qtn_java_secur_deleting_item "Allow application to delete this item from %U?"
|
|
282 |
|
|
283 |
// d:Security message
|
|
284 |
// d:for updating item
|
|
285 |
// l:popup_info_list_pane_t2/opt1
|
|
286 |
//
|
|
287 |
#define qtn_java_secur_updating_item "Allow application to update this item from %U?"
|
|
288 |
|
|
289 |
// d:Security message
|
|
290 |
// d:for deleting category
|
|
291 |
// l:popup_info_list_pane_t2/opt1
|
|
292 |
//
|
|
293 |
#define qtn_java_secur_deleting_category "Allow application to delete category %0U from %1U?"
|
|
294 |
|
|
295 |
// d:Security message
|
|
296 |
// d:for updating category
|
|
297 |
// l:popup_info_list_pane_t2/opt1
|
|
298 |
//
|
|
299 |
#define qtn_java_secur_updating_category "Allow application to update category %0U from %1U?"
|
|
300 |
|
|
301 |
// d:Security message
|
|
302 |
// d:for deleting item
|
|
303 |
// l:popup_info_list_pane_t2/opt1
|
|
304 |
//
|
|
305 |
#define qtn_java_secur_deleting_unnamed_item "Allow application to delete unnamed item from %U?"
|
|
306 |
|
|
307 |
// d:Security message
|
|
308 |
// d:for updating item
|
|
309 |
// l:popup_info_list_pane_t2/opt1
|
|
310 |
//
|
|
311 |
#define qtn_java_secur_updating_unnamed_item "Allow application to update unnamed item in %U?"
|
|
312 |
|
|
313 |
// d:Security message
|
|
314 |
// d:for adding calendar
|
|
315 |
// l:popup_info_list_pane_t2/opt1
|
|
316 |
//
|
|
317 |
#define qtn_java_secur_adding_calendar "Allow application to create a new calendar?"
|
|
318 |
|
|
319 |
// d:Security message
|
|
320 |
// d:for deleting calendar
|
|
321 |
// l:popup_info_list_pane_t2/opt1
|
|
322 |
//
|
|
323 |
#define qtn_java_secur_deleting_calendar "Allow application to delete the calendar file %U?"
|
|
324 |
|
|
325 |
// d:Security message
|
|
326 |
// d:for listing calendars
|
|
327 |
// l:popup_info_list_pane_t2/opt1
|
|
328 |
//
|
|
329 |
#define qtn_java_secur_listing_calendars "Allow application to list the calendars available on phone?"
|
|
330 |
|
|
331 |
// d:Security message
|
|
332 |
// d:for using orientation data
|
|
333 |
// l:popup_info_list_pane_t2/opt1
|
|
334 |
//
|
|
335 |
#define qtn_java_secur_orientation_data_usage "Allow application to use orientation data?"
|
|
336 |
|
|
337 |
// d:Security message
|
|
338 |
// d:for using positioning data
|
|
339 |
// l:popup_info_list_pane_t2/opt1
|
|
340 |
//
|
|
341 |
#define qtn_java_secur_positioning_data_usage "Allow application to use positioning data?"
|
|
342 |
|
|
343 |
// d:Security message
|
|
344 |
// d:for using landmarks data
|
|
345 |
// l:popup_info_list_pane_t2/opt1
|
|
346 |
//
|
|
347 |
#define qtn_java_secur_landmark_data_usage "Allow application to use landmarks data?"
|
|
348 |
|
|
349 |
// d:Security message
|
|
350 |
// d:for registering proximity listener
|
|
351 |
// l:popup_info_list_pane_t2/opt1
|
|
352 |
//
|
|
353 |
#define qtn_java_secur_proximity_listener_registration "Allow application to register a proximity listener?"
|
|
354 |
|
|
355 |
// d:Security message
|
|
356 |
// d:for accessing broadcasting data
|
|
357 |
// l:popup_info_list_pane_t2/opt1
|
|
358 |
//
|
|
359 |
#define qtn_java_secur_tv_broadcast_user_data_access "Allow application to access TV broadcast user data?"
|
|
360 |
|
|
361 |
// d:Security message
|
|
362 |
// d:for allowing application to write into a NDEF tag (Near Field Communication)
|
|
363 |
// l:popup_info_list_pane_t2/opt1
|
|
364 |
//
|
|
365 |
#define qtn_java_secur_nfc_ndef_tag_write "Allow application to write into a tag?"
|
|
366 |
|
|
367 |
// d:Security message
|
|
368 |
// d:for allowing application to start another application via an URL.
|
|
369 |
// d:Displayed after user has selected an URL, e.g. in a text editor (like SMS editor)
|
|
370 |
// l:popup_info_list_pane_t2/opt1
|
|
371 |
//
|
|
372 |
#define qtn_java_secur_url_start "Allow this application to be started?"
|
|
373 |
|
|
374 |
// d:Title for certificate management
|
|
375 |
// d:for disabling certificate
|
|
376 |
// l:heading_pane_t1
|
|
377 |
//
|
|
378 |
#define qtn_java_secur_cert_disabling_title "Certificate management"
|
|
379 |
|
|
380 |
// d:Certificate management message
|
|
381 |
// d:for disabling certificate
|
|
382 |
// l:popup_note_window
|
|
383 |
//
|
|
384 |
#define qtn_java_secur_cert_disabling "Disabling a certificate may prevent you from installing or running some applications. Continue?"
|
|
385 |
|
|
386 |
// d:Certificate management message
|
|
387 |
// d:for deleting certificate
|
|
388 |
// l:popup_note_window
|
|
389 |
//
|
|
390 |
#define qtn_java_secur_cert_deleting "Deleting a certificate may prevent you from installing or running some applications. Continue?"
|
|
391 |
|
|
392 |
// d:Security message for platform message
|
|
393 |
// d:for using network
|
|
394 |
// l:popup_info_list_pane_t2/opt1
|
|
395 |
//
|
|
396 |
#define qtn_java_secur_network_usage_via_plat_req "Allow application to use network for sending/receiving data?"
|
|
397 |
|
|
398 |
// d:Security message for platform message
|
|
399 |
// d:for starting another application
|
|
400 |
// l:popup_info_list_pane_t2/opt1
|
|
401 |
//
|
|
402 |
#define qtn_java_secur_app_launch_via_plat_req "Allow application to start an application?"
|
|
403 |
|
|
404 |
// d:System notification
|
|
405 |
// d:for application start failure
|
|
406 |
// l:popup_info_list_pane_t1
|
|
407 |
//
|
|
408 |
#define qtn_java_system_app_cannot_start "Application start-up failed."
|
|
409 |
|
|
410 |
// d:Runtime error message:
|
|
411 |
// d:short error message
|
|
412 |
// l:popup_info_list_pane_t1
|
|
413 |
//
|
|
414 |
#define qtn_java_runtime_error_unhandled "Application error. Application will be closed."
|
|
415 |
|
|
416 |
// d:Runtime error message:
|
|
417 |
// d:detailed error message
|
|
418 |
// l:popup_info_list_pane_t1
|
|
419 |
//
|
|
420 |
#define qtn_java_runtime_error_unhandled_details "Unhandled error. %U"
|
|
421 |
|
|
422 |
// d:Security error message:
|
|
423 |
// d:short error message
|
|
424 |
// l:popup_info_list_pane_t1
|
|
425 |
//
|
|
426 |
#define qtn_java_secur_error_jar_tampered "The application has been tampered."
|
|
427 |
|
|
428 |
// d:Security error message:
|
|
429 |
// d:short error message
|
|
430 |
// l:popup_info_list_pane_t1
|
|
431 |
//
|
|
432 |
#define qtn_java_secur_error_cert_not_available "The certificate is not available."
|
|
433 |
|
|
434 |
// d:Security error message:
|
|
435 |
// d:short error message
|
|
436 |
// l:popup_info_list_pane_t1
|
|
437 |
//
|
|
438 |
#define qtn_java_secur_error_unexpected_err "Unexpected error."
|
|
439 |
|
|
440 |
// d:Security error message:
|
|
441 |
// d:short error message
|
|
442 |
// l:popup_info_list_pane_t1
|
|
443 |
//
|
|
444 |
#define qtn_java_secur_error_net_restr_violation "Network restriction violation."
|
|
445 |
|
|
446 |
// d:Security error message:
|
|
447 |
// d:short error message - DRM rights are not valid or have expired or have not been received yet
|
|
448 |
// l:popup_info_list_pane_t1
|
|
449 |
//
|
|
450 |
#define qtn_java_secur_error_drm_rights_not_valid "No digital rights to launch application."
|
|
451 |
|
|
452 |
// d:Security error message:
|
|
453 |
// d:short error message
|
|
454 |
// l:popup_info_list_pane_t1
|
|
455 |
//
|
|
456 |
#define qtn_java_secur_error_jar_not_found "Application's deployment package not found."
|
|
457 |
|
|
458 |
// d:Security error message:
|
|
459 |
// d:short error message
|
|
460 |
// l:popup_info_list_pane_t1
|
|
461 |
//
|
|
462 |
#define qtn_java_secur_error_jar_not_found_details "Possible reasons for the missing files: the files might reside on a memory card which is not currently present or has been formatted."
|
|
463 |
|
|
464 |
// d:Security error message:
|
|
465 |
// d:detailed error message
|
|
466 |
// l:popup_info_list_pane_t1
|
|
467 |
//
|
|
468 |
#define qtn_java_secur_error_jar_tampered_details "The application's deployment package has been modified. Application is not trusted anymore therefore it can not be used. You may want to uninstall the application."
|
|
469 |
|
|
470 |
// d:Security error message:
|
|
471 |
// d:detailed error message
|
|
472 |
// l:popup_info_list_pane_t1
|
|
473 |
//
|
|
474 |
#define qtn_java_secur_error_cert_disabled "The certificate used to authenticate the application has been disabled. You may want to enable the certificate or uninstall the application."
|
|
475 |
|
|
476 |
// d:Security error message:
|
|
477 |
// d:detailed error message
|
|
478 |
// l:popup_info_list_pane_t1
|
|
479 |
//
|
|
480 |
#define qtn_java_secur_error_cert_deleted "The certificate used to authenticate the application has been deleted therefore the application can not be used anymore. You should uninstall the application."
|
|
481 |
|
|
482 |
// d:Security error message:
|
|
483 |
// d:detailed error message
|
|
484 |
// l:popup_info_list_pane_t1
|
|
485 |
//
|
|
486 |
#define qtn_java_secur_error_sim_changed "The certificate used to authenticate the application resides on a SIM which is not currently available. You may want to reinsert the correct SIM or uninstall the application."
|
|
487 |
|
|
488 |
// d:Security error message:
|
|
489 |
// d:detailed error message
|
|
490 |
// l:popup_info_list_pane_t1
|
|
491 |
//
|
|
492 |
#define qtn_java_secur_error_unidentified_application "The application can not be identified. You may want to uninstall the application."
|
|
493 |
|
|
494 |
// d:Security error message:
|
|
495 |
// d:detailed error message
|
|
496 |
// l:popup_info_list_pane_t1
|
|
497 |
//
|
|
498 |
#define qtn_java_secur_error_net_restr_violation_details "The application is not allowed to be executed within the current network. This is due to roaming or SIM change."
|
|
499 |
|
|
500 |
// d:Security error message:
|
|
501 |
// d:short error message
|
|
502 |
// l:popup_info_list_pane_t1
|
|
503 |
//
|
|
504 |
#define qtn_java_secur_error_ocsp_general "Online certificate check failed."
|
|
505 |
|
|
506 |
// d:Security error message:
|
|
507 |
// d:detailed error message
|
|
508 |
// l:popup_info_list_pane_t1
|
|
509 |
//
|
|
510 |
#define qtn_java_secur_error_ocsp_general_details "The revocation state of the certificate used to sign the application could not be determined."
|
|
511 |
|
|
512 |
// d:Security error message:
|
|
513 |
// d:detailed error message
|
|
514 |
// l:popup_info_list_pane_t1
|
|
515 |
//
|
|
516 |
#define qtn_java_secur_error_ocsp_settings "The online revocation checking of the certificate used to sign the application could not be conducted. Check your settings."
|
|
517 |
|
|
518 |
// d:Security error message:
|
|
519 |
// d:detailed error message
|
|
520 |
// l:popup_info_list_pane_t1
|
|
521 |
//
|
|
522 |
#define qtn_java_secur_error_ocsp_revoked "The certificate used to sign the application has been revoked either permanently or temporarily (on hold)."
|
|
523 |
|
|
524 |
// d:Title for security warning
|
|
525 |
// d:general purpose
|
|
526 |
// l:heading_pane_t1
|
|
527 |
//
|
|
528 |
#define qtn_java_secur_general_warning "Security warning"
|
|
529 |
|
|
530 |
// d:Security ocsp warning message:
|
|
531 |
// d:ocsp warning message
|
|
532 |
// l:popup_info_list_pane_t2/opt1
|
|
533 |
//
|
|
534 |
#define qtn_java_secur_ocsp_warning "Unable to verify supplier. Continue anyway?"
|
|
535 |
|
|
536 |
|
|
537 |
|
|
538 |
// End of File
|