messagingappbase/mce/group/MceLogEng.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 15 Sep 2010 12:08:45 +0300
branchRCL_3
changeset 71 17302fa075e1
parent 0 72b543305e3a
permissions -rw-r--r--
Revision: 201035 Kit: 201036

/*
* 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 <eikon.rh>
#include <eikon.rsg>

#include <mcelogeng.loc>  // 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