mpxplugins/viewplugins/views/podcastview/data/mpxpodcastcollectionview.rss
branchRCL_3
changeset 17 c8156a91d13c
parent 0 ff3acec5bc43
child 18 c54d95799c80
equal deleted inserted replaced
15:171e07ac910f 17:c8156a91d13c
    87     items=
    87     items=
    88         {
    88         {
    89         MENU_ITEM
    89         MENU_ITEM
    90             {
    90             {
    91             command = EMPXCmdGoToNowPlaying;
    91             command = EMPXCmdGoToNowPlaying;
    92             txt = qtn_nmp_options_go_to_nowplaying;
    92             txt = qtn_mus_options_nowplaying;
    93             },
    93             },
    94         MENU_ITEM
    94         MENU_ITEM
    95             {
    95             {
    96             command = EMPXCmdPodcasting;
    96             command = EMPXCmdPodcasting;
    97             txt = qtn_nmp_options_go_to_podcasting;
    97             txt = qtn_nmp_options_go_to_podcasting;
   156     items=
   156     items=
   157         {
   157         {
   158         MENU_ITEM
   158         MENU_ITEM
   159             {
   159             {
   160             command = EMPXCmdGoToNowPlaying;
   160             command = EMPXCmdGoToNowPlaying;
   161             txt = qtn_nmp_options_go_to_nowplaying;
   161             txt = qtn_mus_options_nowplaying;
   162             },
   162             },
   163         MENU_ITEM
   163         MENU_ITEM
   164             {
   164             {
   165             command = EMPXCmdFind;
   165             command = EMPXCmdFind;
   166             txt = qtn_options_find;
   166             txt = qtn_options_find;
   263     items=
   263     items=
   264         {
   264         {
   265         MENU_ITEM
   265         MENU_ITEM
   266             {
   266             {
   267             command = EMPXCmdGoToNowPlaying;
   267             command = EMPXCmdGoToNowPlaying;
   268             txt = qtn_nmp_options_go_to_nowplaying;
   268             txt = qtn_mus_options_nowplaying;
   269             },
   269             },
   270         MENU_ITEM
   270         MENU_ITEM
   271             {
   271             {
   272             command = EMPXCmdFind;
   272             command = EMPXCmdFind;
   273             txt = qtn_options_find;
   273             txt = qtn_options_find;
   907                 };
   907                 };
   908             }
   908             }
   909         };
   909         };
   910     }
   910     }
   911 
   911 
       
   912 //------------------------------------------------------------------------------
       
   913 // r_mpx_podcast_unknown
       
   914 // Text shown if there is at least one episode for which podcast title information is missing
       
   915 //------------------------------------------------------------------------------
       
   916 //
       
   917 RESOURCE TBUF r_mpx_podcast_unknown
       
   918     {
       
   919     buf = qtn_mus_podcast_unknown;
       
   920     }
       
   921 
       
   922 //------------------------------------------------------------------------------
       
   923 // r_mpx_title_unknown_podcast
       
   924 // Text shown if title is not known
       
   925 //------------------------------------------------------------------------------
       
   926 //
       
   927 RESOURCE TBUF r_mpx_title_unknown_podcast
       
   928     {
       
   929     buf = qtn_mus_title_unknown_podcast;
       
   930     }
       
   931 
   912 // End of File
   932 // End of File