. /** * Strings for component 'tag', language 'en', branch 'MOODLE_20_STABLE' * * @package core_tag * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['added'] = 'Official tag(s) added'; $string['addotags'] = 'Add official tags'; $string['addtagtomyinterests'] = 'Add "{$a}" to my interests'; $string['alltagpages'] = 'All tag pages'; $string['confirmdeletetag'] = 'Are you sure you want to delete this tag?'; $string['confirmdeletetags'] = 'Are you sure you want to delete selected tags?'; $string['count'] = 'Count'; $string['coursetags'] = 'Course tags'; $string['delete'] = 'Delete'; $string['deleteselected'] = 'Delete selected'; $string['deleted'] = 'Tag(s) deleted'; $string['deletedcoursetags'] = 'Deleted - Course tags'; $string['description'] = 'Description'; $string['editname'] = 'Edit tag name'; $string['edittag'] = 'Edit this tag'; $string['entertags'] = 'Enter tags...'; $string['errortagfrontpage'] = 'Tagging the site main page is not allowed'; $string['errorupdatingrecord'] = 'Error updating tag record'; $string['eventtagadded'] = 'Tag added to an item'; $string['eventtagcreated'] = 'Tag created'; $string['eventtagdeleted'] = 'Tag deleted'; $string['eventtagflagged'] = 'Tag flagged'; $string['eventtagremoved'] = 'Tag removed from an item'; $string['eventtagunflagged'] = 'Tag unflagged'; $string['eventtagupdated'] = 'Tag updated'; $string['flag'] = 'Flag'; $string['flagged'] = 'Tag flagged'; $string['flagasinappropriate'] = 'Flag as inappropriate'; $string['helprelatedtags'] = 'Comma separated related tags'; $string['changename'] = 'Change tag name'; $string['changetype'] = 'Change tag type'; $string['id'] = 'id'; $string['manageofficialtags'] = 'Manage official tags'; $string['managetags'] = 'Manage tags'; $string['name'] = 'Tag name'; $string['namesalreadybeeingused'] = 'Tag names already being used'; $string['newnamefor'] = 'New name for tag {$a}'; $string['noresultsfor'] = 'No results for "{$a}"'; $string['nothingtoupdate'] = 'Nothing to update'; $string['officialtag'] = 'Official'; $string['otags'] = 'Official tags'; $string['othertags'] = 'Other tags'; $string['owner'] = 'Owner'; $string['ptags'] = 'User defined tags (Comma separated)'; $string['relatedblogs'] = 'Most recent blog entries'; $string['relatedtags'] = 'Related tags'; $string['removetagfrommyinterests'] = 'Remove "{$a}" from my interests'; $string['reset'] = 'Tag flag reset'; $string['resetflag'] = 'Reset flag'; $string['responsiblewillbenotified'] = 'The person responsible will be notified'; $string['rssdesc'] = 'This RSS feed was automatically generated by Moodle and contains user generated tags for courses.'; $string['rsstitle'] = 'Course tags RSS feed for user: {$a}'; $string['search'] = 'Search'; $string['searchresultsfor'] = 'Search results for "{$a}"'; $string['searchtags'] = 'Search tags'; $string['seeallblogs'] = 'See all blog entries tagged with "{$a}"...'; $string['select'] = 'Select'; $string['selecttag'] = 'Select tag {$a}'; $string['settypedefault'] = 'Remove from official tags'; $string['settypeofficial'] = 'Make official'; $string['tag'] = 'Tag'; $string['tagdescription'] = 'Tag description'; $string['taggedwith'] = 'tagged with "{$a}"'; $string['tags'] = 'Tags'; $string['tagsaredisabled'] = 'Tags are disabled'; $string['tagtype'] = 'Tag type'; $string['thingstaggedwith'] = '"{$a->name}" is used {$a->count} times'; $string['thingtaggedwith'] = '"{$a->name}" is used once'; $string['timemodified'] = 'Modified'; $string['typechanged'] = 'Tag type changed'; $string['updatetag'] = 'Update'; $string['page-tag-x'] = 'All tag pages'; $string['page-tag-index'] = 'Single tag page'; $string['page-tag-search'] = 'Tag search page'; $string['page-tag-manage'] = 'Manage tags page'; // Deprecated since 3.0 . $string['addedotag'] = '"{$a}" was added as an official tag.'; $string['newname'] = 'New tag name'; $string['tagtype_default'] = 'Default'; $string['tagtype_official'] = 'Official'; $string['thistaghasnodesc'] = 'This tag currently has no description.'; $string['updated'] = 'Updated'; $string['withselectedtags'] = 'With selected tags...';