mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/data/mpxcollectiondbhgres.rss
branchRCL_3
changeset 17 c8156a91d13c
parent 14 943ff5625028
equal deleted inserted replaced
15:171e07ac910f 17:c8156a91d13c
    76 //
    76 //
    77 RESOURCE MENU_ITEM_ARRAY r_mc_title_items_array
    77 RESOURCE MENU_ITEM_ARRAY r_mc_title_items_array
    78     {
    78     {
    79     array_of_menu_items =
    79     array_of_menu_items =
    80         {
    80         {
    81         MENU_ITEM {id = EBrowseAll;      name = LBUF {txt = qtn_mus_title_all_tracks;};},
    81         MENU_ITEM {id = EBrowseAll;      name = LBUF {txt = qtn_mus_title_tracks;};},
    82         MENU_ITEM {id = EBrowsePlaylist; name = LBUF {txt = qtn_mus_title_pls;};},
    82         MENU_ITEM {id = EBrowsePlaylist; name = LBUF {txt = qtn_mus_title_pls;};},
    83         MENU_ITEM {id = EBrowseArtist;   name = LBUF {txt = qtn_mus_title_artists;};},
    83         MENU_ITEM {id = EBrowseArtist;   name = LBUF {txt = qtn_mus_title_artists;};},
    84         MENU_ITEM {id = EBrowseAlbum;    name = LBUF {txt = qtn_mus_title_albums;};},
    84         MENU_ITEM {id = EBrowseAlbum;    name = LBUF {txt = qtn_mus_title_artists_and_albums;};},
    85 #ifdef __ENABLE_PODCAST_IN_MUSIC_MENU                
    85 #ifdef __ENABLE_PODCAST_IN_MUSIC_MENU                
    86         MENU_ITEM {id = EBrowsePodcasts; name = LBUF {txt = qtn_mus_podcasts;};},
    86         MENU_ITEM {id = EBrowsePodcasts; name = LBUF {txt = qtn_mus_podcasts;};},
    87 #endif        
    87 #endif        
    88         MENU_ITEM {id = EBrowseGenre;    name = LBUF {txt = qtn_mus_title_genres;};},
    88         MENU_ITEM {id = EBrowseGenre;    name = LBUF {txt = qtn_mus_title_genres;};},
    89         MENU_ITEM {id = EBrowseComposer; name = LBUF {txt = qtn_mus_title_composers;};},     
    89         MENU_ITEM {id = EBrowseComposer; name = LBUF {txt = qtn_mus_title_composers;};},     
   287     {
   287     {
   288     txt = qtn_mp_title_my_music_menu_nseries;
   288     txt = qtn_mp_title_my_music_menu_nseries;
   289     }
   289     }
   290 #endif //__ENABLE_MUSIC_TEXT_ALIGNMENT
   290 #endif //__ENABLE_MUSIC_TEXT_ALIGNMENT
   291 
   291 
       
   292 // ---------------------------------------------------------------------------
       
   293 // r_mc_title_most_played
       
   294 // Title for Most Played item in the playlists menu
       
   295 // ---------------------------------------------------------------------------
       
   296 //
       
   297 RESOURCE LBUF r_mc_title_most_played
       
   298     {
       
   299     txt = qtn_mus_title_most_played;
       
   300     }
       
   301 
       
   302 // ---------------------------------------------------------------------------
       
   303 // r_mpx_qtn_mus_title_music_menu
       
   304 // Title for Recently Played item in the playlists menu
       
   305 // ---------------------------------------------------------------------------
       
   306 //
       
   307 RESOURCE LBUF r_mc_title_recently_played
       
   308     {
       
   309     txt = qtn_mus_title_recently_played;
       
   310     }
       
   311 
       
   312 // ---------------------------------------------------------------------------
       
   313 // r_mpx_qtn_mus_title_music_menu
       
   314 // Title for Recently Added item in the playlists menu
       
   315 // ---------------------------------------------------------------------------
       
   316 //
       
   317 RESOURCE LBUF r_mc_title_recently_downloaded
       
   318     {
       
   319     txt = qtn_mus_title_recently_downloaded;
       
   320     }
       
   321 
   292 // End of File
   322 // End of File