email/mail/PluginSrc/MailPlainView/MailPlainView.rss
changeset 0 72b543305e3a
child 1 d09ac5c1e252
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/email/mail/PluginSrc/MailPlainView/MailPlainView.rss	Thu Dec 17 08:44:11 2009 +0200
@@ -0,0 +1,79 @@
+/*
+* 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
+
+