phonebookui/Phonebook2/Commands/rss/ContactInfoView.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002-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: 
       
    15 *     This file contains all the resources for Phonebook 2 contact info view.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // ---------------------------------------------------------
       
    21 // Contact Info View's main menu pane
       
    22 // ---------------------------------------------------------
       
    23 //
       
    24 RESOURCE MENU_PANE r_phonebook2_contactinfo_edit_menu
       
    25     {
       
    26     items=
       
    27         {
       
    28         MENU_ITEM
       
    29             {
       
    30             command = EPbk2CmdWrite;
       
    31             txt = qtn_phob_opt_send;
       
    32             },
       
    33         MENU_ITEM
       
    34             {
       
    35             command = EPbk2CmdGoToURL;
       
    36             txt = qtn_find_go_to_url;
       
    37             },
       
    38         MENU_ITEM
       
    39             {
       
    40             command = EPbk2CmdEditMe;
       
    41             txt = qtn_phob_opt_entry_edit;
       
    42             },
       
    43         MENU_ITEM
       
    44             {
       
    45             command = EPbk2CmdDeleteMe;
       
    46             txt = qtn_phob_opt_entry_delete;
       
    47             },
       
    48         MENU_ITEM
       
    49             {
       
    50             command = EPbk2CmdMapExtensionPlaceholder;
       
    51             txt = "";
       
    52             flags = EEikMenuItemDimmed;
       
    53             },            
       
    54         MENU_ITEM
       
    55             {
       
    56             command = EPbk2CmdUseNumber;
       
    57             txt = qtn_stm_om_use_no;
       
    58             cascade = r_phonebook2_prepend_submenu;
       
    59             },
       
    60         MENU_ITEM
       
    61             {
       
    62             command = EPbk2CmdDefaultSettings;
       
    63             txt = qtn_phob_opt_default_settings;
       
    64             }
       
    65         };
       
    66     }
       
    67 
       
    68 // ---------------------------------------------------------
       
    69 // Contact Info View's main menu pane, continued. 
       
    70 // ---------------------------------------------------------
       
    71 //
       
    72 RESOURCE MENU_PANE r_phonebook2_contactinfo_extended_menu
       
    73     {
       
    74     items=
       
    75         {
       
    76         MENU_ITEM
       
    77             {
       
    78             command = EPbk2CmdAssignSpeedDial;
       
    79             txt = qtn_phob_opt_speed_dial_add;
       
    80             },
       
    81         MENU_ITEM
       
    82             {
       
    83             command = EPbk2CmdRemoveSpeedDial;
       
    84             txt = qtn_phob_opt_speed_dial_remove;
       
    85             },
       
    86         MENU_ITEM
       
    87             {
       
    88             command = EPbk2CmdPersonalRingingTone;
       
    89             txt = qtn_phob_field_change_sync;
       
    90             },
       
    91         MENU_ITEM
       
    92             {
       
    93             command = EPbk2CmdFetchThumbnail;
       
    94             txt = qtn_phob_opt_thumbnail_get;
       
    95             },
       
    96         MENU_ITEM
       
    97             {
       
    98             command = EPbk2CmdRemoveThumbnail;
       
    99             txt = qtn_phob_opt_thumbnail_remove;
       
   100             },
       
   101         MENU_ITEM
       
   102             {
       
   103             command = EPbk2CmdAddImage;
       
   104             txt = qtn_phob_opt_add_image;
       
   105             },
       
   106         MENU_ITEM
       
   107             {
       
   108             command = EPbk2CmdImage;
       
   109             txt = qtn_phob_opt_image;
       
   110             cascade = r_phonebook2_image_submenu;
       
   111             },
       
   112         MENU_ITEM
       
   113             {
       
   114             command = EPbk2CmdCopy;
       
   115             txt = qtn_phob_opt_copy;
       
   116             },
       
   117         MENU_ITEM
       
   118             {
       
   119             command = EPbk2CmdSend;
       
   120             txt = qtn_bcard_opt_send_entry_via;
       
   121             }
       
   122         };
       
   123     }
       
   124 
       
   125 // ---------------------------------------------------------
       
   126 // Contact Info View's context sensitive menu
       
   127 // ---------------------------------------------------------
       
   128 //
       
   129 RESOURCE MENU_PANE r_phonebook2_contactinfo_context_menu
       
   130     {
       
   131     items=
       
   132         {
       
   133         MENU_ITEM
       
   134             {
       
   135             command = EPbk2CmdWrite;
       
   136             txt = qtn_phob_opt_send;
       
   137             },
       
   138         MENU_ITEM
       
   139             {
       
   140             command = EPbk2CmdGoToURL;
       
   141             txt = qtn_find_go_to_url;
       
   142             },
       
   143         MENU_ITEM
       
   144             {
       
   145             command = EPbk2CmdUseNumber;
       
   146             txt = qtn_stm_om_use_no;
       
   147             cascade = r_phonebook2_prepend_submenu;
       
   148             },
       
   149         // Image/text for call context menus
       
   150         MENU_ITEM
       
   151             {
       
   152             command = EPbk2CmdImage;
       
   153             txt = qtn_phob_opt_image;
       
   154             cascade = r_phonebook2_image_submenu;
       
   155             },
       
   156         MENU_ITEM
       
   157             {
       
   158             command = EPbk2CmdEditMe;
       
   159             txt = qtn_phob_opt_entry_edit;
       
   160             },          
       
   161         MENU_ITEM
       
   162             {
       
   163             command = EPbk2CmdPersonalRingingTone;
       
   164             txt = qtn_phob_opt_entry_rtone;
       
   165             }
       
   166         };
       
   167     }
       
   168 
       
   169 // ---------------------------------------------------------
       
   170 // Prepend submenu
       
   171 // ---------------------------------------------------------
       
   172 //
       
   173 RESOURCE MENU_PANE r_phonebook2_prepend_submenu
       
   174     {
       
   175     items=
       
   176         {
       
   177         MENU_ITEM
       
   178             {
       
   179             command = EPbk2CmdPrepend;
       
   180             txt = qtn_logs_opt_use_prepend;
       
   181             },
       
   182         MENU_ITEM
       
   183             {
       
   184             command = EPbk2CmdCopyNumber;
       
   185             txt = qtn_logs_opt_use_copy;
       
   186             }
       
   187         };
       
   188     }
       
   189 
       
   190 // ---------------------------------------------------------
       
   191 // Image submenu
       
   192 // ---------------------------------------------------------
       
   193 //
       
   194 RESOURCE MENU_PANE r_phonebook2_image_submenu
       
   195     {
       
   196     items=
       
   197         {
       
   198         MENU_ITEM
       
   199             {
       
   200             command = EPbk2CmdViewImage;
       
   201             txt = qtn_phob_opt_image_view;
       
   202             },
       
   203         MENU_ITEM
       
   204             {
       
   205             command = EPbk2CmdChangeImage;
       
   206             txt = qtn_phob_field_change_sync;
       
   207             },
       
   208         MENU_ITEM
       
   209             {
       
   210             command = EPbk2CmdRemoveImage;
       
   211             txt = qtn_phob_opt_image_remove;
       
   212             }
       
   213         };
       
   214     }
       
   215 
       
   216 
       
   217 // End of File