email/mail/PluginSrc/MailPlainView/MailPlainView.rss
branchRCL_3
changeset 60 7fdbb852d323
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file for plain view plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    MPVW
       
    22 
       
    23 //  INCLUDES
       
    24 #include <msgmaileditor.loc>
       
    25 #include <eikon.rh>
       
    26 
       
    27 RESOURCE RSS_SIGNATURE { }
       
    28 
       
    29 //  RESOURCE DEFINITIONS 
       
    30 // -----------------------------------------------------------------------------
       
    31 //   
       
    32 // r_qtn_mail_rest_of_mail_not_fetched
       
    33 // Body text for partially fetched message
       
    34 //
       
    35 // -----------------------------------------------------------------------------
       
    36 //
       
    37 RESOURCE TBUF r_qtn_mail_rest_of_mail_not_fetched
       
    38     {
       
    39     buf = qtn_mail_rest_of_mail_not_fetched;
       
    40     }
       
    41     
       
    42 // ------------------------------------------------------------------------------   
       
    43 //    r_error_in_html_conversion
       
    44 //
       
    45 //    Text in information note when there has been an 
       
    46 //    error in HTML conversion.
       
    47 // ------------------------------------------------------------------------------
       
    48 //
       
    49 RESOURCE TBUF r_error_in_html_info_msg { buf = qtn_mail_info_msg_conversion; }
       
    50 
       
    51 // ------------------------------------------------------------------------------   
       
    52 //    r_error_in_html_conversion_text
       
    53 //
       
    54 //    Text appended to a message when there has been an 
       
    55 //    error in HTML conversion.
       
    56 // ------------------------------------------------------------------------------
       
    57 //
       
    58 RESOURCE TBUF r_error_in_html_text { buf = qtn_mail_error_conversion; }
       
    59 
       
    60 // ------------------------------------------------------------------------------   
       
    61 //    R_MAIL_VIEWER_HTML_ERROR_DLG
       
    62 //
       
    63 //    Note displayed when HTML conversion has failed
       
    64 // ------------------------------------------------------------------------------
       
    65 RESOURCE TBUF r_mail_viewer_html_error_dlg_text
       
    66     { buf = qtn_mail_info_msg_conversion; }
       
    67 
       
    68 // ------------------------------------------------------------------------------   
       
    69 //    R_MAIL_VIEWER_HTML_CORRUPTED_NOTE
       
    70 //
       
    71 //    Note displayed when HTML conversion has failed
       
    72 // ------------------------------------------------------------------------------
       
    73 RESOURCE TBUF r_mail_viewer_html_corrupted_note_text
       
    74     { buf = qtn_mail_info_msg_corrupted; }
       
    75     
       
    76             
       
    77 // End of File
       
    78 
       
    79