os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/data/irerr.ra
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-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 
    17 
    18 RESOURCE ARRAY r_error_res_ir_errors_1
    19 	{
    20 	items=
    21 		{
    22 		SINGLE_ERROR
    23 			{
    24 			text=r_error_res_ir_no_device_found;		// -5501 KErrIrObexClientNoDevicesFound
    25 			},
    26 		SINGLE_ERROR
    27 			{
    28 			text=r_error_res_ir_other_device_stupid;	// -5502
    29 			},
    30 		SINGLE_ERROR
    31 			{
    32 			text=r_error_res_ir_other_device_aborted;	// -5503
    33 			}
    34 		};
    35 	}
    36 
    37 RESOURCE ARRAY r_error_res_ir_errors_2
    38 	{
    39 	items=
    40 		{
    41 		SINGLE_ERROR
    42 			{
    43 			text=r_error_res_ir_other_device_aborted;	// -5507
    44 			},
    45 		SINGLE_ERROR
    46 			{
    47 			text=r_error_res_ir_unknown_data;			// -5508
    48 			},
    49 		SINGLE_ERROR
    50 			{
    51 			text=r_error_res_ir_receive_failed_oom;		// -5509
    52 			},
    53 		SINGLE_ERROR
    54 			{
    55 			text=r_error_res_ir_other_device_stupid;	// -5510
    56 			},
    57 		SINGLE_ERROR
    58 			{
    59 			text=r_error_res_ir_other_device_no_multi;	// -5511
    60 			}
    61 		};
    62 	}
    63 
    64 RESOURCE TBUF r_error_res_ir_no_device_found		{ buf=qtn_err_ir_no_device_found; }
    65 RESOURCE TBUF r_error_res_ir_other_device_stupid	{ buf=qtn_err_ir_dev_not_understand; }
    66 RESOURCE TBUF r_error_res_ir_other_device_aborted	{ buf=qtn_err_ir_device_aborted; }
    67 RESOURCE TBUF r_error_res_ir_unknown_data			{ buf=qtn_err_ir_not_understand_data; }
    68 RESOURCE TBUF r_error_res_ir_receive_failed_oom		{ buf=qtn_err_ir_receive_failed_oom; }
    69 RESOURCE TBUF r_error_res_ir_other_device_no_multi	{ buf=qtn_err_ir_device_no_multiple; }
    70 
    71 // End of File