diff options
Diffstat (limited to 'src/strings-default.yaml')
| -rw-r--r-- | src/strings-default.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index b79dd67f..dc6bffdd 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -605,6 +605,8 @@ misc: bannerArt: "banner art" coverArt: "cover art" flash: "flash" + musicVideo: "music video" + musicVideoContribution: "video contribution" release: "release" track: "track" trackArt: "track art" @@ -984,6 +986,19 @@ misc: sameTagsAsMainArtwork: "Same tags as main artwork" + # musicVideo: + # Strings for music videos, which are presented in a very similar + # fashion as cover artworks. + + musicVideo: + label: "Music video!" + label.customLabel: "{LABEL}!" + + by: "Music video by {ARTISTS}" + by.customLabel: "{LABEL} by {ARTISTS}" + + contributors: "Contributors: {ARTISTS}" + # coverGrid: # Generic strings for various sorts of gallery grids, displayed # on the homepage, album galleries, artist artwork galleries, and |