email/mail/group/MsgMailUtils.rss
branchRCL_3
changeset 60 7fdbb852d323
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     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 file contains all the resources for the module.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    CAMU // From Mail Utils
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <avkon.loc>
       
    26 #include <eikon.rh>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.rsg>
       
    29 #include <msgmaileditor.loc>
       
    30 
       
    31 
       
    32 //  RESOURCE DEFINITIONS 
       
    33 
       
    34 //----------------------------------------------------
       
    35 //   Standard resource signature.
       
    36 //----------------------------------------------------
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 
       
    39 RESOURCE TBUF r_text_mail_utils_replyatta_begin 
       
    40     {buf = qtn_mail_replyatta_begin; }
       
    41 
       
    42 RESOURCE TBUF r_text_mail_utils_replyatta_end 
       
    43     {buf = qtn_mail_replyatta_end; }
       
    44 
       
    45 RESOURCE TBUF r_text_mail_utils_replyatta_attach 
       
    46     {buf = qtn_mail_replyatta_attach; }
       
    47 
       
    48 RESOURCE TBUF r_text_mail_out_of_memory 
       
    49     {buf = qtn_memlo_not_enough_memory; }
       
    50 
       
    51 RESOURCE TBUF r_mail_replyatta 
       
    52     {buf = qtn_mail_replyatta_begin"%U"qtn_mail_replyatta_end;}
       
    53 
       
    54 RESOURCE TBUF r_mail_address_format_string 
       
    55     {buf = "%0U <%1U>";}
       
    56 
       
    57 // Characters that are not allowed in email address
       
    58 RESOURCE ARRAY r_mail_banned_chars
       
    59 {
       
    60     items = 
       
    61     {
       
    62         LBUF {txt = "<";},
       
    63         LBUF {txt = ">";},
       
    64         LBUF {txt = ";";}
       
    65     };
       
    66 }
       
    67 
       
    68 // -----------------------------------------------------------------------------
       
    69 // r_mail_quest_large_atta_fwd
       
    70 // -----------------------------------------------------------------------------
       
    71 //
       
    72 RESOURCE TBUF r_mail_quest_large_atta_fwd
       
    73     {
       
    74     buf = qtn_mail_quest_large_atta_fwd;
       
    75     }
       
    76 
       
    77 // ------------------------------------------------------------------------------   
       
    78 //    R_MAIL_YES_NO_QUERY_DLG
       
    79 //    General Confirmation query.
       
    80 // ------------------------------------------------------------------------------
       
    81 RESOURCE DIALOG r_mail_yes_no_query_dlg
       
    82     {
       
    83     flags=EGeneralQueryFlags;
       
    84     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
    85     items=
       
    86         {
       
    87         DLG_LINE
       
    88             {
       
    89             type=EAknCtQuery;
       
    90             id=EGeneralQuery;
       
    91             control = AVKON_CONFIRMATION_QUERY 
       
    92                 { 
       
    93                     layout = EConfirmationLayout;
       
    94                     label = "";
       
    95                     animation = R_QGN_NOTE_QUERY_ANIM;
       
    96                 };
       
    97             }
       
    98         };
       
    99     }    
       
   100 // -----------------------------------------------------------------------------
       
   101 // r_mail_quest_fetch_atta_fwd
       
   102 // -----------------------------------------------------------------------------
       
   103 //    
       
   104 RESOURCE TBUF r_mail_quest_fetch_atta_fwd
       
   105     {
       
   106     buf = qtn_mail_quest_fetch_atta_fwd;
       
   107     }    
       
   108 
       
   109 // -----------------------------------------------------------------------------
       
   110 // r_mail_quest_fetch_atta_fwd
       
   111 // -----------------------------------------------------------------------------
       
   112 //     
       
   113 RESOURCE TBUF r_mail_quest_fetch_attachment
       
   114     {
       
   115     buf = qtn_mail_quest_fetch_attachment;
       
   116     }   
       
   117     
       
   118 // ------------------------------------------------------------------------------   
       
   119 //    R_MAIL_LARGE_ATTA_QUERY
       
   120 //
       
   121 //    Confirmation query displayed when large 
       
   122 //    attachment will be fetched
       
   123 // ------------------------------------------------------------------------------
       
   124 RESOURCE TBUF r_mail_large_atta_query
       
   125     { 
       
   126     buf = qtn_mail_quest_large_atta_size; 
       
   127     }
       
   128 
       
   129 // -----------------------------------------------------------------------------
       
   130 // r_qtn_mail_info_html_attach
       
   131 // -----------------------------------------------------------------------------
       
   132 //    
       
   133 RESOURCE TBUF r_qtn_mail_info_html_attach
       
   134     {
       
   135     buf = qtn_mail_info_html_attach;
       
   136     }    
       
   137 // End of File