1<?php 2/** 3 * english language file for plugin lastfm 4 * 5 * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author: Michael Klier <chi@chimeric.de> 7 */ 8 9$lang['topartists'] = 'Top Artists'; 10$lang['topalbums'] = 'Top Albums'; 11$lang['toptracks'] = 'Top Tracks'; 12$lang['friends'] = 'Friends'; 13$lang['neighbours'] = 'Neighbours'; 14$lang['recenttracks'] = 'Recently played Tracks'; 15$lang['weeklyartistchart'] = 'Weekly Artist Charts'; 16$lang['weeklyalbumchart'] = 'Weekly Album Charts'; 17$lang['weeklytrackchart'] = 'Weekly Track Charts'; 18$lang['tags'] = 'Tags'; 19$lang['profile'] = 'Profile'; 20 21$lang['nothing'] = 'Nothing found!'; 22