msgbranched/messaging/email/clientmtms/loc/imcm.loc
branchRCL_3
changeset 22 d2c4c66342f3
parent 21 e5b3a2155e1a
child 23 d51193d814ea
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
     1 /*
       
     2 * Copyright (c) 2002 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:  
       
    15 *     This is a localisation file for imcm.dll
       
    16 *     A .loc file is the one and only place where the logical strings
       
    17 *     to be localised are defined. 
       
    18 * >>>
       
    19 * The text between >>> and <<< is just to document the syntax and
       
    20 * you can remove it if you like.
       
    21 *
       
    22 */
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 // LOCALISATION STRINGS
       
    28 
       
    29 // d: Added in the beginning of the subject line when replying
       
    30 // l: mce_header_field_pane_t1
       
    31 #define qtn_mail_re         "RE: "
       
    32 
       
    33 // d: Added in the beginning of the subject line when forwarding
       
    34 // l: mce_header_field_pane_t1
       
    35 #define qtn_mail_fwd         "FWD: "
       
    36 
       
    37 // d: Text to be inserted into a message when replying
       
    38 // d: Inerted in the beginning of the original message
       
    39 // l: msg_header_pane_t2
       
    40 #define qtn_mail_reply_separator "--- original message ---"
       
    41 
       
    42 // d: Text to be inserted into a message when forwarding
       
    43 // d: Inserted in the beginning of the original message
       
    44 // l: msg_header_pane_t2
       
    45 #define qtn_mail_forward_separator "--- original message ---"
       
    46 
       
    47 // d: Text to be inserted into a message when forwarding or replying
       
    48 // d: Inserted in the beginning of the original message
       
    49 // l: msg_header_pane_t2
       
    50 #define qtn_mail_copy_subject "Subject:"
       
    51 
       
    52 // d: Text to be inserted into a message when forwarding or replying
       
    53 // d: Inserted in the beginning of the original message
       
    54 // l: msg_header_pane_t2
       
    55 #define qtn_mail_copy_sender "Sender:"
       
    56 
       
    57 // d: Text to be inserted into a message when forwarding or replying
       
    58 // d: Inserted in the beginning of the original message
       
    59 // l: msg_header_pane_t2
       
    60 #define qtn_mail_copy_date "Date:"
       
    61 
       
    62 // d: Text to be inserted into a message body if part of message body is filtered out
       
    63 // l:none
       
    64 #define qtn_mail_rest_of_mail_not_fetched "- - - Retrieve total mail selecting Retrieve from Options list. - - -"
       
    65 
       
    66 // End of File