[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 <?php 2 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. 14 // 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/>. 17 18 /** 19 * Strings for component 'tag', language 'en', branch 'MOODLE_20_STABLE' 20 * 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 24 */ 25 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['errortagfrontpage'] = 'Tagging the site main page is not allowed'; 38 $string['errorupdatingrecord'] = 'Error updating tag record'; 39 $string['eventtagadded'] = 'Tag added to an item'; 40 $string['eventtagcreated'] = 'Tag created'; 41 $string['eventtagdeleted'] = 'Tag deleted'; 42 $string['eventtagflagged'] = 'Tag flagged'; 43 $string['eventtagremoved'] = 'Tag removed from an item'; 44 $string['eventtagunflagged'] = 'Tag unflagged'; 45 $string['eventtagupdated'] = 'Tag updated'; 46 $string['flag'] = 'Flag'; 47 $string['flagasinappropriate'] = 'Flag as inappropriate'; 48 $string['helprelatedtags'] = 'Comma separated related tags'; 49 $string['changename'] = 'Change tag name'; 50 $string['changetype'] = 'Change tag type'; 51 $string['id'] = 'id'; 52 $string['manageofficialtags'] = 'Manage official tags'; 53 $string['managetags'] = 'Manage tags'; 54 $string['name'] = 'Tag name'; 55 $string['namesalreadybeeingused'] = 'Tag names already being used'; 56 $string['newname'] = 'New tag name'; 57 $string['noresultsfor'] = 'No results for "{$a}"'; 58 $string['officialtag'] = 'Official tag'; 59 $string['otags'] = 'Official tags'; 60 $string['othertags'] = 'Other tags (enter tags separated by commas)'; 61 $string['owner'] = 'Owner'; 62 $string['ptags'] = 'User defined tags (Comma separated)'; 63 $string['relatedblogs'] = 'Most recent blog entries'; 64 $string['relatedtags'] = 'Related tags'; 65 $string['removetagfrommyinterests'] = 'Remove "{$a}" from my interests'; 66 $string['reset'] = 'Reset'; 67 $string['resetflag'] = 'Reset flag'; 68 $string['responsiblewillbenotified'] = 'The person responsible will be notified'; 69 $string['rssdesc'] = 'This RSS feed was automatically generated by Moodle and contains user generated tags for courses.'; 70 $string['rsstitle'] = 'Course tags RSS feed for user: {$a}'; 71 $string['search'] = 'Search'; 72 $string['searchresultsfor'] = 'Search results for "{$a}"'; 73 $string['searchtags'] = 'Search tags'; 74 $string['seeallblogs'] = 'See all blog entries tagged with "{$a}"...'; 75 $string['select'] = 'Select'; 76 $string['tag'] = 'Tag'; 77 $string['tagdescription'] = 'Tag description'; 78 $string['taggedwith'] = 'tagged with "{$a}"'; 79 $string['tags'] = 'Tags'; 80 $string['tagsaredisabled'] = 'Tags are disabled'; 81 $string['tagtype'] = 'Tag type'; 82 $string['tagtype_default'] = 'Default'; 83 $string['tagtype_official'] = 'Official'; 84 $string['thingstaggedwith'] = '"{$a->name}" is used {$a->count} times'; 85 $string['thingtaggedwith'] = '"{$a->name}" is used once'; 86 $string['thistaghasnodesc'] = 'This tag currently has no description.'; 87 $string['timemodified'] = 'Modified'; 88 $string['typechanged'] = 'Tag type changed'; 89 $string['updated'] = 'Updated'; 90 $string['updatetag'] = 'Update'; 91 $string['withselectedtags'] = 'With selected tags...'; 92 $string['page-tag-x'] = 'All tag pages'; 93 $string['page-tag-index'] = 'Single tag page'; 94 $string['page-tag-search'] = 'Tag search page'; 95 $string['page-tag-manage'] = 'Manage tags page';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |