emailuis/emailui/data/FreestyleEmailUiSendAttachmentList.rssi
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  Freestyle Email settings list resources
       
    15 *
       
    16 */
       
    17 
       
    18 #include "FreestyleEmailUi.hrh"
       
    19 #include <freestyleemailui.loc>
       
    20 
       
    21 RESOURCE AVKON_VIEW r_fsemailui_sendattachments_view
       
    22 	{
       
    23 	//cba = r_freestyle_emauil_ui_sk_options_back__open;
       
    24 	menubar = r_fs_emailui_sendattachments_options_menu;
       
    25 	cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    26 	}
       
    27 
       
    28 RESOURCE MENU_BAR r_fs_emailui_sendattachments_options_menu
       
    29 	{
       
    30 	titles =
       
    31 		{
       
    32 		MENU_TITLE
       
    33 			{
       
    34 			menu_pane = r_fs_emailui_sendattachments_menu_pane;
       
    35 			}
       
    36 		};
       
    37 
       
    38 	}
       
    39 
       
    40 RESOURCE MENU_PANE r_fs_emailui_sendattachments_menu_pane
       
    41 	{
       
    42 	items =
       
    43 		{
       
    44 		MENU_ITEM
       
    45 			{
       
    46 			command = ESendAttachmentMenuOpen;
       
    47 			txt = qtn_options_open;
       
    48 			},
       
    49 		MENU_ITEM
       
    50 			{
       
    51 			command = ESendAttachmentMenuAddAttachment;
       
    52 			txt = qtn_fse_editor_attachment_list_options_add;
       
    53 			},
       
    54 		MENU_ITEM
       
    55 			{
       
    56 			command = ESendAttachmentMenuRemoveAttachment;
       
    57 			txt = qtn_fse_editor_attachment_list_options_remove;
       
    58 			},
       
    59 		MENU_ITEM
       
    60 			{
       
    61 			command = ESendAttachmentMenuRemoveAllAttachments;
       
    62 			txt = qtn_fse_editor_attachment_list_options_remove_all;
       
    63 			},
       
    64 		MENU_ITEM
       
    65 			{
       
    66 			command = ESendAttachmentMenuHelp;
       
    67 			txt = qtn_options_help;
       
    68 			},
       
    69 		MENU_ITEM
       
    70 			{
       
    71 			command = ESendAttachmentMenuExit;
       
    72 			txt = qtn_options_exit;
       
    73 			}
       
    74 		};
       
    75 	}
       
    76 
       
    77 RESOURCE TBUF r_fs_emailui_sendattachments_heading_txt_row1
       
    78 {
       
    79 	buf = qtn_fse_editor_attachments_header_attachments;
       
    80 }
       
    81 
       
    82 RESOURCE TBUF r_fs_emailui_sendattachments_heading_txt_row2
       
    83 {
       
    84 	buf = qtn_fse_editor_attachments_header_total_size;
       
    85 }
       
    86 
       
    87 RESOURCE TBUF r_fs_emailui_sendattachments_itemsize_txt
       
    88 {
       
    89 	buf = qtn_fse_editor_attachments_list_size;
       
    90 }
       
    91 
       
    92 RESOURCE TBUF r_fs_emailui_sendattachments_item_drm_protected_txt
       
    93 {
       
    94 	buf = qtn_fse_error_general_drm_file_error;
       
    95 }