MDL-17521 shortcuts at top of tag page for each sort of thing that's been tagged

This commit is contained in:
jmg324 2008-12-16 16:33:30 +00:00
parent 6c59c9c76b
commit 3caea5dc63
2 changed files with 12 additions and 6 deletions

View file

@ -19,7 +19,7 @@ $string['flag'] = 'Flag';
$string['flagasinappropriate'] = 'Flag as inappropriate';
$string['helprelatedtags'] = 'Comma separated related tags';
$string['id'] = 'id';
$string['relatedblogs'] = 'Most recent blog entries tagged with \"$a\"';
$string['relatedblogs'] = 'Most recent blog entries';
$string['managetags'] = 'Manage tags';
$string['name'] = 'Tag name';
$string['namesalreadybeeingused'] = 'Tag names already being used';
@ -46,15 +46,14 @@ $string['tag'] = 'Tag';
$string['tagtype'] = 'Tag type';
$string['tagtype_official'] = 'Official';
$string['tagtype_default'] = 'Default';
$string['tagindex_coursetitle'] = 'Courses tagged with \"$a\"';
$string['tags'] = 'Tags';
$string['taggedwith'] = 'tagged with \"$a\"';
$string['tagsaredisabled'] = 'Tags are disabled';
$string['thingtaggedwith'] = '\"$a->name\" is used once';
$string['thingstaggedwith'] = '\"$a->name\" is used $a->count times';
$string['thistaghasnodesc'] = 'This tag currently has no description.';
$string['timemodified'] = 'Modified';
$string['typechanged'] = 'Tag type changed';
$string['userstaggedwith'] = 'Users tagged with \"$a\"';
$string['updatetag'] = 'Update';
$string['updated'] = 'Updated';
$string['withselectedtags'] = 'With selected tags...';