telephonyserver/etelserverandcore/INC/etelerr.ra
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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 #include <errors/generic/etelerr.rls>
       
    17 
       
    18 RESOURCE ARRAY r_error_res_etel_errors
       
    19 	{
       
    20 	items=
       
    21 		{
       
    22 		SINGLE_ERROR
       
    23 			{
       
    24 			flags=EErrorResPanicErrorFlag;					// -2000
       
    25 			},
       
    26 		SINGLE_ERROR
       
    27 			{
       
    28 			flags=EErrorResPanicErrorFlag;					// -2001
       
    29 			},
       
    30 		SINGLE_ERROR
       
    31 			{
       
    32 			flags=EErrorResPanicErrorFlag;					// -2002
       
    33 			},
       
    34 		SINGLE_ERROR
       
    35 			{
       
    36 			text=r_error_res_etel_call_dropped;				// -2003
       
    37 			},
       
    38 		SINGLE_ERROR
       
    39 			{
       
    40 			text=r_error_res_etel_number_busy;				// -2004
       
    41 			},
       
    42 		SINGLE_ERROR
       
    43 			{
       
    44 			flags=EErrorResPanicErrorFlag;					// -2005
       
    45 			},
       
    46 		SINGLE_ERROR
       
    47 			{
       
    48 			text= r_error_res_etel_phone_off;				// -2006
       
    49 			},
       
    50 		SINGLE_ERROR
       
    51 			{
       
    52 			flags=EErrorResPanicErrorFlag;					// -2007
       
    53 			},
       
    54 		SINGLE_ERROR
       
    55 			{
       
    56 			text=r_error_res_etel_call_not_answered;		// -2008
       
    57 			},
       
    58 		SINGLE_ERROR
       
    59 			{
       
    60 			flags=EErrorResPanicErrorFlag;					// -2009
       
    61 			},
       
    62 		SINGLE_ERROR
       
    63 			{
       
    64 			flags=EErrorResPanicErrorFlag;					// -2010
       
    65 			},
       
    66 		SINGLE_ERROR
       
    67 			{
       
    68 			flags=EErrorResPanicErrorFlag;					// -2011
       
    69 			},
       
    70 		SINGLE_ERROR
       
    71 			{
       
    72 			flags=EErrorResPanicErrorFlag;					// -2012
       
    73 			},
       
    74 		SINGLE_ERROR
       
    75 			{
       
    76 			flags=EErrorResPanicErrorFlag;					// -2013
       
    77 			},
       
    78 		SINGLE_ERROR
       
    79 			{
       
    80 			flags=EErrorResPanicErrorFlag;					// -2014
       
    81 			},
       
    82 		SINGLE_ERROR
       
    83 			{
       
    84 			flags=EErrorResPanicErrorFlag;					// -2015
       
    85 			},
       
    86 		SINGLE_ERROR
       
    87 			{
       
    88 			flags=EErrorResPanicErrorFlag;					// -2016
       
    89 			},
       
    90 		SINGLE_ERROR
       
    91 			{
       
    92 			text=r_error_res_etel_phone_off;				// -2017
       
    93 			},
       
    94 		SINGLE_ERROR
       
    95 			{
       
    96 			flags=EErrorResPanicErrorFlag;					// -2018
       
    97 			}
       
    98 		};
       
    99 	}
       
   100 
       
   101 RESOURCE TBUF r_error_res_etel_call_dropped			{ buf=STRING_r_error_res_etel_call_dropped		; }
       
   102 RESOURCE TBUF r_error_res_etel_number_busy			{ buf=STRING_r_error_res_etel_number_busy		; }
       
   103 RESOURCE TBUF r_error_res_etel_call_not_answered	{ buf=STRING_r_error_res_etel_call_not_answered; }
       
   104 RESOURCE TBUF r_error_res_etel_phone_off			{ buf=STRING_r_error_res_etel_phone_off		; }