email/mail/PluginSrc/MailPlainView/MailPlainView.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 21:25:02 +0300
branchRCL_3
changeset 14 c6838af47512
parent 1 d09ac5c1e252
permissions -rw-r--r--
Revision: 201011 Kit: 201013

/*
* Copyright (c) 2002-2005 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 plain view plugin
*
*/



//  RESOURCE IDENTIFIER
NAME    MPVW

//  INCLUDES
#include <msgmaileditor.loc>
#include <eikon.rh>

RESOURCE RSS_SIGNATURE { }

//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
//   
// r_qtn_mail_rest_of_mail_not_fetched
// Body text for partially fetched message
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_mail_rest_of_mail_not_fetched
    {
    buf = qtn_mail_rest_of_mail_not_fetched;
    }
    
// ------------------------------------------------------------------------------   
//    r_error_in_html_conversion
//
//    Text in information note when there has been an 
//    error in HTML conversion.
// ------------------------------------------------------------------------------
//
RESOURCE TBUF r_error_in_html_info_msg { buf = qtn_mail_info_msg_conversion; }

// ------------------------------------------------------------------------------   
//    r_error_in_html_conversion_text
//
//    Text appended to a message when there has been an 
//    error in HTML conversion.
// ------------------------------------------------------------------------------
//
RESOURCE TBUF r_error_in_html_text { buf = qtn_mail_error_conversion; }

// ------------------------------------------------------------------------------   
//    R_MAIL_VIEWER_HTML_ERROR_DLG
//
//    Note displayed when HTML conversion has failed
// ------------------------------------------------------------------------------
RESOURCE TBUF r_mail_viewer_html_error_dlg_text
    { buf = qtn_mail_info_msg_conversion; }

// ------------------------------------------------------------------------------   
//    R_MAIL_VIEWER_HTML_CORRUPTED_NOTE
//
//    Note displayed when HTML conversion has failed
// ------------------------------------------------------------------------------
RESOURCE TBUF r_mail_viewer_html_corrupted_note_text
    { buf = qtn_mail_info_msg_corrupted; }
    
            
// End of File