networkingtestandutils/networkingunittest/tdummyetel/etelerr.ra
changeset 0 af10295192d8
child 37 052078dda061
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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_etel_errors
       
    17 	{
       
    18 	items=
       
    19 		{
       
    20 		SINGLE_ERROR
       
    21 			{
       
    22 			flags=EErrorResPanicErrorFlag;					// -2000
       
    23 			},
       
    24 		SINGLE_ERROR
       
    25 			{
       
    26 			flags=EErrorResPanicErrorFlag;					// -2001
       
    27 			},
       
    28 		SINGLE_ERROR
       
    29 			{
       
    30 			flags=EErrorResPanicErrorFlag;					// -2002
       
    31 			},
       
    32 		SINGLE_ERROR
       
    33 			{
       
    34 			text=r_error_res_etel_call_dropped;				// -2003
       
    35 			},
       
    36 		SINGLE_ERROR
       
    37 			{
       
    38 			text=r_error_res_etel_number_busy;				// -2004
       
    39 			},
       
    40 		SINGLE_ERROR
       
    41 			{
       
    42 			flags=EErrorResPanicErrorFlag;					// -2005
       
    43 			},
       
    44 		SINGLE_ERROR
       
    45 			{
       
    46 			text= r_error_res_etel_phone_off;				// -2006
       
    47 			},
       
    48 		SINGLE_ERROR
       
    49 			{
       
    50 			flags=EErrorResPanicErrorFlag;					// -2007
       
    51 			},
       
    52 		SINGLE_ERROR
       
    53 			{
       
    54 			text=r_error_res_etel_call_not_answered;		// -2008
       
    55 			},
       
    56 		SINGLE_ERROR
       
    57 			{
       
    58 			flags=EErrorResPanicErrorFlag;					// -2009
       
    59 			},
       
    60 		SINGLE_ERROR
       
    61 			{
       
    62 			flags=EErrorResPanicErrorFlag;					// -2010
       
    63 			},
       
    64 		SINGLE_ERROR
       
    65 			{
       
    66 			flags=EErrorResPanicErrorFlag;					// -2011
       
    67 			},
       
    68 		SINGLE_ERROR
       
    69 			{
       
    70 			flags=EErrorResPanicErrorFlag;					// -2012
       
    71 			},
       
    72 		SINGLE_ERROR
       
    73 			{
       
    74 			flags=EErrorResPanicErrorFlag;					// -2013
       
    75 			},
       
    76 		SINGLE_ERROR
       
    77 			{
       
    78 			flags=EErrorResPanicErrorFlag;					// -2014
       
    79 			},
       
    80 		SINGLE_ERROR
       
    81 			{
       
    82 			flags=EErrorResPanicErrorFlag;					// -2015
       
    83 			},
       
    84 		SINGLE_ERROR
       
    85 			{
       
    86 			flags=EErrorResPanicErrorFlag;					// -2016
       
    87 			},
       
    88 		SINGLE_ERROR
       
    89 			{
       
    90 			text=r_error_res_etel_phone_off;				// -2017
       
    91 			},
       
    92 		SINGLE_ERROR
       
    93 			{
       
    94 			flags=EErrorResPanicErrorFlag;					// -2018
       
    95 			}
       
    96 		};
       
    97 	}
       
    98 
       
    99 RESOURCE TBUF r_error_res_etel_call_dropped			{ buf="Problem communicating with receiving device. Call was unexpectedly dropped"; }
       
   100 RESOURCE TBUF r_error_res_etel_number_busy			{ buf="Phone number is busy. Wait before trying again"; }
       
   101 RESOURCE TBUF r_error_res_etel_call_not_answered	{ buf="Call was not answered"; }
       
   102 RESOURCE TBUF r_error_res_etel_phone_off			{ buf="Phone is turned off or not ready. Check phone and try again"; }