equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 RESOURCE ARRAY r_error_res_ir_errors_1 |
|
21 { |
|
22 items= |
|
23 { |
|
24 SINGLE_ERROR |
|
25 { |
|
26 text=r_error_res_ir_no_device_found; // -5501 KErrIrObexClientNoDevicesFound |
|
27 }, |
|
28 SINGLE_ERROR |
|
29 { |
|
30 text=r_error_res_ir_other_device_stupid; // -5502 |
|
31 }, |
|
32 SINGLE_ERROR |
|
33 { |
|
34 text=r_error_res_ir_other_device_aborted; // -5503 |
|
35 } |
|
36 }; |
|
37 } |
|
38 |
|
39 RESOURCE ARRAY r_error_res_ir_errors_2 |
|
40 { |
|
41 items= |
|
42 { |
|
43 SINGLE_ERROR |
|
44 { |
|
45 text=r_error_res_ir_other_device_aborted; // -5507 |
|
46 }, |
|
47 SINGLE_ERROR |
|
48 { |
|
49 text=r_error_res_ir_unknown_data; // -5508 |
|
50 }, |
|
51 SINGLE_ERROR |
|
52 { |
|
53 text=r_error_res_ir_receive_failed_oom; // -5509 |
|
54 }, |
|
55 SINGLE_ERROR |
|
56 { |
|
57 text=r_error_res_ir_other_device_stupid; // -5510 |
|
58 }, |
|
59 SINGLE_ERROR |
|
60 { |
|
61 text=r_error_res_ir_other_device_no_multi; // -5511 |
|
62 } |
|
63 }; |
|
64 } |
|
65 |
|
66 RESOURCE TBUF r_error_res_ir_no_device_found { buf=qtn_err_ir_no_device_found; } |
|
67 RESOURCE TBUF r_error_res_ir_other_device_stupid { buf=qtn_err_ir_dev_not_understand; } |
|
68 RESOURCE TBUF r_error_res_ir_other_device_aborted { buf=qtn_err_ir_device_aborted; } |
|
69 RESOURCE TBUF r_error_res_ir_unknown_data { buf=qtn_err_ir_not_understand_data; } |
|
70 RESOURCE TBUF r_error_res_ir_receive_failed_oom { buf=qtn_err_ir_receive_failed_oom; } |
|
71 RESOURCE TBUF r_error_res_ir_other_device_no_multi { buf=qtn_err_ir_device_no_multiple; } |
|
72 |
|
73 // End of File |