mpxplugins/viewplugins/views/collectionviewhg/data/mpxcollectionviewhg.rss
branchRCL_3
changeset 14 c54d95799c80
parent 13 c8156a91d13c
child 15 a1247965635c
equal deleted inserted replaced
13:c8156a91d13c 14:c54d95799c80
   202         MENU_ITEM
   202         MENU_ITEM
   203             {
   203             {
   204             command = EMPXCmdRefreshLibrary;
   204             command = EMPXCmdRefreshLibrary;
   205             txt = qtn_mus_options_update_collection1;
   205             txt = qtn_mus_options_update_collection1;
   206             },
   206             },
       
   207 	MENU_ITEM
       
   208             {
       
   209             command = EMPXCmdAbout;
       
   210             txt = qtn_mus_options_about;
       
   211             },
   207         MENU_ITEM
   212         MENU_ITEM
   208             {
   213             {
   209             command = EMPXCmdPlayItem;
   214             command = EMPXCmdPlayItem;
   210             txt = qtn_mus_options_play;
   215             txt = qtn_mus_options_play;
   211             flags = EEikMenuItemSpecific;
   216             flags = EEikMenuItemSpecific;
  1541 RESOURCE TBUF r_mpx_collection_unknown
  1546 RESOURCE TBUF r_mpx_collection_unknown
  1542     {
  1547     {
  1543     buf = qtn_vmp_unknown;
  1548     buf = qtn_vmp_unknown;
  1544     }
  1549     }
  1545     
  1550     
       
  1551 // -----------------------------------------------------------------------------
       
  1552 // r_qtn_mus_about_note
       
  1553 // About note heading  
       
  1554 // -----------------------------------------------------------------------------
       
  1555 // 
       
  1556  RESOURCE TBUF r_qtn_mus_about_note
       
  1557     {
       
  1558     buf = qtn_mus_about_note;
       
  1559     }
       
  1560     
       
  1561     
       
  1562 // -----------------------------------------------------------------------------
       
  1563 // r_qtn_mus_about_note
       
  1564 // About note version content   
       
  1565 // -----------------------------------------------------------------------------
       
  1566 // 
       
  1567 RESOURCE TBUF r_qtn_mus_about_version 
       
  1568     {
       
  1569     buf = qtn_mus_about_version; 
       
  1570     }
       
  1571     
       
  1572       
       
  1573 // -----------------------------------------------------------------------------
       
  1574 // r_mpx_about_dialog
       
  1575 // About Dialog
       
  1576 // -----------------------------------------------------------------------------
       
  1577 //
       
  1578 RESOURCE DIALOG r_mpx_about_dialog
       
  1579      {
       
  1580      flags=EEikDialogFlagNoDrag |EEikDialogFlagCbaButtons |EEikDialogFlagWait;
       
  1581      buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
  1582      items =
       
  1583          {
       
  1584          DLG_LINE
       
  1585              {
       
  1586              type = EAknCtPopupHeadingPane;
       
  1587              id = EAknMessageQueryHeaderId;
       
  1588              control = AVKON_HEADING
       
  1589                  {
       
  1590                  headinglayout = R_AVKON_LIST_HEADING_PANE_POPUPS;
       
  1591                  };
       
  1592              },
       
  1593          DLG_LINE
       
  1594              {
       
  1595              type = EAknCtMessageQuery;
       
  1596              id = EAknMessageQueryContentId;
       
  1597              control = AVKON_MESSAGE_QUERY
       
  1598                  {
       
  1599                  };
       
  1600              }
       
  1601          };
       
  1602      }
       
  1603 
       
  1604 // ---------------------------------------------------------------------------
       
  1605 // r_qtn_nmp_note_educating_the_user
       
  1606 // Text displays for educating user to optimize there music experience
       
  1607 // ---------------------------------------------------------------------------
       
  1608 // 
       
  1609 RESOURCE TBUF r_qtn_nmp_note_educating_the_user
       
  1610     {
       
  1611     buf = qtn_nmp_note_educating_the_user;
       
  1612     }
       
  1613     
       
  1614 // -----------------------------------------------------------------------------
       
  1615 // r_mpx_cui_educating_the_user_query
       
  1616 // Educating User query message  
       
  1617 // -----------------------------------------------------------------------------
       
  1618 // 
       
  1619 RESOURCE DIALOG r_mpx_cui_educating_the_user_query
       
  1620     {
       
  1621     flags = EGeneralQueryFlags;
       
  1622     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
  1623     items=
       
  1624         {
       
  1625         DLG_LINE
       
  1626             {
       
  1627             type = EAknCtPopupHeadingPane;
       
  1628             id = EAknMessageQueryHeaderId;
       
  1629             control = AVKON_HEADING
       
  1630                 {
       
  1631                 headinglayout = 0;    
       
  1632                 };
       
  1633             },
       
  1634         DLG_LINE
       
  1635             {
       
  1636             type = EAknCtMessageQuery;
       
  1637             id = EAknMessageQueryContentId;
       
  1638             control = AVKON_MESSAGE_QUERY
       
  1639                 {
       
  1640                 };
       
  1641             }
       
  1642         };       
       
  1643     }
       
  1644     
  1546 // ---------------------------------------------------------------------------
  1645 // ---------------------------------------------------------------------------
  1547 // r_mpx_collection_albumsongs_list_cba
  1646 // r_mpx_collection_albumsongs_list_cba
  1548 // ---------------------------------------------------------------------------
  1647 // ---------------------------------------------------------------------------
  1549 // 
  1648 // 
  1550 RESOURCE CBA r_mpx_collection_albumsongs_list_cba
  1649 RESOURCE CBA r_mpx_collection_albumsongs_list_cba
  1552     buttons = 
  1651     buttons = 
  1553         {
  1652         {
  1554         CBA_BUTTON
  1653         CBA_BUTTON
  1555             {
  1654             {
  1556             id = EAknSoftkeyYes;
  1655             id = EAknSoftkeyYes;
  1557             txt = "Play";
  1656             txt = qtn_mus_sk1_play;
  1558             },
  1657             },
  1559         CBA_BUTTON
  1658         CBA_BUTTON
  1560             {
  1659             {
  1561             id = EAknSoftkeyCancel;
  1660             id = EAknSoftkeyCancel;
  1562             txt = text_softkey_cancel;
  1661             txt = text_softkey_cancel;
  1563             },
  1662             },
  1564         CBA_BUTTON
  1663         CBA_BUTTON
  1565             {
  1664             {
  1566             id = EAknSoftkeyYes;
  1665             id = EAknSoftkeyYes;
  1567             txt = "";
  1666             txt = qtn_mus_sk1_play;
  1568             }
  1667             }
  1569         };
  1668         };
  1570     }
  1669     }
  1571 
  1670 
  1572 // ---------------------------------------------------------------------------
  1671 // ---------------------------------------------------------------------------
  1684 //
  1783 //
  1685 RESOURCE TBUF r_mpx_vmp_no_songs
  1784 RESOURCE TBUF r_mpx_vmp_no_songs
  1686     {
  1785     {
  1687     buf = qtn_vmp_no_songs;
  1786     buf = qtn_vmp_no_songs;
  1688     }
  1787     }
       
  1788 
       
  1789 // ---------------------------------------------------------------------------
       
  1790 // r_mpx_music_num_songs_duration
       
  1791 // Text shown if there is more than one song in the playlist.
       
  1792 // where %N is the number of songs within the playlist 
       
  1793 // and %U is the duration time for the total playlist, 
       
  1794 // in the format hh:mm is displayed.
       
  1795 // if the playlist is empty, the duration is displayed as dashes (-- : --)
       
  1796 // ---------------------------------------------------------------------------
       
  1797 //
       
  1798 RESOURCE TBUF r_mpx_music_num_songs_duration
       
  1799     {
       
  1800     buf = qtn_mus_music_num_songs_duration;
       
  1801     }
       
  1802 
       
  1803 // ---------------------------------------------------------------------------
       
  1804 // r_mpx_music_one_song_duration
       
  1805 // d:Text shown if there is only one song in the playlist
       
  1806 // d:%U is the duration time for the total playlist, 
       
  1807 // d:in the format hh:mm is displayed.
       
  1808 // ---------------------------------------------------------------------------
       
  1809 //
       
  1810 RESOURCE TBUF r_mpx_music_one_song_duration
       
  1811     {
       
  1812     buf = qtn_mus_music_one_song_duration;
       
  1813     }
       
  1814 
       
  1815 // ---------------------------------------------------------------------------
       
  1816 // List box text to show the number of items in the collection
       
  1817 // For the case there're 0 or more than 1 song in the collection
       
  1818 // ---------------------------------------------------------------------------
       
  1819 //
       
  1820 RESOURCE TBUF r_mpx_music_num_songs
       
  1821     {
       
  1822     buf = qtn_mus_music_num_songs;
       
  1823     }
       
  1824 
       
  1825 // ---------------------------------------------------------------------------
       
  1826 // List box text to show the number of items in the collection
       
  1827 // For the case there's only 1 song in the collection
       
  1828 // ---------------------------------------------------------------------------
       
  1829 //
       
  1830 RESOURCE TBUF r_mpx_music_one_song
       
  1831     {
       
  1832     buf = qtn_mus_music_one_song;
       
  1833     }
       
  1834 
       
  1835 // ---------------------------------------------------------------------------
       
  1836 // Text shown when the genre name is not available
       
  1837 // ---------------------------------------------------------------------------
       
  1838 //
       
  1839 RESOURCE TBUF r_mpx_genre_unknown
       
  1840     {
       
  1841     buf = qtn_mus_genre_unknown;
       
  1842     }
       
  1843 
       
  1844 // ---------------------------------------------------------------------------
       
  1845 // Text shown when there is no content to display in genre view
       
  1846 // ---------------------------------------------------------------------------
       
  1847 //
       
  1848 RESOURCE TBUF r_mpx_vmp_no_genres
       
  1849     {
       
  1850     buf = qtn_vmp_no_genres;
       
  1851     }
       
  1852 
  1689 // End of File
  1853 // End of File