mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
89 lines
4 KiB
PHP
89 lines
4 KiB
PHP
<?php
|
|
|
|
// This file is part of Moodle - http://moodle.org/
|
|
//
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* Strings for component 'tag', language 'en', branch 'MOODLE_20_STABLE'
|
|
*
|
|
* @package tag
|
|
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['addedotag'] = '"{$a}" was added as an official tag.';
|
|
$string['addotags'] = 'Add official tags';
|
|
$string['addtagtomyinterests'] = 'Add "{$a}" to my interests';
|
|
$string['alltagpages'] = 'All tag pages';
|
|
$string['count'] = 'Count';
|
|
$string['delete'] = 'Delete';
|
|
$string['deleted'] = 'Deleted';
|
|
$string['deletedcoursetags'] = 'Deleted - course tags';
|
|
$string['description'] = 'Description';
|
|
$string['edittag'] = 'Edit this tag';
|
|
$string['entertags'] = 'Enter tags separated by commas';
|
|
$string['errordeleting'] = 'Error deleting tag with id {$a}, please report to your system administrator.';
|
|
$string['errortagfrontpage'] = 'Tagging the site main page is not allowed';
|
|
$string['errorupdatingrecord'] = 'Error updating tag record';
|
|
$string['flag'] = 'Flag';
|
|
$string['flagasinappropriate'] = 'Flag as inappropriate';
|
|
$string['helprelatedtags'] = 'Comma separated related tags';
|
|
$string['changename'] = 'Change tag name';
|
|
$string['changetype'] = 'Change tag type';
|
|
$string['id'] = 'id';
|
|
$string['manageofficialtags'] = 'Manage official tags';
|
|
$string['managetags'] = 'Manage tags';
|
|
$string['name'] = 'Tag name';
|
|
$string['namesalreadybeeingused'] = 'Tag names already being used';
|
|
$string['newname'] = 'New tag name';
|
|
$string['noresultsfor'] = 'No results for "{$a}"';
|
|
$string['officialtag'] = 'Official tag';
|
|
$string['otags'] = 'Official tags';
|
|
$string['othertags'] = 'Other tags (enter tags separated by commas)';
|
|
$string['owner'] = 'Owner';
|
|
$string['ptags'] = 'User defined tags (Comma separated)';
|
|
$string['relatedblogs'] = 'Most recent blog entries';
|
|
$string['relatedtags'] = 'Related tags';
|
|
$string['removetagfrommyinterests'] = 'Remove "{$a}" from my interests';
|
|
$string['reset'] = 'Reset';
|
|
$string['resetflag'] = 'Reset flag';
|
|
$string['responsiblewillbenotified'] = 'The person responsible will be notified';
|
|
$string['rssdesc'] = 'This RSS feed was automatically generated by Moodle and contains user generated tags for courses.';
|
|
$string['rsstitle'] = 'Course tags RSS feed for user: {$a}';
|
|
$string['search'] = 'Search';
|
|
$string['searchresultsfor'] = 'Search results for "{$a}"';
|
|
$string['searchtags'] = 'Search tags';
|
|
$string['seeallblogs'] = 'See all blog entries tagged with "{$a}"...';
|
|
$string['select'] = 'Select';
|
|
$string['tag'] = 'Tag';
|
|
$string['tagdescription'] = 'Tag description';
|
|
$string['taggedwith'] = 'tagged with "{$a}"';
|
|
$string['tags'] = 'Tags';
|
|
$string['tagsaredisabled'] = 'Tags are disabled';
|
|
$string['tagtype'] = 'Tag type';
|
|
$string['tagtype_default'] = 'Default';
|
|
$string['tagtype_official'] = 'Official';
|
|
$string['thingstaggedwith'] = '"{$a->name}" is used {$a->count} times';
|
|
$string['thingtaggedwith'] = '"{$a->name}" is used once';
|
|
$string['thistaghasnodesc'] = 'This tag currently has no description.';
|
|
$string['timemodified'] = 'Modified';
|
|
$string['typechanged'] = 'Tag type changed';
|
|
$string['updated'] = 'Updated';
|
|
$string['updatetag'] = 'Update';
|
|
$string['withselectedtags'] = 'With selected tags...';
|
|
$string['page-tag-x'] = 'All tag pages';
|
|
$string['page-tag-index'] = 'Single tag page';
|
|
$string['page-tag-search'] = 'Tag search page';
|
|
$string['page-tag-manage'] = 'Manage tags page';
|