applayerprotocols/wapbase/inc/neterr.ra
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:09:52 +0200
changeset 0 b16258d2340f
child 29 099ef125a1a4
permissions -rw-r--r--
Revision: 201003 Kit: 201005

// Copyright (c) 1999-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_network_errors
	{
	items=
		{
		SINGLE_ERROR
			{
			text=r_error_res_net_no_modem;			// -3001
			},
		SINGLE_ERROR
			{
			text=r_error_res_net_modem_error;		// -3002
			},
		SINGLE_ERROR
			{
			text=r_error_res_net_login_fail;		// -3003
			},
		SINGLE_ERROR
			{
			text=r_error_res_net_script_timeout;	// -3004
			},
		SINGLE_ERROR
			{
			text=r_error_res_net_script_error;		// -3005
			},
		SINGLE_ERROR
			{
			text=r_error_res_net_no_iap;			// -3006
			},
		SINGLE_ERROR
			{
			text=r_error_res_net_no_iap;			// -3007
			},
		SINGLE_ERROR
			{
			text=r_error_res_net_no_iap;			// -3008
			},
		SINGLE_ERROR
			{
			text=r_error_res_hscsd_not_supported;	// -3009
			}
		};
	}

RESOURCE TBUF r_error_res_net_no_modem					{ buf="No response from phone. Ensure phone is switched on"; }
RESOURCE TBUF r_error_res_net_modem_error				{ buf="Problem communicating with Internet service's modem"; }
RESOURCE TBUF r_error_res_net_login_fail				{ buf="Internet username or password is incorrect. (See \"Internet\" Control panel)"; }
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)"; }
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)"; }
RESOURCE TBUF r_error_res_net_no_iap					{ buf="No Internet Access Points are defined. (See \"Internet\" in Control panel)"; }
RESOURCE TBUF r_error_res_hscsd_not_supported			{ buf="High speed (HSCSD) is not supported by the network."; }