Merge branch 'MDL-31353_grader_io' of git://github.com/andyjdavis/moodle
[moodle.git] / lang / en / tag.php
blob3521f24fb831f0891e67dffac9908de901052846
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'tag', language 'en', branch 'MOODLE_20_STABLE'
21 * @package tag
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['addedotag'] = '"{$a}" was added as an official tag.';
27 $string['addotags'] = 'Add official tags';
28 $string['addtagtomyinterests'] = 'Add "{$a}" to my interests';
29 $string['alltagpages'] = 'All tag pages';
30 $string['count'] = 'Count';
31 $string['delete'] = 'Delete';
32 $string['deleted'] = 'Deleted';
33 $string['deletedcoursetags'] = 'Deleted - course tags';
34 $string['description'] = 'Description';
35 $string['edittag'] = 'Edit this tag';
36 $string['entertags'] = 'Enter tags separated by commas';
37 $string['errordeleting'] = 'Error deleting tag with id {$a}, please report to your system administrator.';
38 $string['errortagfrontpage'] = 'Tagging the site main page is not allowed';
39 $string['errorupdatingrecord'] = 'Error updating tag record';
40 $string['flag'] = 'Flag';
41 $string['flagasinappropriate'] = 'Flag as inappropriate';
42 $string['helprelatedtags'] = 'Comma separated related tags';
43 $string['changename'] = 'Change tag name';
44 $string['changetype'] = 'Change tag type';
45 $string['id'] = 'id';
46 $string['manageofficialtags'] = 'Manage official tags';
47 $string['managetags'] = 'Manage tags';
48 $string['name'] = 'Tag name';
49 $string['namesalreadybeeingused'] = 'Tag names already being used';
50 $string['newname'] = 'New tag name';
51 $string['noresultsfor'] = 'No results for "{$a}"';
52 $string['officialtag'] = 'Official tag';
53 $string['otags'] = 'Official tags';
54 $string['othertags'] = 'Other tags (enter tags separated by commas)';
55 $string['owner'] = 'Owner';
56 $string['ptags'] = 'User defined tags (Comma separated)';
57 $string['relatedblogs'] = 'Most recent blog entries';
58 $string['relatedtags'] = 'Related tags';
59 $string['removetagfrommyinterests'] = 'Remove "{$a}" from my interests';
60 $string['reset'] = 'Reset';
61 $string['resetflag'] = 'Reset flag';
62 $string['responsiblewillbenotified'] = 'The person responsible will be notified';
63 $string['rssdesc'] = 'This RSS feed was automatically generated by Moodle and contains user generated tags for courses.';
64 $string['rsstitle'] = 'Course tags RSS feed for user: {$a}';
65 $string['search'] = 'Search';
66 $string['searchresultsfor'] = 'Search results for "{$a}"';
67 $string['searchtags'] = 'Search tags';
68 $string['seeallblogs'] = 'See all blog entries tagged with "{$a}"...';
69 $string['select'] = 'Select';
70 $string['tag'] = 'Tag';
71 $string['tagdescription'] = 'Tag description';
72 $string['taggedwith'] = 'tagged with "{$a}"';
73 $string['tags'] = 'Tags';
74 $string['tagsaredisabled'] = 'Tags are disabled';
75 $string['tagtype'] = 'Tag type';
76 $string['tagtype_default'] = 'Default';
77 $string['tagtype_official'] = 'Official';
78 $string['thingstaggedwith'] = '"{$a->name}" is used {$a->count} times';
79 $string['thingtaggedwith'] = '"{$a->name}" is used once';
80 $string['thistaghasnodesc'] = 'This tag currently has no description.';
81 $string['timemodified'] = 'Modified';
82 $string['typechanged'] = 'Tag type changed';
83 $string['updated'] = 'Updated';
84 $string['updatetag'] = 'Update';
85 $string['withselectedtags'] = 'With selected tags...';
86 $string['page-tag-x'] = 'All tag pages';
87 $string['page-tag-index'] = 'Single tag page';
88 $string['page-tag-search'] = 'Tag search page';
89 $string['page-tag-manage'] = 'Manage tags page';