williamr@4
|
1 |
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
|
williamr@4
|
2 |
// All rights reserved.
|
williamr@4
|
3 |
// This component and the accompanying materials are made available
|
williamr@4
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
williamr@4
|
5 |
// which accompanies this distribution, and is available
|
williamr@4
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
williamr@4
|
7 |
//
|
williamr@4
|
8 |
// Initial Contributors:
|
williamr@4
|
9 |
// Nokia Corporation - initial contribution.
|
williamr@4
|
10 |
//
|
williamr@4
|
11 |
// Contributors:
|
williamr@4
|
12 |
//
|
williamr@4
|
13 |
// Description:
|
williamr@4
|
14 |
//
|
williamr@4
|
15 |
|
williamr@4
|
16 |
rls_string STRING_r_error_res_pop3_cannot_connect "The POP3 server refused to allow a connection"
|
williamr@4
|
17 |
rls_string STRING_r_error_res_pop3_invalid_user "The POP3 server refused to allow a connection. Check your mailbox username"
|
williamr@4
|
18 |
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
|
19 |
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
|
20 |
rls_string STRING_r_error_res_pop3_problem_remote "Problem communicating with POP3 server"
|
williamr@4
|
21 |
rls_string STRING_r_error_res_pop3_top_unsupported "The POP3 server does not support the TOP command"
|
williamr@4
|
22 |
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
|
23 |
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
|
24 |
rls_string STRING_r_error_res_imsk_wrong_active_settings "Cannot use active network connection for this acount"
|
williamr@4
|
25 |
rls_string STRING_r_error_res_TLS_Negotiation_failed "Secure connection failed. Server may not accept secure connections."
|
williamr@4
|
26 |
rls_string STRING_r_error_res_imap_connect_fail "Could not connect to the IMAP4 server"
|
williamr@4
|
27 |
rls_string STRING_r_error_res_imap_server_fail "The connection to the IMAP4 server has been broken"
|
williamr@4
|
28 |
rls_string STRING_r_error_res_imap_server_busy "The IMAP4 server refused to allow connection. The server is currently busy"
|
williamr@4
|
29 |
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
|
30 |
rls_string STRING_r_error_res_imap_send_fail "Could not transmit to the IMAP4 server"
|
williamr@4
|
31 |
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
|
32 |
rls_string STRING_r_error_res_imap_wrong_folder "Could not select an IMAP4 folder"
|
williamr@4
|
33 |
rls_string STRING_r_error_res_imap_no_security "Secure connections are not available on this server"
|
williamr@4
|
34 |
rls_string STRING_r_error_res_imap_TLS_failed "Secure connection failed. Certificates may have expired"
|
williamr@4
|
35 |
rls_string STRING_r_error_res_imap_Invalid_Server_Response "Invalid server response"
|
williamr@4
|
36 |
rls_string STRING_r_error_res_pop3_Server_Already_Connected "Pop3 server already connected"
|
williamr@4
|
37 |
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
|
38 |
rls_string STRING_r_error_res_smtp_unknown "Unknown problem while sending email"
|
williamr@4
|
39 |
rls_string STRING_r_error_res_smtp_bad_from_address "Email message has an invalid \"From\" address"
|
williamr@4
|
40 |
rls_string STRING_r_error_res_smtp_bad_to_address "Incorrect addresses or unable to send to specified addresses using this server"
|
williamr@4
|
41 |
rls_string STRING_r_error_res_smtp_login_refusal "SMTP server refused to allow connection"
|
williamr@4
|
42 |
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
|
43 |
rls_string STRING_r_error_res_smtp_no_TLS "Secure connections are not available on this server"
|