Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403]
1 <?php 2 // This file is part of Moodle - http://moodle.org/ 3 // 4 // Moodle is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // Moodle is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 16 17 /** 18 * Strings for component 'tag', language 'en', branch 'MOODLE_20_STABLE' 19 * 20 * @package core_tag 21 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} 22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 23 */ 24 25 $string['added'] = 'Standard tag(s) added'; 26 $string['addotags'] = 'Add standard tags'; 27 $string['addtagcoll'] = 'Add tag collection'; 28 $string['addtagtomyinterests'] = 'Add "{$a}" to my interests'; 29 $string['alltagpages'] = 'All tag pages'; 30 $string['backtoallitems'] = 'Back to all items tagged with "{$a}"'; 31 $string['changeshowstandard'] = 'Change showing standard tags in area {$a}'; 32 $string['changessaved'] = 'Changes saved'; 33 $string['changetagcoll'] = 'Change tag collection of area {$a}'; 34 $string['collnameexplained'] = 'Leave the field empty to use the default value: {$a}'; 35 $string['component'] = 'Component'; 36 $string['confirmdeletetag'] = 'Are you sure you want to delete this tag?'; 37 $string['confirmdeletetags'] = 'Are you sure you want to delete selected tags?'; 38 $string['count'] = 'Count'; 39 $string['coursetags'] = 'Course tags'; 40 $string['defautltagcoll'] = 'Default collection'; 41 $string['delete'] = 'Delete'; 42 $string['deleteselected'] = 'Delete selected'; 43 $string['deleted'] = 'Tag(s) deleted'; 44 $string['deletedcoursetags'] = 'Deleted - Course tags'; 45 $string['description'] = 'Description'; 46 $string['editisstandard'] = 'Change standard tag usage'; 47 $string['editcollname'] = 'Edit tag collection name'; 48 $string['editname'] = 'Edit tag name'; 49 $string['editsearchable'] = 'Change searchable'; 50 $string['edittag'] = 'Edit this tag'; 51 $string['edittagcollection'] = 'Change tag collection'; 52 $string['entertags'] = 'Enter tags...'; 53 $string['edittagcoll'] = 'Edit tag collection {$a}'; 54 $string['errortagfrontpage'] = 'Tagging the site main page is not allowed'; 55 $string['errorupdatingrecord'] = 'Error updating tag record'; 56 $string['eventtagadded'] = 'Tag added to an item'; 57 $string['eventtagcolldeleted'] = 'Tag collection deleted'; 58 $string['eventtagcollcreated'] = 'Tag collection created'; 59 $string['eventtagcollupdated'] = 'Tag collection updated'; 60 $string['eventtagcreated'] = 'Tag created'; 61 $string['eventtagdeleted'] = 'Tag deleted'; 62 $string['eventtagflagged'] = 'Tag flagged'; 63 $string['eventtagremoved'] = 'Tag removed from an item'; 64 $string['eventtagunflagged'] = 'Tag unflagged'; 65 $string['eventtagupdated'] = 'Tag updated'; 66 $string['exclusivemode'] = 'Show only tagged {$a->tagarea}'; 67 $string['flag'] = 'Flag'; 68 $string['flagged'] = 'Tag flagged'; 69 $string['flagasinappropriate'] = 'Flag as inappropriate'; 70 $string['helprelatedtags'] = 'Comma separated related tags'; 71 $string['changename'] = 'Change tag name'; 72 $string['changetype'] = 'Change tag type'; 73 $string['combined'] = 'Tags are combined'; 74 $string['combineselected'] = 'Combine selected'; 75 $string['id'] = 'id'; 76 $string['inalltagcoll'] = 'Everywhere'; 77 $string['inputstandardtags'] = 'Enter comma-separated list of new tags'; 78 $string['itemid'] = 'Item ID'; 79 $string['itemstaggedwith'] = '{$a->tagarea} tagged with "{$a->tag}"'; 80 $string['itemtype'] = 'Item type'; 81 $string['lesstags'] = 'less...'; 82 $string['managestandardtags'] = 'Manage standard tags'; 83 $string['managetags'] = 'Manage tags'; 84 $string['managetagcolls'] = 'Manage tag collections'; 85 $string['moretags'] = 'more...'; 86 $string['name'] = 'Tag name'; 87 $string['namesalreadybeeingused'] = 'Tag names already being used'; 88 $string['nameuseddocombine'] = 'The tag name is already in use. Do you want to combine these tags?'; 89 $string['namewithlink'] = 'Tag name with link'; 90 $string['newcollnamefor'] = 'New name for tag collection {$a}'; 91 $string['newnamefor'] = 'New name for tag {$a}'; 92 $string['nextpage'] = 'More'; 93 $string['notagsfound'] = 'No tags matching "{$a}" found'; 94 $string['noresultsfor'] = 'No results for "{$a}"'; 95 $string['nothingtoupdate'] = 'Nothing to update'; 96 $string['owner'] = 'Owner'; 97 $string['prevpage'] = 'Back'; 98 $string['privacy:metadata:tag'] = 'The details of each unique tag are stored alongside their description and other related information'; 99 $string['privacy:metadata:tag:name'] = 'The name of the tag - this is the normalised version of the name.'; 100 $string['privacy:metadata:tag:rawname'] = 'The name of the tag - this is the display name.'; 101 $string['privacy:metadata:tag:description'] = 'The description of the tag.'; 102 $string['privacy:metadata:tag:flag'] = 'Whether a tag has been flagged as inappropriate.'; 103 $string['privacy:metadata:tag:timemodified'] = 'The time that the tag was last modified.'; 104 $string['privacy:metadata:tag:userid'] = 'The ID of the user who created the tag.'; 105 $string['privacy:metadata:taginstance'] = 'The link between each tag and where it is used.'; 106 $string['privacy:metadata:taginstance:tagid'] = 'The link to the tag.'; 107 $string['privacy:metadata:taginstance:ordering'] = 'The relative order of this tag.'; 108 $string['privacy:metadata:taginstance:timecreated'] = 'The time that this tag was linked to the target.'; 109 $string['privacy:metadata:taginstance:timemodified'] = 'The time that this tag was modified for the target.'; 110 $string['privacy:metadata:taginstance:tiuserid'] = 'Where shared content can be individually tagged by users, the owner of the tag instance is stored.'; 111 $string['ptags'] = 'User defined tags (Comma separated)'; 112 $string['relatedblogs'] = 'Most recent blog entries'; 113 $string['relatedtags'] = 'Related tags'; 114 $string['removetagfrommyinterests'] = 'Remove "{$a}" from my interests'; 115 $string['reset'] = 'Tag flag reset'; 116 $string['resetfilter'] = 'Reset filter'; 117 $string['resetflag'] = 'Reset flag'; 118 $string['responsiblewillbenotified'] = 'The person responsible will be notified'; 119 $string['rssdesc'] = 'This RSS feed was automatically generated by Moodle and contains user generated tags for courses.'; 120 $string['rsstitle'] = 'Course tags RSS feed for user: {$a}'; 121 $string['showstandard'] = 'Standard tags usage'; 122 $string['showstandard_help'] = 'When entering tags, standard tags may be suggested, or forced, meaning that new tags cannot be entered. Alternatively, new tags may be entered with no standard tag being suggested.'; 123 $string['search'] = 'Search'; 124 $string['searchable'] = 'Searchable'; 125 $string['searchable_help'] = 'If ticked, tags in this search collection can be found via the "Search tags" page. If unticked, tags can still be found via other search pages.'; 126 $string['searchresultsfor'] = 'Search results for "{$a}"'; 127 $string['searchtags'] = 'Search tags'; 128 $string['seeallblogs'] = 'See all blog entries tagged with "{$a}"'; 129 $string['select'] = 'Select'; 130 $string['selectcoll'] = 'Select tag collection'; 131 $string['selectmaintag'] = 'Select the tag that will be used after combining'; 132 $string['selectmultipletags'] = 'Please select more than one tag'; 133 $string['selecttag'] = 'Select tag {$a}'; 134 $string['settypedefault'] = 'Remove from standard tags'; 135 $string['settypestandard'] = 'Make standard'; 136 $string['showingfirsttags'] = 'Showing {$a} most popular tags'; 137 $string['standardforce'] = 'Force'; 138 $string['standardhide'] = 'Don\'t suggest'; 139 $string['standardsuggest'] = 'Suggest'; 140 $string['standardtag'] = 'Standard'; 141 $string['suredeletecoll'] = 'Are you sure you want to delete tag collection "{$a}"?'; 142 $string['tag'] = 'Tag'; 143 $string['tagarea'] = 'Tag area'; 144 $string['tagarea_blog_external'] = 'External blog posts'; 145 $string['tagarea_post'] = 'Blog posts'; 146 $string['tagarea_user'] = 'User interests'; 147 $string['tagarea_course'] = 'Courses'; 148 $string['tagarea_course_modules'] = 'Activities and resources'; 149 $string['tagareaenabled'] = 'Enabled'; 150 $string['tagareaname'] = 'Name'; 151 $string['tagareas'] = 'Tag areas'; 152 $string['tagauthor'] = 'Tag author'; 153 $string['tagcollection'] = 'Tag collection'; 154 $string['tagcollection_help'] = 'Tag collections are sets of tags for different areas. For example, a collection of standard tags can be used to tag courses, with user interests and blog post tags kept in a separate collection. When a user clicks on a tag, the tag page displays only items with that tag in the same collection. Tags can be automatically added to a collection according to the area tagged or can be added manually as standard tags.'; 155 $string['tagcollections'] = 'Tag collections'; 156 $string['tagdescription'] = 'Tag description'; 157 $string['taginstance'] = 'Tag instance'; 158 $string['tags'] = 'Tags'; 159 $string['tagsaredisabled'] = 'Tags are disabled'; 160 $string['thingstaggedwith'] = '"{$a->name}" is used {$a->count} times'; 161 $string['thingtaggedwith'] = '"{$a->name}" is used once'; 162 $string['timemodified'] = 'Modified'; 163 $string['typechanged'] = 'Tag type changed'; 164 $string['updatetag'] = 'Update'; 165 $string['page-tag-x'] = 'All tag pages'; 166 $string['page-tag-index'] = 'Single tag page'; 167 $string['page-tag-search'] = 'Tag search page'; 168 $string['page-tag-manage'] = 'Manage tags page'; 169
title
Description
Body
title
Description
Body
title
Description
Body
title
Body