|
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 #include <errors/generic/csderr.rls> |
|
17 |
|
18 RESOURCE ARRAY r_error_res_csd_errors |
|
19 { |
|
20 items= |
|
21 { |
|
22 SINGLE_ERROR |
|
23 { |
|
24 text=r_err_g_csd_exit_no_modem; // -3001 |
|
25 }, |
|
26 SINGLE_ERROR |
|
27 { |
|
28 text=r_err_g_csd_exit_modem_error; // -3002 |
|
29 }, |
|
30 SINGLE_ERROR |
|
31 { |
|
32 text=r_err_g_csd_exit_login_fail; // -3003 |
|
33 }, |
|
34 SINGLE_ERROR |
|
35 { |
|
36 text=r_err_g_csd_exit_script_timeout; // -3004 |
|
37 }, |
|
38 SINGLE_ERROR |
|
39 { |
|
40 text=r_err_g_csd_exit_script_error; // -3005 |
|
41 }, |
|
42 SINGLE_ERROR |
|
43 { |
|
44 text=r_err_g_csd_database_default_undefined; // -3006 |
|
45 }, |
|
46 SINGLE_ERROR |
|
47 { |
|
48 text=r_err_g_csd_database_type_unknown; // -3007 |
|
49 }, |
|
50 SINGLE_ERROR |
|
51 { |
|
52 text=r_err_g_csd_database_not_found; // -3008 |
|
53 }, |
|
54 SINGLE_ERROR |
|
55 { |
|
56 text=r_err_g_csd_hcsd_not_supported; // -3009 |
|
57 } |
|
58 }; |
|
59 } |
|
60 |
|
61 RESOURCE TBUF r_err_g_csd_exit_no_modem { buf=STRING_r_err_g_csd_exit_no_modem;} |
|
62 RESOURCE TBUF r_err_g_csd_exit_modem_error { buf=STRING_r_err_g_csd_exit_modem_error;} |
|
63 RESOURCE TBUF r_err_g_csd_exit_login_fail { buf=STRING_r_err_g_csd_exit_login_fail;} |
|
64 RESOURCE TBUF r_err_g_csd_exit_script_timeout { buf=STRING_r_err_g_csd_exit_script_timeout;} |
|
65 RESOURCE TBUF r_err_g_csd_exit_script_error { buf=STRING_r_err_g_csd_exit_script_error;} |
|
66 RESOURCE TBUF r_err_g_csd_database_default_undefined { buf=STRING_r_err_g_csd_database_default_undefined;} |
|
67 RESOURCE TBUF r_err_g_csd_database_type_unknown { buf=STRING_r_err_g_csd_database_type_unknown;} |
|
68 RESOURCE TBUF r_err_g_csd_database_not_found { buf=STRING_r_err_g_csd_database_not_found;} |
|
69 RESOURCE TBUF r_err_g_csd_hcsd_not_supported { buf=STRING_r_err_g_csd_hcsd_not_supported;} |