mirror of
https://github.com/moodle/moodle.git
synced 2025-03-16 13:40:15 +01:00
150 lines
7.5 KiB
PHP
150 lines
7.5 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/>.
|
|
|
|
|
|
/**
|
|
*
|
|
* Hub related strings
|
|
*
|
|
* @package hub
|
|
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['advertise'] = 'Advertise';
|
|
$string['advertiseon'] = 'Advertise on {$a}';
|
|
$string['advertiseonhub'] = 'Advertise on hub';
|
|
$string['advertiseonmoodleorg'] = 'Advertise on Moodle.org';
|
|
$string['advertiseonspecifichub'] = 'Advertise on a specific hub';
|
|
$string['allowglobalsearch'] = 'Publish this hub and allow global search of all courses';
|
|
$string['allowpublicsearch'] = 'Publish this hub so people can join it';
|
|
$string['audience'] = 'Audience';
|
|
$string['audienceeducators'] = 'Educators';
|
|
$string['audiencestudents'] = 'Students';
|
|
$string['audienceadmins'] = 'Administators';
|
|
$string['badurlformat'] = 'Bad URL format';
|
|
$string['community'] = 'Community';
|
|
$string['confirmregistration'] = 'Confirm registration';
|
|
$string['contactemail'] = 'Contact email';
|
|
$string['contactname'] = 'Contact name';
|
|
$string['contributornames'] = 'Contributor names';
|
|
$string['coursemap'] = 'Course map';
|
|
$string['coursename'] = 'Name';
|
|
$string['courseprivate'] = 'Private';
|
|
$string['coursepublic'] = 'Public';
|
|
$string['coursepublished'] = 'Course published';
|
|
$string['courseshortname'] = 'Shortname';
|
|
$string['coursesnumber'] = 'Number of courses ({$a})';
|
|
$string['courseurl'] = 'Course URL';
|
|
$string['creatorname'] = 'Creator name';
|
|
$string['creatornotes'] = 'Creator notes';
|
|
$string['demourl'] = 'Demo URL';
|
|
$string['description'] = 'Description';
|
|
$string['downloadable'] = 'Downloadable';
|
|
$string['educationallevel'] = 'Educational level';
|
|
$string['edulevelassociation'] = 'Association';
|
|
$string['edulevelcorporate'] = 'Corporate';
|
|
$string['edulevelgovernment'] = 'Government';
|
|
$string['edulevelother'] = 'Other';
|
|
$string['edulevelprimary'] = 'Primary';
|
|
$string['edulevelsecondary'] = 'Secondary';
|
|
$string['eduleveltertiary'] = 'Tertiary';
|
|
$string['enrollable'] = 'Enrollable';
|
|
$string['errorbadimageheightwidth'] = 'The image should have a maximum size of {$a->width} X {$a->height}';
|
|
$string['errorlangnotrecognized'] = 'Language code is unknown by Moodle. Please contact {$a}';
|
|
$string['hub'] = 'Hub';
|
|
$string['imageurl'] = 'Image url';
|
|
$string['information'] = 'Information';
|
|
$string['language'] = 'Language';
|
|
$string['logourl'] = 'Logo URL';
|
|
$string['modulenumberaverage'] = 'Average number of course modules ({$a})';
|
|
$string['moodleorg'] = 'Moodle.org';
|
|
$string['moodleorgpublicationdetail'] = 'Publish your course on Moodle.org. It will be found when doing a global search.';
|
|
$string['moodleorgregistrationdetail'] = 'This option allows you to register your Moodle site with Moodle.org. Registration is free.
|
|
The main benefit of registering is that you will be added to a low-volume mailing list for important notifications such as security alerts and new releases of Moodle.
|
|
By default, your information will be kept private, and will never be sold or passed on to anyone else. The only reason for collecting this information is for support purposes, and to help build up a statistical picture of the Moodle community as a whole.
|
|
If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites.
|
|
All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time.';
|
|
$string['name'] = 'Name';
|
|
$string['no'] = 'No';
|
|
$string['nosearch'] = 'Don\'t publish hub or courses';
|
|
$string['notregisteredonhub'] = 'You cannot publish this course on a hub different from Moodle.org, because this site isn\'t registered on any different hub. Contact your administrator if you want to do so.';
|
|
$string['notregisteredonmoodleorg'] = 'You cannot publish this course on Moodle.org hub, because this site isn\'t registered on Moodle.org hub. Contact your administrator if you want to do so.';
|
|
$string['operation'] = 'Operation';
|
|
$string['orenterprivatehub'] = 'or enter a private hub URL:';
|
|
$string['participantnumberaverage'] = 'Average number of participants ({$a})';
|
|
$string['postaladdress'] = 'Postal address';
|
|
$string['postsnumber'] = 'Number of posts ({$a})';
|
|
$string['prioritise'] = 'Prioritise';
|
|
$string['privacy'] = 'Privacy';
|
|
$string['private'] = 'Private';
|
|
$string['privatehuburl'] = 'Private hub URL';
|
|
$string['publicationinfo'] = 'Course publication information';
|
|
$string['publichub'] = 'Public hub';
|
|
$string['publishcourseon'] = 'Publish on {$a}';
|
|
$string['publishername'] = 'Publisher';
|
|
$string['publishon'] = 'Publish on';
|
|
$string['publishonmoodleorg'] = 'Publish on Moodle.org';
|
|
$string['publishonspecifichub'] = 'Publish on a Hub';
|
|
$string['questionsnumber'] = 'Number of questions ({$a})';
|
|
$string['registeredcourses'] = 'Registered courses';
|
|
$string['registeredsites'] = 'Registered sites';
|
|
$string['registrationinfo'] = 'Registration information';
|
|
$string['registersite'] = 'Register on {$a}';
|
|
$string['registeron'] = 'Register on';
|
|
$string['registeronmoodleorg'] = 'Register on Moodle.org';
|
|
$string['registeronspecifichub'] = 'Register on a specific hub';
|
|
$string['registrationconfirmed'] = 'Site registration confirmed';
|
|
$string['registrationupdated'] = 'Registration has been updated.';
|
|
$string['registrationupdatedfailed'] = 'Registration update failed.';
|
|
$string['resourcesnumber'] = 'Number of resources ({$a})';
|
|
$string['roleassignmentsnumber'] = 'Number of role assignments ({$a})';
|
|
$string['screenshots'] = 'Screenshots';
|
|
$string['search'] = 'Search';
|
|
$string['selecthub'] = 'Select hub';
|
|
$string['sendfollowinginfo'] = 'Send the following information:';
|
|
$string['settings'] = 'Settings';
|
|
$string['settingsupdated'] = 'Settings have been updated.';
|
|
$string['share'] = 'Share';
|
|
$string['shareon'] = 'Share on {$a}';
|
|
$string['shareonhub'] = 'Share on hub';
|
|
$string['shareonmoodleorg'] = 'Share on Moodle.org';
|
|
$string['shareonspecifichub'] = 'Share on a specific hub';
|
|
$string['siteadmin'] = 'Administrator';
|
|
$string['sitecreated'] = 'Site created';
|
|
$string['sitedesc'] = 'Description';
|
|
$string['sitelang'] = 'Language';
|
|
$string['sitename'] = 'Name';
|
|
$string['siteprivacy'] = 'Privacy';
|
|
$string['siteregconfcomment'] = 'Your site needs a final confirmation on {$a} (in order to avoid spam on {$a})';
|
|
$string['siteregistrationupdated'] = 'Site registration updated';
|
|
$string['siteurl'] = 'Site URL';
|
|
$string['specifichub'] = 'Specific hub';
|
|
$string['specifichubpublicationdetail'] = 'You can publish on another hub.';
|
|
$string['specifichubregistrationdetail'] = 'You can register to other hub.';
|
|
$string['statistics'] = 'Statistics privacy';
|
|
$string['subject'] = 'Subject';
|
|
$string['tags'] = 'Tags';
|
|
$string['trustme'] = 'Trust';
|
|
$string['unlistedurl'] = 'Unlisted hub URL';
|
|
$string['unprioritise'] = 'Unprioritise';
|
|
$string['untrustme'] = 'Untrust';
|
|
$string['updatesite'] = 'Update registration on {$a}';
|
|
$string['url'] = 'hub URL';
|
|
$string['usersnumber'] = 'Number of users ({$a})';
|
|
$string['wrongurlformat'] = 'Bad URL format';
|
|
|