applayerprotocols/wapbase/inc/neterr.ra
changeset 0 b16258d2340f
child 29 099ef125a1a4
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 1999-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 RESOURCE ARRAY r_error_res_network_errors
       
    17 	{
       
    18 	items=
       
    19 		{
       
    20 		SINGLE_ERROR
       
    21 			{
       
    22 			text=r_error_res_net_no_modem;			// -3001
       
    23 			},
       
    24 		SINGLE_ERROR
       
    25 			{
       
    26 			text=r_error_res_net_modem_error;		// -3002
       
    27 			},
       
    28 		SINGLE_ERROR
       
    29 			{
       
    30 			text=r_error_res_net_login_fail;		// -3003
       
    31 			},
       
    32 		SINGLE_ERROR
       
    33 			{
       
    34 			text=r_error_res_net_script_timeout;	// -3004
       
    35 			},
       
    36 		SINGLE_ERROR
       
    37 			{
       
    38 			text=r_error_res_net_script_error;		// -3005
       
    39 			},
       
    40 		SINGLE_ERROR
       
    41 			{
       
    42 			text=r_error_res_net_no_iap;			// -3006
       
    43 			},
       
    44 		SINGLE_ERROR
       
    45 			{
       
    46 			text=r_error_res_net_no_iap;			// -3007
       
    47 			},
       
    48 		SINGLE_ERROR
       
    49 			{
       
    50 			text=r_error_res_net_no_iap;			// -3008
       
    51 			},
       
    52 		SINGLE_ERROR
       
    53 			{
       
    54 			text=r_error_res_hscsd_not_supported;	// -3009
       
    55 			}
       
    56 		};
       
    57 	}
       
    58 
       
    59 RESOURCE TBUF r_error_res_net_no_modem					{ buf="No response from phone. Ensure phone is switched on"; }
       
    60 RESOURCE TBUF r_error_res_net_modem_error				{ buf="Problem communicating with Internet service's modem"; }
       
    61 RESOURCE TBUF r_error_res_net_login_fail				{ buf="Internet username or password is incorrect. (See \"Internet\" Control panel)"; }
       
    62 RESOURCE TBUF r_error_res_net_script_timeout			{ buf="Internet service login script timed out. Internet service login script may be incorrect. (See \"Internet\" Control panel)"; }
       
    63 RESOURCE TBUF r_error_res_net_script_error				{ buf="Problem with Internet service login script. Internet service login script may be incorrect. (See \"Internet\" in Control panel)"; }
       
    64 RESOURCE TBUF r_error_res_net_no_iap					{ buf="No Internet Access Points are defined. (See \"Internet\" in Control panel)"; }
       
    65 RESOURCE TBUF r_error_res_hscsd_not_supported			{ buf="High speed (HSCSD) is not supported by the network."; }