os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/data/irerr.ra
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 RESOURCE ARRAY r_error_res_ir_errors_1
24 text=r_error_res_ir_no_device_found; // -5501 KErrIrObexClientNoDevicesFound
28 text=r_error_res_ir_other_device_stupid; // -5502
32 text=r_error_res_ir_other_device_aborted; // -5503
37 RESOURCE ARRAY r_error_res_ir_errors_2
43 text=r_error_res_ir_other_device_aborted; // -5507
47 text=r_error_res_ir_unknown_data; // -5508
51 text=r_error_res_ir_receive_failed_oom; // -5509
55 text=r_error_res_ir_other_device_stupid; // -5510
59 text=r_error_res_ir_other_device_no_multi; // -5511
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; }