71
|
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_msg_server_errors
|
|
19 |
{
|
|
20 |
items=
|
|
21 |
{
|
|
22 |
SINGLE_ERROR
|
|
23 |
{
|
|
24 |
text=r_KMsvMediaUnavailable; // -7000
|
|
25 |
},
|
|
26 |
SINGLE_ERROR
|
|
27 |
{
|
|
28 |
text=r_KMsvMediaIncorrect; // -7001
|
|
29 |
},
|
|
30 |
SINGLE_ERROR
|
|
31 |
{
|
|
32 |
text=r_KMsvMediaChanged; // -7002
|
|
33 |
},
|
|
34 |
SINGLE_ERROR
|
|
35 |
{
|
|
36 |
text=r_KMsvIndexBackupRestore ; // -7003
|
|
37 |
},
|
|
38 |
SINGLE_ERROR
|
|
39 |
{
|
|
40 |
text=r_KMsvIndexBackupRestore ; // -7004
|
|
41 |
},
|
|
42 |
SINGLE_ERROR
|
|
43 |
{
|
|
44 |
text=r_KMsvMessageDeleted; // -7005
|
|
45 |
},
|
|
46 |
SINGLE_ERROR
|
|
47 |
{
|
|
48 |
text= r_KMsvMtmDeinstalled; // -7006
|
|
49 |
},
|
|
50 |
SINGLE_ERROR
|
|
51 |
{
|
|
52 |
text=r_KMsvStartupFailed; // -7007
|
|
53 |
},
|
|
54 |
SINGLE_ERROR
|
|
55 |
{
|
|
56 |
text=r_KMsvServerTerminated; // -7008
|
|
57 |
}
|
|
58 |
};
|
|
59 |
}
|
|
60 |
|
|
61 |
RESOURCE TBUF r_KMsvMediaUnavailable { buf = qtn_err_g_msg_no_disk; }
|
|
62 |
RESOURCE TBUF r_KMsvMediaIncorrect { buf = qtn_err_g_msg_wrong_disk; }
|
|
63 |
RESOURCE TBUF r_KMsvMediaChanged { buf = qtn_err_g_msg_inv_disk; }
|
|
64 |
RESOURCE TBUF r_KMsvIndexBackupRestore { buf = qtn_err_backup_restore; }
|
|
65 |
RESOURCE TBUF r_KMsvMessageDeleted { buf = qtn_err_message_deleted; }
|
|
66 |
RESOURCE TBUF r_KMsvMtmDeinstalled { buf = qtn_err_mtm_uninstalled; }
|
|
67 |
RESOURCE TBUF r_KMsvStartupFailed { buf = qtn_err_ms_startup_fail; }
|
|
68 |
RESOURCE TBUF r_KMsvServerTerminated { buf =qtn_err_ms_terminated; }
|
|
69 |
|
|
70 |
// End of File
|