williamr@4: // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: // All rights reserved. williamr@4: // This component and the accompanying materials are made available williamr@4: // under the terms of "Eclipse Public License v1.0" williamr@4: // which accompanies this distribution, and is available williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: // williamr@4: // Initial Contributors: williamr@4: // Nokia Corporation - initial contribution. williamr@4: // williamr@4: // Contributors: williamr@4: // williamr@4: // Description: williamr@4: // williamr@4: williamr@4: rls_string STRING_r_error_res_pop3_cannot_connect "The POP3 server refused to allow a connection" williamr@4: rls_string STRING_r_error_res_pop3_invalid_user "The POP3 server refused to allow a connection. Check your mailbox username" williamr@4: rls_string STRING_r_error_res_pop3_invalid_login "The POP3 server refused to allow a connection. Check your mailbox username and password" williamr@4: rls_string STRING_r_error_res_pop3_apop_login_string "Could not create secure logon string. Mailbox server may not support secure logon" williamr@4: rls_string STRING_r_error_res_pop3_problem_remote "Problem communicating with POP3 server" williamr@4: rls_string STRING_r_error_res_pop3_top_unsupported "The POP3 server does not support the TOP command" williamr@4: rls_string STRING_r_error_res_imsk_dns_not_found "Could not find a DNS server. Please check the DNS address in the Internet control panel" williamr@4: rls_string STRING_r_error_res_imsk_control_panel_locked "Could not connect to Internet. Please ensure the Internet control panel is closed" williamr@4: rls_string STRING_r_error_res_imsk_wrong_active_settings "Cannot use active network connection for this acount" williamr@4: rls_string STRING_r_error_res_TLS_Negotiation_failed "Secure connection failed. Server may not accept secure connections." williamr@4: rls_string STRING_r_error_res_imap_connect_fail "Could not connect to the IMAP4 server" williamr@4: rls_string STRING_r_error_res_imap_server_fail "The connection to the IMAP4 server has been broken" williamr@4: rls_string STRING_r_error_res_imap_server_busy "The IMAP4 server refused to allow connection. The server is currently busy" williamr@4: rls_string STRING_r_error_res_imap_server_version "Could not connect to the IMAP4 server. The IMAP server is of the wrong version" williamr@4: rls_string STRING_r_error_res_imap_send_fail "Could not transmit to the IMAP4 server" williamr@4: rls_string STRING_r_error_res_imap_bad_logon "The IMAP4 server refused to allow a connection. Check your mailbox username and password" williamr@4: rls_string STRING_r_error_res_imap_wrong_folder "Could not select an IMAP4 folder" williamr@4: rls_string STRING_r_error_res_imap_no_security "Secure connections are not available on this server" williamr@4: rls_string STRING_r_error_res_imap_TLS_failed "Secure connection failed. Certificates may have expired" williamr@4: rls_string STRING_r_error_res_imap_Invalid_Server_Response "Invalid server response" williamr@4: rls_string STRING_r_error_res_pop3_Server_Already_Connected "Pop3 server already connected" williamr@4: rls_string STRING_r_error_res_smtp_no_mail_from "Could not send email due to an invalid return email address. Check your email address in your account settings" williamr@4: rls_string STRING_r_error_res_smtp_unknown "Unknown problem while sending email" williamr@4: rls_string STRING_r_error_res_smtp_bad_from_address "Email message has an invalid \"From\" address" williamr@4: rls_string STRING_r_error_res_smtp_bad_to_address "Incorrect addresses or unable to send to specified addresses using this server" williamr@4: rls_string STRING_r_error_res_smtp_login_refusal "SMTP server refused to allow connection" williamr@4: rls_string STRING_r_error_res_smtp_wrong_account "Could not send email. The messages are destined for an account different from the currently connected one" williamr@4: rls_string STRING_r_error_res_smtp_no_TLS "Secure connections are not available on this server"