browserui/browser/SrcData/browser_menu.rssi
branchRCL_3
changeset 65 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2006 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 the License "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 for aiw ecom
       
    15 *
       
    16 */
       
    17 
       
    18 //  RESOURCE IDENTIFIER
       
    19 
       
    20 //----------------------------------------------------
       
    21 // 
       
    22 // Empty space stylus popup menu.
       
    23 //----------------------------------------------------
       
    24 //
       
    25 RESOURCE STYLUS_POPUP_MENU r_browser_empty_space_stylus_popup_menu
       
    26     {
       
    27     items =
       
    28         {
       
    29         STYLUS_POPUP_MENU_ITEM { txt = qtn_wmlbm_fav_saveas_bm; command = EWmlCmdSaveAsBookmark; },
       
    30         STYLUS_POPUP_MENU_ITEM { txt = qtn_wml_list_save_pgs; command = EWmlCmdSavePage; },
       
    31         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_list_miniature_show_mini; command = EWmlCmdShowMiniature; },
       
    32         STYLUS_POPUP_MENU_ITEM { txt = qtn_wml_list_reload; command = EWmlCmdReload; }
       
    33         };
       
    34     }
       
    35 
       
    36 //----------------------------------------------------
       
    37 // 
       
    38 // Anchor stylus popup menu.
       
    39 //----------------------------------------------------
       
    40 //
       
    41 RESOURCE STYLUS_POPUP_MENU r_browser_anchor_stylus_popup_menu
       
    42     {
       
    43     items =
       
    44         {
       
    45         STYLUS_POPUP_MENU_ITEM { txt = qtn_wmlbm_fav_saveas_bm; command = EWmlCmdSaveUrlAsBookmark; },
       
    46         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_list_show_address; command = EWmlCmdShowAnchorHref; }
       
    47         };
       
    48     }
       
    49 
       
    50 //----------------------------------------------------
       
    51 // 
       
    52 // Image stylus popup menu.
       
    53 //----------------------------------------------------
       
    54 //
       
    55 RESOURCE STYLUS_POPUP_MENU r_browser_image_stylus_popup_menu
       
    56     {
       
    57     items =
       
    58         {
       
    59         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_save_image_to_gallery; command = EWmlCmdSaveToGallery; },
       
    60         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_list_open_to_viewer; command = EWmlCmdOpenToViewer; }
       
    61         };
       
    62     }
       
    63 
       
    64 //----------------------------------------------------
       
    65 // 
       
    66 // Imagemap stylus popup menu.
       
    67 //----------------------------------------------------
       
    68 //
       
    69 RESOURCE STYLUS_POPUP_MENU r_browser_imagemap_stylus_popup_menu
       
    70     {
       
    71     items =
       
    72         {
       
    73         STYLUS_POPUP_MENU_ITEM { txt = qtn_wmlbm_fav_saveas_bm; command = EWmlCmdSaveUrlAsBookmark; },
       
    74         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_list_show_address; command = EWmlCmdShowAnchorHref; },
       
    75         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_save_image_to_gallery; command = EWmlCmdSaveToGallery; },
       
    76         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_list_open_to_viewer; command = EWmlCmdOpenToViewer; }
       
    77         };
       
    78     }
       
    79 
       
    80 //----------------------------------------------------
       
    81 // 
       
    82 // Image placeholder stylus popup menu, no Flash.
       
    83 //----------------------------------------------------
       
    84 //
       
    85 RESOURCE STYLUS_POPUP_MENU r_browser_image_placeholder_stylus_popup_menu_no_flash
       
    86     {
       
    87     items =
       
    88         {
       
    89         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_load_image; command = EWmlCmdLoadFocusedImage; },
       
    90         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_load_all_images; command = EWmlCmdLoadImages; },
       
    91         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_enable_autoload_images; command = EWmlCmdLoadImagesOnly; }
       
    92         };
       
    93     }
       
    94 
       
    95 //----------------------------------------------------
       
    96 // 
       
    97 // Image placeholder stylus popup menu, with Flash
       
    98 //----------------------------------------------------
       
    99 //
       
   100 RESOURCE STYLUS_POPUP_MENU r_browser_image_placeholder_stylus_popup_menu_with_flash
       
   101     {
       
   102     items =
       
   103         {
       
   104         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_load_image; command = EWmlCmdLoadFocusedImage; },
       
   105         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_load_all_images; command = EWmlCmdLoadImages; },
       
   106         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_enable_autoload_images; command = EWmlCmdLoadImagesOnly; },
       
   107         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_enable_autoload_all; command = EWmlCmdLoadImagesAndFlash; }
       
   108         };
       
   109     }
       
   110 
       
   111 //----------------------------------------------------
       
   112 // 
       
   113 // Phone number stylus popup menu.
       
   114 //----------------------------------------------------
       
   115 //
       
   116 RESOURCE STYLUS_POPUP_MENU r_browser_phone_number_stylus_popup_menu
       
   117     {
       
   118     items =
       
   119         {
       
   120         STYLUS_POPUP_MENU_ITEM { txt = qtn_options_call; command = EWmlCmdSmartLinkMakeCall; },
       
   121         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_create_sms; command = EWmlCmdSmartLinkSendSms; },
       
   122         STYLUS_POPUP_MENU_ITEM { txt = qtn_options_contacts; command = EWmlCmdSmartLinkAddToContacts; }
       
   123         };
       
   124     }
       
   125 
       
   126 //----------------------------------------------------
       
   127 // 
       
   128 // E-mail address stylus popup menu.
       
   129 //----------------------------------------------------
       
   130 //
       
   131 RESOURCE STYLUS_POPUP_MENU r_browser_email_address_stylus_popup_menu
       
   132     {
       
   133     items =
       
   134         {
       
   135         STYLUS_POPUP_MENU_ITEM { txt = qtn_browser_create_email; command = EWmlCmdSmartLinkSendEmail; },
       
   136         STYLUS_POPUP_MENU_ITEM { txt = qtn_options_contacts; command = EWmlCmdSmartLinkAddToContacts; }
       
   137         };
       
   138     }
       
   139 
       
   140