|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['addedotag'] = '"{$a}" was added as an official tag.'; 00027 $string['addotags'] = 'Add official tags'; 00028 $string['addtagtomyinterests'] = 'Add "{$a}" to my interests'; 00029 $string['alltagpages'] = 'All tag pages'; 00030 $string['count'] = 'Count'; 00031 $string['delete'] = 'Delete'; 00032 $string['deleted'] = 'Deleted'; 00033 $string['deletedcoursetags'] = 'Deleted - course tags'; 00034 $string['description'] = 'Description'; 00035 $string['edittag'] = 'Edit this tag'; 00036 $string['entertags'] = 'Enter tags separated by commas'; 00037 $string['errordeleting'] = 'Error deleting tag with id {$a}, please report to your system administrator.'; 00038 $string['errortagfrontpage'] = 'Tagging the site main page is not allowed'; 00039 $string['errorupdatingrecord'] = 'Error updating tag record'; 00040 $string['flag'] = 'Flag'; 00041 $string['flagasinappropriate'] = 'Flag as inappropriate'; 00042 $string['helprelatedtags'] = 'Comma separated related tags'; 00043 $string['changename'] = 'Change tag name'; 00044 $string['changetype'] = 'Change tag type'; 00045 $string['id'] = 'id'; 00046 $string['manageofficialtags'] = 'Manage official tags'; 00047 $string['managetags'] = 'Manage tags'; 00048 $string['name'] = 'Tag name'; 00049 $string['namesalreadybeeingused'] = 'Tag names already being used'; 00050 $string['newname'] = 'New tag name'; 00051 $string['noresultsfor'] = 'No results for "{$a}"'; 00052 $string['officialtag'] = 'Official tag'; 00053 $string['otags'] = 'Official tags'; 00054 $string['othertags'] = 'Other tags (enter tags separated by commas)'; 00055 $string['owner'] = 'Owner'; 00056 $string['ptags'] = 'User defined tags (Comma separated)'; 00057 $string['relatedblogs'] = 'Most recent blog entries'; 00058 $string['relatedtags'] = 'Related tags'; 00059 $string['removetagfrommyinterests'] = 'Remove "{$a}" from my interests'; 00060 $string['reset'] = 'Reset'; 00061 $string['resetflag'] = 'Reset flag'; 00062 $string['responsiblewillbenotified'] = 'The person responsible will be notified'; 00063 $string['rssdesc'] = 'This RSS feed was automatically generated by Moodle and contains user generated tags for courses.'; 00064 $string['rsstitle'] = 'Course tags RSS feed for user: {$a}'; 00065 $string['search'] = 'Search'; 00066 $string['searchresultsfor'] = 'Search results for "{$a}"'; 00067 $string['searchtags'] = 'Search tags'; 00068 $string['seeallblogs'] = 'See all blog entries tagged with "{$a}"...'; 00069 $string['select'] = 'Select'; 00070 $string['tag'] = 'Tag'; 00071 $string['tagdescription'] = 'Tag description'; 00072 $string['taggedwith'] = 'tagged with "{$a}"'; 00073 $string['tags'] = 'Tags'; 00074 $string['tagsaredisabled'] = 'Tags are disabled'; 00075 $string['tagtype'] = 'Tag type'; 00076 $string['tagtype_default'] = 'Default'; 00077 $string['tagtype_official'] = 'Official'; 00078 $string['thingstaggedwith'] = '"{$a->name}" is used {$a->count} times'; 00079 $string['thingtaggedwith'] = '"{$a->name}" is used once'; 00080 $string['thistaghasnodesc'] = 'This tag currently has no description.'; 00081 $string['timemodified'] = 'Modified'; 00082 $string['typechanged'] = 'Tag type changed'; 00083 $string['updated'] = 'Updated'; 00084 $string['updatetag'] = 'Update'; 00085 $string['withselectedtags'] = 'With selected tags...'; 00086 $string['page-tag-x'] = 'All tag pages'; 00087 $string['page-tag-index'] = 'Single tag page'; 00088 $string['page-tag-search'] = 'Tag search page'; 00089 $string['page-tag-manage'] = 'Manage tags page';