diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 18:16:18 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 18:16:18 -0400 |
commit | ec129ac9ce0b143ca4c325108ea66c2d0e7352ff (patch) | |
tree | 0dad7fa2757aa91ed698443d8767722071caed4f /src/strings-default.yaml | |
parent | 6acbc628cb111c53d0b312ab90cd4807ad4bd8d1 (diff) |
content: generate{Album,}ReferencedArtworksPage
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index d93b98cc..e6682fa6 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -983,6 +983,9 @@ albumPage: nav: album: "{ALBUM}" + + backToAlbum: "Return to album page" + randomTrack: "Random Track" gallery: "Gallery" commentary: "Commentary" @@ -2054,6 +2057,17 @@ redirectPage: This page has been moved to {TARGET}. # +# referencedArtworksPage: +# The "referenced artworks" page shows a list of all the artworks which +# some artwork references. +# +referencedArtworksPage: + subtitle: "Referenced Artworks" + + statsLine: >- + References {ARTWORKS}. + +# # tagPage: # The tag gallery page displays all the artworks that a tag has # been featured in, in one neat grid, with each artwork displaying @@ -2091,8 +2105,6 @@ trackPage: backToTrack: "Return to track page" - referencedArtworks: "Referenced Artworks" - track: _: "{TRACK}" withNumber: "{NUMBER}. {TRACK}" @@ -2111,15 +2123,3 @@ trackPage: withArtists.withCoverArtists: "By {ARTISTS}; art by {COVER_ARTISTS}." withArtists: "By {ARTISTS}." withCoverArtists: "Art by {COVER_ARTISTS}." - -# -# trackReferencedArtworksPage: -# The track referenced-artworks page shows a gallery grid of all the -# artworks which the art for a track references. -# -trackReferencedArtworksPage: - title: "{TRACK}" - subtitle: "Referenced Artworks" - - statsLine: >- - References {ARTWORKS}. |