This isn't something in the StyleSheet - instead, you'll have to create
a new tiddler, tag it with "systemConfig", and add something like the
following:
---------------
config.macros.tagging.label = "tagging: ";
config.macros.tagging.labelNotTag = "not tagging";
config.views.wikified.tag.labelNoTags = "no tags";
config.views.wikified.tag.labelTags: "tags: ";
---------------
(using the default strings here)
More information can be found in the translation instructions:
http://trac.tiddlywiki.org/wiki/Translations
HTH.
-- F.
> config.views.wikified.tag.labelTags: "tags: ";
This should read
config.views.wikified.tag.labelTags = "tags: ";
-- F.