author | William Roberts <williamr@symbian.org> |
Thu, 17 Jun 2010 09:57:06 +0100 | |
branch | GCC_SURGE |
changeset 35 | a32b19fb291e |
parent 0 | 72b543305e3a |
permissions | -rw-r--r-- |
0
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1 |
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
2 |
// All rights reserved. |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
3 |
// This component and the accompanying materials are made available |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
4 |
// under the terms of "Eclipse Public License v1.0" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
5 |
// which accompanies this distribution, and is available |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
7 |
// |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
8 |
// Initial Contributors: |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
9 |
// Nokia Corporation - initial contribution. |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
10 |
// |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
11 |
// Contributors: |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
12 |
// |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
13 |
// Description: |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
14 |
// |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
15 |
|
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
16 |
rls_string STRING_r_error_res_pop3_cannot_connect "The POP3 server refused to allow a connection" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
17 |
rls_string STRING_r_error_res_pop3_invalid_user "The POP3 server refused to allow a connection. Check your mailbox username" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
18 |
rls_string STRING_r_error_res_pop3_invalid_login "The POP3 server refused to allow a connection. Check your mailbox username and password" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
19 |
rls_string STRING_r_error_res_pop3_apop_login_string "Could not create secure logon string. Mailbox server may not support secure logon" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
20 |
rls_string STRING_r_error_res_pop3_problem_remote "Problem communicating with POP3 server" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
21 |
rls_string STRING_r_error_res_pop3_top_unsupported "The POP3 server does not support the TOP command" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
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" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
23 |
rls_string STRING_r_error_res_imsk_control_panel_locked "Could not connect to Internet. Please ensure the Internet control panel is closed" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
24 |
rls_string STRING_r_error_res_imsk_wrong_active_settings "Cannot use active network connection for this acount" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
25 |
rls_string STRING_r_error_res_TLS_Negotiation_failed "Secure connection failed. Server may not accept secure connections." |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
26 |
rls_string STRING_r_error_res_imap_connect_fail "Could not connect to the IMAP4 server" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
27 |
rls_string STRING_r_error_res_imap_server_fail "The connection to the IMAP4 server has been broken" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
28 |
rls_string STRING_r_error_res_imap_server_busy "The IMAP4 server refused to allow connection. The server is currently busy" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
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" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
30 |
rls_string STRING_r_error_res_imap_send_fail "Could not transmit to the IMAP4 server" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
31 |
rls_string STRING_r_error_res_imap_bad_logon "The IMAP4 server refused to allow a connection. Check your mailbox username and password" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
32 |
rls_string STRING_r_error_res_imap_wrong_folder "Could not select an IMAP4 folder" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
33 |
rls_string STRING_r_error_res_imap_no_security "Secure connections are not available on this server" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
34 |
rls_string STRING_r_error_res_imap_TLS_failed "Secure connection failed. Certificates may have expired" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
35 |
rls_string STRING_r_error_res_imap_Invalid_Server_Response "Invalid server response" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
36 |
rls_string STRING_r_error_res_pop3_Server_Already_Connected "Pop3 server already connected" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
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" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
38 |
rls_string STRING_r_error_res_smtp_unknown "Unknown problem while sending email" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
39 |
rls_string STRING_r_error_res_smtp_bad_from_address "Email message has an invalid \"From\" address" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
40 |
rls_string STRING_r_error_res_smtp_bad_to_address "Incorrect addresses or unable to send to specified addresses using this server" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
41 |
rls_string STRING_r_error_res_smtp_login_refusal "SMTP server refused to allow connection" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
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" |
72b543305e3a
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
43 |
rls_string STRING_r_error_res_smtp_no_TLS "Secure connections are not available on this server" |