diff -r ebe688cedc25 -r 7fdbb852d323 email/mail/PluginSrc/MailPlainView/MailPlainView.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/email/mail/PluginSrc/MailPlainView/MailPlainView.rss Wed Sep 01 12:31:54 2010 +0100 @@ -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 +#include + +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 + +