24
|
1 |
// Copyright (c) 1997-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 |
@file csderr.rls
|
|
18 |
*/
|
|
19 |
|
|
20 |
#ifndef __CSDERR_RLS__
|
|
21 |
#define __CSDERR_RLS__
|
|
22 |
|
|
23 |
rls_string STRING_r_err_g_csd_exit_no_modem "No response from phone. Ensure phone is switched on."
|
|
24 |
rls_string STRING_r_err_g_csd_exit_modem_error "Problem communicating with Internet service's modem."
|
|
25 |
rls_string STRING_r_err_g_csd_exit_login_fail "Internet username or password is incorrect."
|
|
26 |
rls_string STRING_r_err_g_csd_exit_script_timeout "Internet service login script timed out. Internet service login script may be incorrect."
|
|
27 |
rls_string STRING_r_err_g_csd_exit_script_error "Problem with Internet service login script. Internet service login script may be incorrect."
|
|
28 |
rls_string STRING_r_err_g_csd_database_default_undefined "No Default Internet Access Point is defined."
|
|
29 |
rls_string STRING_r_err_g_csd_database_type_unknown "The Internet access settings are not recognised."
|
|
30 |
rls_string STRING_r_err_g_csd_database_not_found "No Internet access details found."
|
|
31 |
rls_string STRING_r_err_g_csd_hcsd_not_supported "High speed (HSCSD) is not supported by the network."
|
|
32 |
|
|
33 |
#endif
|