os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/data/newmmserr.ra
Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 RESOURCE ARRAY r_error_res_new_mms_errors
22 SINGLE_ERROR // KMmsErrorProtectedContent // -32150
24 text = r_new_mms_unable_to_send_protected_error;
27 SINGLE_ERROR // KMmsErrorUnregisteredApplication // -32151
29 text = r_new_mms_unregistered_app_error;
32 SINGLE_ERROR // KMmsErrorApplicationDiskFull // -32152
34 text = r_error_res_disk_full;
40 RESOURCE TBUF r_new_mms_unable_to_send_protected_error { buf = qtn_err_mms_unable_to_send_protected; }