mpxplugins/viewplugins/views/collectionviewhg/data/mpxcollectionviewhg.rss
branchRCL_3
changeset 13 c8156a91d13c
parent 12 171e07ac910f
child 14 c54d95799c80
equal deleted inserted replaced
12:171e07ac910f 13:c8156a91d13c
   149     items=
   149     items=
   150         {
   150         {
   151         MENU_ITEM
   151         MENU_ITEM
   152             {
   152             {
   153             command = EMPXCmdGoToNowPlaying;
   153             command = EMPXCmdGoToNowPlaying;
   154             txt = qtn_nmp_options_go_to_nowplaying;
   154             txt = qtn_mus_options_nowplaying;
   155             },
   155             },
   156         MENU_ITEM
   156         MENU_ITEM
   157             {
   157             {
   158             command = EMPXCmdCreatePlaylist;
   158             command = EMPXCmdCreatePlaylist;
   159             txt = qtn_mg_options_create_new_pl;
   159             txt = qtn_mg_options_create_new_pl;
   160             },    
   160             },    
   161         MENU_ITEM
   161         MENU_ITEM
   162             {
   162             {
   163             command = EMPXCmdGoToArtistAlbums;
   163             command = EMPXCmdGoToArtistAlbums;
   164             txt = "Artists & Albums";
   164             txt = qtn_mus_options_artists_and_albums;
   165             },
   165             },
   166         MENU_ITEM
   166         MENU_ITEM
   167             {
   167             {
   168             command = EMPXCmdGoToAllSongs;
   168             command = EMPXCmdGoToAllSongs;
   169             txt = "Songs";
   169             txt = qtn_mus_options_songs;
   170             },
   170             },
   171         MENU_ITEM
   171         MENU_ITEM
   172             {
   172             {
   173             command = EMPXCmdGoToPlaylists;
   173             command = EMPXCmdGoToPlaylists;
   174             txt = "Playlists";
   174             txt = qtn_mus_options_playlists;
   175             },            
   175             },            
   176         MENU_ITEM
   176         MENU_ITEM
   177             {
   177             {
   178             command = EMPXCmdGoToGenre;
   178             command = EMPXCmdGoToGenre;
   179             txt = "Sort by genre";
   179             txt = qtn_mus_options_genres;
   180             },
   180             },
   181         MENU_ITEM
   181         MENU_ITEM
   182             {
   182             {
   183             command = EMPXCmdGoToPodcasts;
   183             command = EMPXCmdGoToPodcasts;
   184             txt = "Podcasts";
   184             txt = qtn_mus_options_podcasts;
   185             },                        
   185             },                        
   186         MENU_ITEM
   186         MENU_ITEM
   187             {
   187             {
   188             command = EMPXCmdGoToMusicShop;
   188             command = EMPXCmdGoToMusicShop;
   189             txt = qtn_nmp_options_go_to_shop;
   189             txt = qtn_nmp_options_go_to_shop;
   205             txt = qtn_mus_options_update_collection1;
   205             txt = qtn_mus_options_update_collection1;
   206             },
   206             },
   207         MENU_ITEM
   207         MENU_ITEM
   208             {
   208             {
   209             command = EMPXCmdPlayItem;
   209             command = EMPXCmdPlayItem;
   210             txt = "Play";
   210             txt = qtn_mus_options_play;
   211             flags = EEikMenuItemSpecific;
   211             flags = EEikMenuItemSpecific;
   212             },
   212             },
   213         MENU_ITEM
   213         MENU_ITEM
   214             {
   214             {
   215             command = EMPXCmdFind;
   215             command = EMPXCmdFind;
   465              txt = "";
   465              txt = "";
   466             },
   466             },
   467         MENU_ITEM
   467         MENU_ITEM
   468             { 
   468             { 
   469             command = EMPXCmdGoToNokiaMusicShop;
   469             command = EMPXCmdGoToNokiaMusicShop;
   470             txt = "Nokia Music Store";
   470             txt = qtn_mus_options_ovi_music;
   471             }
   471             }
   472         };
   472         };
   473     }
   473     }
   474 
   474 
   475 // ---------------------------------------------------------------------------
   475 // ---------------------------------------------------------------------------
  1566             id = EAknSoftkeyYes;
  1566             id = EAknSoftkeyYes;
  1567             txt = "";
  1567             txt = "";
  1568             }
  1568             }
  1569         };
  1569         };
  1570     }
  1570     }
  1571     
  1571 
       
  1572 // ---------------------------------------------------------------------------
       
  1573 // r_mpx_shuffle
       
  1574 // Shuffle item in the list. First item in list with more than one item.
       
  1575 // ---------------------------------------------------------------------------
       
  1576 // 
       
  1577 RESOURCE TBUF r_mpx_shuffle
       
  1578     {
       
  1579     buf = qtn_mus_shuffle;
       
  1580     }
       
  1581 
       
  1582 // ---------------------------------------------------------------------------
       
  1583 // r_mpx_mediawall_title_shuffle_all
       
  1584 // Shuffle item in the media wall. First item in media wall when there's more than one item.
       
  1585 // ---------------------------------------------------------------------------
       
  1586 // 
       
  1587 RESOURCE TBUF r_mpx_mediawall_title_shuffle_all
       
  1588     {
       
  1589     buf = qtn_mus_mediawall_title_shuffle_all;
       
  1590     }
       
  1591 
       
  1592 // ---------------------------------------------------------------------------
       
  1593 // r_mpx_shuffle_single
       
  1594 // Shuffle item in the list. First item in list with more than one item.
       
  1595 // ---------------------------------------------------------------------------
       
  1596 // 
       
  1597 RESOURCE TBUF r_mpx_tbone_shuffle
       
  1598     {
       
  1599     buf = qtn_mus_tbone_shuffle;
       
  1600     }
       
  1601 
       
  1602 // ---------------------------------------------------------------------------
       
  1603 // r_mpx_shuffle_popuplist
       
  1604 // Shuffle item in the popuplist. First item in list with more than one item.
       
  1605 // ---------------------------------------------------------------------------
       
  1606 // 
       
  1607 RESOURCE TBUF r_mpx_mediawall_dialog_shuffle
       
  1608     {
       
  1609     buf = qtn_mus_mediawall_dialog_shuffle;
       
  1610     }
       
  1611 
       
  1612 // ---------------------------------------------------------------------------
       
  1613 // r_mpx_mp_list_artist_unknown
       
  1614 // Text shown if there is at least one artist for which the artist name is not available.
       
  1615 // ---------------------------------------------------------------------------
       
  1616 // 
       
  1617 RESOURCE TBUF r_mpx_mp_list_artist_unknown
       
  1618     {
       
  1619     buf = qtn_mp_unknown;
       
  1620     }
       
  1621 
       
  1622 // ---------------------------------------------------------------------------
       
  1623 // r_mpx_mp_list_album_unknown
       
  1624 // Text shown if the album name is not available
       
  1625 // ---------------------------------------------------------------------------
       
  1626 // 
       
  1627 RESOURCE TBUF r_mpx_mp_list_album_unknown
       
  1628     {
       
  1629     buf = qtn_vmp_unknown;
       
  1630     }
       
  1631 
       
  1632 // ---------------------------------------------------------------------------
       
  1633 // r_mpx_mediawall_artist_unknown
       
  1634 // Text shown if the artist name is not available in media wall
       
  1635 // ---------------------------------------------------------------------------
       
  1636 // 
       
  1637 RESOURCE TBUF r_mpx_mediawall_artist_unknown
       
  1638     {
       
  1639     buf = qtn_mus_mediawall_artist_unknown;
       
  1640     }
       
  1641 
       
  1642 // ---------------------------------------------------------------------------
       
  1643 // r_mpx_mediawall_album_unknown
       
  1644 // Text shown if the artist name is not available in media wall
       
  1645 // ---------------------------------------------------------------------------
       
  1646 // 
       
  1647 RESOURCE TBUF r_mpx_mediawall_album_unknown
       
  1648     {
       
  1649     buf = qtn_mus_mediawall_album_unknown;
       
  1650     }
       
  1651 
       
  1652 // ---------------------------------------------------------------------------
       
  1653 // r_mpx_mediawall_popup_title_unknown
       
  1654 // Text shown if the album name is not available in media wall
       
  1655 // ---------------------------------------------------------------------------
       
  1656 // 
       
  1657 RESOURCE TBUF r_mpx_mediawall_popup_title_unknown
       
  1658     {
       
  1659     buf = qtn_mus_mediawall_popup_title_unknown;
       
  1660     }
       
  1661 
       
  1662 // ---------------------------------------------------------------------------
       
  1663 // r_mpx_songs_artist_unknown
       
  1664 // Text shown if the artist name is not available in tracks level view
       
  1665 // ---------------------------------------------------------------------------
       
  1666 // 
       
  1667 RESOURCE TBUF r_mpx_songs_artist_unknown
       
  1668     {
       
  1669     buf = qtn_mus_songs_artist_unknown;
       
  1670     }
       
  1671 
       
  1672 // ---------------------------------------------------------------------------
       
  1673 // Text shown if there is no content to display for Artists & Albums.
       
  1674 // ---------------------------------------------------------------------------
       
  1675 //
       
  1676 RESOURCE TBUF r_mpx_vmp_no_albums
       
  1677     {
       
  1678     buf = qtn_vmp_no_albums;
       
  1679     }
       
  1680 
       
  1681 // ---------------------------------------------------------------------------
       
  1682 // Text shown when there is no content to display in tracks level view.
       
  1683 // ---------------------------------------------------------------------------
       
  1684 //
       
  1685 RESOURCE TBUF r_mpx_vmp_no_songs
       
  1686     {
       
  1687     buf = qtn_vmp_no_songs;
       
  1688     }
  1572 // End of File
  1689 // End of File