photosgallery/viewframework/plugins/tagsbrowserviewplugin/data/glxtagsbrowserview.rss
branchRCL_3
changeset 9 6b87b143d312
parent 0 4e91876724a2
child 18 bcb43dc84c44
equal deleted inserted replaced
5:f7f0874bfe7d 9:6b87b143d312
    61 
    61 
    62 RESOURCE MENU_PANE r_tagsbrowser_menu
    62 RESOURCE MENU_PANE r_tagsbrowser_menu
    63 	{
    63 	{
    64 	items=
    64 	items=
    65 		{
    65 		{
    66 		MENU_ITEM { command = EGlxCmdSlideshow;
       
    67                     txt = qtn_lgal_options_slideshow; 
       
    68                     cascade = r_tile_shw_menu;},
       
    69         MENU_ITEM { command=EGlxCmdSortByAlphabetical; 
    66         MENU_ITEM { command=EGlxCmdSortByAlphabetical; 
    70                     txt=qtn_lgal_options_alphabetical; },
    67                     txt=qtn_lgal_options_alphabetical; },
    71         MENU_ITEM { command=EGlxCmdSortByCount; 
    68         MENU_ITEM { command=EGlxCmdSortByCount; 
    72                     txt=qtn_lgal_options_most_used; },
    69                     txt=qtn_lgal_options_most_used; },
    73         MENU_ITEM { command = EGlxCmdDelete;
       
    74                     txt = qtn_lgal_options_delete;}, 
       
    75         MENU_ITEM { command = EGlxCmdRename;
       
    76                     txt = qtn_lgal_options_rename;}, 
       
    77         MENU_ITEM { command=EGlxStopShowing; 
    70         MENU_ITEM { command=EGlxStopShowing; 
    78                     txt=qtn_lgal_options_stop_show; }, 
    71                     txt=qtn_lgal_options_stop_show; }, 
    79 		MENU_ITEM { command=EAknCmdHelp; 
    72 		MENU_ITEM { command=EAknCmdHelp; 
    80 		            txt=qtn_clipb_litxt_help; }, 
    73 		            txt=qtn_clipb_litxt_help; }, 
    81 		MENU_ITEM { command=EAknCmdExit; 
    74 		MENU_ITEM { command=EAknCmdExit; 
   199                     };
   192                     };
   200                 };
   193                 };
   201             }
   194             }
   202         };
   195         };
   203     }
   196     }
       
   197 
       
   198 //Rename Text
       
   199 RESOURCE TBUF r_glx_tags_rename_title
       
   200     {
       
   201     buf = qtn_lgal_options_rename;
       
   202     }
       
   203 
       
   204 // Slide show text
       
   205 RESOURCE TBUF r_glx_tags_slideshow_title
       
   206     {
       
   207     buf = qtn_lgal_options_slideshow;
       
   208     }
       
   209 
       
   210 // Delete text
       
   211 RESOURCE TBUF r_glx_tags_delete_title
       
   212     {
       
   213     buf = qtn_lgal_options_delete;
       
   214     }
       
   215