From fc415aa6c63d93cef125a8fb770f30ba81a7f0e8 Mon Sep 17 00:00:00 2001 From: reality Date: Thu, 31 Oct 2013 23:11:57 +0000 Subject: [PATCH] fix lastfm --- modules/lastfm/strings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/lastfm/strings.json b/modules/lastfm/strings.json index ed69f0c..8cf17d4 100644 --- a/modules/lastfm/strings.json +++ b/modules/lastfm/strings.json @@ -22,5 +22,11 @@ "lfm_suggestion": { "en": "{user}: Try listening to {name} by {artist}", "de": "{user}: Versuche mal, {name} von {artist} anzuhören" + }, + "lfm_profile": { + "en": "{user} has scrobbled {plays} tracks since {date} - {link}" + }, + "lfm_scrobbliest": { + "en": "Users with the most played tracks: " } }