Merge branch 'MDL-51170-master' of git://github.com/andrewnicols/moodle
[moodle.git] / lang / en / tag.php
blobef4be4bde4bc930d28c6bcaa3da1f40090d325ce
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.
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/>.
17 /**
18 * Strings for component 'tag', language 'en', branch 'MOODLE_20_STABLE'
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
25 $string['added'] = 'Official tag(s) added';
26 $string['addotags'] = 'Add official tags';
27 $string['addtagtomyinterests'] = 'Add "{$a}" to my interests';
28 $string['alltagpages'] = 'All tag pages';
29 $string['confirmdeletetag'] = 'Are you sure you want to delete this tag?';
30 $string['confirmdeletetags'] = 'Are you sure you want to delete selected tags?';
31 $string['count'] = 'Count';
32 $string['coursetags'] = 'Course tags';
33 $string['delete'] = 'Delete';
34 $string['deleteselected'] = 'Delete selected';
35 $string['deleted'] = 'Tag(s) deleted';
36 $string['deletedcoursetags'] = 'Deleted - Course tags';
37 $string['description'] = 'Description';
38 $string['editname'] = 'Edit tag name';
39 $string['edittag'] = 'Edit this tag';
40 $string['entertags'] = 'Enter tags separated by commas';
41 $string['errortagfrontpage'] = 'Tagging the site main page is not allowed';
42 $string['errorupdatingrecord'] = 'Error updating tag record';
43 $string['eventtagadded'] = 'Tag added to an item';
44 $string['eventtagcreated'] = 'Tag created';
45 $string['eventtagdeleted'] = 'Tag deleted';
46 $string['eventtagflagged'] = 'Tag flagged';
47 $string['eventtagremoved'] = 'Tag removed from an item';
48 $string['eventtagunflagged'] = 'Tag unflagged';
49 $string['eventtagupdated'] = 'Tag updated';
50 $string['flag'] = 'Flag';
51 $string['flagged'] = 'Tag flagged';
52 $string['flagasinappropriate'] = 'Flag as inappropriate';
53 $string['helprelatedtags'] = 'Comma separated related tags';
54 $string['changename'] = 'Change tag name';
55 $string['changetype'] = 'Change tag type';
56 $string['id'] = 'id';
57 $string['manageofficialtags'] = 'Manage official tags';
58 $string['managetags'] = 'Manage tags';
59 $string['name'] = 'Tag name';
60 $string['namesalreadybeeingused'] = 'Tag names already being used';
61 $string['newnamefor'] = 'New name for tag {$a}';
62 $string['noresultsfor'] = 'No results for "{$a}"';
63 $string['nothingtoupdate'] = 'Nothing to update';
64 $string['officialtag'] = 'Official';
65 $string['otags'] = 'Official tags';
66 $string['othertags'] = 'Other tags (enter tags separated by commas)';
67 $string['owner'] = 'Owner';
68 $string['ptags'] = 'User defined tags (Comma separated)';
69 $string['relatedblogs'] = 'Most recent blog entries';
70 $string['relatedtags'] = 'Related tags';
71 $string['removetagfrommyinterests'] = 'Remove "{$a}" from my interests';
72 $string['reset'] = 'Tag flag reset';
73 $string['resetflag'] = 'Reset flag';
74 $string['responsiblewillbenotified'] = 'The person responsible will be notified';
75 $string['rssdesc'] = 'This RSS feed was automatically generated by Moodle and contains user generated tags for courses.';
76 $string['rsstitle'] = 'Course tags RSS feed for user: {$a}';
77 $string['search'] = 'Search';
78 $string['searchresultsfor'] = 'Search results for "{$a}"';
79 $string['searchtags'] = 'Search tags';
80 $string['seeallblogs'] = 'See all blog entries tagged with "{$a}"...';
81 $string['select'] = 'Select';
82 $string['selecttag'] = 'Select tag {$a}';
83 $string['settypedefault'] = 'Remove from official tags';
84 $string['settypeofficial'] = 'Make official';
85 $string['tag'] = 'Tag';
86 $string['tagdescription'] = 'Tag description';
87 $string['taggedwith'] = 'tagged with "{$a}"';
88 $string['tags'] = 'Tags';
89 $string['tagsaredisabled'] = 'Tags are disabled';
90 $string['tagtype'] = 'Tag type';
91 $string['thingstaggedwith'] = '"{$a->name}" is used {$a->count} times';
92 $string['thingtaggedwith'] = '"{$a->name}" is used once';
93 $string['timemodified'] = 'Modified';
94 $string['typechanged'] = 'Tag type changed';
95 $string['updatetag'] = 'Update';
96 $string['page-tag-x'] = 'All tag pages';
97 $string['page-tag-index'] = 'Single tag page';
98 $string['page-tag-search'] = 'Tag search page';
99 $string['page-tag-manage'] = 'Manage tags page';
101 // Deprecated since 3.0 .
103 $string['addedotag'] = '"{$a}" was added as an official tag.';
104 $string['newname'] = 'New tag name';
105 $string['tagtype_default'] = 'Default';
106 $string['tagtype_official'] = 'Official';
107 $string['thistaghasnodesc'] = 'This tag currently has no description.';
108 $string['updated'] = 'Updated';
109 $string['withselectedtags'] = 'With selected tags...';