os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/inc/errorres.loc
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/inc/errorres.loc Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,2394 @@
1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// localisation strings
1.18 +// Error Contexts
1.19 +// d: Error context separator
1.20 +// d: Usually ':' but e.g. hungary uses sometimes '?'
1.21 +// l: popup_note_window_1_one_row_error
1.22 +// w: Errorres
1.23 +//
1.24 +
1.25 +
1.26 +
1.27 +#define qtn_err_context_separator ":"
1.28 +
1.29 +
1.30 +// d: Error context indicator for
1.31 +// d: Operating system (general) errors
1.32 +// l: popup_note_window_1_one_row_error
1.33 +// w: Errorres
1.34 +//
1.35 +#define qtn_err_ctx_os "System"
1.36 +
1.37 +// d: Error context indicator for
1.38 +// d: POP3, IMAP adn IMSK mail protocol errors
1.39 +// l: popup_note_window_1_one_row_error
1.40 +// w: Errorres
1.41 +//
1.42 +#define qtn_err_ctx_email "Email"
1.43 +
1.44 +// d: Error context indicator for
1.45 +// d: Internet errors (Socket, TCP, netdial)
1.46 +// l: popup_note_window_1_one_row_error
1.47 +// w: Errorres
1.48 +//
1.49 +#define qtn_err_ctx_internet "Internet"
1.50 +
1.51 +// d: Error context indicator for
1.52 +// d: Etel GPRS errors
1.53 +// l: popup_note_window_1_one_row_error
1.54 +// w: Errorres
1.55 +//
1.56 +#define qtn_err_ctx_gprs "GPRS"
1.57 +
1.58 +// d: Error context indicator for
1.59 +// d: SMS errors
1.60 +// l: popup_note_window_1_one_row_error
1.61 +// w: Errorres
1.62 +//
1.63 +#define qtn_err_ctx_sms "Short message"
1.64 +
1.65 +// d: Error context indicator for
1.66 +// d: Multimedia messaging errors
1.67 +// l: popup_note_window_1_one_row_error
1.68 +// w: Errorres
1.69 +//
1.70 +#define qtn_err_ctx_mms "Multimedia message"
1.71 +
1.72 +// d: Error context indicator for
1.73 +// d: Rainbow core (WAP) errors
1.74 +// l: popup_note_window_1_one_row_error
1.75 +// w: Errorres
1.76 +//
1.77 +#define qtn_err_ctx_rb "WAP"
1.78 +
1.79 +// d: Error context indicator for
1.80 +// d: BlueTooth errors
1.81 +// l: popup_note_window_1_one_row_error
1.82 +// w: Errorres
1.83 +//
1.84 +#define qtn_err_ctx_bt "Bluetooth"
1.85 +
1.86 +// d: Error context indicator for
1.87 +// d: RTSP errors
1.88 +// d: The string can be same for all languages
1.89 +// l: popup_note_window_1_one_row_error
1.90 +// w: Errorres
1.91 +//
1.92 +#define qtn_err_ctx_rtsp "RTSP"
1.93 +
1.94 +// d: Error context indicator for
1.95 +// d: WLAN errors
1.96 +// d: The string can be same for all languages
1.97 +// l: popup_note_window_1_one_row_error
1.98 +// w:
1.99 +// r: 3.0
1.100 +//
1.101 +#define qtn_err_ctx_wlan "WLAN"
1.102 +
1.103 +
1.104 +//
1.105 +// Symbian OS error strings:
1.106 +//
1.107 +
1.108 +// d: General system error, user cannot help the situation.
1.109 +// d: This should be very rare.
1.110 +// l: popup_note_window_1_four_rows
1.111 +// w: Errorres
1.112 +//
1.113 +#define qtn_err_os_general "System error."
1.114 +
1.115 +// d: General, temporary system error. Some resource may be temporarily unavailable,
1.116 +// d: user should try again later. This should be very rare.
1.117 +// l: popup_note_window_1_four_rows
1.118 +// w: Errorres
1.119 +//
1.120 +#define qtn_err_os_retry "System error. Try again."
1.121 +
1.122 +
1.123 +//
1.124 +// Mail protocol errors:
1.125 +//
1.126 +
1.127 +// d: Error string to be displayed when:
1.128 +// d: The login string has failed because there is a problem in using the secure logon.
1.129 +// d: User has to try again and probably the user has to change the script or the remote mailbox settings.
1.130 +// l: popup_note_window_1_four_rows
1.131 +// w: Errorres
1.132 +//
1.133 +#define qtn_err_pop3_apop_login_string "Could not create secure logon. Mail account server may not support secure logon."
1.134 +
1.135 +// d: Error string to be displayed when:
1.136 +// d: The connection to remote mailbox has encountered a problem and the connection is probably lost. User should try again.
1.137 +// l: popup_note_window_1_four_rows
1.138 +// w: Errorres
1.139 +//
1.140 +#define qtn_err_pop3_problem_remote "Problem communicating with POP3 server"
1.141 +
1.142 +// d: Error string to be displayed when:
1.143 +// d: The Domain Name Server is not found. The DNS settings may
1.144 +// l: popup_note_window_1_four_rows
1.145 +// w: Errorres
1.146 +//
1.147 +#define qtn_err_imsk_dns_not_found "Could not find a DNS server. Check the DNS address in Internet access in Network Settings."
1.148 +
1.149 +// d: Error string to be displayed when:
1.150 +// d: The internet connection could not be created because a network setting is currently open/in editing.
1.151 +// d: User should close network settings dialog and try again.
1.152 +// l: popup_note_window_1_four_rows
1.153 +// w: Errorres
1.154 +//
1.155 +#define qtn_err_imsk_control_panel_lock "Could not connect to Internet. Make sure that Network Settings is closed."
1.156 +
1.157 +// d: Error string to be displayed when:
1.158 +// d: For unknown reason the connection to the remote mailbox is not possible/failed.
1.159 +// l: popup_note_window_1_four_rows
1.160 +// w: Errorres
1.161 +//
1.162 +#define qtn_err_mail_connect_fail "Could not connect to the EMail server"
1.163 +
1.164 +// d: Error string to be displayed when:
1.165 +// d: The connection to the remote mailbox is disconnected from the server. The user should try again.
1.166 +// l: popup_note_window_1_four_rows
1.167 +// w: Errorres
1.168 +//
1.169 +#define qtn_err_imap_server_fail "The connection to the IMAP4 server has been broken."
1.170 +
1.171 +// d: Error string to be displayed when:
1.172 +// d: The remote mailbox connection is not possible because the mailbox server is busy. The user should try again later.
1.173 +// l: popup_note_window_1_four_rows
1.174 +// w: Errorres
1.175 +//
1.176 +#define qtn_err_imap_server_busy "The IMAP4 server refused the connection. The server is currently busy"
1.177 +
1.178 +// d: Error string to be displayed when:
1.179 +// d: Unable to connect to the remote mailbox because the server and the mobile are using incorrect/incompatible protocol.
1.180 +// d: The user should check the settings and then try again.
1.181 +// l: popup_note_window_1_four_rows
1.182 +// w: Errorres
1.183 +//
1.184 +#define qtn_err_imap_server_version "Could not connect to the IMAP4 server. The IMAP server is the wrong version"
1.185 +
1.186 +// d: Error string to be displayed when:
1.187 +// d: For some unknown reason the connection to mailbox doesn't allow datatransmission therefore the connection is closed.
1.188 +// d: The user should try again.
1.189 +// l: popup_note_window_1_four_rows
1.190 +// w: Errorres
1.191 +//
1.192 +#define qtn_err_imap_send_fail "Could not transmit data to the IMAP4 server"
1.193 +
1.194 +// d: Error string to be displayed when:
1.195 +// d: The remote mailbox refused the connection because either the username & password or the password was wrong.
1.196 +// d: The user should check the settings and try again.
1.197 +// l: popup_note_window_1_four_rows
1.198 +// w: Errorres
1.199 +//
1.200 +#define qtn_err_mail_bad_logon "The EMail server refused the connection. Check your mail account username and password"
1.201 +
1.202 +// d: Error string to be displayed when:
1.203 +// d: For some unknown reason the software cannot select the folder that is in focus. There is nothing that the user can do.
1.204 +// l: popup_note_window_1_four_rows
1.205 +// w: Errorres
1.206 +//
1.207 +#define qtn_err_imap_wrong_folder "Could not select an IMAP4 folder"
1.208 +
1.209 +// d: Error string to be displayed when:
1.210 +// d: The remote mailbox server doesn't allow secure connections and therefore the user should change the settings and try again.
1.211 +// l: popup_note_window_1_four_rows
1.212 +// w: Errorres
1.213 +//
1.214 +#define qtn_err_imap_serv_no_sec "Secure connections are not available on this server."
1.215 +
1.216 +// d: Error string to be displayed when:
1.217 +// d: The remote mailbox server doesn't support login. The user cannot logon to the server. The user should check the remote mailbox settings.
1.218 +// l: popup_note_window_1_four_rows
1.219 +// w: Errorres
1.220 +//
1.221 +#define qtn_err_imap_login_disab "Login for this IMAP4 server has been disabled."
1.222 +
1.223 +// d: Error string to be displayed when:
1.224 +// d: The remote mailbox server doesn't support secure connection. The user should check the remote mailbox settings.
1.225 +// l: popup_note_window_1_four_rows
1.226 +// w: Errorres
1.227 +//
1.228 +#define qtn_err_imap_negot_failed "A secure connection cannot be made to this server."
1.229 +
1.230 +// d: Error string to be displayed when:
1.231 +// d: The folder that is in focus cannot be deleted. The folder may not be empty
1.232 +// d: or it can hold hidded files. The folder can also be protected from deletion.
1.233 +// d: The user requested operation is canceled.
1.234 +// l: popup_note_window_1_four_rows
1.235 +// w: Errorres
1.236 +//
1.237 +#define qtn_err_imap_cant_del_folder "This folder cannot be deleted."
1.238 +
1.239 +
1.240 +
1.241 +//
1.242 +// Socket errors
1.243 +//
1.244 +
1.245 +// d: Error string to be displayed when:
1.246 +// d: For some reason the mobile cannot establish a TCP connection with server and therefore network connection is not possible.
1.247 +// d: The user should try again later.
1.248 +// l: popup_note_window_1_four_rows
1.249 +// w: Errorres
1.250 +//
1.251 +#define qtn_err_socket_net_unreach "Could not connect to the network. Network is currently unreachable."
1.252 +
1.253 +// d: Error string to be displayed when:
1.254 +// d: For some reason the mobile cannot establish a TCP connection with server and therefore network connection is not possible.
1.255 +// d: The user should try again later.
1.256 +// l: popup_note_window_1_four_rows
1.257 +// w: Errorres
1.258 +//
1.259 +#define qtn_err_socket_host_unreach "Could not connect to the specified server"
1.260 +
1.261 +// d: Error string to be displayed when:
1.262 +// d: Because the network protocol is wrong the mobile cannot establish a TCP connection with server and therefore network connection
1.263 +// d: is not possible. The user should check the settings and try again later.
1.264 +// l: popup_note_window_1_four_rows
1.265 +// w: Errorres
1.266 +//
1.267 +#define qtn_err_socket_wrong_protocol "The specified server refused the selected protocol."
1.268 +
1.269 +
1.270 +
1.271 +//
1.272 +// NetDial Errors
1.273 +//
1.274 +
1.275 +// d: Error string to be displayed when:
1.276 +// d: Problem with the modem communications. The user should check the settings (connection settings in general settings).
1.277 +// l: popup_note_window_1_four_rows
1.278 +// w: Errorres
1.279 +//
1.280 +#define qtn_err_net_modem_error "Problem communicating with Internet service's modem. (See connection settings)"
1.281 +
1.282 +// d: Error string to be displayed when:
1.283 +// d: The network username of password is not correct. The user should check the connection settings and try again.
1.284 +// l: popup_note_window_1_four_rows
1.285 +// w: Errorres
1.286 +//
1.287 +#define qtn_err_net_login_fail "Internet username or password is incorrect. (See connection settings)"
1.288 +
1.289 +// d: Error string to be displayed when:
1.290 +// d: The login script timed out, because there might be an error in the script. The timout may occur from false or missing input.
1.291 +// d: The user should check the script and try again.
1.292 +// l: popup_note_window_1_four_rows
1.293 +// w: Errorres
1.294 +//
1.295 +#define qtn_err_net_script_timeout "Internet service login script timed out. Internet service login script may be incorrect. (See connection settings)"
1.296 +
1.297 +// d: Error string to be displayed when:
1.298 +// d: The login script has an error. The user should check the script and try again.
1.299 +// l: popup_note_window_1_four_rows
1.300 +// w: Errorres
1.301 +//
1.302 +#define qtn_err_net_script_error "Problem with Internet service login script. Internet service login script may be incorrect. (See connection settings)"
1.303 +
1.304 +
1.305 +//
1.306 +// TCP Errors
1.307 +//
1.308 +
1.309 +// d: Error string to be displayed when:
1.310 +// d: The access points username or password is not correct. The phone cannot create a network connection until the user checks the access point settings.
1.311 +// l: popup_note_window_1_four_rows
1.312 +// w: Errorres
1.313 +//
1.314 +#define qtn_err_tcp_authentication_fail "Username or password is incorrect. (See access point settings)"
1.315 +
1.316 +// d: Error string to be displayed when:
1.317 +// d: The isp allows only uncrypted datatransmission in logon. The user should change the access point settings accordingly.
1.318 +// l: popup_note_window_1_four_rows
1.319 +// w: Errorres
1.320 +//
1.321 +#define qtn_err_tcp_auth_not_secure "Internet service provider allows only plain text authentication. This has not been set. (See access point settings)"
1.322 +
1.323 +// d: Error string to be displayed when:
1.324 +// d: The user's Internet account is no longer valid. Network connections with that account are no longer possible.
1.325 +// d: The should try another account or contact isp.
1.326 +// d: The ISP can disable users account and then user cannot use it, so basically the ISP can disable the account.
1.327 +// l: popup_note_window_1_four_rows
1.328 +// w: Errorres
1.329 +//
1.330 +#define qtn_err_tcp_disabled_account "Could not connect to Internet service. Your account has been disabled."
1.331 +
1.332 +// d: Error string to be displayed when:
1.333 +// d: The Internet connetion in restricted in some hours and the user is trying to connect when it is not allowed.
1.334 +// d: The user should try again the (s)he has permission to connect to 'the Internet/network'.
1.335 +// l: popup_note_window_1_four_rows
1.336 +// w: Errorres
1.337 +//
1.338 +#define qtn_err_tcp_logon_hours "Could not connect to Internet service. Your account is only active during restricted hours."
1.339 +
1.340 +// d: Error string to be displayed when:
1.341 +// d: The network connection was not possible due the fact that the users Internet (isp) password has expired.
1.342 +// d: The user should check the access point settings or contact the isp.
1.343 +// l: popup_note_window_1_four_rows
1.344 +// w: Errorres
1.345 +//
1.346 +#define qtn_err_tcp_password_expired "Could not connect to Internet service. Your Internet password has expired."
1.347 +
1.348 +// d: Error string to be displayed when:
1.349 +// d: The user is trying to connect to a server with a account that doesn't have permission to dial-up.
1.350 +// l: popup_note_window_1_four_rows
1.351 +// w: Errorres
1.352 +//
1.353 +#define qtn_err_tcp_dial_in_permission "Could not connect to Internet service. You do not have dial-in permission."
1.354 +
1.355 +// d: Error string to be displayed when:
1.356 +// d: The Callback is not supported by this isp/server. The user should check the settings and try again without callback.
1.357 +// l: popup_note_window_1_four_rows
1.358 +// w: Errorres
1.359 +//
1.360 +#define qtn_err_tcp_no_call_back "Could not connect to Internet service. Callback is not supported."
1.361 +
1.362 +// d: Error string to be displayed when:
1.363 +// d: The network connection failed because the server was not found.
1.364 +// l: popup_note_window_1_four_rows
1.365 +// w: Errorres
1.366 +//
1.367 +#define qtn_err_tcp_no_server "Could not find specified Internet server"
1.368 +
1.369 +// d: Error string to be displayed when:
1.370 +// d: The connection was termined because and error occurred from a bad network connection (line). The user should try again.
1.371 +// l: popup_note_window_1_four_rows
1.372 +// w: Errorres
1.373 +//
1.374 +#define qtn_err_tcp_bad_line "Bad line to Internet service dropped"
1.375 +
1.376 +
1.377 +//
1.378 +// ETEL GPRS
1.379 +//
1.380 +
1.381 +
1.382 +// d: Error string to be displayed when:
1.383 +// d: The phone or the network doesn't allow simultaneous GPRS and GSM network connections.
1.384 +// d: Therefore the GPRS connection is not allowed while GSM connection is active (e.g. active phonecall).
1.385 +// l: popup_note_window_1_four_rows
1.386 +// w: Errorres
1.387 +//
1.388 +#define qtn_err_gprs_services_not_allowed "GPRS not allowed"
1.389 +
1.390 +// d: The GPRS network is not currently available where the phone at the moment. The user should try again later on.
1.391 +// d: OR
1.392 +// d: Error string to be displayed when:
1.393 +// d: For some unknown reason the phone GPRS network connection was terminated by the network. The user should try again.
1.394 +// d: OR
1.395 +// d: The GPRS 'messaging centre'/BT is not available and therefore the phone hasn't got GPRS service available.
1.396 +// d: OR
1.397 +// d: The GPRS service activation was for some reason rejected by the network. The user should try again later on.
1.398 +// l: popup_note_window_1_four_rows
1.399 +// w: Errorres
1.400 +//
1.401 +#define qtn_err_gprs_temporary_netw_prob "Temporary network problem"
1.402 +
1.403 +// d: Error string to be displayed when:
1.404 +// d: unspecified GPRS network error has occurred
1.405 +// d: e.g.:
1.406 +// d: The GPRS connection cannot be created for unknown reason.
1.407 +// d: OR
1.408 +// d: The GPRS connection to a server has been closed for unknown reason.
1.409 +// l: popup_note_window_1_four_rows
1.410 +// w: Errorres
1.411 +//
1.412 +#define qtn_err_gprs_unspecified_err "Unknown GPRS Error"
1.413 +
1.414 +// d: Error string to be displayed when:
1.415 +// d: The GPRS network un termorary unavailable because the GPRS service is overloaded. The user should try again later on.
1.416 +// l: popup_note_window_1_four_rows
1.417 +// w: Errorres
1.418 +//
1.419 +#define qtn_err_gprs_insuff_resources "GPRS network busy"
1.420 +
1.421 +// d: Error string to be displayed when:
1.422 +// d: The access point is not valid. The user should check the Access Point settings and try again.
1.423 +// l: popup_note_window_1_four_rows
1.424 +// w: Errorres
1.425 +//
1.426 +#define qtn_err_gprs_missingor_unknownapn "GPRS access point not valid"
1.427 +
1.428 +// d: Error string to be displayed when:
1.429 +// d: GPRS access point settings has not correct username or password. The user should check the access point settings.
1.430 +// l: popup_note_window_1_four_rows
1.431 +// w: Errorres
1.432 +//
1.433 +#define qtn_err_gprs_user_auth_failure "Authentication failed"
1.434 +
1.435 +// d: This cause code is used by the network to indicate that the requested service was rejected by the external packet
1.436 +// d: data network because the PDP address or type could not be recognized
1.437 +// d: OR
1.438 +// d: This cause code is used by the network to request a PDP contaxt reactivation after a GGSN restart.
1.439 +// l: popup_note_window_1_four_rows
1.440 +// w: Errorres
1.441 +//
1.442 +#define qtn_err_gprs_no_connection "GPRS connection is not available"
1.443 +
1.444 +// d: Error string to be displayed when:
1.445 +// d: Maximum number of simultaneous GPRS connections are reached.
1.446 +// l: popup_note_window_1_four_rows
1.447 +// w: Errorres
1.448 +//
1.449 +#define qtn_err_gprs_max_nof_conns "Maximum number of simultaneous connections reached. Try closing existing connections."
1.450 +
1.451 +// d: Error string to be displayed when:
1.452 +// d: PDP context not allowed because of ACL
1.453 +// l: popup_note_window_1_four_rows
1.454 +// w:
1.455 +// r: 3.1
1.456 +//
1.457 +#define qtn_acl_err_connection_not_allowed "Connection not allowed"
1.458 +
1.459 +//
1.460 +// MMS Errors
1.461 +//
1.462 +
1.463 +// d: Unspecified error, used when no defined error matches.
1.464 +// d: OR
1.465 +// d: This can happened in receiving or in sending a MMS message.
1.466 +// d: Basically this is a rare situation which can occur from a software failure.
1.467 +// d: OR
1.468 +// d: Errors from the MMS protocol to WAP mapping layer.
1.469 +// l: popup_note_window_1_four_rows
1.470 +// w: Errorres
1.471 +//
1.472 +#define qtn_err_mms_common "Unknown MMS error."
1.473 +
1.474 +// d: Both WAP access points must have the same URI (both must point
1.475 +// d: to the same MMSC) otherwise they refer to different service centres.
1.476 +// d: The MMS access point has an URI field that defines some detail information about which MMSC is used. So these can be checked from MCEs MMS settings.
1.477 +// l: popup_note_window_1_four_rows
1.478 +// w: Errorres
1.479 +//
1.480 +#define qtn_err_mms_uri_not_same "MMS access points URIs are not the same. Please check the URIs."
1.481 +
1.482 +// d: Access point 1 not valid (something wrong with
1.483 +// d: access point chain or URI missing).
1.484 +// l: popup_note_window_1_four_rows
1.485 +// w: Errorres
1.486 +//
1.487 +#define qtn_err_mms_ap1_invalid "MMS preferred Access Point is invalid."
1.488 +
1.489 +// d: Access point 2 not valid (something wrong with
1.490 +// d: access point chain or URI missing).
1.491 +// l: popup_note_window_1_four_rows
1.492 +// w: Errorres
1.493 +//
1.494 +#define qtn_err_mms_ap2_invalid "MMS secondary Access Point is invalid."
1.495 +
1.496 +// d: Message is too big to be sent -cannot allocate encode buffer.
1.497 +// l: popup_note_window_1_four_rows
1.498 +// w: Errorres
1.499 +//
1.500 +#define qtn_err_mms_msg_big_n_snd "Unable to send message. Message is too big. Close other applications and try again."
1.501 +
1.502 +// d: Error codes that come from the X-mms-response status.
1.503 +// l: popup_note_window_1_four_rows
1.504 +// w: Errorres
1.505 +//
1.506 +#define qtn_err_mms_msg_not_acpt_c "Message was not accepted by the MMS centre"
1.507 +
1.508 +// d: The address in the to-field is invalid or unknown.
1.509 +// l: popup_note_window_1_four_rows
1.510 +// w: Errorres
1.511 +//
1.512 +#define qtn_err_mms_msg_add_invalid "Address unknown or not accepted. Check the address."
1.513 +
1.514 +// d: Due a network error the message was not send.
1.515 +// l: popup_note_window_1_four_rows
1.516 +// w: Errorres
1.517 +//
1.518 +#define qtn_err_mms_ntwrk_e_msg_n_snd "Network error. Message not send."
1.519 +
1.520 +// d: Some information may be missing from the message or the MMSC don't know where the phone call
1.521 +// d: is coming so it doesn't accept the message. This happens only when sending a message.
1.522 +// d: OR
1.523 +// d: Software error or the message is badly corrupted in the process. This happens only when sending a message.
1.524 +// l: popup_note_window_1_four_rows
1.525 +// w: Errorres
1.526 +//
1.527 +#define qtn_err_mms_msg_not_acpt_mmsc "Message not accepted by MMS centre"
1.528 +
1.529 +// d: Configuration error which probably is in the Access Points settings.
1.530 +// l: popup_note_window_1_four_rows
1.531 +// w: Errorres
1.532 +//
1.533 +#define qtn_err_mms_conf_err_ap_stng "Configuration error. Check Access Point settings."
1.534 +
1.535 +// d: This is shown to the user when the message has been expired, when the message
1.536 +// d: cannot be found from the MMSC or when the URI in the message is invalid.
1.537 +// l: popup_note_window_1_four_rows
1.538 +// w: Errorres
1.539 +//
1.540 +#define qtn_err_mms_msg_not_found "Message not found."
1.541 +
1.542 +// d: The MMSC is not responding so the user should try again later on.
1.543 +// l: popup_note_window_1_four_rows
1.544 +// w: Errorres
1.545 +//
1.546 +#define qtn_err_mms_mmsc_not_respnd "MMS centre is not responding. Please try again later."
1.547 +
1.548 +// d: Network error due the fact that a time-out has occurred.
1.549 +// d: OR
1.550 +// d: No response from the Gw or some other network error.
1.551 +// l: popup_note_window_1_four_rows
1.552 +// w: Errorres
1.553 +//
1.554 +#define qtn_err_mms_netwrk_error "Network error."
1.555 +
1.556 +// d: The user has canceled the MMS operation.
1.557 +// l: popup_note_window_1_four_rows
1.558 +// w: Errorres
1.559 +//
1.560 +#define qtn_err_mms_user_cancel_oper "User has canceled the MMS operation."
1.561 +
1.562 +// d: Retrieved message contains unsupported content.
1.563 +// l: popup_note_window_1_four_rows
1.564 +// w: Errorres
1.565 +//
1.566 +#define qtn_err_mms_not_supported "Message content not supported."
1.567 +
1.568 +// d: Error string to be displayed when:
1.569 +// d: Trying to send a protected content over MMS.
1.570 +// l: popup_note_window_1_four_rows
1.571 +// w:
1.572 +// r: 3.0
1.573 +//
1.574 +#define qtn_err_mms_unable_to_send_protected "Unable to send protected object."
1.575 +
1.576 +// d: Error string to be displayed when:
1.577 +// d: A message is addressed to an unregistered application i.e. to a non-existing application.
1.578 +// d: The message is not fetched but a special error code is set to the corresponding MMS Notification.
1.579 +// l: popup_note_window/opt1
1.580 +// w:
1.581 +// r: 3.2
1.582 +//
1.583 +#define qtn_err_mms_unregistered_app "Failed to forward message to an unregistered application. Message discarded."
1.584 +
1.585 +//
1.586 +// SMS Errors
1.587 +//
1.588 +
1.589 +// d: Error string to be displayed when:
1.590 +// d: The phone number which the user has enter to SMS message is not valid. The user can check the number and try again.
1.591 +// l: popup_note_window_1_four_rows
1.592 +// w: Errorres
1.593 +//
1.594 +#define qtn_err_sms_invalid_numb "Invalid phone number. Check the number and try again"
1.595 +
1.596 +// d: Error string to be displayed when:
1.597 +// d: For some unknown reason the SMS message is not delivered. The error may be in network or in the phone.
1.598 +// l: popup_note_window_1_four_rows
1.599 +// w: Errorres
1.600 +//
1.601 +#define qtn_err_unab_to_del "Unable to deliver the message."
1.602 +
1.603 +// d: Error string to be displayed when:
1.604 +// d: The phone cannot perform the user initiated operation because a another operation which includes SIM card is in progress.
1.605 +// d: The user can try again later on.
1.606 +// l: popup_note_window_1_four_rows
1.607 +// w: Errorres
1.608 +//
1.609 +#define qtn_err_sms_sim_busy "SIM card is busy performing anohter operation. Try again later."
1.610 +
1.611 +// d: Error string to be displayed when:
1.612 +// d: The SMS service doesn't work properly for some unknown reason. The user can try again later on.
1.613 +// l: popup_note_window_1_four_rows
1.614 +// w: Errorres
1.615 +//
1.616 +#define qtn_err_sms_common "Unknown Network error. Try again later"
1.617 +
1.618 +// d: CDMA. SMS sending error for: No Acknowledgement.
1.619 +// d: The destination SME does not acknowledge receipt
1.620 +// d: of the SMS delivery. SMS notification not pending.
1.621 +// l: popup_note_window_1_four_rows
1.622 +// w: Errorres
1.623 +//
1.624 +#define qtn_err_sms_no_ack "Sending error 34\nNo acknowledgement"
1.625 +
1.626 +// d: CDMA. SMS sending error for: Address Vacant.
1.627 +// d: SMS destination address is valid but not currently
1.628 +// d: allocated to an SMS terminal.
1.629 +// l: popup_note_window_1_four_rows
1.630 +// w: Errorres
1.631 +//
1.632 +#define qtn_err_sms_address_vacant "Sending error 0\nDestination address not allocated"
1.633 +
1.634 +// d: CDMA. SMS sending error for: Address Translation Failure.
1.635 +// d: The SMS destination address is invalid.
1.636 +// l: popup_note_window_1_four_rows
1.637 +// w: Errorres
1.638 +//
1.639 +#define qtn_err_sms_trans_failure "Sending error 1\nDestination address invalid"
1.640 +
1.641 +// d: CDMA. SMS sending error for: Network Failure.
1.642 +// d: A network node failed, a link failed or requested operation failed.
1.643 +// l: popup_note_window_1_four_rows
1.644 +// w: Errorres
1.645 +//
1.646 +#define qtn_err_sms_net_failure "Sending error 3\nNetwork failure"
1.647 +
1.648 +// d: CDMA. SMS sending error for: Network Resource Shortage.
1.649 +// d: Network transmission failed due to lack of a network resource.
1.650 +// l: popup_note_window_1_four_rows
1.651 +// w: Errorres
1.652 +//
1.653 +#define qtn_err_sms_net_resce_shrtge "Sending error 2\nNetwork resource shortage"
1.654 +
1.655 +// d: CDMA. SMS sending error for: Invalid Teleservice ID.
1.656 +// d: The SMS Teleservice ID is not known, is not supported or
1.657 +// d: is not authorized by an addressed functional entity.
1.658 +// l: popup_note_window_1_four_rows
1.659 +// w: Errorres
1.660 +//
1.661 +#define qtn_err_sms_invld_srvce_id "Sending error 4\nInvalid teleservice ID"
1.662 +
1.663 +// d: CDMA. SMS sending error for: Other Network Problem.
1.664 +// d: Miscellanious network problem not covered by other network errors.
1.665 +// l: popup_note_window_1_four_rows
1.666 +// w: Errorres
1.667 +//
1.668 +#define qtn_err_sms_other_net "Sending error 5\nUnknown network sending error"
1.669 +
1.670 +// d: CDMA. SMS sending error for: No Page Response.
1.671 +// d: The addressed MS-based SME is known but it does not respond to a page.
1.672 +// d: SMS notification not pending.
1.673 +// l: popup_note_window_1_four_rows
1.674 +// w: Errorres
1.675 +//
1.676 +#define qtn_err_sms_no_page_resp "Sending error 32\nDestination not response"
1.677 +
1.678 +// d: CDMA. SMS sending error for: Destination Busy.
1.679 +// d: The destination MS-based SME is SMS capable but is currently
1.680 +// d: engaged in a call, service call etc.
1.681 +// l: popup_note_window_1_four_rows
1.682 +// w: Errorres
1.683 +//
1.684 +#define qtn_err_sms_dest_busy "Sending error 33\nDestination busy"
1.685 +
1.686 +// d: CDMA. SMS sending error for: Destination Resource Shortage.
1.687 +// d: A required terminal resource (eg. Memory) is not available to process the message.
1.688 +// l: popup_note_window_1_four_rows
1.689 +// w: Errorres
1.690 +//
1.691 +#define qtn_err_sms_dest_resce_shrt "Sending error 35\nDestination resource shortage"
1.692 +
1.693 +// d: CMDA. SMS sending error for: SMS Delivery Postponed.
1.694 +// d: Delivery is not currently possible but SMS notification is pending.
1.695 +// l: popup_note_window_1_four_rows
1.696 +// w: Errorres
1.697 +//
1.698 +#define qtn_err_sms_delv_postponed "Sending error 36\nSMS delivery postponded"
1.699 +
1.700 +// d: CDMA. SMS sending error for: Destination out of Service.
1.701 +// d: The addressed destination is out of service for an extended
1.702 +// d: period of time. SMS notification not pending.
1.703 +// l: popup_note_window_1_four_rows
1.704 +// w: Errorres
1.705 +//
1.706 +#define qtn_err_sms_dest_out_srvce "Sending error 37\nDestination out of service"
1.707 +
1.708 +// d: CDMA. SMS sending error for: Destination No Longer at this Address.
1.709 +// d: The MS-based SME is no longer at the temporary SMS routing address.
1.710 +// d: SMS notification is not pending.
1.711 +// l: popup_note_window_1_four_rows
1.712 +// w: Errorres
1.713 +//
1.714 +#define qtn_err_sms_dest_no_addr "Sending error 38\nDestination no longer at this address"
1.715 +
1.716 +// d: CDMA. SMS sending error for: Other Terminal Problem.
1.717 +// d: A miscellanious terminal problem has occurred that is not covered by another error.
1.718 +// l: popup_note_window_1_four_rows
1.719 +// w: Errorres
1.720 +//
1.721 +#define qtn_err_sms_other_term_prob "Sending error 39\nUnknown device sending problem"
1.722 +
1.723 +// d: CDMA. SMS sending error for: Radio interface shortage.
1.724 +// d: There is no channel available or there is radio congestion at this time.
1.725 +// l: popup_note_window_1_four_rows
1.726 +// w: Errorres
1.727 +//
1.728 +#define qtn_err_sms_radio_int_shrtge "Sending error 64\nRadio interface shortage"
1.729 +
1.730 +// d: CDMA. SMS sending error for: Radio Interface Incompatibility.
1.731 +// d: The MS for an MS-based SME is operating in a mode that does not support SMS at this time.
1.732 +// l: popup_note_window_1_four_rows
1.733 +// w: Errorres
1.734 +//
1.735 +#define qtn_err_sms_radio_int_incomp "Sending error 65\nDestination doesn not support SMS"
1.736 +
1.737 +// d: CDMA. SMS sending error for Other Radio Interface Problem.
1.738 +// d: Miscellanious radio interface problem not covered by other errors.
1.739 +// l: popup_note_window_1_four_rows
1.740 +// w: Errorres
1.741 +//
1.742 +#define qtn_err_sms_radio_int_other "Sending error 66\nUnknown radio interface problem"
1.743 +
1.744 +// d: CDMA. SMS sending error for Encoding Problem.
1.745 +// d: The size of a parameter or field is not what is expected.
1.746 +// l: popup_note_window_1_four_rows
1.747 +// w: Errorres
1.748 +//
1.749 +#define qtn_err_sms_encoding_prob "Sending error 96\nEncoding problem"
1.750 +
1.751 +// d: CDMA. SMS sending error for SMS Origination Denied.
1.752 +// d: The origination MIN is not recognized, the originating address
1.753 +// d: is not allowed for the originating MIN, etc.
1.754 +// l: popup_note_window_1_four_rows
1.755 +// w: Errorres
1.756 +//
1.757 +#define qtn_err_sms_orig_denied "Sending error 97\nSMS sending denied"
1.758 +
1.759 +// d: CDMA. SMS sending error for SMS Termination Denied.
1.760 +// d: The destination is not authorized to receive SMS messages.
1.761 +// l: popup_note_window_1_four_rows
1.762 +// w: Errorres
1.763 +//
1.764 +#define qtn_err_sms_termin_denied "Sending error 98\nSMS delivery denied by destination"
1.765 +
1.766 +// d: CDMA. SMS sending error for: Supplementary service not supported.
1.767 +// d: The originating supplementary service is not known or supported.
1.768 +// l: popup_note_window_1_four_rows
1.769 +// w: Errorres
1.770 +//
1.771 +#define qtn_err_sms_supp_not_supp "Sending error 99\nSupplementary service not supported"
1.772 +
1.773 +// d: CDMA. SMS sending error for: SMS not supported.
1.774 +// d: SMS is not supported by an addressed functional entity.
1.775 +// l: popup_note_window_1_four_rows
1.776 +// w: Errorres
1.777 +//
1.778 +#define qtn_err_sms_not_supp "Sending error 100\nSMS not supported by destination"
1.779 +
1.780 +// d: CDMA. SMS sending error for: Missing Expected Parameter.
1.781 +// d: An optional parameter is required for a particular function and that parameter is missing.
1.782 +// l: popup_note_window_1_four_rows
1.783 +// w: Errorres
1.784 +//
1.785 +#define qtn_err_sms_miss_exp_param "Sending error 102\nMissing expected parameter"
1.786 +
1.787 +// d: CDMA. SMS sending error for: Missing Mandatory Parameter.
1.788 +// d: A parameter is missing that is mandatory for a particular message.
1.789 +// l: popup_note_window_1_four_rows
1.790 +// w: Errorres
1.791 +//
1.792 +#define qtn_err_sms_miss_man_param "Sending error 103\nMissing mandatory parameter"
1.793 +
1.794 +// d: CDMA. SMS sending error for: Unrecognized Parameter.
1.795 +// d: A known parameter has an unknown or unsupported value.
1.796 +// l: popup_note_window_1_four_rows
1.797 +// w: Errorres
1.798 +//
1.799 +#define qtn_err_sms_unrec_param "Sending error 104\nUnrecognized parameter"
1.800 +
1.801 +// d: CDMA. SMS sending error for: Unexpected Parameter.
1.802 +// d: A known parameter has a known but unsupported value.
1.803 +// l: popup_note_window_1_four_rows
1.804 +// w: Errorres
1.805 +//
1.806 +#define qtn_err_sms_unexp_param_val "Sending error 105\nUnexpected parameter value"
1.807 +
1.808 +// d: CDMA. SMS sending error for: User Data Size Error.
1.809 +// d: The User Data size is too large for access technology, transport network or call mode.
1.810 +// l: popup_note_window_1_four_rows
1.811 +// w: Errorres
1.812 +//
1.813 +#define qtn_err_sms_user_data_size "Sending error 106\nMessage too long"
1.814 +
1.815 +
1.816 +// d: CDMA. SMS sending error for: Other General Problem.
1.817 +// d: A miscellanious general error has occurred that is not covered by other errors.
1.818 +// l: popup_note_window_1_four_rows
1.819 +// w: Errorres
1.820 +//
1.821 +#define qtn_err_sms_other_gen_prob "Sending error 107\nOther general problem"
1.822 +
1.823 +
1.824 +//
1.825 +// Delivert Ack error
1.826 +//
1.827 +//
1.828 +
1.829 +// d: CDMA. SMS delivery error for: Message Cancelled.
1.830 +// d: Message sending cancelled before delivery.
1.831 +// l: popup_note_window_1_four_rows
1.832 +// w: Errorres
1.833 +//
1.834 +#define qtn_err_sms_del_mess_canc "Delivery error 3\nMessage cancelled"
1.835 +
1.836 +// d: CDMA. SMS delivery error for: Network Congestion.
1.837 +// d: Network does not have the resources to support delivery at this time.
1.838 +// l: popup_note_window_1_four_rows
1.839 +// w: Errorres
1.840 +//
1.841 +#define qtn_err_sms_del_net_congest "Delivery error 4\nNetwork congestion"
1.842 +
1.843 +// d: Network does not have the resources to support delivery at this time.
1.844 +// l: popup_note_window_1_four_rows
1.845 +// w: Errorres
1.846 +//
1.847 +#define qtn_err_sms_del_net_err "Delivery error 5\nNetwork error"
1.848 +
1.849 +// d: CDMA. SMS delivery error for: Unknown error.
1.850 +// d: Message sending cancelled before delivery.
1.851 +// l: popup_note_window_1_four_rows
1.852 +// w: Errorres
1.853 +//
1.854 +#define qtn_err_sms_del_unknwn_err "Delivery error 31\nUnknown error"
1.855 +
1.856 +// d: CDMA. SMS delivery error for: Cancel Failed.
1.857 +// d: Cancelling of delivery of message failed.
1.858 +// l: popup_note_window_1_four_rows
1.859 +// w: Errorres
1.860 +//
1.861 +#define qtn_err_sms_del_canc_fail "Delivery error 6\nCancel failed"
1.862 +
1.863 +// d: CDMA. SMS delivery error for: Blocked destination.
1.864 +// d: The destination of the delivery request is blocked and therefore delivery failed.
1.865 +// l: popup_note_window_1_four_rows
1.866 +// w: Errorres
1.867 +//
1.868 +#define qtn_err_sms_del_block_dest "Delivery error 7\nDelivery to destination is blocked"
1.869 +
1.870 +// d: CDMA. SMS delivery error for: Text Too Long.
1.871 +// d: The message could not be delivered because its text is too long.
1.872 +// l: popup_note_window_1_four_rows
1.873 +// w: Errorres
1.874 +//
1.875 +#define qtn_err_sms_del_text_too_long "Delivery error 8\nText too long"
1.876 +
1.877 +// d: CDMA. SMS delivery error for: Duplicated Message.
1.878 +// d: The message will not be delivered because it is a duplicate.
1.879 +// l: popup_note_window_1_four_rows
1.880 +// w: Errorres
1.881 +//
1.882 +#define qtn_err_sms_del_dup_mess "Delivery error 9\nDuplicated message"
1.883 +
1.884 +// d: CDMA. SMS delivery error for: Invalid Destination.
1.885 +// d: Message not delivered because the destination does not support SMS delivery.
1.886 +// l: popup_note_window_1_four_rows
1.887 +// w: Errorres
1.888 +//
1.889 +#define qtn_err_sms_del_invld_dest "Delivery error 10\nInvalid destination"
1.890 +
1.891 +// d: CDMA. SMS delivery error for: Message Expired.
1.892 +// d: Message expired before it was delivered.
1.893 +// l: popup_note_window_1_four_rows
1.894 +// w: Errorres
1.895 +//
1.896 +#define qtn_err_sms_del_mess_exp "Delivery error 13\nMessage expired before delivery"
1.897 +
1.898 +
1.899 +//
1.900 +// General internet connection error
1.901 +//
1.902 +//
1.903 +
1.904 +// d: Uncategorized internet connection, user should try again
1.905 +// l: popup_note_window_1_four_rows
1.906 +// w: Errorres
1.907 +//
1.908 +#define qtn_err_gen_conn "Could not connect to Internet service. Try again."
1.909 +
1.910 +//
1.911 +// Rainbow Core (WAP) Errors
1.912 +//
1.913 +//
1.914 +//
1.915 +
1.916 +// d: A generic browser error. The operation failed.
1.917 +// d: Eg:- Failed to send a message between adapters, Or Internal convertions failed
1.918 +// d: –say relative to absolute URL Or Parse error
1.919 +// l: popup_note_window_1_four_rows
1.920 +// w: Errorres
1.921 +//
1.922 +#define qtn_err_failure "Unable to perform operation"
1.923 +
1.924 +// d: Error string to be displayed when:
1.925 +// d: When a file was loaded using file:// scheme, the end of was reached prematurely.
1.926 +// d: (Trying to read past end of file. Returned by NW_Osu_ReadFile.)
1.927 +// l: popup_note_window_1_four_rows
1.928 +// w: Errorres
1.929 +//
1.930 +#define qtn_err_file_eof "Page not available."
1.931 +
1.932 +// d: Error string to be displayed when:
1.933 +// d: When a file was loaded using file:// scheme, a read error was encountered
1.934 +// l: popup_note_window_1_four_rows
1.935 +// w: Errorres
1.936 +//
1.937 +#define qtn_err_file_read_error "File format unknown."
1.938 +
1.939 +// d: Error string to be displayed when:
1.940 +// d: System out of memory. Browser failed to allocate memory. The browser should exit
1.941 +// d: or make memory available by quiting some apps and trying the operation again
1.942 +// l: popup_note_window_1_four_rows
1.943 +// w: Errorres
1.944 +//
1.945 +#define qtn_err_out_of_memory "Connection not available."
1.946 +
1.947 +
1.948 +// d: Error string to be displayed when:
1.949 +// d: Unexpected error. Browser has entered an unknown state
1.950 +// d: If browsing will be continued data in a phone may be damaged.
1.951 +// d: Status of error: Critical - The browser is in inconsistent state . Browser will shutdown.
1.952 +// l: popup_note_window_1_four_rows
1.953 +// w: Errorres
1.954 +//
1.955 +#define qtn_err_unexpected_error "Unexpected error. Services application will exit."
1.956 +
1.957 +// d: Error string to be displayed when:
1.958 +// d: General timeout response. The operation is timed out
1.959 +// l: popup_note_window_1_four_rows
1.960 +// w: Errorres
1.961 +//
1.962 +#define qtn_err_wait_timeout "Connection time-out."
1.963 +
1.964 +// d: Error string to be displayed when:
1.965 +// d: An unknown scheme was passed to the browser which it does not support, Such as mailto://
1.966 +// l: popup_note_window_1_four_rows
1.967 +// w: Errorres
1.968 +//
1.969 +#define qtn_err_unknown_scheme "Page does not exist."
1.970 +
1.971 +// d: Error string to be displayed when:
1.972 +// d: Ran through too many redirects. The gateway has redirected too many times, WAP spec. say redirects can not exceed 5
1.973 +// d: Status of error: Medium - The operation failed.
1.974 +// l: popup_note_window_1_four_rows
1.975 +// w: Errorres
1.976 +//
1.977 +#define qtn_err_too_many_redirects "Response unknown."
1.978 +
1.979 +// d: Error string to be displayed when:
1.980 +// d: HTTP Basic authentication requested by the web server, but the authentication information in the header is missing.
1.981 +// d: (Missing required HTTP header from server.)
1.982 +// l: popup_note_window_1_four_rows
1.983 +// w: Errorres
1.984 +//
1.985 +#define qtn_err_missing_auth_header "Secure connection not available."
1.986 +
1.987 +// d: Error string to be displayed when:
1.988 +// d: Invalid input parameter. Bad parameters were passed to a Browser code function.
1.989 +// d: Status of error: Coding Bug - Should never happen in released product.
1.990 +// l: popup_note_window_1_four_rows
1.991 +// w: Errorres
1.992 +//
1.993 +#define qtn_err_bad_input_param "Invalid input parameter."
1.994 +
1.995 +// d: Error string to be displayed when:
1.996 +// d: Input parameter missing. A Rainbow API is called and it is missing some parameter.
1.997 +// d: Status of error: Coding Bug - Should never happen in released product.
1.998 +// l: popup_note_window_1_four_rows
1.999 +// w: Errorres
1.1000 +//
1.1001 +#define qtn_err_missing_input_param "Required input parameter is missing."
1.1002 +
1.1003 +// d: Error string to be displayed when:
1.1004 +// d: Rainbow has been request to load a Url that is not formed correctly. URL could not be parsed.
1.1005 +// l: popup_note_window_1_four_rows
1.1006 +// w: Errorres
1.1007 +//
1.1008 +#define qtn_err_malformed_url "Page not found. Check URL address."
1.1009 +
1.1010 +// d: Error string to be displayed when:
1.1011 +// d: A URL redirect was received, but the redirect location was missing. The reply was an HTTP
1.1012 +// d: redirect without a location header. Bad Http redirect-no Http Location header
1.1013 +// l: popup_note_window_1_four_rows
1.1014 +// w: Errorres
1.1015 +//
1.1016 +#define qtn_err_missing_loc_header "Page not available."
1.1017 +
1.1018 +// d: Error string to be displayed when:
1.1019 +// d: HTTP content was received, but the content location information in the header is bad.
1.1020 +// d: The reply contained a content location header that was corrupt. Bad Http Content Location header.
1.1021 +// l: popup_note_window_1_four_rows
1.1022 +// w: Errorres
1.1023 +//
1.1024 +#define qtn_err_bad_content_loc_header "Page not available."
1.1025 +
1.1026 +// d: Error string to be displayed when:
1.1027 +// d: A URL redirect was received, but the redirect URL was invalid. A redirect was received for
1.1028 +// d: a request other than for an HTTP Get or HTTP Head method.
1.1029 +// l: popup_note_window_1_four_rows
1.1030 +// w: Errorres
1.1031 +//
1.1032 +#define qtn_err_bad_redirect "Page not available."
1.1033 +
1.1034 +// d: Error string to be displayed when:
1.1035 +// d: Attempt was made to execute encoded WML Script without a WML deck to work with.
1.1036 +// l: popup_note_window_1_four_rows
1.1037 +// w: Errorres
1.1038 +//
1.1039 +#define qtn_err_missing_script_referer "File format unknown."
1.1040 +
1.1041 +// d: Error string to be displayed when:
1.1042 +// d: When a URL request was made, the gateway address is not set. (No WAP Server selected.)
1.1043 +// l: popup_note_window_1_four_rows
1.1044 +// w: Errorres
1.1045 +//
1.1046 +#define qtn_err_wps_gateway_unset "Check gateway IP address setting."
1.1047 +
1.1048 +// d: Error string to be displayed when:
1.1049 +// d: User has canceled the network load operation (Stack adapter request has been aborted.)
1.1050 +// l: popup_note_window_1_four_rows
1.1051 +// w: Errorres
1.1052 +//
1.1053 +#define qtn_err_wps_aborted "Operation aborted by server."
1.1054 +
1.1055 +// d: Error string to be displayed when:
1.1056 +// d: A WML Script function was called with an invalid list of parameters. An invalid set of arguments was passed to the the script function.
1.1057 +// d: The WML script function that was called in the current deck
1.1058 +// d: can not be executed. The user can continue browsing. Status of error: Medium -The operation failed.
1.1059 +// l: popup_note_window_1_four_rows
1.1060 +// w: Errorres
1.1061 +//
1.1062 +#define qtn_err_script_inv_func_args "Excecution of script failed."
1.1063 +
1.1064 +// d: Error string to be displayed when:
1.1065 +// d: There is no card found in current deck. The UI has most likely nothing to render.
1.1066 +// l: popup_note_window_1_four_rows
1.1067 +// w: Errorres
1.1068 +//
1.1069 +#define qtn_err_wmlb_card_not_indeck "Page does not exist."
1.1070 +
1.1071 +// d: Error string to be displayed when:
1.1072 +// d: Browser has no access to current deck. No access to requested WML deck.
1.1073 +// l: popup_note_window_1_four_rows
1.1074 +// w: Errorres
1.1075 +//
1.1076 +#define qtn_err_wmlb_no_access "No server access."
1.1077 +
1.1078 +// d: Error string to be displayed when:
1.1079 +// d: Rainbow has received content that it can not handle, and the OS has reported it can not handle it either. Bad content type found in URL response.
1.1080 +// l: popup_note_window_1_four_rows
1.1081 +// w: Errorres
1.1082 +//
1.1083 +#define qtn_err_wmlb_bad_content "File format unknown."
1.1084 +
1.1085 +// d: Error string to be displayed when:
1.1086 +// d: Browser received content that there is no handler for.
1.1087 +// l: popup_note_window_1_four_rows
1.1088 +// w: Errorres
1.1089 +//
1.1090 +#define qtn_err_wmlb_bad_cont_type "File format unknown."
1.1091 +
1.1092 +// d: Error string to be displayed when:
1.1093 +// d: Rainbow has received content that it can not handle as it uses an unsupported character set. Content validation failed in
1.1094 +// d: the WML Browser: Unsupported charset. (Found when validating the content before displaying)
1.1095 +// l: popup_note_window_1_four_rows
1.1096 +// w: Errorres
1.1097 +//
1.1098 +#define qtn_err_wmlb_unsupport_char "File format unknown."
1.1099 +
1.1100 +// d: Error string to be displayed when:
1.1101 +// d: Deck validation failed due to corrupted opaque data. Content Validation failed in the WML Browser: Corrupted opaque data.
1.1102 +// d: (Found when validating the content before displaying)
1.1103 +// l: popup_note_window_1_four_rows
1.1104 +// w: Errorres
1.1105 +//
1.1106 +#define qtn_err_wmlb_bad_opaque_data "File format unknown."
1.1107 +
1.1108 +// d: Error string to be displayed when:
1.1109 +// d: Deck validation failed due to invalid processing instruction. Content Validation failed in the WML Browser: Bad Processing
1.1110 +// d: Instruction. (Found when validating the content before displaying)
1.1111 +// l: popup_note_window_1_four_rows
1.1112 +// w: Errorres
1.1113 +//
1.1114 +#define qtn_err_wmlb_bad_pi "File format unknown."
1.1115 +
1.1116 +// d: Error string to be displayed when:
1.1117 +// d: Validation failure due to invalid switch page token. Content Validation
1.1118 +// d: failed in the WML Browser: Bad Switch page token. (Found when validating the content before displaying)
1.1119 +// l: popup_note_window_1_four_rows
1.1120 +// w: Errorres
1.1121 +//
1.1122 +#define qtn_err_wmlb_bad_swpagetoken "File format unknown."
1.1123 +
1.1124 +// d: Error string to be displayed when:
1.1125 +// d: String validation failed due to bad encoding or WML tag says the next token is string, but it isn’t.
1.1126 +// d: Content Validation failed in the WML Browser: Bad Text.
1.1127 +// d: Errors in text such as bad string encoding. (Found when validating the content before displaying)
1.1128 +// l: popup_note_window_1_four_rows
1.1129 +// w: Errorres
1.1130 +//
1.1131 +#define qtn_err_wmlb_bad_text "File format unknown."
1.1132 +
1.1133 +// d: Error string to be displayed when:
1.1134 +// d: WML Deck contains a bad element. Validation failure. Content Validation failed
1.1135 +// d: in the WML Browser: Bad Element Encountered. (Found when validating the content before displaying)
1.1136 +// d: (Found when validating the content Status of error: Major - The operation could not be performed
1.1137 +// d: due to some required data not found.
1.1138 +// l: popup_note_window_1_four_rows
1.1139 +// w: Errorres
1.1140 +//
1.1141 +#define qtn_err_wmlb_bad_element "Page contains a bad element."
1.1142 +
1.1143 +// d: Error string to be displayed when:
1.1144 +// d: Content validation failed - missing literal tag. (Found when validating the content before displaying)
1.1145 +// l: popup_note_window_1_four_rows
1.1146 +// w: Errorres
1.1147 +//
1.1148 +#define qtn_err_wmlb_missing_literaltag "Page not available."
1.1149 +
1.1150 +// d: Error string to be displayed when:
1.1151 +// d: User initiated navigation was canceled as a WML Script is running. Navigation to a URL canceled because the WML Script Interpreter is busy.
1.1152 +// d: Status of error: Medium - The operation failed.
1.1153 +// l: popup_note_window_1_four_rows
1.1154 +// w: Errorres
1.1155 +//
1.1156 +#define qtn_err_wae_navigation_cancel "Page not available."
1.1157 +
1.1158 +// d: Error string to be displayed when:
1.1159 +// d: This is a generic stack error. The intended operation could not be performed. Abort the operation. Internal error:
1.1160 +// d: Protocol stack error. Error occurred dealing with WAP Protocol Stack.
1.1161 +// l: popup_note_window_1_four_rows
1.1162 +// w: Errorres
1.1163 +//
1.1164 +#define qtn_err_wps_error "Connection not available."
1.1165 +
1.1166 +// d: Error string to be displayed when:
1.1167 +// d: Generic wimi error . Retuned when there Internal wimi error, NO_WIM, NO_KES, Hash_update_failed, Hash_Copy_failed,
1.1168 +// d: Hash_Final_Failed, Persistant storage error , Bad/wrong reference Wim Closed
1.1169 +// l: popup_note_window_1_four_rows
1.1170 +// w: Errorres
1.1171 +//
1.1172 +#define qtn_err_wim_error "Secure connection not available."
1.1173 +
1.1174 +// d: Error string to be displayed when:
1.1175 +// d: WTLS handshake went ok, and you were authenticated - however you do not have access to
1.1176 +// d: the gateway. A valid certificate was received, but when access control was applied, the sender decided
1.1177 +// d: not to proceed with negotiation. This message is always fatal.
1.1178 +// l: popup_note_window_1_four_rows
1.1179 +// w: Errorres
1.1180 +//
1.1181 +#define qtn_err_wtls_access_denied "No secure access."
1.1182 +
1.1183 +// d: Error string to be displayed when:
1.1184 +// d: WSP status code was returned from the gateway that is unknown to Rainbow, and therefore not handled.
1.1185 +// d: The received reply contained an undefined WSP status code.
1.1186 +// l: popup_note_window_1_four_rows
1.1187 +// w: Errorres
1.1188 +//
1.1189 +#define qtn_err_unhandled_wsp_status "Page not available."
1.1190 +
1.1191 +// d: Error string to be displayed when:
1.1192 +// d: The gateway failed to decrypt the data it was sent. ( A WTLSCiphertext decrypted in an invalid way:
1.1193 +// d: either it wasn’t a multiple of the block length or its padding values, when checked, weren’t correct.
1.1194 +// d: This message is generally a warning. The message is sent in cleartext.)
1.1195 +// l: popup_note_window_1_four_rows
1.1196 +// w: Errorres
1.1197 +//
1.1198 +#define qtn_err_decryption_failed "Secure connection not available."
1.1199 +
1.1200 +// d: Error string to be displayed when:
1.1201 +// d: Gateway navigation document currently in effect has expired.
1.1202 +// d: A gateway navigation document was being used, but it has not expired. It is just informational.
1.1203 +// d: If the user continues to browse to the same location, they may be sent another
1.1204 +// d: gateway navigation document. Status of error: Low - Informational
1.1205 +// l: popup_note_window_1_four_rows
1.1206 +// w: Errorres
1.1207 +//
1.1208 +#define qtn_err_secinfo_expired "Page not available. Try again."
1.1209 +
1.1210 +// d: Error string to be displayed when:
1.1211 +// d: Gateway navigation document in effect and the requested URL is not secure
1.1212 +// l: popup_note_window_1_four_rows
1.1213 +// w: Errorres
1.1214 +//
1.1215 +#define qtn_err_conn_url_nonsecure "Secure connection not available"
1.1216 +
1.1217 +// d: Error string to be displayed when:
1.1218 +// d: No matching certificate can be found for the parameters passed into the signText script function.
1.1219 +// l: popup_note_window_1_four_rows
1.1220 +// w: Errorres
1.1221 +//
1.1222 +#define qtn_err_crypto_nocert "No matching certificate found."
1.1223 +
1.1224 +// d: Error string to be displayed when:
1.1225 +// d: A Session with the WIM has not be established
1.1226 +// d: Status of error: Coding Bug -Should never happen in released product.
1.1227 +// l: popup_note_window_1_four_rows
1.1228 +// w: Errorres
1.1229 +//
1.1230 +#define qtn_err_wim_session_not_set "Connection not available."
1.1231 +
1.1232 +// d: Error string to be displayed when:
1.1233 +// d: Misleading error code, it actually means that Symbian's cryptography code failed. (unlikely to occur)
1.1234 +// d: Status of error: Critical - The browser is in inconsistent state. Browser will shutdown.
1.1235 +// l: popup_note_window_1_four_rows
1.1236 +// w: Errorres
1.1237 +//
1.1238 +#define qtn_err_wim_init_failed "Unexpected error."
1.1239 +
1.1240 +// d: Error string to be displayed when:
1.1241 +// d: Failed to decode server or client certificate in WTLS handshake
1.1242 +// l: popup_note_window_1_four_rows
1.1243 +// w: Errorres
1.1244 +//
1.1245 +#define qtn_err_wim_decode_err "Secure connection not available."
1.1246 +
1.1247 +// d: Error string to be displayed when:
1.1248 +// d: The image is not available due to http errors such as no content, partial content, no authentication info
1.1249 +// d: An HTTP error was encountered when fetching the image
1.1250 +// l: popup_note_window_1_four_rows
1.1251 +// w: Errorres
1.1252 +//
1.1253 +#define qtn_err_imgloader_http_error "Image not available."
1.1254 +
1.1255 +// d: Error string to be displayed when:
1.1256 +// d: URI passed to the WTAI scheme handler contained invalid arguments.
1.1257 +// l: popup_note_window_1_four_rows
1.1258 +// w: Errorres
1.1259 +//
1.1260 +#define qtn_err_wtai_invalid_argument "Wrong DTMF sequence."
1.1261 +
1.1262 +// d: Error string to be displayed when:
1.1263 +// d: URI passed to the WTAI scheme handler points to a WTAI library function that is not supported.
1.1264 +// l: popup_note_window_1_four_rows
1.1265 +// w: Errorres
1.1266 +//
1.1267 +#define qtn_err_wtai_unsupp_funtion "File format unknown."
1.1268 +
1.1269 +// d: Error string to be displayed when:
1.1270 +// d: URI passed to the WTAI scheme handler points to a WTAI library that is not supported.
1.1271 +// l: popup_note_window_1_four_rows
1.1272 +// w: Errorres
1.1273 +//
1.1274 +#define qtn_err_wtai_unsupp_library "File format unknown."
1.1275 +
1.1276 +// d: Error string to be displayed when:
1.1277 +// d: A URL redirect was received, but the redirect URL was invalid. Unable to resolve URL for Http redirect.
1.1278 +// l: popup_note_window_1_four_rows
1.1279 +// w: Errorres
1.1280 +//
1.1281 +#define qtn_err_bad_redirect_url "Page not available."
1.1282 +
1.1283 +// d: Error string to be displayed when:
1.1284 +// d: User has enterde URL that was invalid. Unable to resolve URL. User should check the url and try again
1.1285 +// l: popup_note_window_1_four_rows
1.1286 +// w: Errorres
1.1287 +//
1.1288 +#define qtn_err_wtai_invalid_url "Page not available. Check URL address."
1.1289 +
1.1290 +// d: Error string to be displayed when:
1.1291 +// d: A disconnect indication received from gateway due to following reasons: client side request is out of session
1.1292 +// d: and the server forces to close the current session, session is close at client side and the server confirms it or the
1.1293 +// d: the server refuses a session establishment request for some reason.
1.1294 +// l: popup_note_window_1_four_rows
1.1295 +// w: Errorres
1.1296 +//
1.1297 +#define qtn_err_wps_disconnected "Connection to WAP server dropped."
1.1298 +
1.1299 +// d: Error string to be displayed when:
1.1300 +// d: The data type suplied is not valid. E.g. empty or contains characters not allowed.
1.1301 +// d: OR
1.1302 +// d: Error string to be displayed when:
1.1303 +// d: File format cannot be handed by the device.
1.1304 +// l: popup_note_window_1_four_rows
1.1305 +// w: Errorres
1.1306 +//
1.1307 +#define qtn_err_dochui_bad_mime "Unknown file format"
1.1308 +
1.1309 +// d: Error string to be displayed when:
1.1310 +// d: Data length is zero, thus invalid and cannot be handled.
1.1311 +// l: popup_note_window_1_four_rows
1.1312 +// w: Errorres
1.1313 +//
1.1314 +#define qtn_err_dochui_null_content "File empty."
1.1315 +
1.1316 +// d: Error string to be displayed when:
1.1317 +// d: Cannot find a directory where to save the file.
1.1318 +// d: Caused by defective programming.
1.1319 +// l: popup_note_window_1_four_rows
1.1320 +// w: Errorres
1.1321 +//
1.1322 +#define qtn_err_dochui_no_datadir "File cannot be saved."
1.1323 +
1.1324 +// d: Error string to be displayed when:
1.1325 +// d: The data contains executable e.g. an application. For security
1.1326 +// d: reasons we don't allow execution of any files downloaded to the device.
1.1327 +// d: You know: viruses and worms.
1.1328 +// l: popup_note_window_1_four_rows
1.1329 +// w: Errorres
1.1330 +//
1.1331 +#define qtn_err_dochui_executable "Execution not allowed for security reasons"
1.1332 +
1.1333 +// d: General error text for mail sending errors.
1.1334 +// d: Covers almost all SMTP errors.
1.1335 +// l: popup_note_window_1_four_rows
1.1336 +// w: Errorres
1.1337 +//
1.1338 +#define qtn_err_mail_send_fail "Message sending failed. Please check your mail settings."
1.1339 +
1.1340 +// d: Error string to de displayed when there is an active call and
1.1341 +// d: the user tries open a network connection
1.1342 +// l: popup_note_window_1_four_rows
1.1343 +// w: Errorres
1.1344 +//
1.1345 +#define qtn_gprs_err_call_in_progress "End call first"
1.1346 +
1.1347 +// d: Error note to be displayed when there is already a active network connection and
1.1348 +// d: therefore it is not possible to create a new network connection.
1.1349 +// l: popup_note_window_1_four_rows
1.1350 +// w: Errorres
1.1351 +//
1.1352 +#define qtn_ics_note_close_conn_try_again "Close existing network connections and try again"
1.1353 +
1.1354 +// d: Error string to be displayed when:
1.1355 +// d: There is something wrong in operators side e.g. SMS Service is not subscribed.
1.1356 +// l: popup_note_window_1_four_rows
1.1357 +// w: Errorres
1.1358 +//
1.1359 +#define qtn_err_sms_check_oper_srv "Check operator services."
1.1360 +
1.1361 +// d: Error string to be displayed when:
1.1362 +// d: Service provider rejects message. the reason could be e.g. incompatible message language or alphabets.
1.1363 +// l: popup_note_window_1_four_rows
1.1364 +// w: Errorres
1.1365 +//
1.1366 +#define qtn_err_msg_format_not_sup "Message format not supported."
1.1367 +
1.1368 +// d: Error string to displayed if user tries to use GPRS connection
1.1369 +// d: without subscription i.e. user has not subscribed a required feature, in this case GPRS services.
1.1370 +// d: This error may also occur when a foreign network does not support roaming.
1.1371 +// l: popup_note_window_1_four_rows
1.1372 +// w: Errorres
1.1373 +//
1.1374 +#define qtn_err_gprs_unsubcribed "Subscribe to GPRS first"
1.1375 +
1.1376 +// d: Error string to be displayed when:
1.1377 +// d: User tries to use messaging server while user data backup or restore in process.
1.1378 +// l: popup_note_window_1_four_rows
1.1379 +// w: Errorres
1.1380 +//
1.1381 +#define qtn_err_backup_restore "Could not perform operation as backup/restore in process."
1.1382 +
1.1383 +// d: Error string to be displayed when:
1.1384 +// d: While message is being viewed some other module has deleted the message and viewer is closed.
1.1385 +// d: This happens when user is viewing e.g. sent message and MsgErrorWatcher deletes
1.1386 +// d: it when number of messages in Sent folder reaches the limit.
1.1387 +// l: popup_note_window_1_four_rows
1.1388 +// w: Errorres
1.1389 +//
1.1390 +#define qtn_err_message_deleted "Message has been deleted."
1.1391 +
1.1392 +// d: Error string to be displayed when:
1.1393 +// d: Message type was previously supported, but due some message type module uninstallation
1.1394 +// d: message type is not supported any more
1.1395 +// l: popup_note_window_1_four_rows
1.1396 +// w: Errorres
1.1397 +//
1.1398 +#define qtn_err_mtm_uninstalled "Message type is not supported any more."
1.1399 +
1.1400 +// d: Error string to be displayed when:
1.1401 +// d: for a some ( unkonown ) reason, message server could not be started,
1.1402 +// d: there is not much that user can do about it.
1.1403 +// l: popup_note_window_1_four_rows
1.1404 +// w: Errorres
1.1405 +//
1.1406 +#define qtn_err_ms_startup_fail "Message server could not be started."
1.1407 +
1.1408 +// d: Error string to be displayed when:
1.1409 +// d: Messaging server was terminated for some reason and all applications that use it must be shut down.
1.1410 +// l: popup_note_window_1_four_rows
1.1411 +// w: Errorres
1.1412 +//
1.1413 +#define qtn_err_ms_terminated "Message server was terminated, closing application."
1.1414 +
1.1415 +// d: Cameron specific string
1.1416 +// d: Error string to be displayed when:
1.1417 +// d: User has removed memory card and thus there is no data storage on device.
1.1418 +// d: OR
1.1419 +// d: For some reson (e.g. uncompatible hw) disk cannot be mounted and thus nothing can be saved.
1.1420 +// l: popup_note_window_1_four_rows
1.1421 +// w: Errorres
1.1422 +//
1.1423 +#define qtn_err_g_msg_no_disk "No disk present - cannot save the message."
1.1424 +
1.1425 +// d: Cameron specific string
1.1426 +// d: Error string to be displayed when:
1.1427 +// d: User (or sw) tries to save message to read only directory
1.1428 +// d: OR
1.1429 +// d: For some reson (e.g. uncompatible hw) disk cannot be mounted and thus nothing can be saved.
1.1430 +// l: popup_note_window_1_four_rows
1.1431 +// w: Errorres
1.1432 +//
1.1433 +#define qtn_err_g_msg_wrong_disk "Invalid disk - cannot save the message."
1.1434 +
1.1435 +// d: Cameron specific string
1.1436 +// d: Error string to be displayed when:
1.1437 +// d: User tries to access data that was on a memory card which was changed to other memory card ??
1.1438 +// l: popup_note_window_1_four_rows
1.1439 +// w: Errorres
1.1440 +//
1.1441 +#define qtn_err_g_msg_inv_disk "Invalid disk - cannot access the message."
1.1442 +
1.1443 +// d: Error string to be displayed when a file load operation cannot find the local file
1.1444 +// l: popup_note_window_1_four_rows
1.1445 +// w: Errorres
1.1446 +//
1.1447 +#define qtn_err_file_not_found "Page not found."
1.1448 +
1.1449 +//
1.1450 +// Text from WMLBrowser.loc
1.1451 +//
1.1452 +
1.1453 +// d: http error messages
1.1454 +// l: popup_note_window_1_four_rows
1.1455 +// w: Errorres
1.1456 +//
1.1457 +#define text_wml_err_unkn_serv_resp "Reply unknown, try again later"
1.1458 +
1.1459 +// d: http error messages
1.1460 +// l: popup_note_window_1_four_rows
1.1461 +// w: Errorres
1.1462 +//
1.1463 +#define text_wml_err_reply_unkn "Reply unknown"
1.1464 +
1.1465 +// d: http error messages
1.1466 +// l: popup_note_window_1_four_rows
1.1467 +// w: Errorres
1.1468 +//
1.1469 +#define text_wml_err_unkn_data_form "File format unknown"
1.1470 +
1.1471 +// d: http error messages
1.1472 +// l: popup_note_window_1_four_rows
1.1473 +// w: Errorres
1.1474 +//
1.1475 +#define text_wml_err_server_busy "Server busy"
1.1476 +
1.1477 +// d: WAE errors
1.1478 +// l: popup_note_window_1_four_rows
1.1479 +// w: Errorres
1.1480 +//
1.1481 +#define text_wml_err_inv_addr "Page does not exist"
1.1482 +
1.1483 +// d: Generic error note to be displayed when user tries to
1.1484 +// d: use some feature which is not supported ( e.g. different kinds of interoperability conflicts )
1.1485 +// l: popup_note_window_1_four_rows
1.1486 +// w: Errorres
1.1487 +//
1.1488 +#define qtn_err_not_supp "Feature is not supported"
1.1489 +
1.1490 +// d: Generic error note to be displayed when user tries to use some
1.1491 +// d: resource which is already in use by another application.
1.1492 +// l: popup_note_window_1_four_rows
1.1493 +// w: Errorres
1.1494 +//
1.1495 +#define qtn_err_in_use "Requested object is used by another application"
1.1496 +
1.1497 +// d: Generic error note requested by app installer, to be displayed when there
1.1498 +// d: is something wrong in application's settings which prevents usage of application.
1.1499 +// l: popup_note_window_1_four_rows
1.1500 +// w: Errorres
1.1501 +//
1.1502 +#define qtn_err_sett_fail "Fatal Settings failure"
1.1503 +
1.1504 +// d: Generic error note to be displayed, when user tries to open or execute file that
1.1505 +// d: does not work ( e.g. not found for some reason, file is corrupted etc. )
1.1506 +// l: popup_note_window_1_four_rows
1.1507 +// w: Errorres
1.1508 +//
1.1509 +#define qtn_err_unab_open "Unable to open file"
1.1510 +
1.1511 +// d: Generic error note for KErrTimeOut, could occur e.g. in connection formation.
1.1512 +// l: popup_note_window_1_four_rows
1.1513 +// w: Errorres
1.1514 +//
1.1515 +#define qtn_err_timeout "Operation timed out"
1.1516 +
1.1517 +// d: Error note to be displayed when there is something wrong in email settings and
1.1518 +// d: therefore it is not possible to create a new network connection.
1.1519 +// l: popup_note_window_1_four_rows
1.1520 +// w: Errorres
1.1521 +//
1.1522 +#define qtn_err_mail_con_fail "Connection failed. Check Email settings"
1.1523 +
1.1524 +// d: Text in error note when file could not be created. This could
1.1525 +// d: happen for example when user selects to save a file from internet
1.1526 +// l: popup_note_window_1_four_rows
1.1527 +// w: Errorres
1.1528 +//
1.1529 +#define qtn_err_kimono_file_creat "File could not be created"
1.1530 +
1.1531 +// d: Text in error note when user tries to activate feature or action
1.1532 +// d: that is not supported ( or implemeted )
1.1533 +// l: popup_note_window_1_four_rows
1.1534 +// w: Errorres
1.1535 +//
1.1536 +#define qtn_err_kimono_unsupp_req "Unsupported request"
1.1537 +
1.1538 +// d: Text in error note when user enters a wrong PIN code for WIM card
1.1539 +// d: only in Wireless Identification Module (WIM) enabled environments
1.1540 +// l: popup_note_window_1_four_rows
1.1541 +// w: Errorres
1.1542 +//
1.1543 +#define qtn_err_kimono_wrong_pin "Entered PIN is invalid"
1.1544 +
1.1545 +// d: Text in error note when user tries to perform operation that is
1.1546 +// d: supported only with WIM cards, but the phone does not have WIM card inserted
1.1547 +// l: popup_note_window_1_four_rows
1.1548 +// w: Errorres
1.1549 +//
1.1550 +#define qtn_err_kimono_no_wim "No WIM-card available"
1.1551 +
1.1552 +// d: Text in error note when WIM card initialization has failed
1.1553 +// d:
1.1554 +// l: popup_note_window_1_four_rows
1.1555 +// w: Errorres
1.1556 +//
1.1557 +#define qtn_err_kimono_wim_init "Initialization of WIM failed"
1.1558 +
1.1559 +// d: Text in error note when bad certificate encountered, error could be in
1.1560 +// d: Client or server side
1.1561 +// l: popup_note_window_1_four_rows
1.1562 +// w: Errorres
1.1563 +//
1.1564 +#define qtn_err_kimono_bad_cert "Client or Server certificate not valid"
1.1565 +
1.1566 +// d: Text in generic WIM error notes. Something failed and
1.1567 +// d: we do not have (or need) exact information about it
1.1568 +// l: popup_note_window_1_four_rows
1.1569 +// w: Errorres
1.1570 +//
1.1571 +#define qtn_err_kimono_wim_gen "WIM operation failed"
1.1572 +
1.1573 +// d: Text in error note when user tries to use WIM features but
1.1574 +// d: WIM not properly initialized yet
1.1575 +// l: popup_note_window_1_four_rows
1.1576 +// w: Errorres
1.1577 +//
1.1578 +#define qtn_err_kimono_wim_not_set "WIM not initialized"
1.1579 +
1.1580 +// d: Text in error note when no matching certificate for the TrustID
1.1581 +// d: could not be found
1.1582 +// l: popup_note_window_1_four_rows
1.1583 +// w: Errorres
1.1584 +//
1.1585 +#define qtn_err_kimono_cert_miss "Personal certificate not found"
1.1586 +
1.1587 +// d: Text in error note when there was a failure in secure connection
1.1588 +// d:
1.1589 +// l: popup_note_window_1_four_rows
1.1590 +// w: Errorres
1.1591 +//
1.1592 +#define qtn_err_kimono_sec_conn "Secure connection failure"
1.1593 +
1.1594 +// d: Text in error note when whether the certificate authority of a client or
1.1595 +// d: a server is unknown.
1.1596 +// l: popup_note_window_1_four_rows
1.1597 +// w: Errorres
1.1598 +//
1.1599 +#define qtn_err_kimono_unkn_ca "Certificate authority unknown"
1.1600 +
1.1601 +// d: Text in error note when server has rewoked the client certificate
1.1602 +// d:
1.1603 +// l: popup_note_window_1_four_rows
1.1604 +// w: Errorres
1.1605 +//
1.1606 +#define qtn_err_kimono_cert_rew "Client certificate rewoked by server"
1.1607 +
1.1608 +// d: Text in error note when server does not support a certificate of a client.
1.1609 +// d:
1.1610 +// l: popup_note_window_1_four_rows
1.1611 +// w: Errorres
1.1612 +//
1.1613 +#define qtn_err_kimono_cert_unsupp "Client certificate not supported"
1.1614 +
1.1615 +// d: Text in error note when bad XHTML content encountered
1.1616 +// d:
1.1617 +// l: popup_note_window_1_four_rows
1.1618 +// w: Errorres
1.1619 +//
1.1620 +#define qtn_err_kimono_bad_content "Bad content encountered"
1.1621 +
1.1622 +// d: Error note to be shown when Out Of Memory
1.1623 +// d:
1.1624 +// l: popup_note_window_1_four_rows
1.1625 +// w: Errorres
1.1626 +//
1.1627 +#define qtn_err_kimono_mem "Memory full"
1.1628 +
1.1629 +// d: Error note to be shown when number could not be dialled
1.1630 +// d:
1.1631 +// l: popup_note_window_1_four_rows
1.1632 +// w: Errorres
1.1633 +//
1.1634 +#define qtn_err_invalid_number "Invalid phone number"
1.1635 +
1.1636 +// d: Error note to be shown when dialled call was not answered
1.1637 +// d:
1.1638 +// l: popup_note_window_1_four_rows
1.1639 +// w: Errorres
1.1640 +//
1.1641 +#define qtn_err_no_answer "No answer"
1.1642 +
1.1643 +// d: Error note to be shown when dialled number was busy
1.1644 +// d:
1.1645 +// l: popup_note_window_1_four_rows
1.1646 +// w: Errorres
1.1647 +//
1.1648 +#define qtn_err_user_busy "Number busy"
1.1649 +
1.1650 +// d: Error note to be shown when saved number was too long
1.1651 +// d:
1.1652 +// l: popup_note_window_1_four_rows
1.1653 +// w: Errorres
1.1654 +//
1.1655 +#define qtn_err_number_too_long "Number too long"
1.1656 +
1.1657 +// d: Error note to be shown when saved name was too long
1.1658 +// d:
1.1659 +// l: popup_note_window_1_four_rows
1.1660 +// w: Errorres
1.1661 +//
1.1662 +#define qtn_err_unicode_name_too_long "Name too long"
1.1663 +
1.1664 +// d: HTTP error message for HTTP error 400
1.1665 +// d: The request was denied due to a syntax error in the request.
1.1666 +// l: popup_note_window_1_four_rows
1.1667 +// w: Errorres
1.1668 +//
1.1669 +#define qtn_http_err_400 "Page not available"
1.1670 +
1.1671 +//401 blank
1.1672 +
1.1673 +// d: HTTP error message for HTTP error 402
1.1674 +// d: This code is reserved for future use by the RFC
1.1675 +// l: popup_note_window_1_four_rows
1.1676 +// w: Errorres
1.1677 +//
1.1678 +#define qtn_http_err_402 "Reply unknown"
1.1679 +
1.1680 +// d: HTTP error message for HTTP error 403
1.1681 +// d: The server understood the request, but is refusing to fulfill it.
1.1682 +// l: popup_note_window_1_four_rows
1.1683 +// w: Errorres
1.1684 +//
1.1685 +#define qtn_http_err_403 "No server access"
1.1686 +
1.1687 +// d: HTTP error message for HTTP error 404
1.1688 +// d: The server has not found anything matching the Request-URI.
1.1689 +// l: popup_note_window_1_four_rows
1.1690 +// w: Errorres
1.1691 +//
1.1692 +#define qtn_http_err_404 "Page not available"
1.1693 +
1.1694 +// d: HTTP error message for HTTP error 405
1.1695 +// d: The method specified in the Request-Line is not allowed.
1.1696 +// l: popup_note_window_1_four_rows
1.1697 +// w: Errorres
1.1698 +//
1.1699 +#define qtn_http_err_405 "No server access"
1.1700 +
1.1701 +// d: HTTP error message for HTTP error 406
1.1702 +// d: Not acceptable according to the accept headers sent in the request
1.1703 +// l: popup_note_window_1_four_rows
1.1704 +// w: Errorres
1.1705 +//
1.1706 +#define qtn_http_err_406 "Reply unknown"
1.1707 +
1.1708 +//407 blank
1.1709 +
1.1710 +// d: HTTP error message for HTTP error 408
1.1711 +// d: The client did not produce a request within the time that the server was prepared to wait.
1.1712 +// l: popup_note_window_1_four_rows
1.1713 +// w: Errorres
1.1714 +//
1.1715 +#define qtn_http_err_408 "Server time-out"
1.1716 +
1.1717 +// d: HTTP error message for HTTP error 409
1.1718 +// d: The request could not be completed due to a conflict with the current state of the resource.
1.1719 +// l: popup_note_window_1_four_rows
1.1720 +// w: Errorres
1.1721 +//
1.1722 +#define qtn_http_err_409 "Reply unknown"
1.1723 +
1.1724 +// d: HTTP error message for HTTP error 410
1.1725 +// d: The requested resource is no longer available at the server.
1.1726 +// l: popup_note_window_1_four_rows
1.1727 +// w: Errorres
1.1728 +//
1.1729 +#define qtn_http_err_410 "Page does not exist"
1.1730 +
1.1731 +// d: HTTP error message for HTTP error 411
1.1732 +// d: The server refuses to accept the request without a defined Content- Length.
1.1733 +// l: popup_note_window_1_four_rows
1.1734 +// w: Errorres
1.1735 +//
1.1736 +#define qtn_http_err_411 "Reply unknown"
1.1737 +
1.1738 +// d: HTTP error message for HTTP error 412
1.1739 +// d: The precondition request-header fields evaluated to false.
1.1740 +// l: popup_note_window_1_four_rows
1.1741 +// w: Errorres
1.1742 +//
1.1743 +#define qtn_http_err_412 "Reply unknown"
1.1744 +
1.1745 +// d: HTTP error message for HTTP error 413
1.1746 +// d: The request entity is larger than the server is willing or able to process.
1.1747 +// l: popup_note_window_1_four_rows
1.1748 +// w: Errorres
1.1749 +//
1.1750 +#define qtn_http_err_413 "Entered text too long"
1.1751 +
1.1752 +// d: HTTP error message for HTTP error 414
1.1753 +// d: The Request-URI is longer than the server is willing to interpret
1.1754 +// l: popup_note_window_1_four_rows
1.1755 +// w: Errorres
1.1756 +//
1.1757 +#define qtn_http_err_414 "Page cannot be accessed"
1.1758 +
1.1759 +// d: HTTP error message for HTTP error 415
1.1760 +// d: Format not supported by the requested resource for the requested method.
1.1761 +// l: popup_note_window_1_four_rows
1.1762 +// w: Errorres
1.1763 +//
1.1764 +#define qtn_http_err_415 "File format unknown"
1.1765 +
1.1766 +// d: HTTP error message for HTTP error 416
1.1767 +// d: A request included a Range request-header field,
1.1768 +// d: and none of the range-specifier values in this field overlap
1.1769 +// d: the current extent of the selected resource,
1.1770 +// d: and the request did not include an If-Range request-header field.
1.1771 +// l: popup_note_window_1_four_rows
1.1772 +// w: Errorres
1.1773 +//
1.1774 +#define qtn_http_err_416 "Requested range not satisfiable"
1.1775 +
1.1776 +// d: HTTP error message for HTTP error 417
1.1777 +// d: The expectation given in an Expect request-header field could not be met by this server.
1.1778 +// l: popup_note_window_1_four_rows
1.1779 +// w: Errorres
1.1780 +//
1.1781 +#define qtn_http_err_417 "Expectation failed"
1.1782 +
1.1783 +// d: HTTP error message for HTTP error 500
1.1784 +// d: The server encountered an unexpected condition.
1.1785 +// l: popup_note_window_1_four_rows
1.1786 +// w: Errorres
1.1787 +//
1.1788 +#define qtn_http_err_500 "Reply unknown"
1.1789 +
1.1790 +// d: HTTP error message for HTTP error 501
1.1791 +// d: The server does not support the functionality.
1.1792 +// l: popup_note_window_1_four_rows
1.1793 +// w: Errorres
1.1794 +//
1.1795 +#define qtn_http_err_501 "Reply unknown"
1.1796 +
1.1797 +// d: HTTP error message for HTTP error 502
1.1798 +// d: Received an invalid response from the upstream server.
1.1799 +// l: popup_note_window_1_four_rows
1.1800 +// w: Errorres
1.1801 +//
1.1802 +#define qtn_http_err_502 "No gateway reply"
1.1803 +
1.1804 +// d: HTTP error message for HTTP error 503
1.1805 +// d: The server is currently unable to handle the request.
1.1806 +// l: popup_note_window_1_four_rows
1.1807 +// w: Errorres
1.1808 +//
1.1809 +#define qtn_http_err_503 "Server busy"
1.1810 +
1.1811 +// d: HTTP error message for HTTP error 504
1.1812 +// d: Did not receive a timely response from the upstream server.
1.1813 +// l: popup_note_window_1_four_rows
1.1814 +// w: Errorres
1.1815 +//
1.1816 +#define qtn_http_err_504 "Connection time-out"
1.1817 +
1.1818 +// d: HTTP error message for HTTP error 505
1.1819 +// d: The server does not support the HTTP protocol version used in the request.
1.1820 +// l: popup_note_window_1_four_rows
1.1821 +// w: Errorres
1.1822 +//
1.1823 +#define qtn_http_err_505 "Reply unknown"
1.1824 +
1.1825 +// d: Occurs when there is no active call when trying to send DTMF.
1.1826 +// l: popup_note_window_1_four_rows
1.1827 +// w: Errorres
1.1828 +//
1.1829 +#define qtn_err_wtai_no_call_active "No active call"
1.1830 +
1.1831 +
1.1832 +//
1.1833 +// RTSP Errors
1.1834 +//
1.1835 +
1.1836 +// d: RTSP Error 250: Low on Storage Space.
1.1837 +// l: popup_note_window_1_four_rows
1.1838 +// w: Errorres
1.1839 +//
1.1840 +#define qtn_rtsp_err_250 "Error 250. There is a problem with the server. Please try again later."
1.1841 +
1.1842 +// d: RTSP Error 400: Invalid Request.
1.1843 +// l: popup_note_window_1_four_rows
1.1844 +// w: Errorres
1.1845 +//
1.1846 +#define qtn_rtsp_err_400 "Error 400. Invalid Request. Please try again. If the problem exists it is likely that the service you are requesting is not compatible with your multimediaplayer."
1.1847 +
1.1848 +// d: RTSP Error 401: Unauthorized Access.
1.1849 +// l: popup_note_window_1_four_rows
1.1850 +// w: Errorres
1.1851 +//
1.1852 +#define qtn_rtsp_err_401 "Error 401. There is a problem with the server.Please try again later."
1.1853 +
1.1854 +// d: RTSP Error 402: Payment Required.
1.1855 +// l: popup_note_window_1_four_rows
1.1856 +// w: Errorres
1.1857 +//
1.1858 +#define qtn_rtsp_err_402 "Error 402. There is a problem with the server. Please try again later."
1.1859 +
1.1860 +// d: RTSP Error 403: Forbidden: no permission to access the document.
1.1861 +// l: popup_note_window_1_four_rows
1.1862 +// w: Errorres
1.1863 +//
1.1864 +#define qtn_rtsp_err_403 "Error 403. Forbidden: you do not have permission to access this document, if you think this is an error please try again"
1.1865 +
1.1866 +// d: RTSP Error 404: Requested clip not found on the server.
1.1867 +// l: popup_note_window_1_four_rows
1.1868 +// w: Errorres
1.1869 +//
1.1870 +#define qtn_rtsp_err_404 "Error 404. The requested clip was not found on the server."
1.1871 +
1.1872 +// d: RTSP Error 405: Method Not Allowed.
1.1873 +// l: popup_note_window_1_four_rows
1.1874 +// w: Errorres
1.1875 +//
1.1876 +#define qtn_rtsp_err_405 "Error 405. There is a problem with the server. Please try again later."
1.1877 +
1.1878 +// d: RTSP Error 406: Not Acceptable.
1.1879 +// l: popup_note_window_1_four_rows
1.1880 +// w: Errorres
1.1881 +//
1.1882 +#define qtn_rtsp_err_406 "Error 406. There is a problem with the server. Please try again later."
1.1883 +
1.1884 +// d: RTSP Error 407: Problem with the server.
1.1885 +// l: popup_note_window_1_four_rows
1.1886 +// w: Errorres
1.1887 +//
1.1888 +#define qtn_rtsp_err_407 "Error 407. There is a problem with the server. Please try again later."
1.1889 +
1.1890 +// d: RTSP Error 408: Request Timeout.
1.1891 +// l: popup_note_window_1_four_rows
1.1892 +// w: Errorres
1.1893 +//
1.1894 +#define qtn_rtsp_err_408 "Error 408. Server timed out. The clip you requested was not returned in a timely manner. Please try again."
1.1895 +
1.1896 +// d: RTSP Error 410: Problem with the server.
1.1897 +// l: popup_note_window_1_four_rows
1.1898 +// w: Errorres
1.1899 +//
1.1900 +#define qtn_rtsp_err_410 "Error 410. There is a problem with the server. Please try again later."
1.1901 +
1.1902 +// d: RTSP Error 411: Length Required.
1.1903 +// l: popup_note_window_1_four_rows
1.1904 +// w: Errorres
1.1905 +//
1.1906 +#define qtn_rtsp_err_411 "Error 411. There is a problem with the server. Please try again later."
1.1907 +
1.1908 +// d: RTSP Error 412: Precondition Failed.
1.1909 +// l: popup_note_window_1_four_rows
1.1910 +// w: Errorres
1.1911 +//
1.1912 +#define qtn_rtsp_err_412 "Error 412. There is a problem with the server. Please try again later."
1.1913 +
1.1914 +// d: RTSP Error 413: Request Entity Too Large.
1.1915 +// l: popup_note_window_1_four_rows
1.1916 +// w: Errorres
1.1917 +//
1.1918 +#define qtn_rtsp_err_413 "Error 413. There is a problem with the server. Please try again later."
1.1919 +
1.1920 +// d: RTSP Error 414: Request-URI Too Long.
1.1921 +// l: popup_note_window_1_four_rows
1.1922 +// w: Errorres
1.1923 +//
1.1924 +#define qtn_rtsp_err_414 "Error 414. There is a problem with the server. Please try again later."
1.1925 +
1.1926 +// d: RTSP Error 415: Unsupported Media Type.
1.1927 +// l: popup_note_window_1_four_rows
1.1928 +// w: Errorres
1.1929 +//
1.1930 +#define qtn_rtsp_err_415 "Error 415. There is a problem with the server. Please try again later."
1.1931 +
1.1932 +// d: RTSP Error 457: Invalid Range.
1.1933 +// l: popup_note_window_1_four_rows
1.1934 +// w: Errorres
1.1935 +//
1.1936 +#define qtn_rtsp_err_457 "Error 457. There is a problem with the server. Please try again later."
1.1937 +
1.1938 +// d: RTSP Error 458: Parameter is Read-Only.
1.1939 +// l: popup_note_window_1_four_rows
1.1940 +// w: Errorres
1.1941 +//
1.1942 +#define qtn_rtsp_err_458 "Error 458. There is a problem with the server. Please try again later."
1.1943 +
1.1944 +// d: RTSP Error 459: Aggregate Operation Not Allowed.
1.1945 +// l: popup_note_window_1_four_rows
1.1946 +// w: Errorres
1.1947 +//
1.1948 +#define qtn_rtsp_err_459 "Error 459. There is a problem with the server. Please try again later."
1.1949 +
1.1950 +// d: RTSP Error 460: Only Aggregate Operation Allowed.
1.1951 +// l: popup_note_window_1_four_rows
1.1952 +// w: Errorres
1.1953 +//
1.1954 +#define qtn_rtsp_err_460 "Error 460. There is a problem with the server. Please try again later."
1.1955 +
1.1956 +// d: RTSP Error 461: Unsupported Transport.
1.1957 +// l: popup_note_window_1_four_rows
1.1958 +// w: Errorres
1.1959 +//
1.1960 +#define qtn_rtsp_err_461 "Error 461. There is a problem with the server. Please try again later."
1.1961 +
1.1962 +// d: RTSP Error 462: Destination Unreachable.
1.1963 +// l: popup_note_window_1_four_rows
1.1964 +// w: Errorres
1.1965 +//
1.1966 +#define qtn_rtsp_err_462 "Error 462. There is a problem with the server. Please try again later."
1.1967 +
1.1968 +// d: RTSP Error 500: Internal Server Error.
1.1969 +// l: popup_note_window_1_four_rows
1.1970 +// w: Errorres
1.1971 +//
1.1972 +#define qtn_rtsp_err_500 "Error 500: There is a problem with the server. Please try again later."
1.1973 +
1.1974 +// d: RTSP Error 501: Not Implemented.
1.1975 +// l: popup_note_window_1_four_rows
1.1976 +// w: Errorres
1.1977 +//
1.1978 +#define qtn_rtsp_err_501 "Error 501. There is a problem with the server. Please try again later."
1.1979 +
1.1980 +// d: RTSP Error 502: Bad Gateway.
1.1981 +// l: popup_note_window_1_four_rows
1.1982 +// w: Errorres
1.1983 +//
1.1984 +#define qtn_rtsp_err_502 "Error 502. There is a problem with the server. Please try again later."
1.1985 +
1.1986 +// d: RTSP Error 503: Service Unavailable.
1.1987 +// l: popup_note_window_1_four_rows
1.1988 +// w: Errorres
1.1989 +//
1.1990 +#define qtn_rtsp_err_503 "Error 503. There is a problem with the server. Please try again later."
1.1991 +
1.1992 +// d: RTSP Error 504 Gateway Timeout.
1.1993 +// l: popup_note_window_1_four_rows
1.1994 +// w: Errorres
1.1995 +//
1.1996 +#define qtn_rtsp_err_504 "Error 504. Server timed out. The clip you requested was not returned in a timely manner."
1.1997 +
1.1998 +// d: RTAP Error 505: RTSP Version Not Supported
1.1999 +// l: popup_note_window_1_four_rows
1.2000 +// w: Errorres
1.2001 +//
1.2002 +#define qtn_rtsp_err_505 "Error 505. There is a problem with the server. Please try again later."
1.2003 +
1.2004 +// d: RTSP Error 551: Option not supported.
1.2005 +// l: popup_note_window_1_four_rows
1.2006 +// w: Errorres
1.2007 +//
1.2008 +#define qtn_rtsp_err_551 "Error 551. There is a problem with the server. Please try again later."
1.2009 +
1.2010 +// d: Any RTSP error not explicitly handled.
1.2011 +// l: popup_note_window_1_four_rows
1.2012 +// w: Errorres
1.2013 +//
1.2014 +#define qtn_rtsp_err_xxx "There is a problem with the server. Please try again later."
1.2015 +
1.2016 +
1.2017 +//
1.2018 +// WLAN Errors
1.2019 +//
1.2020 +
1.2021 +// d: Error string to be displayed when:
1.2022 +// d: Some internal unspecified WLAN error has occurred.
1.2023 +// l: popup_note_window_1_four_rows
1.2024 +// w:
1.2025 +// r: 3.0
1.2026 +//
1.2027 +#define qtn_err_wlan_internal_error "Connection failed. Internal WLAN error."
1.2028 +
1.2029 +// d: Error string to be displayed when:
1.2030 +// d: Tried to authenticate WLAN using 802.11 Open-System authentication and it
1.2031 +// d: failed. This happens when the device security mode is wrong.
1.2032 +// l: popup_note_window_1_four_rows
1.2033 +// w:
1.2034 +// r: 3.0
1.2035 +//
1.2036 +#define qtn_err_wlan_open_auth_failed "Connection failed. Open authentication unsuccessful."
1.2037 +
1.2038 +// d: Error string to be displayed when:
1.2039 +// d: WLAN access point requires shared WEP key authentication and the device
1.2040 +// d: does not have it enabled.
1.2041 +// l: popup_note_window_1_four_rows
1.2042 +// w:
1.2043 +// r: 3.0
1.2044 +//
1.2045 +#define qtn_err_wlan_shared_key_required "Connection failed. Access point requires shared key authentication."
1.2046 +
1.2047 +// d: Error string to be displayed when:
1.2048 +// d: WLAN shared WEP key authentication failed probably because wrong WEP key was
1.2049 +// d: configured in IAP settings.
1.2050 +// l: popup_note_window_1_four_rows
1.2051 +// w:
1.2052 +// r: 3.0
1.2053 +//
1.2054 +#define qtn_err_wlan_shared_key_auth_failed "Connection failed. Shared key authentication unsuccessful. Check WEP keys."
1.2055 +
1.2056 +// d: Error string to be displayed when:
1.2057 +// d: The device's security mode does not allow WLAN WPA connections. Only security
1.2058 +// d: modes 802.1x and WPA allow WPA connections.
1.2059 +// l: popup_note_window_1_four_rows
1.2060 +// w:
1.2061 +// r: 3.0
1.2062 +//
1.2063 +#define qtn_err_wlan_wpa_auth_required "Connection failed. Access point requires WPA authentication. Check security mode."
1.2064 +
1.2065 +// d: Error string to be displayed when:
1.2066 +// d: WLAN WPA authentication was unsuccessful for some reason.
1.2067 +// l: popup_note_window_1_four_rows
1.2068 +// w:
1.2069 +// r: 3.0
1.2070 +//
1.2071 +#define qtn_err_wlan_wpa_auth_failed "Connection failed. WPA authentication unsuccessful."
1.2072 +
1.2073 +// d: Error string to be displayed when:
1.2074 +// d: WLAN 802.1x authentication was unsuccessful for some reason.
1.2075 +// l: popup_note_window_1_four_rows
1.2076 +// w:
1.2077 +// r: 3.0
1.2078 +//
1.2079 +#define qtn_err_wlan_8021x_auth_failed "Connection failed. 802.1x authentication unsuccessful."
1.2080 +
1.2081 +// d: Error string to be displayed when:
1.2082 +// d: User has given wrong pre-shared key for WLAN WPA authentication.
1.2083 +// l: popup_note_window_1_four_rows
1.2084 +// w:
1.2085 +// r: 3.0
1.2086 +//
1.2087 +#define qtn_err_wlan_illegal_wpa_psk "Connection failed. Illegal WPA pre-shared key."
1.2088 +
1.2089 +// d: Error string to be displayed when:
1.2090 +// d: In WLAN WPA in some cases so called counter-measures can be activated if
1.2091 +// d: the devices receive too many illegal data packets. In this case connection
1.2092 +// d: is dropped and establishing new connections is forbidden for a duration of
1.2093 +// d: 1 minute.
1.2094 +// l: popup_note_window_1_four_rows
1.2095 +// w:
1.2096 +// r: 3.0
1.2097 +//
1.2098 +#define qtn_err_wlan_wpa_countermeasures_active "Connection failed. WPA counter-measures active. Try again later."
1.2099 +
1.2100 +// d: Error string to be displayed when:
1.2101 +// d: Tried to connect to a WLAN network that was out of range.
1.2102 +// l: popup_note_window_1_four_rows
1.2103 +// w: Errorres
1.2104 +//
1.2105 +#define qtn_err_wlan_network_not_found "Connection failed. Could not find WLAN network."
1.2106 +
1.2107 +// d: Error string to be displayed when:
1.2108 +// d: WLAN encryption keys (WEP keys) are probably wrong.
1.2109 +// l: popup_note_window_1_four_rows
1.2110 +// w:
1.2111 +// r: 3.0
1.2112 +//
1.2113 +#define qtn_err_wlan_illegal_encryption_keys "Illegal WLAN encryption keys. Please check WEP keys."
1.2114 +
1.2115 +// d: Error string to be displayed when:
1.2116 +// d: WLAN tried to change access point but it failed.
1.2117 +// l: popup_note_window_1_four_rows
1.2118 +// w:
1.2119 +// r: 3.0
1.2120 +//
1.2121 +#define qtn_err_wlan_roaming_failed "WLAN roaming failed."
1.2122 +
1.2123 +// d: Error string to be displayed when:
1.2124 +// d: The device moved out of WLAN access point range.
1.2125 +// l: popup_note_window_1_four_rows
1.2126 +// w:
1.2127 +// r: 3.0
1.2128 +//
1.2129 +#define qtn_err_wlan_network_lost "WLAN network lost."
1.2130 +
1.2131 +// d: Error string to be displayed when:
1.2132 +// d: Access point has been configured to use WPA pre-shared key mode and the IAP uses EAP mode.
1.2133 +// l: popup_note_window_1_four_rows
1.2134 +// w:
1.2135 +// r: 3.0
1.2136 +//
1.2137 +#define qtn_err_wlan_ap_preshared_key_auth_req "Connection failed. Access point requires pre-shared key authentication."
1.2138 +
1.2139 +// d: Error string to be displayed when:
1.2140 +// d: Access point has been configured to use EAP mode and the IAP uses PSK mode.
1.2141 +// l: popup_note_window_1_four_rows
1.2142 +// w:
1.2143 +// r: 3.0
1.2144 +//
1.2145 +#define qtn_err_wlan_ap_eap_auth_req "Connection failed. Access point requires EAP authentication."
1.2146 +
1.2147 +// d: Error string to be displayed when:
1.2148 +// d: General error in EAP-SIM authentication (SIM authentication).
1.2149 +// l: popup_note_window_1_four_rows
1.2150 +// w:
1.2151 +// r: 3.0
1.2152 +//
1.2153 +#define qtn_err_wlan_eap_sim_auth_failed "EAP-SIM authentication failed."
1.2154 +
1.2155 +// d: Error string to be displayed when:
1.2156 +// d: General error in EAP-TLS authentication (certificate authentication).
1.2157 +// l: popup_note_window_1_four_rows
1.2158 +// w:
1.2159 +// r: 3.0
1.2160 +//
1.2161 +#define qtn_err_wlan_eap_tls_auth_failed "EAP-TLS authentication failed."
1.2162 +
1.2163 +// d: Error string to be displayed when:
1.2164 +// d: General error in EAP-PEAP authentication (certificate authentication).
1.2165 +// l: popup_note_window_1_four_rows
1.2166 +// w:
1.2167 +// r: 3.0
1.2168 +//
1.2169 +#define qtn_err_wlan_eap_peap_auth_failed "EAP-PEAP authentication failed."
1.2170 +
1.2171 +// d: Error string to be displayed when:
1.2172 +// d: General error in EAP-MSCHAPv2 authentication (password authentication).
1.2173 +// l: popup_note_window_1_four_rows
1.2174 +// w:
1.2175 +// r: 3.0
1.2176 +//
1.2177 +#define qtn_err_wlan_eap_mschapv2_auth_failed "EAP-MSCHAPv2 authentication failed."
1.2178 +
1.2179 +// d: Error string to be displayed when:
1.2180 +// d: General error in EAP-AKA authentication (3G SIM authentication).
1.2181 +// l: popup_note_window_1_four_rows
1.2182 +// w:
1.2183 +// r: 3.0
1.2184 +//
1.2185 +#define qtn_err_wlan_eap_aka_auth_failed "EAP-AKA authentication failed."
1.2186 +
1.2187 +// d: Error string to be displayed when:
1.2188 +// d: General error in EAP-TTLS authentication (certificate authentication).
1.2189 +// l: popup_note_window_1_four_rows
1.2190 +// w:
1.2191 +// r: 3.0
1.2192 +//
1.2193 +#define qtn_err_wlan_eap_ttls_auth_failed "EAP-TTLS authentication failed."
1.2194 +
1.2195 +// d: Error string to be displayed when:
1.2196 +// d: General error in LEAP authentication (password authentication).
1.2197 +// l: popup_note_window_1_four_rows
1.2198 +// w:
1.2199 +// r: 3.0
1.2200 +//
1.2201 +#define qtn_err_wlan_leap_auth_failed "LEAP authentication failed."
1.2202 +
1.2203 +// d: Error string to be displayed when:
1.2204 +// d: General error in EAP-GTC authentication (token card authentication).
1.2205 +// l: popup_note_window_1_four_rows
1.2206 +// w:
1.2207 +// r: 3.0
1.2208 +//
1.2209 +#define qtn_err_wlan_eap_gtc_auth_failed "EAP-GTC authentication failed."
1.2210 +
1.2211 +// d: Error string to be displayed when:
1.2212 +// d: Tried to run EAP-SIM or AKA authentication and the SIM card is not installed.
1.2213 +// l: popup_note_window_1_four_rows
1.2214 +// w:
1.2215 +// r: 3.0
1.2216 +//
1.2217 +#define qtn_err_wlan_sim_card_not_installed "Connection failed. SIM card not installed."
1.2218 +
1.2219 +// d: Error string to be displayed when:
1.2220 +// d: Tried to run EAP-SIM or AKA authentication but user has no subscription for the WLAN service.
1.2221 +// l: popup_note_window_1_four_rows
1.2222 +// w:
1.2223 +// r: 3.0
1.2224 +//
1.2225 +#define qtn_err_wlan_not_subscribed_to_service "Connection failed. Not subscribed to the service."
1.2226 +
1.2227 +// d: Error string to be displayed when:
1.2228 +// d: Tried to run EAP-SIM or AKA authentication but the operator does not allow it to be used.
1.2229 +// l: popup_note_window_1_four_rows
1.2230 +// w:
1.2231 +// r: 3.0
1.2232 +//
1.2233 +#define qtn_err_wlan_ap_access_barred "Connection failed. Access to service has been barred."
1.2234 +
1.2235 +// d: Error string to be displayed when:
1.2236 +// d: Password is expired. EAP-MSCHAPv2 error message.
1.2237 +// l: popup_note_window_1_four_rows
1.2238 +// w:
1.2239 +// r: 3.0
1.2240 +//
1.2241 +#define qtn_err_wlan_password_expired "Connection failed. Password expired."
1.2242 +
1.2243 +// d: Error string to be displayed when:
1.2244 +// d: User does not have permissions for the network. EAP-MSCHAPv2 error message.
1.2245 +// l: popup_note_window_1_four_rows
1.2246 +// w:
1.2247 +// r: 3.0
1.2248 +//
1.2249 +#define qtn_err_wlan_no_dial_in_permissions "Connection failed. No dial-in permissions."
1.2250 +
1.2251 +// d: Error string to be displayed when:
1.2252 +// d: User's account has been disabled. EAP-MSCHAPv2 error message.
1.2253 +// l: popup_note_window_1_four_rows
1.2254 +// w:
1.2255 +// r: 3.0
1.2256 +//
1.2257 +#define qtn_err_wlan_account_disabled "Connection failed. Account disabled."
1.2258 +
1.2259 +// d: Error string to be displayed when:
1.2260 +// d: Logging in is allowed only during certain hours. EAP-MSCHAPv2 error message.
1.2261 +// l: popup_note_window_1_four_rows
1.2262 +// w:
1.2263 +// r: 3.0
1.2264 +//
1.2265 +#define qtn_err_wlan_restricted_logon_hours "Connection failed. Restricted logon hours."
1.2266 +
1.2267 +// d: Error string to be displayed when:
1.2268 +// d: When verifying the network's identity in EAP-TLS/TTLS/PEAP the server's certificate has expired.
1.2269 +// l: popup_note_window_1_four_rows
1.2270 +// w:
1.2271 +// r: 3.0
1.2272 +//
1.2273 +#define qtn_err_wlan_server_cert_expired "Connection failed. Server certificate has expired."
1.2274 +
1.2275 +// d: Error string to be displayed when:
1.2276 +// d: When verifying the network's identity in EAP-TLS/TTLS/PEAP the server's certificate cannot be validated using the installed and trusted root certificates in the device.
1.2277 +// l: popup_note_window_1_four_rows
1.2278 +// w:
1.2279 +// r: 3.0
1.2280 +//
1.2281 +#define qtn_err_wlan_server_cert_verify_failed "Connection failed. Server certificate failed verification."
1.2282 +
1.2283 +// d: Error string to be displayed when:
1.2284 +// d: The client or server requires that client authenticates itself to the server using a certificate in EAP-TLS/TTLS/PEAP but there are no allowed user certificates installed or configured in IAP settings.
1.2285 +// l: popup_note_window_1_four_rows
1.2286 +// w:
1.2287 +// r: 3.0
1.2288 +//
1.2289 +#define qtn_err_wlan_no_allowed_user_cert_found "Connection failed. No allowed user certificates found."
1.2290 +
1.2291 +// d: Error string to be displayed when:
1.2292 +// d: In the EAP-TLS/TTLS/PEAP IAP settings one can specify which cipher suites are allowed for the connection. This error occurs if user has disallowed the cipher suites that his certificate needs to use.
1.2293 +// l: popup_note_window_1_four_rows
1.2294 +// w:
1.2295 +// r: 3.0
1.2296 +//
1.2297 +#define qtn_err_wlan_cipher_suite_match_failed "Connection failed. Used cipher suite does not match certificate's cipher suite."
1.2298 +
1.2299 +// d: Error string to be displayed when:
1.2300 +// d: Server rejects user's certificate when using EAP-TLS/TTLS/PEAP. The used certificate is not correct for the network.
1.2301 +// l: popup_note_window_1_four_rows
1.2302 +// w:
1.2303 +// r: 3.0
1.2304 +//
1.2305 +#define qtn_err_wlan_user_cert_rejected_by_server "Connection failed. Server did not accept your certificate."
1.2306 +
1.2307 +// d: Error string to be displayed when:
1.2308 +// d: Server rejects user's certificate when using EAP-TLS/TTLS/PEAP. User's certificate is expired.
1.2309 +// l: popup_note_window_1_four_rows
1.2310 +// w:
1.2311 +// r: 3.0
1.2312 +//
1.2313 +#define qtn_err_wlan_user_cert_expired "Connection failed. Your certificate is expired."
1.2314 +
1.2315 +// d: Error string to be displayed when:
1.2316 +// d: Trying to create another WLAN connection in addition to an existing one.
1.2317 +// d: Only one WLAN radio connection to one WLAN network is possible at a time.
1.2318 +// l: popup_note_window_1_four_rows
1.2319 +// w:
1.2320 +// r: 3.0
1.2321 +//
1.2322 +#define qtn_wlan_info_connection_already_active "A WLAN connection is already active. Close connection and try again."
1.2323 +
1.2324 +// d: Error string to be displayed when:
1.2325 +// d: Configuration fails because of OOB interface read error, decryption CRC failure,
1.2326 +// d: network authentication failure, device password authentication failure,
1.2327 +// d: message timeout or registration session timeout or because device is busy.
1.2328 +// l: popup_note_window/opt1
1.2329 +// w:
1.2330 +// r: 3.2
1.2331 +//
1.2332 +#define qtn_err_wlan_sc_config_failed_try_again "Configuration failed. Please try again."
1.2333 +
1.2334 +// d: Error string to be displayed when:
1.2335 +// d: Configuration fails because of DHCP configuration failure,
1.2336 +// d: no DHCP response, registrar connection failure, IP address conflict,
1.2337 +// d: 2.4 or 5.0 channel not supported or because setup is locked.
1.2338 +// l: popup_note_window/opt1
1.2339 +// w:
1.2340 +// r: 3.2
1.2341 +//
1.2342 +#define qtn_err_wlan_sc_config_failed "Configuration failed."
1.2343 +
1.2344 +// d: Error string to be displayed when:
1.2345 +// d: WLAN signal is too weak.
1.2346 +// l: popup_note_window/opt1
1.2347 +// w:
1.2348 +// r: 3.2
1.2349 +//
1.2350 +#define qtn_err_wlan_signal_too_weak "WLAN signal too weak. Move closer to wireless station."
1.2351 +
1.2352 +// d: Error string to be displayed when:
1.2353 +// d: PIN code authentication method is not
1.2354 +// d: supported by the other party.
1.2355 +// l: popup_note_window/opt1
1.2356 +// w:
1.2357 +// r: 3.2
1.2358 +//
1.2359 +#define qtn_err_wlan_sc_config_failed_pin_not_supported "Configuration failed. Device you tried to connect to does not support PIN code mechanism."
1.2360 +
1.2361 +
1.2362 +// d: Error string to be displayed when:
1.2363 +// d: Push-button authentication method is not
1.2364 +// d: supported by the other party.
1.2365 +// l: popup_note_window/opt1
1.2366 +// w:
1.2367 +// r: 3.2
1.2368 +//
1.2369 +#define qtn_err_wlan_sc_config_failed_pb_not_supported "Configuration failed. Device you tried to connect to does not support push-button mechanism."
1.2370 +
1.2371 +// d: Error string to be displayed when:
1.2372 +// d: Multiple PBC sessions are detected.
1.2373 +// l: popup_note_window/opt1
1.2374 +// w:
1.2375 +// r: 3.2
1.2376 +//
1.2377 +#define qtn_err_wlan_sc_config_failed_multiple_pb_sessions "Configuration failed. Multiple push-button sessions detected. Wait a moment and try again, or use PIN code mechanism instead."
1.2378 +
1.2379 +// d: Error string to be displayed when:
1.2380 +// d: Rogue activity is suspected.
1.2381 +// l: popup_note_window/opt1
1.2382 +// w:
1.2383 +// r: 3.2
1.2384 +//
1.2385 +#define qtn_err_wlan_sc_config_failed_rogue_activity "Configuration failed. Please try again with PIN code mechanism."
1.2386 +
1.2387 +// d: Error string to be displayed when:
1.2388 +// d: Connection fails because network does
1.2389 +// d: not support WPA2-only mode.
1.2390 +// l: popup_note_window/opt1
1.2391 +// w:
1.2392 +// r: 3.2
1.2393 +//
1.2394 +#define qtn_err_wlan_wpa2_only_mode_not_supported "Connection failed. Network does not support WPA2-only mode."
1.2395 +
1.2396 +
1.2397 +// END OF FILE