1 // Copyright (c) 2000-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.
22 #include <errors/generic/irerr.rls>
23 RESOURCE ARRAY r_error_res_ir_errors_1
29 text=r_error_res_ir_no_device_found; // -5501 KErrIrObexClientNoDevicesFound
33 text=r_error_res_ir_other_device_stupid; // -5502
37 text=r_error_res_ir_other_device_aborted; // -5503
42 RESOURCE ARRAY r_error_res_ir_errors_2
48 text=r_error_res_ir_other_device_aborted; // -5507
52 text=r_error_res_ir_unknown_data; // -5508
56 text=r_error_res_ir_receive_failed_oom; // -5509
60 text=r_error_res_ir_other_device_stupid; // -5510
64 text=r_error_res_ir_other_device_no_multi; // -5511
69 RESOURCE TBUF r_error_res_ir_no_device_found { buf=STRING_r_error_res_ir_no_device_found ; }
70 RESOURCE TBUF r_error_res_ir_other_device_stupid { buf=STRING_r_error_res_ir_other_device_stupid; }
71 RESOURCE TBUF r_error_res_ir_other_device_aborted { buf=STRING_r_error_res_ir_other_device_aborted; }
72 RESOURCE TBUF r_error_res_ir_unknown_data { buf=STRING_r_error_res_ir_unknown_data ; }
73 RESOURCE TBUF r_error_res_ir_receive_failed_oom { buf=STRING_r_error_res_ir_receive_failed_oom ; }
74 RESOURCE TBUF r_error_res_ir_other_device_no_multi { buf=STRING_r_error_res_ir_other_device_no_multi; }