os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/data/tcperr.ra
Update contrib.
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 RESOURCE ARRAY r_error_res_tcpip_errors
24 text=r_error_res_tcp_authentication_fail; // -3050
28 text=r_error_res_tcp_authentication_not_secure; // -3051
32 text=r_error_res_tcp_disabled_account; // -3052
36 text=r_error_res_tcp_logon_hours; // -3053
40 text=r_error_res_tcp_password_expired; // -3054
44 text=r_error_res_tcp_dial_in_permission; // -3055
48 text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;
52 text=r_error_res_tcp_no_call_back; // -3057
56 text=r_error_res_tcp_no_server; // -3058
60 text=r_error_res_tcp_bad_line; // -3059
65 RESOURCE TBUF r_error_res_tcp_authentication_fail { buf=qtn_err_tcp_authentication_fail; }
66 RESOURCE TBUF r_error_res_tcp_authentication_not_secure { buf=qtn_err_tcp_auth_not_secure; }
67 RESOURCE TBUF r_error_res_tcp_disabled_account { buf=qtn_err_tcp_disabled_account; }
68 RESOURCE TBUF r_error_res_tcp_logon_hours { buf=qtn_err_tcp_logon_hours; }
69 RESOURCE TBUF r_error_res_tcp_password_expired { buf=qtn_err_tcp_password_expired; }
70 RESOURCE TBUF r_error_res_tcp_dial_in_permission { buf=qtn_err_tcp_dial_in_permission; }
71 RESOURCE TBUF r_error_res_tcp_no_call_back { buf=qtn_err_tcp_no_call_back; }
72 RESOURCE TBUF r_error_res_tcp_no_server { buf=qtn_err_tcp_no_server; }
73 RESOURCE TBUF r_error_res_tcp_bad_line { buf=qtn_err_tcp_bad_line; }
76 // General internet connection error
77 RESOURCE ARRAY r_error_res_gen_conn_errs
83 text=r_error_res_gen_conn_err;
87 text=r_error_res_mail_conn_err;
93 RESOURCE TBUF r_error_res_gen_conn_err { buf=qtn_err_gen_conn; }
94 RESOURCE TBUF r_error_res_mail_conn_err { buf=qtn_err_mail_con_fail; }