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_network_errors |
|
21 { |
|
22 items= |
|
23 { |
|
24 SINGLE_ERROR |
|
25 { |
|
26 flags=ETextResolverBlankErrorFlag; // -3001 |
|
27 }, |
|
28 SINGLE_ERROR |
|
29 { |
|
30 text=r_error_res_net_modem_error; // -3002 |
|
31 }, |
|
32 SINGLE_ERROR |
|
33 { |
|
34 text=r_error_res_net_login_fail; // -3003 |
|
35 }, |
|
36 SINGLE_ERROR |
|
37 { |
|
38 text=r_error_res_net_script_timeout; // -3004 |
|
39 }, |
|
40 SINGLE_ERROR |
|
41 { |
|
42 text=r_error_res_net_script_error; // -3005 |
|
43 } |
|
44 }; |
|
45 } |
|
46 |
|
47 |
|
48 RESOURCE TBUF r_error_res_net_no_modem { buf=qtn_err_net_no_modem; } |
|
49 RESOURCE TBUF r_error_res_net_modem_error { buf=qtn_err_net_modem_error; } |
|
50 RESOURCE TBUF r_error_res_net_login_fail { buf=qtn_err_net_login_fail; } |
|
51 RESOURCE TBUF r_error_res_net_script_timeout { buf=qtn_err_net_script_timeout; } |
|
52 RESOURCE TBUF r_error_res_net_script_error { buf=qtn_err_net_script_error; } |
|
53 RESOURCE TBUF r_error_res_net_no_iap { buf=qtn_err_net_no_iap; } |
|
54 |
|
55 RESOURCE TBUF r_error_res_modem_init { buf=qtn_err_modem_init; } |
|
56 |
|
57 // End of File |