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 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}" |