email/imum/Mtms/Data/Pop3MtmUi.ra
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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: Pop3MtmUi.ra
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //progress
       
    21 
       
    22 RESOURCE TBUF r_pop3_copying_imail_progress			
       
    23     { 
       
    24     buf=qtn_mce_wait_copy; 
       
    25     }
       
    26 RESOURCE TBUF r_pop3_copying_multi_imail_progress	
       
    27     { 
       
    28     buf=qtn_mce_wait_copy_many; 
       
    29     }
       
    30 RESOURCE TBUF r_pop3_deleting_imail_progress_many
       
    31     { 
       
    32     buf=qtn_mce_wait_delete_many; 
       
    33     }
       
    34 RESOURCE TBUF r_pop3_deleting_imail_progress
       
    35     { 
       
    36     buf=qtn_mce_wait_delete; 
       
    37     }
       
    38 
       
    39 RESOURCE TBUF r_pop3_updating_inbox
       
    40     { 
       
    41     buf=qtn_mce_wait_updating_inbox; 
       
    42     }
       
    43 
       
    44 RESOURCE TBUF r_pop3_populating_multiple			
       
    45     { 
       
    46     buf=qtn_mce_progress_fetch_many; 
       
    47     }
       
    48 RESOURCE TBUF r_pop3_populating_single				
       
    49     {
       
    50     buf=qtn_mce_progress_fetch; 
       
    51     }
       
    52 
       
    53 RESOURCE TBUF r_pop3_undeleting_imail_progress
       
    54     {
       
    55     buf=qtn_mce_wait_undelete; 
       
    56     }
       
    57 
       
    58 RESOURCE TBUF r_pop3_undeleting_multi_imail_progress
       
    59     {
       
    60     buf=qtn_mce_wait_undeletes; 
       
    61     }
       
    62 
       
    63 
       
    64 //message info
       
    65 
       
    66 RESOURCE TBUF32 r_pop3_message_info_mail_type		
       
    67     { 
       
    68     buf=qtn_mail_msginfo_mail; 
       
    69     }
       
    70