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