msgbranched/messaging/email/clientmtms/group/imcm.rls
branchRCL_3
changeset 22 d2c4c66342f3
parent 21 e5b3a2155e1a
child 23 d51193d814ea
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
     1 /*
       
     2 * Copyright (c) 2004-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:  imcm.rls*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 rls_string STRING_forward_formatting_string1 "Fwd: %S" 
       
    20 rls_string STRING_reply_formatting_string1 "Re: %S" 
       
    21 rls_string STRING_receipt_formatting_string1 "Receipt of message: %S" 
       
    22 rls_string STRING_email_address_formatting_string1 "\"%S\" <%S>" 
       
    23 rls_string STRING_forward_body_header1 <0x2029><0x2029>"_______________ Forward Header _______________"<0x2029> // Header used in Body for Forwarded message
       
    24 rls_string STRING_forward_body_header2 "Subject:"<0x0009>"%S"<0x2029> 
       
    25 rls_string STRING_forward_body_header3 "Author:"<0x0009>"%S"<0x2029> 
       
    26 rls_string STRING_forward_body_header4 "Date:"<0x0009><0x0009>"%S"<0x2029> 
       
    27 rls_string STRING_forward_body_header5 "To:"<0x0009><0x0009>"%S"<0x2029> 
       
    28 rls_string STRING_forward_body_header6 "CC:"<0x0009><0x0009>"%S"<0x2029> 
       
    29 rls_string STRING_reply_body_header1 <0x2029><0x2029>"________________ Reply Header ________________"<0x2029> // Header used in Body for Replied message
       
    30 rls_string STRING_reply_body_header2 "Subject:"<0x0009>"%S"<0x2029> 
       
    31 rls_string STRING_reply_body_header3 "Author:"<0x0009>"%S"<0x2029> 
       
    32 rls_string STRING_reply_body_header4 "Date:"<0x0009><0x0009>"%S"<0x2029> 
       
    33 rls_string STRING_reply_body_header5 "To:"<0x0009><0x0009>"%S"<0x2029> 
       
    34 rls_string STRING_reply_body_header6 "CC:"<0x0009><0x0009>"%S"<0x2029> 
       
    35 rls_string STRING_body_header1 <0x2029><0x2029>"_______________ Message Header _______________"<0x2029> // Header used in Body for message
       
    36 rls_string STRING_body_header2 "Subject:"<0x0009>"%S"<0x2029> 
       
    37 rls_string STRING_body_header3 "Author:"<0x0009>"%S"<0x2029> 
       
    38 rls_string STRING_body_header4 "Recipient:"<0x0009>"%S"<0x2029> 
       
    39 rls_string STRING_body_header5 "Date:"<0x0009><0x0009>"%S"<0x2029> 
       
    40 rls_string STRING_removed_attachment_tag1 "Attachment not available : " 
       
    41 rls_string STRING_retained_attachment_tag1 "Attached file : " 
       
    42 rls_string STRING_default_attachment_name1 "Attachment" 
       
    43 rls_string STRING_product_name1 "EPOC Email Version 2.10" 
       
    44 rls_string STRING_timeout_dialog_title1 "Remote mailbox closed automatically" 
       
    45 rls_string STRING_timeout_dialog_text1 "Remote mailbox has been idle for specified time" 
       
    46 rls_string STRING_default_vcard_name1 "vcard" 
       
    47 rls_string STRING_body_header_datetime_format "%D%X%N%Y%1 %2 %3 %-B%:0%J%:1%T%:3%+B" // DateTime format used in forward/reply body header. This string is substituted in the %s paramter in STRING_forward_body_header4 and STRING_reply_body_header4.
       
    48 rls_string STRING_partial_download_footer_message "This message has not been fully downloaded. There is still %d KB of text to be retrieved."
       
    49 rls_string STRING_default_system_charset "ISO-8859-1"