calendarui/application/data/Calendar.rss
branchRCL_3
changeset 36 9c5b1510919f
parent 19 1984aceb8774
child 48 bf573002ff72
equal deleted inserted replaced
30:d68a4b5d5885 36:9c5b1510919f
  1677             },
  1677             },
  1678         MENU_ITEM
  1678         MENU_ITEM
  1679             {
  1679             {
  1680             command = ECalenDeleteCurrentEntry;
  1680             command = ECalenDeleteCurrentEntry;
  1681             txt = qtn_cale_om_delete;
  1681             txt = qtn_cale_om_delete;
  1682             },
  1682             },   
  1683         MENU_ITEM
  1683         MENU_ITEM
  1684             {
  1684             {
  1685             command = ECalenCompleteTodo;
  1685             command = ECalenCompleteTodo;
  1686             txt = qtn_todo_cmd_task_completed;
  1686             txt = qtn_todo_cmd_task_completed;
  1687             },
  1687             },
  1695             command = ECalenSend;
  1695             command = ECalenSend;
  1696             txt = qtn_options_send_via;
  1696             txt = qtn_options_send_via;
  1697             },
  1697             },
  1698         MENU_ITEM
  1698         MENU_ITEM
  1699             {
  1699             {
       
  1700             command = EFindItemMenuPlaceHolder;
       
  1701             txt = qtn_options_find;
       
  1702             cascade = r_calen_view_find_sub_menupane;
       
  1703             },        
       
  1704         MENU_ITEM
       
  1705             {
  1700             command = ECalenShowLocation;
  1706             command = ECalenShowLocation;
  1701             txt = qtn_cale_om_show_on_map;
  1707             txt = qtn_cale_om_show_on_map;
  1702             },
  1708             },
  1703         // TODO: Uncomment this when enabling attachment support
  1709         // TODO: Uncomment this when enabling attachment support
  1704         MENU_ITEM
  1710         MENU_ITEM
  1708             },	
  1714             },	
  1709         MENU_ITEM
  1715         MENU_ITEM
  1710             {
  1716             {
  1711             command = ECalenGetLocationAndReplace;
  1717             command = ECalenGetLocationAndReplace;
  1712             txt = qtn_cale_om_find_on_map;
  1718             txt = qtn_cale_om_find_on_map;
  1713             },        
  1719             },                         
  1714         MENU_ITEM
       
  1715 	        { 
       
  1716 	        command = EFindItemMenuPlaceHolder;
       
  1717 			txt = "Automatic HL"; 
       
  1718 	        },                      
       
  1719         MENU_ITEM
  1720         MENU_ITEM
  1720             {
  1721             {
  1721             command = EAknCmdHelp;
  1722             command = EAknCmdHelp;
  1722             txt = qtn_options_help;
  1723             txt = qtn_options_help;
  1723             },
  1724             },
  1725             {
  1726             {
  1726             command = EAknSoftkeyExit;
  1727             command = EAknSoftkeyExit;
  1727             txt = qtn_options_exit;
  1728             txt = qtn_options_exit;
  1728             }
  1729             }
  1729         };
  1730         };
  1730     }  
  1731     } 
       
  1732 
       
  1733 // ---------------------------------------------------------
       
  1734 // Find UI for calendar viewers
       
  1735 // ---------------------------------------------------------
       
  1736 RESOURCE MENU_PANE r_calen_view_find_sub_menupane
       
  1737     {
       
  1738     items =
       
  1739         {
       
  1740         MENU_ITEM
       
  1741             {
       
  1742             command = ECalenCmdFindPhoneNum;
       
  1743             txt = qtn_options_find_phone_number;
       
  1744             },
       
  1745         MENU_ITEM
       
  1746             {
       
  1747             command = ECalenCmdFindEmail; 
       
  1748             txt = qtn_options_find_email_address;
       
  1749             },
       
  1750         MENU_ITEM
       
  1751             {
       
  1752             command = ECalenCmdFindURL; 
       
  1753             txt = qtn_options_find_url_address;
       
  1754             }
       
  1755         };
       
  1756     }
  1731 
  1757 
  1732 
  1758 
  1733 // ---------------------------------------------------------
  1759 // ---------------------------------------------------------
  1734 //
  1760 //
  1735 //    r_calen_noteviewer_longtap_menubar
  1761 //    r_calen_noteviewer_longtap_menubar
  3081 RESOURCE TBUF64 r_qtn_calen_size_exceeded  
  3107 RESOURCE TBUF64 r_qtn_calen_size_exceeded  
  3082     { 
  3108     { 
  3083     buf = qtn_cale_max_attachment_size;
  3109     buf = qtn_cale_max_attachment_size;
  3084     }
  3110     }
  3085 
  3111 
       
  3112 
       
  3113 
  3086 // End of File
  3114 // End of File