diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-19 19:46:47 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:28 -0400 |
commit | a94150e3fc6d5276310c97a7693a378462a7b393 (patch) | |
tree | 0ff63fa74cd4528d2cf1ccf0ad471a26ea108a6c /src/strings-default.yaml | |
parent | d91f879aee6cd624256be3cf5ddbcd638cc6c264 (diff) |
content, client: listArtTagNetwork: art tag stat switcher
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 b94f8b77..a56bacf2 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -1710,6 +1710,13 @@ listingPage: title: "Jump to one of the upper-most tags:" item: "{TAG}" + statLine: + _: "Displaying tag info: {STAT}" + none: "name only" + directUses: "uses (direct only)" + totalUses: "uses (total)" + descendants: "descendants" + root: _: "{TAG}" @@ -1724,6 +1731,13 @@ listingPage: _: "{TAG}" jumpToRoot: "Jump to: {TAG}" + tag: + _: "{TAG}" + + withStat: + _: "{STAT} {TAG}" + stat: "({STAT})" + orphanArtTags: title: "These tags don't have any descendants or ancestors:" item: "{TAG}" |