genericservices/s60compatibilityheaders/commonengineresources/data/tcperr.ra
changeset 0 e4d67989cc36
child 44 97b0fb8a2cc2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/s60compatibilityheaders/commonengineresources/data/tcperr.ra	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,96 @@
+// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+
+
+RESOURCE ARRAY r_error_res_tcpip_errors
+	{
+	items=
+		{
+		SINGLE_ERROR
+			{
+			text=r_error_res_tcp_authentication_fail;			// -3050
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_tcp_authentication_not_secure;			// -3051
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_tcp_disabled_account;			// -3052
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_tcp_logon_hours;			// -3053
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_tcp_password_expired;			// -3054
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_tcp_dial_in_permission;			// -3055
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;	
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_tcp_no_call_back;			// -3057
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_tcp_no_server;			// -3058
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_tcp_bad_line;			// -3059
+			}
+		};
+	}
+
+RESOURCE TBUF r_error_res_tcp_authentication_fail           { buf=qtn_err_tcp_authentication_fail; }
+RESOURCE TBUF r_error_res_tcp_authentication_not_secure     { buf=qtn_err_tcp_auth_not_secure; }
+RESOURCE TBUF r_error_res_tcp_disabled_account              { buf=qtn_err_tcp_disabled_account; }
+RESOURCE TBUF r_error_res_tcp_logon_hours                   { buf=qtn_err_tcp_logon_hours; }
+RESOURCE TBUF r_error_res_tcp_password_expired              { buf=qtn_err_tcp_password_expired; }
+RESOURCE TBUF r_error_res_tcp_dial_in_permission            { buf=qtn_err_tcp_dial_in_permission; }
+RESOURCE TBUF r_error_res_tcp_no_call_back                  { buf=qtn_err_tcp_no_call_back; }
+RESOURCE TBUF r_error_res_tcp_no_server                     { buf=qtn_err_tcp_no_server; }
+RESOURCE TBUF r_error_res_tcp_bad_line                      { buf=qtn_err_tcp_bad_line; }
+
+
+// General internet connection error
+RESOURCE ARRAY r_error_res_gen_conn_errs
+	{
+	items=
+		{
+		SINGLE_ERROR
+			{
+			text=r_error_res_gen_conn_err;			
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_mail_conn_err;			
+			}
+		};
+	}
+
+
+RESOURCE TBUF r_error_res_gen_conn_err	{ buf=qtn_err_gen_conn; }
+RESOURCE TBUF r_error_res_mail_conn_err	{ buf=qtn_err_mail_con_fail; }
+
+// End of File