diff options
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 8c990cd9..29994b52 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -149,6 +149,16 @@ count: many: "" other: "{MONTHS} months" + timesFeatured: + _: "{TIMES_FEATURED}" + withUnit: + zero: "" + one: "featured {TIMES_FEATURED} time" + two: "" + few: "" + many: "" + other: "featured {TIMES_FEATURED} times" + timesReferenced: _: "{TIMES_REFERENCED}" withUnit: @@ -1326,10 +1336,14 @@ artTagInfoPage: item: _: "{TAG}" + withGallery: _: "{TAG} ({GALLERY})" gallery: "Gallery" + withTimesUsed: "{TAG} ({TIMES_USED})" + withGallery.withTimesUsed: "{TAG} ({GALLERY}, {TIMES_USED})" + # # artTagGalleryPage: # The tag gallery page displays all the artworks that a tag has |