camerauis/cameraapp/generic/data/resource_inc/CamActivePalette.ra
branchRCL_3
changeset 24 bac7acad7cb3
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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:  Resource file for Active Palette component
       
    15 *
       
    16 */
       
    17  
       
    18 
       
    19 
       
    20 RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_photos
       
    21     {
       
    22     text = qtn_lcam_tt_go_to_photos;
       
    23     bitmap_id = EMbmCameraappQgn_indi_cam4_goto_gallery;
       
    24     }
       
    25 
       
    26 RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_delete
       
    27     {
       
    28     text = qtn_lcam_tt_delete;
       
    29     bitmap_id = EMbmCameraappQgn_indi_cam4_tb_delete;
       
    30     }
       
    31 
       
    32 RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_play
       
    33     {
       
    34     text = qtn_lcam_tt_play;
       
    35     bitmap_id = EMbmCameraappQgn_indi_cam4_tb_play;
       
    36     }
       
    37 
       
    38 RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_send
       
    39     {
       
    40     text = qtn_lcam_tt_send;
       
    41     bitmap_id = EMbmCameraappQgn_indi_cam4_tb_send;
       
    42     }
       
    43 
       
    44 RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_send_multimedia
       
    45     {
       
    46     text = qtn_lcam_tt_sendtocall;
       
    47     bitmap_id = EMbmCameraappQgn_indi_cam4_tb_send;
       
    48     }
       
    49 
       
    50 
       
    51 /**
       
    52 * Active Palette Item : Add to album
       
    53 **/
       
    54 RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_add_to_album
       
    55     {
       
    56     text = qtn_lcam_tt_add_to_album;
       
    57     bitmap_id = EMbmCameraappQgn_indi_cam4_tb_add_to_album;
       
    58     }
       
    59 
       
    60 /**
       
    61 * Active Palette Item : Properties (Add Detail)
       
    62 **/
       
    63 RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_properties
       
    64 	{
       
    65 	text = qtn_lcam_tt_tags;
       
    66  	bitmap_id = EMbmCameraappQgn_indi_tb_cam4_photo_detail;
       
    67  	}
       
    68 
       
    69 RESOURCE CAM_AP_POST_CAPTURE_ITEM r_cam_ap_one_click_upload
       
    70     {
       
    71     text = ""; // Updated at run-time
       
    72     bitmap_id = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
       
    73     }
       
    74 
       
    75 // End of File