commonservices/commonengineresources/data/tcperr.ra
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 RESOURCE ARRAY r_error_res_tcpip_errors
       
    21 	{
       
    22 	items=
       
    23 		{
       
    24 		SINGLE_ERROR
       
    25 			{
       
    26 			text=r_error_res_tcp_authentication_fail;			// -3050
       
    27 			},
       
    28 		SINGLE_ERROR
       
    29 			{
       
    30 			text=r_error_res_tcp_authentication_not_secure;			// -3051
       
    31 			},
       
    32 		SINGLE_ERROR
       
    33 			{
       
    34 			text=r_error_res_tcp_disabled_account;			// -3052
       
    35 			},
       
    36 		SINGLE_ERROR
       
    37 			{
       
    38 			text=r_error_res_tcp_logon_hours;			// -3053
       
    39 			},
       
    40 		SINGLE_ERROR
       
    41 			{
       
    42 			text=r_error_res_tcp_password_expired;			// -3054
       
    43 			},
       
    44 		SINGLE_ERROR
       
    45 			{
       
    46 			text=r_error_res_tcp_dial_in_permission;			// -3055
       
    47 			},
       
    48 		SINGLE_ERROR
       
    49 			{
       
    50 			text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;	
       
    51 			},
       
    52 		SINGLE_ERROR
       
    53 			{
       
    54 			text=r_error_res_tcp_no_call_back;			// -3057
       
    55 			},
       
    56 		SINGLE_ERROR
       
    57 			{
       
    58 			text=r_error_res_tcp_no_server;			// -3058
       
    59 			},
       
    60 		SINGLE_ERROR
       
    61 			{
       
    62 			text=r_error_res_tcp_bad_line;			// -3059
       
    63 			}
       
    64 		};
       
    65 	}
       
    66 
       
    67 RESOURCE TBUF r_error_res_tcp_authentication_fail           { buf=qtn_err_tcp_authentication_fail; }
       
    68 RESOURCE TBUF r_error_res_tcp_authentication_not_secure     { buf=qtn_err_tcp_auth_not_secure; }
       
    69 RESOURCE TBUF r_error_res_tcp_disabled_account              { buf=qtn_err_tcp_disabled_account; }
       
    70 RESOURCE TBUF r_error_res_tcp_logon_hours                   { buf=qtn_err_tcp_logon_hours; }
       
    71 RESOURCE TBUF r_error_res_tcp_password_expired              { buf=qtn_err_tcp_password_expired; }
       
    72 RESOURCE TBUF r_error_res_tcp_dial_in_permission            { buf=qtn_err_tcp_dial_in_permission; }
       
    73 RESOURCE TBUF r_error_res_tcp_no_call_back                  { buf=qtn_err_tcp_no_call_back; }
       
    74 RESOURCE TBUF r_error_res_tcp_no_server                     { buf=qtn_err_tcp_no_server; }
       
    75 RESOURCE TBUF r_error_res_tcp_bad_line                      { buf=qtn_err_tcp_bad_line; }
       
    76 
       
    77 
       
    78 // General internet connection error
       
    79 RESOURCE ARRAY r_error_res_gen_conn_errs
       
    80 	{
       
    81 	items=
       
    82 		{
       
    83 		SINGLE_ERROR
       
    84 			{
       
    85 			text=r_error_res_gen_conn_err;			
       
    86 			},
       
    87 		SINGLE_ERROR
       
    88 			{
       
    89 			text=r_error_res_mail_conn_err;			
       
    90 			}
       
    91 		};
       
    92 	}
       
    93 
       
    94 
       
    95 RESOURCE TBUF r_error_res_gen_conn_err	{ buf=qtn_err_gen_conn; }
       
    96 RESOURCE TBUF r_error_res_mail_conn_err	{ buf=qtn_err_mail_con_fail; }
       
    97 
       
    98 // End of File