<?php
/**
 * english language file for plugin lastfm
 * 
 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author:     Michael Klier <chi@chimeric.de>
 */

$lang['topartists']         = 'Top Artists';
$lang['topalbums']          = 'Top Albums';
$lang['toptracks']          = 'Top Tracks';
$lang['friends']            = 'Friends';
$lang['neighbours']         = 'Neighbours';
$lang['recenttracks']       = 'Recently played Tracks';
$lang['weeklyartistchart']  = 'Weekly Artist Charts';
$lang['weeklyalbumchart']   = 'Weekly Album Charts';
$lang['weeklytrackchart']   = 'Weekly Track Charts';
$lang['tags']               = 'Tags';
$lang['profile']            = 'Profile';

$lang['nothing']            = 'Nothing found!';
