diff -r 000000000000 -r 72b543305e3a messagingappbase/mce/group/MceLogEng.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingappbase/mce/group/MceLogEng.rss Thu Dec 17 08:44:11 2009 +0200 @@ -0,0 +1,87 @@ +/* +* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* Resource file for the application Logs engine DLL. +* +*/ + + + +// RESOURCE IDENTIFIER + +NAME CMLE // From Series 60 Logs Engine + +// INCLUDES + +#include +#include + +#include // Mce Log Engine DLL's localisation file + +// RESOURCE DEFINITIONS + +/** + * Standard resource signature. + */ +RESOURCE RSS_SIGNATURE { } + +/** + * DR view status pending text + */ +RESOURCE TBUF r_mce_log_eng_pending_text + { + buf = qtn_mce_dr_pending; + } + +/** + * DR view status delivered text + */ +RESOURCE TBUF r_mce_log_eng_delivered_text + { + buf = qtn_mce_dr_delivered; + } + +/** + * DR view status failed text + */ +RESOURCE TBUF r_mce_log_eng_failed_text + { + buf = qtn_mce_dr_failed; + } + +/** + * DR view status failed text + */ +RESOURCE TBUF r_mce_log_eng_concatenated_text + { + buf = qtn_mce_dr_concatenation; + } + +/** + * Clear list options menu text + */ +RESOURCE TBUF r_mce_reports_clear + { + buf = qtn_mce_reports_clear; + } + +/** + * DR view status read text + */ +RESOURCE TBUF r_mce_log_eng_read_text + { + buf = qtn_mce_dr_read; + } + +// End of File