sl@0: // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // localisation strings sl@0: // Error Contexts sl@0: // d: Error context separator sl@0: // d: Usually ':' but e.g. hungary uses sometimes '?' sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: sl@0: sl@0: sl@0: #define qtn_err_context_separator ":" sl@0: sl@0: sl@0: // d: Error context indicator for sl@0: // d: Operating system (general) errors sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ctx_os "System" sl@0: sl@0: // d: Error context indicator for sl@0: // d: POP3, IMAP adn IMSK mail protocol errors sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ctx_email "Email" sl@0: sl@0: // d: Error context indicator for sl@0: // d: Internet errors (Socket, TCP, netdial) sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ctx_internet "Internet" sl@0: sl@0: // d: Error context indicator for sl@0: // d: Etel GPRS errors sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ctx_gprs "GPRS" sl@0: sl@0: // d: Error context indicator for sl@0: // d: SMS errors sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ctx_sms "Short message" sl@0: sl@0: // d: Error context indicator for sl@0: // d: Multimedia messaging errors sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ctx_mms "Multimedia message" sl@0: sl@0: // d: Error context indicator for sl@0: // d: Rainbow core (WAP) errors sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ctx_rb "WAP" sl@0: sl@0: // d: Error context indicator for sl@0: // d: BlueTooth errors sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ctx_bt "Bluetooth" sl@0: sl@0: // d: Error context indicator for sl@0: // d: RTSP errors sl@0: // d: The string can be same for all languages sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ctx_rtsp "RTSP" sl@0: sl@0: // d: Error context indicator for sl@0: // d: WLAN errors sl@0: // d: The string can be same for all languages sl@0: // l: popup_note_window_1_one_row_error sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_ctx_wlan "WLAN" sl@0: sl@0: sl@0: // sl@0: // Symbian OS error strings: sl@0: // sl@0: sl@0: // d: General system error, user cannot help the situation. sl@0: // d: This should be very rare. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_os_general "System error." sl@0: sl@0: // d: General, temporary system error. Some resource may be temporarily unavailable, sl@0: // d: user should try again later. This should be very rare. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_os_retry "System error. Try again." sl@0: sl@0: sl@0: // sl@0: // Mail protocol errors: sl@0: // sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The login string has failed because there is a problem in using the secure logon. sl@0: // d: User has to try again and probably the user has to change the script or the remote mailbox settings. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_pop3_apop_login_string "Could not create secure logon. Mail account server may not support secure logon." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The connection to remote mailbox has encountered a problem and the connection is probably lost. User should try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_pop3_problem_remote "Problem communicating with POP3 server" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The Domain Name Server is not found. The DNS settings may sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imsk_dns_not_found "Could not find a DNS server. Check the DNS address in Internet access in Network Settings." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The internet connection could not be created because a network setting is currently open/in editing. sl@0: // d: User should close network settings dialog and try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imsk_control_panel_lock "Could not connect to Internet. Make sure that Network Settings is closed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: For unknown reason the connection to the remote mailbox is not possible/failed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mail_connect_fail "Could not connect to the EMail server" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The connection to the remote mailbox is disconnected from the server. The user should try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imap_server_fail "The connection to the IMAP4 server has been broken." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The remote mailbox connection is not possible because the mailbox server is busy. The user should try again later. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imap_server_busy "The IMAP4 server refused the connection. The server is currently busy" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Unable to connect to the remote mailbox because the server and the mobile are using incorrect/incompatible protocol. sl@0: // d: The user should check the settings and then try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imap_server_version "Could not connect to the IMAP4 server. The IMAP server is the wrong version" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: For some unknown reason the connection to mailbox doesn't allow datatransmission therefore the connection is closed. sl@0: // d: The user should try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imap_send_fail "Could not transmit data to the IMAP4 server" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The remote mailbox refused the connection because either the username & password or the password was wrong. sl@0: // d: The user should check the settings and try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mail_bad_logon "The EMail server refused the connection. Check your mail account username and password" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: For some unknown reason the software cannot select the folder that is in focus. There is nothing that the user can do. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imap_wrong_folder "Could not select an IMAP4 folder" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The remote mailbox server doesn't allow secure connections and therefore the user should change the settings and try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imap_serv_no_sec "Secure connections are not available on this server." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The remote mailbox server doesn't support login. The user cannot logon to the server. The user should check the remote mailbox settings. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imap_login_disab "Login for this IMAP4 server has been disabled." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The remote mailbox server doesn't support secure connection. The user should check the remote mailbox settings. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imap_negot_failed "A secure connection cannot be made to this server." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The folder that is in focus cannot be deleted. The folder may not be empty sl@0: // d: or it can hold hidded files. The folder can also be protected from deletion. sl@0: // d: The user requested operation is canceled. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imap_cant_del_folder "This folder cannot be deleted." sl@0: sl@0: sl@0: sl@0: // sl@0: // Socket errors sl@0: // sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: For some reason the mobile cannot establish a TCP connection with server and therefore network connection is not possible. sl@0: // d: The user should try again later. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_socket_net_unreach "Could not connect to the network. Network is currently unreachable." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: For some reason the mobile cannot establish a TCP connection with server and therefore network connection is not possible. sl@0: // d: The user should try again later. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_socket_host_unreach "Could not connect to the specified server" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Because the network protocol is wrong the mobile cannot establish a TCP connection with server and therefore network connection sl@0: // d: is not possible. The user should check the settings and try again later. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_socket_wrong_protocol "The specified server refused the selected protocol." sl@0: sl@0: sl@0: sl@0: // sl@0: // NetDial Errors sl@0: // sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Problem with the modem communications. The user should check the settings (connection settings in general settings). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_net_modem_error "Problem communicating with Internet service's modem. (See connection settings)" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The network username of password is not correct. The user should check the connection settings and try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_net_login_fail "Internet username or password is incorrect. (See connection settings)" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The login script timed out, because there might be an error in the script. The timout may occur from false or missing input. sl@0: // d: The user should check the script and try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_net_script_timeout "Internet service login script timed out. Internet service login script may be incorrect. (See connection settings)" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The login script has an error. The user should check the script and try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_net_script_error "Problem with Internet service login script. Internet service login script may be incorrect. (See connection settings)" sl@0: sl@0: sl@0: // sl@0: // TCP Errors sl@0: // sl@0: sl@0: // d: Error string to be displayed when: sl@0: // 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. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_tcp_authentication_fail "Username or password is incorrect. (See access point settings)" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The isp allows only uncrypted datatransmission in logon. The user should change the access point settings accordingly. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_tcp_auth_not_secure "Internet service provider allows only plain text authentication. This has not been set. (See access point settings)" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The user's Internet account is no longer valid. Network connections with that account are no longer possible. sl@0: // d: The should try another account or contact isp. sl@0: // d: The ISP can disable users account and then user cannot use it, so basically the ISP can disable the account. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_tcp_disabled_account "Could not connect to Internet service. Your account has been disabled." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The Internet connetion in restricted in some hours and the user is trying to connect when it is not allowed. sl@0: // d: The user should try again the (s)he has permission to connect to 'the Internet/network'. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_tcp_logon_hours "Could not connect to Internet service. Your account is only active during restricted hours." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The network connection was not possible due the fact that the users Internet (isp) password has expired. sl@0: // d: The user should check the access point settings or contact the isp. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_tcp_password_expired "Could not connect to Internet service. Your Internet password has expired." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The user is trying to connect to a server with a account that doesn't have permission to dial-up. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_tcp_dial_in_permission "Could not connect to Internet service. You do not have dial-in permission." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The Callback is not supported by this isp/server. The user should check the settings and try again without callback. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_tcp_no_call_back "Could not connect to Internet service. Callback is not supported." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The network connection failed because the server was not found. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_tcp_no_server "Could not find specified Internet server" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The connection was termined because and error occurred from a bad network connection (line). The user should try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_tcp_bad_line "Bad line to Internet service dropped" sl@0: sl@0: sl@0: // sl@0: // ETEL GPRS sl@0: // sl@0: sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The phone or the network doesn't allow simultaneous GPRS and GSM network connections. sl@0: // d: Therefore the GPRS connection is not allowed while GSM connection is active (e.g. active phonecall). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gprs_services_not_allowed "GPRS not allowed" sl@0: sl@0: // d: The GPRS network is not currently available where the phone at the moment. The user should try again later on. sl@0: // d: OR sl@0: // d: Error string to be displayed when: sl@0: // d: For some unknown reason the phone GPRS network connection was terminated by the network. The user should try again. sl@0: // d: OR sl@0: // d: The GPRS 'messaging centre'/BT is not available and therefore the phone hasn't got GPRS service available. sl@0: // d: OR sl@0: // d: The GPRS service activation was for some reason rejected by the network. The user should try again later on. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gprs_temporary_netw_prob "Temporary network problem" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: unspecified GPRS network error has occurred sl@0: // d: e.g.: sl@0: // d: The GPRS connection cannot be created for unknown reason. sl@0: // d: OR sl@0: // d: The GPRS connection to a server has been closed for unknown reason. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gprs_unspecified_err "Unknown GPRS Error" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The GPRS network un termorary unavailable because the GPRS service is overloaded. The user should try again later on. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gprs_insuff_resources "GPRS network busy" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The access point is not valid. The user should check the Access Point settings and try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gprs_missingor_unknownapn "GPRS access point not valid" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: GPRS access point settings has not correct username or password. The user should check the access point settings. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gprs_user_auth_failure "Authentication failed" sl@0: sl@0: // d: This cause code is used by the network to indicate that the requested service was rejected by the external packet sl@0: // d: data network because the PDP address or type could not be recognized sl@0: // d: OR sl@0: // d: This cause code is used by the network to request a PDP contaxt reactivation after a GGSN restart. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gprs_no_connection "GPRS connection is not available" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Maximum number of simultaneous GPRS connections are reached. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gprs_max_nof_conns "Maximum number of simultaneous connections reached. Try closing existing connections." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: PDP context not allowed because of ACL sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.1 sl@0: // sl@0: #define qtn_acl_err_connection_not_allowed "Connection not allowed" sl@0: sl@0: // sl@0: // MMS Errors sl@0: // sl@0: sl@0: // d: Unspecified error, used when no defined error matches. sl@0: // d: OR sl@0: // d: This can happened in receiving or in sending a MMS message. sl@0: // d: Basically this is a rare situation which can occur from a software failure. sl@0: // d: OR sl@0: // d: Errors from the MMS protocol to WAP mapping layer. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_common "Unknown MMS error." sl@0: sl@0: // d: Both WAP access points must have the same URI (both must point sl@0: // d: to the same MMSC) otherwise they refer to different service centres. sl@0: // 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. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_uri_not_same "MMS access points URIs are not the same. Please check the URIs." sl@0: sl@0: // d: Access point 1 not valid (something wrong with sl@0: // d: access point chain or URI missing). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_ap1_invalid "MMS preferred Access Point is invalid." sl@0: sl@0: // d: Access point 2 not valid (something wrong with sl@0: // d: access point chain or URI missing). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_ap2_invalid "MMS secondary Access Point is invalid." sl@0: sl@0: // d: Message is too big to be sent -cannot allocate encode buffer. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_msg_big_n_snd "Unable to send message. Message is too big. Close other applications and try again." sl@0: sl@0: // d: Error codes that come from the X-mms-response status. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_msg_not_acpt_c "Message was not accepted by the MMS centre" sl@0: sl@0: // d: The address in the to-field is invalid or unknown. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_msg_add_invalid "Address unknown or not accepted. Check the address." sl@0: sl@0: // d: Due a network error the message was not send. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_ntwrk_e_msg_n_snd "Network error. Message not send." sl@0: sl@0: // d: Some information may be missing from the message or the MMSC don't know where the phone call sl@0: // d: is coming so it doesn't accept the message. This happens only when sending a message. sl@0: // d: OR sl@0: // d: Software error or the message is badly corrupted in the process. This happens only when sending a message. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_msg_not_acpt_mmsc "Message not accepted by MMS centre" sl@0: sl@0: // d: Configuration error which probably is in the Access Points settings. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_conf_err_ap_stng "Configuration error. Check Access Point settings." sl@0: sl@0: // d: This is shown to the user when the message has been expired, when the message sl@0: // d: cannot be found from the MMSC or when the URI in the message is invalid. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_msg_not_found "Message not found." sl@0: sl@0: // d: The MMSC is not responding so the user should try again later on. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_mmsc_not_respnd "MMS centre is not responding. Please try again later." sl@0: sl@0: // d: Network error due the fact that a time-out has occurred. sl@0: // d: OR sl@0: // d: No response from the Gw or some other network error. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_netwrk_error "Network error." sl@0: sl@0: // d: The user has canceled the MMS operation. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_user_cancel_oper "User has canceled the MMS operation." sl@0: sl@0: // d: Retrieved message contains unsupported content. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mms_not_supported "Message content not supported." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Trying to send a protected content over MMS. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_mms_unable_to_send_protected "Unable to send protected object." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: A message is addressed to an unregistered application i.e. to a non-existing application. sl@0: // d: The message is not fetched but a special error code is set to the corresponding MMS Notification. sl@0: // l: popup_note_window/opt1 sl@0: // w: sl@0: // r: 3.2 sl@0: // sl@0: #define qtn_err_mms_unregistered_app "Failed to forward message to an unregistered application. Message discarded." sl@0: sl@0: // sl@0: // SMS Errors sl@0: // sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The phone number which the user has enter to SMS message is not valid. The user can check the number and try again. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_invalid_numb "Invalid phone number. Check the number and try again" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: For some unknown reason the SMS message is not delivered. The error may be in network or in the phone. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_unab_to_del "Unable to deliver the message." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The phone cannot perform the user initiated operation because a another operation which includes SIM card is in progress. sl@0: // d: The user can try again later on. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_sim_busy "SIM card is busy performing anohter operation. Try again later." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The SMS service doesn't work properly for some unknown reason. The user can try again later on. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_common "Unknown Network error. Try again later" sl@0: sl@0: // d: CDMA. SMS sending error for: No Acknowledgement. sl@0: // d: The destination SME does not acknowledge receipt sl@0: // d: of the SMS delivery. SMS notification not pending. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_no_ack "Sending error 34\nNo acknowledgement" sl@0: sl@0: // d: CDMA. SMS sending error for: Address Vacant. sl@0: // d: SMS destination address is valid but not currently sl@0: // d: allocated to an SMS terminal. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_address_vacant "Sending error 0\nDestination address not allocated" sl@0: sl@0: // d: CDMA. SMS sending error for: Address Translation Failure. sl@0: // d: The SMS destination address is invalid. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_trans_failure "Sending error 1\nDestination address invalid" sl@0: sl@0: // d: CDMA. SMS sending error for: Network Failure. sl@0: // d: A network node failed, a link failed or requested operation failed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_net_failure "Sending error 3\nNetwork failure" sl@0: sl@0: // d: CDMA. SMS sending error for: Network Resource Shortage. sl@0: // d: Network transmission failed due to lack of a network resource. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_net_resce_shrtge "Sending error 2\nNetwork resource shortage" sl@0: sl@0: // d: CDMA. SMS sending error for: Invalid Teleservice ID. sl@0: // d: The SMS Teleservice ID is not known, is not supported or sl@0: // d: is not authorized by an addressed functional entity. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_invld_srvce_id "Sending error 4\nInvalid teleservice ID" sl@0: sl@0: // d: CDMA. SMS sending error for: Other Network Problem. sl@0: // d: Miscellanious network problem not covered by other network errors. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_other_net "Sending error 5\nUnknown network sending error" sl@0: sl@0: // d: CDMA. SMS sending error for: No Page Response. sl@0: // d: The addressed MS-based SME is known but it does not respond to a page. sl@0: // d: SMS notification not pending. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_no_page_resp "Sending error 32\nDestination not response" sl@0: sl@0: // d: CDMA. SMS sending error for: Destination Busy. sl@0: // d: The destination MS-based SME is SMS capable but is currently sl@0: // d: engaged in a call, service call etc. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_dest_busy "Sending error 33\nDestination busy" sl@0: sl@0: // d: CDMA. SMS sending error for: Destination Resource Shortage. sl@0: // d: A required terminal resource (eg. Memory) is not available to process the message. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_dest_resce_shrt "Sending error 35\nDestination resource shortage" sl@0: sl@0: // d: CMDA. SMS sending error for: SMS Delivery Postponed. sl@0: // d: Delivery is not currently possible but SMS notification is pending. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_delv_postponed "Sending error 36\nSMS delivery postponded" sl@0: sl@0: // d: CDMA. SMS sending error for: Destination out of Service. sl@0: // d: The addressed destination is out of service for an extended sl@0: // d: period of time. SMS notification not pending. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_dest_out_srvce "Sending error 37\nDestination out of service" sl@0: sl@0: // d: CDMA. SMS sending error for: Destination No Longer at this Address. sl@0: // d: The MS-based SME is no longer at the temporary SMS routing address. sl@0: // d: SMS notification is not pending. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_dest_no_addr "Sending error 38\nDestination no longer at this address" sl@0: sl@0: // d: CDMA. SMS sending error for: Other Terminal Problem. sl@0: // d: A miscellanious terminal problem has occurred that is not covered by another error. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_other_term_prob "Sending error 39\nUnknown device sending problem" sl@0: sl@0: // d: CDMA. SMS sending error for: Radio interface shortage. sl@0: // d: There is no channel available or there is radio congestion at this time. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_radio_int_shrtge "Sending error 64\nRadio interface shortage" sl@0: sl@0: // d: CDMA. SMS sending error for: Radio Interface Incompatibility. sl@0: // d: The MS for an MS-based SME is operating in a mode that does not support SMS at this time. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_radio_int_incomp "Sending error 65\nDestination doesn not support SMS" sl@0: sl@0: // d: CDMA. SMS sending error for Other Radio Interface Problem. sl@0: // d: Miscellanious radio interface problem not covered by other errors. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_radio_int_other "Sending error 66\nUnknown radio interface problem" sl@0: sl@0: // d: CDMA. SMS sending error for Encoding Problem. sl@0: // d: The size of a parameter or field is not what is expected. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_encoding_prob "Sending error 96\nEncoding problem" sl@0: sl@0: // d: CDMA. SMS sending error for SMS Origination Denied. sl@0: // d: The origination MIN is not recognized, the originating address sl@0: // d: is not allowed for the originating MIN, etc. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_orig_denied "Sending error 97\nSMS sending denied" sl@0: sl@0: // d: CDMA. SMS sending error for SMS Termination Denied. sl@0: // d: The destination is not authorized to receive SMS messages. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_termin_denied "Sending error 98\nSMS delivery denied by destination" sl@0: sl@0: // d: CDMA. SMS sending error for: Supplementary service not supported. sl@0: // d: The originating supplementary service is not known or supported. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_supp_not_supp "Sending error 99\nSupplementary service not supported" sl@0: sl@0: // d: CDMA. SMS sending error for: SMS not supported. sl@0: // d: SMS is not supported by an addressed functional entity. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_not_supp "Sending error 100\nSMS not supported by destination" sl@0: sl@0: // d: CDMA. SMS sending error for: Missing Expected Parameter. sl@0: // d: An optional parameter is required for a particular function and that parameter is missing. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_miss_exp_param "Sending error 102\nMissing expected parameter" sl@0: sl@0: // d: CDMA. SMS sending error for: Missing Mandatory Parameter. sl@0: // d: A parameter is missing that is mandatory for a particular message. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_miss_man_param "Sending error 103\nMissing mandatory parameter" sl@0: sl@0: // d: CDMA. SMS sending error for: Unrecognized Parameter. sl@0: // d: A known parameter has an unknown or unsupported value. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_unrec_param "Sending error 104\nUnrecognized parameter" sl@0: sl@0: // d: CDMA. SMS sending error for: Unexpected Parameter. sl@0: // d: A known parameter has a known but unsupported value. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_unexp_param_val "Sending error 105\nUnexpected parameter value" sl@0: sl@0: // d: CDMA. SMS sending error for: User Data Size Error. sl@0: // d: The User Data size is too large for access technology, transport network or call mode. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_user_data_size "Sending error 106\nMessage too long" sl@0: sl@0: sl@0: // d: CDMA. SMS sending error for: Other General Problem. sl@0: // d: A miscellanious general error has occurred that is not covered by other errors. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_other_gen_prob "Sending error 107\nOther general problem" sl@0: sl@0: sl@0: // sl@0: // Delivert Ack error sl@0: // sl@0: // sl@0: sl@0: // d: CDMA. SMS delivery error for: Message Cancelled. sl@0: // d: Message sending cancelled before delivery. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_mess_canc "Delivery error 3\nMessage cancelled" sl@0: sl@0: // d: CDMA. SMS delivery error for: Network Congestion. sl@0: // d: Network does not have the resources to support delivery at this time. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_net_congest "Delivery error 4\nNetwork congestion" sl@0: sl@0: // d: Network does not have the resources to support delivery at this time. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_net_err "Delivery error 5\nNetwork error" sl@0: sl@0: // d: CDMA. SMS delivery error for: Unknown error. sl@0: // d: Message sending cancelled before delivery. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_unknwn_err "Delivery error 31\nUnknown error" sl@0: sl@0: // d: CDMA. SMS delivery error for: Cancel Failed. sl@0: // d: Cancelling of delivery of message failed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_canc_fail "Delivery error 6\nCancel failed" sl@0: sl@0: // d: CDMA. SMS delivery error for: Blocked destination. sl@0: // d: The destination of the delivery request is blocked and therefore delivery failed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_block_dest "Delivery error 7\nDelivery to destination is blocked" sl@0: sl@0: // d: CDMA. SMS delivery error for: Text Too Long. sl@0: // d: The message could not be delivered because its text is too long. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_text_too_long "Delivery error 8\nText too long" sl@0: sl@0: // d: CDMA. SMS delivery error for: Duplicated Message. sl@0: // d: The message will not be delivered because it is a duplicate. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_dup_mess "Delivery error 9\nDuplicated message" sl@0: sl@0: // d: CDMA. SMS delivery error for: Invalid Destination. sl@0: // d: Message not delivered because the destination does not support SMS delivery. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_invld_dest "Delivery error 10\nInvalid destination" sl@0: sl@0: // d: CDMA. SMS delivery error for: Message Expired. sl@0: // d: Message expired before it was delivered. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_del_mess_exp "Delivery error 13\nMessage expired before delivery" sl@0: sl@0: sl@0: // sl@0: // General internet connection error sl@0: // sl@0: // sl@0: sl@0: // d: Uncategorized internet connection, user should try again sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gen_conn "Could not connect to Internet service. Try again." sl@0: sl@0: // sl@0: // Rainbow Core (WAP) Errors sl@0: // sl@0: // sl@0: // sl@0: sl@0: // d: A generic browser error. The operation failed. sl@0: // d: Eg:- Failed to send a message between adapters, Or Internal convertions failed sl@0: // d: –say relative to absolute URL Or Parse error sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_failure "Unable to perform operation" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: When a file was loaded using file:// scheme, the end of was reached prematurely. sl@0: // d: (Trying to read past end of file. Returned by NW_Osu_ReadFile.) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_file_eof "Page not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: When a file was loaded using file:// scheme, a read error was encountered sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_file_read_error "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: System out of memory. Browser failed to allocate memory. The browser should exit sl@0: // d: or make memory available by quiting some apps and trying the operation again sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_out_of_memory "Connection not available." sl@0: sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Unexpected error. Browser has entered an unknown state sl@0: // d: If browsing will be continued data in a phone may be damaged. sl@0: // d: Status of error: Critical - The browser is in inconsistent state . Browser will shutdown. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_unexpected_error "Unexpected error. Services application will exit." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: General timeout response. The operation is timed out sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wait_timeout "Connection time-out." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: An unknown scheme was passed to the browser which it does not support, Such as mailto:// sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_unknown_scheme "Page does not exist." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Ran through too many redirects. The gateway has redirected too many times, WAP spec. say redirects can not exceed 5 sl@0: // d: Status of error: Medium - The operation failed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_too_many_redirects "Response unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: HTTP Basic authentication requested by the web server, but the authentication information in the header is missing. sl@0: // d: (Missing required HTTP header from server.) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_missing_auth_header "Secure connection not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Invalid input parameter. Bad parameters were passed to a Browser code function. sl@0: // d: Status of error: Coding Bug - Should never happen in released product. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_bad_input_param "Invalid input parameter." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Input parameter missing. A Rainbow API is called and it is missing some parameter. sl@0: // d: Status of error: Coding Bug - Should never happen in released product. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_missing_input_param "Required input parameter is missing." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Rainbow has been request to load a Url that is not formed correctly. URL could not be parsed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_malformed_url "Page not found. Check URL address." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: A URL redirect was received, but the redirect location was missing. The reply was an HTTP sl@0: // d: redirect without a location header. Bad Http redirect-no Http Location header sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_missing_loc_header "Page not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: HTTP content was received, but the content location information in the header is bad. sl@0: // d: The reply contained a content location header that was corrupt. Bad Http Content Location header. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_bad_content_loc_header "Page not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: A URL redirect was received, but the redirect URL was invalid. A redirect was received for sl@0: // d: a request other than for an HTTP Get or HTTP Head method. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_bad_redirect "Page not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Attempt was made to execute encoded WML Script without a WML deck to work with. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_missing_script_referer "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: When a URL request was made, the gateway address is not set. (No WAP Server selected.) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wps_gateway_unset "Check gateway IP address setting." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: User has canceled the network load operation (Stack adapter request has been aborted.) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wps_aborted "Operation aborted by server." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // 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. sl@0: // d: The WML script function that was called in the current deck sl@0: // d: can not be executed. The user can continue browsing. Status of error: Medium -The operation failed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_script_inv_func_args "Excecution of script failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: There is no card found in current deck. The UI has most likely nothing to render. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_card_not_indeck "Page does not exist." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Browser has no access to current deck. No access to requested WML deck. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_no_access "No server access." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // 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. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_bad_content "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Browser received content that there is no handler for. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_bad_cont_type "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Rainbow has received content that it can not handle as it uses an unsupported character set. Content validation failed in sl@0: // d: the WML Browser: Unsupported charset. (Found when validating the content before displaying) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_unsupport_char "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Deck validation failed due to corrupted opaque data. Content Validation failed in the WML Browser: Corrupted opaque data. sl@0: // d: (Found when validating the content before displaying) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_bad_opaque_data "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Deck validation failed due to invalid processing instruction. Content Validation failed in the WML Browser: Bad Processing sl@0: // d: Instruction. (Found when validating the content before displaying) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_bad_pi "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Validation failure due to invalid switch page token. Content Validation sl@0: // d: failed in the WML Browser: Bad Switch page token. (Found when validating the content before displaying) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_bad_swpagetoken "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: String validation failed due to bad encoding or WML tag says the next token is string, but it isn’t. sl@0: // d: Content Validation failed in the WML Browser: Bad Text. sl@0: // d: Errors in text such as bad string encoding. (Found when validating the content before displaying) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_bad_text "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WML Deck contains a bad element. Validation failure. Content Validation failed sl@0: // d: in the WML Browser: Bad Element Encountered. (Found when validating the content before displaying) sl@0: // d: (Found when validating the content Status of error: Major - The operation could not be performed sl@0: // d: due to some required data not found. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_bad_element "Page contains a bad element." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Content validation failed - missing literal tag. (Found when validating the content before displaying) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wmlb_missing_literaltag "Page not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: User initiated navigation was canceled as a WML Script is running. Navigation to a URL canceled because the WML Script Interpreter is busy. sl@0: // d: Status of error: Medium - The operation failed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wae_navigation_cancel "Page not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: This is a generic stack error. The intended operation could not be performed. Abort the operation. Internal error: sl@0: // d: Protocol stack error. Error occurred dealing with WAP Protocol Stack. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wps_error "Connection not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Generic wimi error . Retuned when there Internal wimi error, NO_WIM, NO_KES, Hash_update_failed, Hash_Copy_failed, sl@0: // d: Hash_Final_Failed, Persistant storage error , Bad/wrong reference Wim Closed sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wim_error "Secure connection not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WTLS handshake went ok, and you were authenticated - however you do not have access to sl@0: // d: the gateway. A valid certificate was received, but when access control was applied, the sender decided sl@0: // d: not to proceed with negotiation. This message is always fatal. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wtls_access_denied "No secure access." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WSP status code was returned from the gateway that is unknown to Rainbow, and therefore not handled. sl@0: // d: The received reply contained an undefined WSP status code. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_unhandled_wsp_status "Page not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The gateway failed to decrypt the data it was sent. ( A WTLSCiphertext decrypted in an invalid way: sl@0: // d: either it wasn’t a multiple of the block length or its padding values, when checked, weren’t correct. sl@0: // d: This message is generally a warning. The message is sent in cleartext.) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_decryption_failed "Secure connection not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Gateway navigation document currently in effect has expired. sl@0: // d: A gateway navigation document was being used, but it has not expired. It is just informational. sl@0: // d: If the user continues to browse to the same location, they may be sent another sl@0: // d: gateway navigation document. Status of error: Low - Informational sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_secinfo_expired "Page not available. Try again." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Gateway navigation document in effect and the requested URL is not secure sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_conn_url_nonsecure "Secure connection not available" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: No matching certificate can be found for the parameters passed into the signText script function. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_crypto_nocert "No matching certificate found." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: A Session with the WIM has not be established sl@0: // d: Status of error: Coding Bug -Should never happen in released product. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wim_session_not_set "Connection not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Misleading error code, it actually means that Symbian's cryptography code failed. (unlikely to occur) sl@0: // d: Status of error: Critical - The browser is in inconsistent state. Browser will shutdown. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wim_init_failed "Unexpected error." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Failed to decode server or client certificate in WTLS handshake sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wim_decode_err "Secure connection not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The image is not available due to http errors such as no content, partial content, no authentication info sl@0: // d: An HTTP error was encountered when fetching the image sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_imgloader_http_error "Image not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: URI passed to the WTAI scheme handler contained invalid arguments. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wtai_invalid_argument "Wrong DTMF sequence." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: URI passed to the WTAI scheme handler points to a WTAI library function that is not supported. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wtai_unsupp_funtion "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: URI passed to the WTAI scheme handler points to a WTAI library that is not supported. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wtai_unsupp_library "File format unknown." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: A URL redirect was received, but the redirect URL was invalid. Unable to resolve URL for Http redirect. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_bad_redirect_url "Page not available." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: User has enterde URL that was invalid. Unable to resolve URL. User should check the url and try again sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wtai_invalid_url "Page not available. Check URL address." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: A disconnect indication received from gateway due to following reasons: client side request is out of session sl@0: // d: and the server forces to close the current session, session is close at client side and the server confirms it or the sl@0: // d: the server refuses a session establishment request for some reason. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wps_disconnected "Connection to WAP server dropped." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The data type suplied is not valid. E.g. empty or contains characters not allowed. sl@0: // d: OR sl@0: // d: Error string to be displayed when: sl@0: // d: File format cannot be handed by the device. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_dochui_bad_mime "Unknown file format" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Data length is zero, thus invalid and cannot be handled. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_dochui_null_content "File empty." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Cannot find a directory where to save the file. sl@0: // d: Caused by defective programming. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_dochui_no_datadir "File cannot be saved." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The data contains executable e.g. an application. For security sl@0: // d: reasons we don't allow execution of any files downloaded to the device. sl@0: // d: You know: viruses and worms. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_dochui_executable "Execution not allowed for security reasons" sl@0: sl@0: // d: General error text for mail sending errors. sl@0: // d: Covers almost all SMTP errors. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mail_send_fail "Message sending failed. Please check your mail settings." sl@0: sl@0: // d: Error string to de displayed when there is an active call and sl@0: // d: the user tries open a network connection sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_gprs_err_call_in_progress "End call first" sl@0: sl@0: // d: Error note to be displayed when there is already a active network connection and sl@0: // d: therefore it is not possible to create a new network connection. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_ics_note_close_conn_try_again "Close existing network connections and try again" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: There is something wrong in operators side e.g. SMS Service is not subscribed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sms_check_oper_srv "Check operator services." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Service provider rejects message. the reason could be e.g. incompatible message language or alphabets. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_msg_format_not_sup "Message format not supported." sl@0: sl@0: // d: Error string to displayed if user tries to use GPRS connection sl@0: // d: without subscription i.e. user has not subscribed a required feature, in this case GPRS services. sl@0: // d: This error may also occur when a foreign network does not support roaming. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_gprs_unsubcribed "Subscribe to GPRS first" sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: User tries to use messaging server while user data backup or restore in process. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_backup_restore "Could not perform operation as backup/restore in process." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: While message is being viewed some other module has deleted the message and viewer is closed. sl@0: // d: This happens when user is viewing e.g. sent message and MsgErrorWatcher deletes sl@0: // d: it when number of messages in Sent folder reaches the limit. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_message_deleted "Message has been deleted." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Message type was previously supported, but due some message type module uninstallation sl@0: // d: message type is not supported any more sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mtm_uninstalled "Message type is not supported any more." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: for a some ( unkonown ) reason, message server could not be started, sl@0: // d: there is not much that user can do about it. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ms_startup_fail "Message server could not be started." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Messaging server was terminated for some reason and all applications that use it must be shut down. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_ms_terminated "Message server was terminated, closing application." sl@0: sl@0: // d: Cameron specific string sl@0: // d: Error string to be displayed when: sl@0: // d: User has removed memory card and thus there is no data storage on device. sl@0: // d: OR sl@0: // d: For some reson (e.g. uncompatible hw) disk cannot be mounted and thus nothing can be saved. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_g_msg_no_disk "No disk present - cannot save the message." sl@0: sl@0: // d: Cameron specific string sl@0: // d: Error string to be displayed when: sl@0: // d: User (or sw) tries to save message to read only directory sl@0: // d: OR sl@0: // d: For some reson (e.g. uncompatible hw) disk cannot be mounted and thus nothing can be saved. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_g_msg_wrong_disk "Invalid disk - cannot save the message." sl@0: sl@0: // d: Cameron specific string sl@0: // d: Error string to be displayed when: sl@0: // d: User tries to access data that was on a memory card which was changed to other memory card ?? sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_g_msg_inv_disk "Invalid disk - cannot access the message." sl@0: sl@0: // d: Error string to be displayed when a file load operation cannot find the local file sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_file_not_found "Page not found." sl@0: sl@0: // sl@0: // Text from WMLBrowser.loc sl@0: // sl@0: sl@0: // d: http error messages sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define text_wml_err_unkn_serv_resp "Reply unknown, try again later" sl@0: sl@0: // d: http error messages sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define text_wml_err_reply_unkn "Reply unknown" sl@0: sl@0: // d: http error messages sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define text_wml_err_unkn_data_form "File format unknown" sl@0: sl@0: // d: http error messages sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define text_wml_err_server_busy "Server busy" sl@0: sl@0: // d: WAE errors sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define text_wml_err_inv_addr "Page does not exist" sl@0: sl@0: // d: Generic error note to be displayed when user tries to sl@0: // d: use some feature which is not supported ( e.g. different kinds of interoperability conflicts ) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_not_supp "Feature is not supported" sl@0: sl@0: // d: Generic error note to be displayed when user tries to use some sl@0: // d: resource which is already in use by another application. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_in_use "Requested object is used by another application" sl@0: sl@0: // d: Generic error note requested by app installer, to be displayed when there sl@0: // d: is something wrong in application's settings which prevents usage of application. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_sett_fail "Fatal Settings failure" sl@0: sl@0: // d: Generic error note to be displayed, when user tries to open or execute file that sl@0: // d: does not work ( e.g. not found for some reason, file is corrupted etc. ) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_unab_open "Unable to open file" sl@0: sl@0: // d: Generic error note for KErrTimeOut, could occur e.g. in connection formation. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_timeout "Operation timed out" sl@0: sl@0: // d: Error note to be displayed when there is something wrong in email settings and sl@0: // d: therefore it is not possible to create a new network connection. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_mail_con_fail "Connection failed. Check Email settings" sl@0: sl@0: // d: Text in error note when file could not be created. This could sl@0: // d: happen for example when user selects to save a file from internet sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_file_creat "File could not be created" sl@0: sl@0: // d: Text in error note when user tries to activate feature or action sl@0: // d: that is not supported ( or implemeted ) sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_unsupp_req "Unsupported request" sl@0: sl@0: // d: Text in error note when user enters a wrong PIN code for WIM card sl@0: // d: only in Wireless Identification Module (WIM) enabled environments sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_wrong_pin "Entered PIN is invalid" sl@0: sl@0: // d: Text in error note when user tries to perform operation that is sl@0: // d: supported only with WIM cards, but the phone does not have WIM card inserted sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_no_wim "No WIM-card available" sl@0: sl@0: // d: Text in error note when WIM card initialization has failed sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_wim_init "Initialization of WIM failed" sl@0: sl@0: // d: Text in error note when bad certificate encountered, error could be in sl@0: // d: Client or server side sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_bad_cert "Client or Server certificate not valid" sl@0: sl@0: // d: Text in generic WIM error notes. Something failed and sl@0: // d: we do not have (or need) exact information about it sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_wim_gen "WIM operation failed" sl@0: sl@0: // d: Text in error note when user tries to use WIM features but sl@0: // d: WIM not properly initialized yet sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_wim_not_set "WIM not initialized" sl@0: sl@0: // d: Text in error note when no matching certificate for the TrustID sl@0: // d: could not be found sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_cert_miss "Personal certificate not found" sl@0: sl@0: // d: Text in error note when there was a failure in secure connection sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_sec_conn "Secure connection failure" sl@0: sl@0: // d: Text in error note when whether the certificate authority of a client or sl@0: // d: a server is unknown. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_unkn_ca "Certificate authority unknown" sl@0: sl@0: // d: Text in error note when server has rewoked the client certificate sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_cert_rew "Client certificate rewoked by server" sl@0: sl@0: // d: Text in error note when server does not support a certificate of a client. sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_cert_unsupp "Client certificate not supported" sl@0: sl@0: // d: Text in error note when bad XHTML content encountered sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_bad_content "Bad content encountered" sl@0: sl@0: // d: Error note to be shown when Out Of Memory sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_kimono_mem "Memory full" sl@0: sl@0: // d: Error note to be shown when number could not be dialled sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_invalid_number "Invalid phone number" sl@0: sl@0: // d: Error note to be shown when dialled call was not answered sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_no_answer "No answer" sl@0: sl@0: // d: Error note to be shown when dialled number was busy sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_user_busy "Number busy" sl@0: sl@0: // d: Error note to be shown when saved number was too long sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_number_too_long "Number too long" sl@0: sl@0: // d: Error note to be shown when saved name was too long sl@0: // d: sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_unicode_name_too_long "Name too long" sl@0: sl@0: // d: HTTP error message for HTTP error 400 sl@0: // d: The request was denied due to a syntax error in the request. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_400 "Page not available" sl@0: sl@0: //401 blank sl@0: sl@0: // d: HTTP error message for HTTP error 402 sl@0: // d: This code is reserved for future use by the RFC sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_402 "Reply unknown" sl@0: sl@0: // d: HTTP error message for HTTP error 403 sl@0: // d: The server understood the request, but is refusing to fulfill it. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_403 "No server access" sl@0: sl@0: // d: HTTP error message for HTTP error 404 sl@0: // d: The server has not found anything matching the Request-URI. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_404 "Page not available" sl@0: sl@0: // d: HTTP error message for HTTP error 405 sl@0: // d: The method specified in the Request-Line is not allowed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_405 "No server access" sl@0: sl@0: // d: HTTP error message for HTTP error 406 sl@0: // d: Not acceptable according to the accept headers sent in the request sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_406 "Reply unknown" sl@0: sl@0: //407 blank sl@0: sl@0: // d: HTTP error message for HTTP error 408 sl@0: // d: The client did not produce a request within the time that the server was prepared to wait. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_408 "Server time-out" sl@0: sl@0: // d: HTTP error message for HTTP error 409 sl@0: // d: The request could not be completed due to a conflict with the current state of the resource. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_409 "Reply unknown" sl@0: sl@0: // d: HTTP error message for HTTP error 410 sl@0: // d: The requested resource is no longer available at the server. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_410 "Page does not exist" sl@0: sl@0: // d: HTTP error message for HTTP error 411 sl@0: // d: The server refuses to accept the request without a defined Content- Length. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_411 "Reply unknown" sl@0: sl@0: // d: HTTP error message for HTTP error 412 sl@0: // d: The precondition request-header fields evaluated to false. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_412 "Reply unknown" sl@0: sl@0: // d: HTTP error message for HTTP error 413 sl@0: // d: The request entity is larger than the server is willing or able to process. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_413 "Entered text too long" sl@0: sl@0: // d: HTTP error message for HTTP error 414 sl@0: // d: The Request-URI is longer than the server is willing to interpret sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_414 "Page cannot be accessed" sl@0: sl@0: // d: HTTP error message for HTTP error 415 sl@0: // d: Format not supported by the requested resource for the requested method. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_415 "File format unknown" sl@0: sl@0: // d: HTTP error message for HTTP error 416 sl@0: // d: A request included a Range request-header field, sl@0: // d: and none of the range-specifier values in this field overlap sl@0: // d: the current extent of the selected resource, sl@0: // d: and the request did not include an If-Range request-header field. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_416 "Requested range not satisfiable" sl@0: sl@0: // d: HTTP error message for HTTP error 417 sl@0: // d: The expectation given in an Expect request-header field could not be met by this server. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_417 "Expectation failed" sl@0: sl@0: // d: HTTP error message for HTTP error 500 sl@0: // d: The server encountered an unexpected condition. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_500 "Reply unknown" sl@0: sl@0: // d: HTTP error message for HTTP error 501 sl@0: // d: The server does not support the functionality. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_501 "Reply unknown" sl@0: sl@0: // d: HTTP error message for HTTP error 502 sl@0: // d: Received an invalid response from the upstream server. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_502 "No gateway reply" sl@0: sl@0: // d: HTTP error message for HTTP error 503 sl@0: // d: The server is currently unable to handle the request. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_503 "Server busy" sl@0: sl@0: // d: HTTP error message for HTTP error 504 sl@0: // d: Did not receive a timely response from the upstream server. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_504 "Connection time-out" sl@0: sl@0: // d: HTTP error message for HTTP error 505 sl@0: // d: The server does not support the HTTP protocol version used in the request. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_http_err_505 "Reply unknown" sl@0: sl@0: // d: Occurs when there is no active call when trying to send DTMF. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wtai_no_call_active "No active call" sl@0: sl@0: sl@0: // sl@0: // RTSP Errors sl@0: // sl@0: sl@0: // d: RTSP Error 250: Low on Storage Space. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_250 "Error 250. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 400: Invalid Request. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #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." sl@0: sl@0: // d: RTSP Error 401: Unauthorized Access. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_401 "Error 401. There is a problem with the server.Please try again later." sl@0: sl@0: // d: RTSP Error 402: Payment Required. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_402 "Error 402. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 403: Forbidden: no permission to access the document. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #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" sl@0: sl@0: // d: RTSP Error 404: Requested clip not found on the server. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_404 "Error 404. The requested clip was not found on the server." sl@0: sl@0: // d: RTSP Error 405: Method Not Allowed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_405 "Error 405. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 406: Not Acceptable. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_406 "Error 406. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 407: Problem with the server. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_407 "Error 407. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 408: Request Timeout. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_408 "Error 408. Server timed out. The clip you requested was not returned in a timely manner. Please try again." sl@0: sl@0: // d: RTSP Error 410: Problem with the server. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_410 "Error 410. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 411: Length Required. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_411 "Error 411. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 412: Precondition Failed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_412 "Error 412. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 413: Request Entity Too Large. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_413 "Error 413. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 414: Request-URI Too Long. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_414 "Error 414. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 415: Unsupported Media Type. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_415 "Error 415. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 457: Invalid Range. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_457 "Error 457. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 458: Parameter is Read-Only. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_458 "Error 458. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 459: Aggregate Operation Not Allowed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_459 "Error 459. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 460: Only Aggregate Operation Allowed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_460 "Error 460. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 461: Unsupported Transport. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_461 "Error 461. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 462: Destination Unreachable. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_462 "Error 462. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 500: Internal Server Error. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_500 "Error 500: There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 501: Not Implemented. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_501 "Error 501. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 502: Bad Gateway. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_502 "Error 502. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 503: Service Unavailable. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_503 "Error 503. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 504 Gateway Timeout. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_504 "Error 504. Server timed out. The clip you requested was not returned in a timely manner." sl@0: sl@0: // d: RTAP Error 505: RTSP Version Not Supported sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_505 "Error 505. There is a problem with the server. Please try again later." sl@0: sl@0: // d: RTSP Error 551: Option not supported. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_551 "Error 551. There is a problem with the server. Please try again later." sl@0: sl@0: // d: Any RTSP error not explicitly handled. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_rtsp_err_xxx "There is a problem with the server. Please try again later." sl@0: sl@0: sl@0: // sl@0: // WLAN Errors sl@0: // sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Some internal unspecified WLAN error has occurred. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_internal_error "Connection failed. Internal WLAN error." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Tried to authenticate WLAN using 802.11 Open-System authentication and it sl@0: // d: failed. This happens when the device security mode is wrong. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_open_auth_failed "Connection failed. Open authentication unsuccessful." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WLAN access point requires shared WEP key authentication and the device sl@0: // d: does not have it enabled. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_shared_key_required "Connection failed. Access point requires shared key authentication." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WLAN shared WEP key authentication failed probably because wrong WEP key was sl@0: // d: configured in IAP settings. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_shared_key_auth_failed "Connection failed. Shared key authentication unsuccessful. Check WEP keys." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The device's security mode does not allow WLAN WPA connections. Only security sl@0: // d: modes 802.1x and WPA allow WPA connections. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_wpa_auth_required "Connection failed. Access point requires WPA authentication. Check security mode." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WLAN WPA authentication was unsuccessful for some reason. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_wpa_auth_failed "Connection failed. WPA authentication unsuccessful." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WLAN 802.1x authentication was unsuccessful for some reason. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_8021x_auth_failed "Connection failed. 802.1x authentication unsuccessful." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: User has given wrong pre-shared key for WLAN WPA authentication. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_illegal_wpa_psk "Connection failed. Illegal WPA pre-shared key." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: In WLAN WPA in some cases so called counter-measures can be activated if sl@0: // d: the devices receive too many illegal data packets. In this case connection sl@0: // d: is dropped and establishing new connections is forbidden for a duration of sl@0: // d: 1 minute. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_wpa_countermeasures_active "Connection failed. WPA counter-measures active. Try again later." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Tried to connect to a WLAN network that was out of range. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: Errorres sl@0: // sl@0: #define qtn_err_wlan_network_not_found "Connection failed. Could not find WLAN network." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WLAN encryption keys (WEP keys) are probably wrong. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_illegal_encryption_keys "Illegal WLAN encryption keys. Please check WEP keys." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WLAN tried to change access point but it failed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_roaming_failed "WLAN roaming failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: The device moved out of WLAN access point range. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_network_lost "WLAN network lost." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Access point has been configured to use WPA pre-shared key mode and the IAP uses EAP mode. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_ap_preshared_key_auth_req "Connection failed. Access point requires pre-shared key authentication." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Access point has been configured to use EAP mode and the IAP uses PSK mode. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_ap_eap_auth_req "Connection failed. Access point requires EAP authentication." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: General error in EAP-SIM authentication (SIM authentication). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_eap_sim_auth_failed "EAP-SIM authentication failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: General error in EAP-TLS authentication (certificate authentication). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_eap_tls_auth_failed "EAP-TLS authentication failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: General error in EAP-PEAP authentication (certificate authentication). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_eap_peap_auth_failed "EAP-PEAP authentication failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: General error in EAP-MSCHAPv2 authentication (password authentication). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_eap_mschapv2_auth_failed "EAP-MSCHAPv2 authentication failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: General error in EAP-AKA authentication (3G SIM authentication). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_eap_aka_auth_failed "EAP-AKA authentication failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: General error in EAP-TTLS authentication (certificate authentication). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_eap_ttls_auth_failed "EAP-TTLS authentication failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: General error in LEAP authentication (password authentication). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_leap_auth_failed "LEAP authentication failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: General error in EAP-GTC authentication (token card authentication). sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_eap_gtc_auth_failed "EAP-GTC authentication failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Tried to run EAP-SIM or AKA authentication and the SIM card is not installed. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_sim_card_not_installed "Connection failed. SIM card not installed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Tried to run EAP-SIM or AKA authentication but user has no subscription for the WLAN service. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_not_subscribed_to_service "Connection failed. Not subscribed to the service." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Tried to run EAP-SIM or AKA authentication but the operator does not allow it to be used. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_ap_access_barred "Connection failed. Access to service has been barred." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Password is expired. EAP-MSCHAPv2 error message. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_password_expired "Connection failed. Password expired." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: User does not have permissions for the network. EAP-MSCHAPv2 error message. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_no_dial_in_permissions "Connection failed. No dial-in permissions." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: User's account has been disabled. EAP-MSCHAPv2 error message. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_account_disabled "Connection failed. Account disabled." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Logging in is allowed only during certain hours. EAP-MSCHAPv2 error message. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_restricted_logon_hours "Connection failed. Restricted logon hours." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: When verifying the network's identity in EAP-TLS/TTLS/PEAP the server's certificate has expired. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_server_cert_expired "Connection failed. Server certificate has expired." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // 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. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_server_cert_verify_failed "Connection failed. Server certificate failed verification." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // 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. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_no_allowed_user_cert_found "Connection failed. No allowed user certificates found." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // 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. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_cipher_suite_match_failed "Connection failed. Used cipher suite does not match certificate's cipher suite." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Server rejects user's certificate when using EAP-TLS/TTLS/PEAP. The used certificate is not correct for the network. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_user_cert_rejected_by_server "Connection failed. Server did not accept your certificate." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Server rejects user's certificate when using EAP-TLS/TTLS/PEAP. User's certificate is expired. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_err_wlan_user_cert_expired "Connection failed. Your certificate is expired." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Trying to create another WLAN connection in addition to an existing one. sl@0: // d: Only one WLAN radio connection to one WLAN network is possible at a time. sl@0: // l: popup_note_window_1_four_rows sl@0: // w: sl@0: // r: 3.0 sl@0: // sl@0: #define qtn_wlan_info_connection_already_active "A WLAN connection is already active. Close connection and try again." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Configuration fails because of OOB interface read error, decryption CRC failure, sl@0: // d: network authentication failure, device password authentication failure, sl@0: // d: message timeout or registration session timeout or because device is busy. sl@0: // l: popup_note_window/opt1 sl@0: // w: sl@0: // r: 3.2 sl@0: // sl@0: #define qtn_err_wlan_sc_config_failed_try_again "Configuration failed. Please try again." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Configuration fails because of DHCP configuration failure, sl@0: // d: no DHCP response, registrar connection failure, IP address conflict, sl@0: // d: 2.4 or 5.0 channel not supported or because setup is locked. sl@0: // l: popup_note_window/opt1 sl@0: // w: sl@0: // r: 3.2 sl@0: // sl@0: #define qtn_err_wlan_sc_config_failed "Configuration failed." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: WLAN signal is too weak. sl@0: // l: popup_note_window/opt1 sl@0: // w: sl@0: // r: 3.2 sl@0: // sl@0: #define qtn_err_wlan_signal_too_weak "WLAN signal too weak. Move closer to wireless station." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: PIN code authentication method is not sl@0: // d: supported by the other party. sl@0: // l: popup_note_window/opt1 sl@0: // w: sl@0: // r: 3.2 sl@0: // sl@0: #define qtn_err_wlan_sc_config_failed_pin_not_supported "Configuration failed. Device you tried to connect to does not support PIN code mechanism." sl@0: sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Push-button authentication method is not sl@0: // d: supported by the other party. sl@0: // l: popup_note_window/opt1 sl@0: // w: sl@0: // r: 3.2 sl@0: // sl@0: #define qtn_err_wlan_sc_config_failed_pb_not_supported "Configuration failed. Device you tried to connect to does not support push-button mechanism." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Multiple PBC sessions are detected. sl@0: // l: popup_note_window/opt1 sl@0: // w: sl@0: // r: 3.2 sl@0: // sl@0: #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." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Rogue activity is suspected. sl@0: // l: popup_note_window/opt1 sl@0: // w: sl@0: // r: 3.2 sl@0: // sl@0: #define qtn_err_wlan_sc_config_failed_rogue_activity "Configuration failed. Please try again with PIN code mechanism." sl@0: sl@0: // d: Error string to be displayed when: sl@0: // d: Connection fails because network does sl@0: // d: not support WPA2-only mode. sl@0: // l: popup_note_window/opt1 sl@0: // w: sl@0: // r: 3.2 sl@0: // sl@0: #define qtn_err_wlan_wpa2_only_mode_not_supported "Connection failed. Network does not support WPA2-only mode." sl@0: sl@0: sl@0: // END OF FILE