commonservices/commonengineresources/data/newmmserr.ra
changeset 0 4e1aa6a622a0
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 *	New MMS errors.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 RESOURCE ARRAY r_error_res_new_mms_errors
       
    21     {
       
    22     items=
       
    23         {
       
    24 	SINGLE_ERROR    // KMmsErrorProtectedContent // -32150
       
    25             {		
       
    26 	    text = r_new_mms_unable_to_send_protected_error;
       
    27 	    },
       
    28 
       
    29 	SINGLE_ERROR    // KMmsErrorUnregisteredApplication // -32151
       
    30             {		
       
    31 	    text = r_new_mms_unregistered_app_error;
       
    32 	    },
       
    33 
       
    34 	SINGLE_ERROR    // KMmsErrorApplicationDiskFull // -32152
       
    35             {		
       
    36 	    text = r_error_res_disk_full;
       
    37 	    }
       
    38 	};
       
    39     }
       
    40 
       
    41 
       
    42 RESOURCE TBUF r_new_mms_unable_to_send_protected_error { buf = qtn_err_mms_unable_to_send_protected; }   
       
    43    
       
    44 
       
    45 // End of File