diff options
Diffstat (limited to 'src/strings-default.json')
-rw-r--r-- | src/strings-default.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/strings-default.json b/src/strings-default.json index ab08cdca..e8245d6c 100644 --- a/src/strings-default.json +++ b/src/strings-default.json @@ -202,6 +202,15 @@ "albumPage.nav.randomTrack": "Random Track", "albumPage.nav.gallery": "Gallery", "albumPage.nav.commentary": "Commentary", + "albumPage.socialEmbed.heading": "{GROUP}", + "albumPage.socialEmbed.title": "{ALBUM}", + "albumPage.socialEmbed.body.withDuration": "{DURATION}.", + "albumPage.socialEmbed.body.withTracks": "{TRACKS}.", + "albumPage.socialEmbed.body.withReleaseDate": "Released {DATE}.", + "albumPage.socialEmbed.body.withDuration.withTracks": "{DURATION}, {TRACKS}.", + "albumPage.socialEmbed.body.withDuration.withReleaseDate": "{DURATION}. Released {DATE}.", + "albumPage.socialEmbed.body.withTracks.withReleaseDate": "{TRACKS}. Released {DATE}.", + "albumPage.socialEmbed.body.withDuration.withTracks.withReleaseDate": "{DURATION}, {TRACKS}. Released {DATE}.", "albumGalleryPage.title": "{ALBUM} - Gallery", "albumGalleryPage.infoLine": "{TRACKS} totaling {DURATION}.", "albumGalleryPage.infoLine.withDate": "{TRACKS} totaling {DURATION}. Released {DATE}.", |