44
|
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 |
|
|
17 |
|
|
18 |
RESOURCE ARRAY r_error_res_tcpip_errors
|
|
19 |
{
|
|
20 |
items=
|
|
21 |
{
|
|
22 |
SINGLE_ERROR
|
|
23 |
{
|
|
24 |
text=r_error_res_tcp_authentication_fail; // -3050
|
|
25 |
},
|
|
26 |
SINGLE_ERROR
|
|
27 |
{
|
|
28 |
text=r_error_res_tcp_authentication_not_secure; // -3051
|
|
29 |
},
|
|
30 |
SINGLE_ERROR
|
|
31 |
{
|
|
32 |
text=r_error_res_tcp_disabled_account; // -3052
|
|
33 |
},
|
|
34 |
SINGLE_ERROR
|
|
35 |
{
|
|
36 |
text=r_error_res_tcp_logon_hours; // -3053
|
|
37 |
},
|
|
38 |
SINGLE_ERROR
|
|
39 |
{
|
|
40 |
text=r_error_res_tcp_password_expired; // -3054
|
|
41 |
},
|
|
42 |
SINGLE_ERROR
|
|
43 |
{
|
|
44 |
text=r_error_res_tcp_dial_in_permission; // -3055
|
|
45 |
},
|
|
46 |
SINGLE_ERROR
|
|
47 |
{
|
|
48 |
text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;
|
|
49 |
},
|
|
50 |
SINGLE_ERROR
|
|
51 |
{
|
|
52 |
text=r_error_res_tcp_no_call_back; // -3057
|
|
53 |
},
|
|
54 |
SINGLE_ERROR
|
|
55 |
{
|
|
56 |
text=r_error_res_tcp_no_server; // -3058
|
|
57 |
},
|
|
58 |
SINGLE_ERROR
|
|
59 |
{
|
|
60 |
text=r_error_res_tcp_bad_line; // -3059
|
|
61 |
}
|
|
62 |
};
|
|
63 |
}
|
|
64 |
|
|
65 |
RESOURCE TBUF r_error_res_tcp_authentication_fail { buf=qtn_err_tcp_authentication_fail; }
|
|
66 |
RESOURCE TBUF r_error_res_tcp_authentication_not_secure { buf=qtn_err_tcp_auth_not_secure; }
|
|
67 |
RESOURCE TBUF r_error_res_tcp_disabled_account { buf=qtn_err_tcp_disabled_account; }
|
|
68 |
RESOURCE TBUF r_error_res_tcp_logon_hours { buf=qtn_err_tcp_logon_hours; }
|
|
69 |
RESOURCE TBUF r_error_res_tcp_password_expired { buf=qtn_err_tcp_password_expired; }
|
|
70 |
RESOURCE TBUF r_error_res_tcp_dial_in_permission { buf=qtn_err_tcp_dial_in_permission; }
|
|
71 |
RESOURCE TBUF r_error_res_tcp_no_call_back { buf=qtn_err_tcp_no_call_back; }
|
|
72 |
RESOURCE TBUF r_error_res_tcp_no_server { buf=qtn_err_tcp_no_server; }
|
|
73 |
RESOURCE TBUF r_error_res_tcp_bad_line { buf=qtn_err_tcp_bad_line; }
|
|
74 |
|
|
75 |
|
|
76 |
// General internet connection error
|
|
77 |
RESOURCE ARRAY r_error_res_gen_conn_errs
|
|
78 |
{
|
|
79 |
items=
|
|
80 |
{
|
|
81 |
SINGLE_ERROR
|
|
82 |
{
|
|
83 |
text=r_error_res_gen_conn_err;
|
|
84 |
},
|
|
85 |
SINGLE_ERROR
|
|
86 |
{
|
|
87 |
text=r_error_res_mail_conn_err;
|
|
88 |
}
|
|
89 |
};
|
|
90 |
}
|
|
91 |
|
|
92 |
|
|
93 |
RESOURCE TBUF r_error_res_gen_conn_err { buf=qtn_err_gen_conn; }
|
|
94 |
RESOURCE TBUF r_error_res_mail_conn_err { buf=qtn_err_mail_con_fail; }
|
|
95 |
|
|
96 |
// End of File
|