2010-05-01 05:05:55 +00:00
< ? 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
*/
2010-05-04 09:41:44 +00:00
$string [ 'addedtoblock' ] = 'Course added to block' ;
2010-05-14 08:00:49 +00:00
$string [ 'advertise' ] = 'Advertise this course for people to join' ;
2010-05-19 03:21:58 +00:00
$string [ 'advertised' ] = 'Advertised' ;
2010-05-14 08:00:49 +00:00
$string [ 'advertiseon' ] = 'Advertise this course on {$a}' ;
2010-05-19 03:21:58 +00:00
$string [ 'readvertiseon' ] = 'Update advertising information on {$a}' ;
2010-05-19 07:41:25 +00:00
$string [ 'advertiseonhub' ] = 'Advertise this course on a hub' ;
2010-05-14 08:00:49 +00:00
$string [ 'advertiseonmoodleorg' ] = 'Advertise this course on moodle.org' ;
2010-05-19 07:41:25 +00:00
$string [ 'advertisepublication_help' ] = 'Advertising your course on a community hub server allows people to find this course and come here to enrol.' ;
2010-05-04 09:41:44 +00:00
$string [ 'all' ] = 'All' ;
2010-05-01 05:05:55 +00:00
$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' ;
2010-05-03 06:31:39 +00:00
$string [ 'audience_help' ] = '' ;
2010-05-01 05:05:55 +00:00
$string [ 'audienceeducators' ] = 'Educators' ;
$string [ 'audiencestudents' ] = 'Students' ;
2010-05-19 05:30:34 +00:00
$string [ 'audienceadmins' ] = 'Moodle administrators' ;
2010-05-01 05:05:55 +00:00
$string [ 'badurlformat' ] = 'Bad URL format' ;
2010-05-19 03:21:58 +00:00
$string [ 'cancel' ] = 'Cancel' ;
2010-05-01 05:05:55 +00:00
$string [ 'community' ] = 'Community' ;
2010-05-14 08:00:49 +00:00
$string [ 'communityremoved' ] = 'That course link has been removed from your list' ;
2010-05-01 05:05:55 +00:00
$string [ 'confirmregistration' ] = 'Confirm registration' ;
2010-05-03 03:20:22 +00:00
$string [ 'contactable' ] = 'Contact from the public' ;
$string [ 'contactable_help' ] = 'Set to yes, the hub will display your email address.' ;
2010-05-01 05:05:55 +00:00
$string [ 'contactemail' ] = 'Contact email' ;
$string [ 'contactname' ] = 'Contact name' ;
2010-05-03 03:20:22 +00:00
$string [ 'contactphone' ] = 'Phone' ;
$string [ 'contactphone_help' ] = 'Phone numbers are displayed to the Hub administrator only. There are not communicated on the hub list or anywhere else.' ;
2010-05-19 05:30:34 +00:00
$string [ 'contributornames' ] = 'Other contributors' ;
2010-05-14 08:00:49 +00:00
$string [ 'contributornames_help' ] = 'Contributors are people that contributed to create this course.' ;
2010-05-01 05:05:55 +00:00
$string [ 'coursemap' ] = 'Course map' ;
$string [ 'coursename' ] = 'Name' ;
$string [ 'courseprivate' ] = 'Private' ;
$string [ 'coursepublic' ] = 'Public' ;
2010-05-19 03:21:58 +00:00
$string [ 'coursepublished' ] = 'Course published or updated' ;
2010-05-01 05:05:55 +00:00
$string [ 'courseshortname' ] = 'Shortname' ;
2010-05-03 06:31:39 +00:00
$string [ 'courseshortname_help' ] = 'Enter any shortname for your course. It is not an identifier (i.e many courses can have a same shortname in a search result.)' ;
2010-05-01 05:05:55 +00:00
$string [ 'coursesnumber' ] = 'Number of courses ({$a})' ;
2010-05-19 03:21:58 +00:00
$string [ 'courseunpublished' ] = 'the course {$a->courseshortname} has been unpublished from {$a->hubname} successfully.' ;
2010-05-01 05:05:55 +00:00
$string [ 'courseurl' ] = 'Course URL' ;
2010-05-19 05:30:34 +00:00
$string [ 'courseurl_help' ] = 'It is the URL of your course. This url is displayed as a link in a search result.' ;
$string [ 'creatorname' ] = 'Creator' ;
2010-05-03 06:31:39 +00:00
$string [ 'creatorname_help' ] = 'The creator is the course creator.' ;
2010-05-01 05:05:55 +00:00
$string [ 'creatornotes' ] = 'Creator notes' ;
2010-05-03 06:31:39 +00:00
$string [ 'creatornotes_help' ] = 'Creator notes are a guide for teacher on how to use the course.' ;
2010-05-01 05:05:55 +00:00
$string [ 'demourl' ] = 'Demo URL' ;
2010-05-03 06:31:39 +00:00
$string [ 'demourl_help' ] = 'Enter the demo URL of your course. By default it is the URL of your course. The demo url is displayed as a link in a search result.' ;
2010-05-01 05:05:55 +00:00
$string [ 'description' ] = 'Description' ;
2010-05-19 05:30:34 +00:00
$string [ 'description_help' ] = 'This description text will be showing in the course listing on the hub.' ;
2010-05-01 05:05:55 +00:00
$string [ 'downloadable' ] = 'Downloadable' ;
2010-05-03 11:37:00 +00:00
$string [ 'downloadconfirmed' ] = 'The backup has been saved into your personal area' ;
2010-05-01 05:05:55 +00:00
$string [ 'educationallevel' ] = 'Educational level' ;
2010-05-03 06:31:39 +00:00
$string [ 'educationallevel_help' ] = '' ;
2010-05-01 05:05:55 +00:00
$string [ 'edulevelassociation' ] = 'Association' ;
$string [ 'edulevelcorporate' ] = 'Corporate' ;
$string [ 'edulevelgovernment' ] = 'Government' ;
$string [ 'edulevelother' ] = 'Other' ;
$string [ 'edulevelprimary' ] = 'Primary' ;
$string [ 'edulevelsecondary' ] = 'Secondary' ;
$string [ 'eduleveltertiary' ] = 'Tertiary' ;
2010-05-03 03:20:22 +00:00
$string [ 'emailalert' ] = 'Email notifications' ;
$string [ 'emailalert_help' ] = 'Set to yes, the hub administrator will send you emails about security issues and other important news.' ;
2010-05-01 05:05:55 +00:00
$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}' ;
2010-05-03 03:20:22 +00:00
$string [ 'geolocation' ] = 'latitude - longitude' ;
$string [ 'geolocation_help' ] = 'A geolocation code like you can find on Google Map or Twitter (example: -31.947884,115.871285)' ;
2010-05-01 05:05:55 +00:00
$string [ 'hub' ] = 'Hub' ;
$string [ 'imageurl' ] = 'Image url' ;
2010-05-03 03:20:22 +00:00
$string [ 'imageurl_help' ] = 'This image will be displayed on the hub. This image must be available from the hub at any moment. The image should have a maximum size of {$a->width} X {$a->height}' ;
2010-05-01 05:05:55 +00:00
$string [ 'information' ] = 'Information' ;
$string [ 'language' ] = 'Language' ;
2010-05-19 05:30:34 +00:00
$string [ 'language_help' ] = 'The main language of this course.' ;
2010-05-03 06:31:39 +00:00
$string [ 'licence' ] = 'Licence' ;
$string [ 'licence_help' ] = 'Select the licence you want to distribuate your course under.' ;
2010-05-01 05:05:55 +00:00
$string [ 'logourl' ] = 'Logo URL' ;
$string [ 'modulenumberaverage' ] = 'Average number of course modules ({$a})' ;
$string [ 'moodleorg' ] = 'Moodle.org' ;
2010-05-14 08:00:49 +00:00
$string [ 'moodleorgregistrationdetail' ] = 'The main community hub is Moodle.org. By registering your site here your information will contribute to the statistics of the worldwide Moodle community. You also have the option of joining a low-volume mailing list to receive important early notifications of security fixes and new releases of Moodle.' ;
$string [ 'moodleorgregistrationdetail2' ] = ' This option allows you to register your Moodle site with Moodle . org . Registration is free .
2010-05-01 05:05:55 +00:00
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' ;
2010-05-19 05:30:34 +00:00
$string [ 'name_help' ] = 'This name will be showing in the course listing.' ;
2010-05-01 05:05:55 +00:00
$string [ 'no' ] = 'No' ;
2010-05-04 09:41:44 +00:00
$string [ 'nohubselected' ] = 'No hub selected' ;
2010-05-01 05:05:55 +00:00
$string [ 'nosearch' ] = 'Don\'t publish hub or courses' ;
2010-05-14 08:00:49 +00:00
$string [ 'notregisteredonhub' ] = 'Your administrator needs to register this site with at least one hub before you can use this option.' ;
$string [ 'notregisteredonmoodleorg' ] = 'Your administrator needs to register this site with moodle.org.' ;
$string [ 'operation' ] = 'Actions' ;
$string [ 'orenterprivatehub' ] = 'Alternatively, enter a private hub URL:' ;
2010-05-01 05:05:55 +00:00
$string [ 'participantnumberaverage' ] = 'Average number of participants ({$a})' ;
$string [ 'postaladdress' ] = 'Postal address' ;
$string [ 'postsnumber' ] = 'Number of posts ({$a})' ;
$string [ 'prioritise' ] = 'Prioritise' ;
$string [ 'privacy' ] = 'Privacy' ;
2010-05-03 03:20:22 +00:00
$string [ 'privacy_help' ] = 'You can either choose to not display your site on the hub site list, either to display only your site general information, either to display your site general information + a link to your site.' ;
2010-05-01 05:05:55 +00:00
$string [ 'private' ] = 'Private' ;
$string [ 'privatehuburl' ] = 'Private hub URL' ;
$string [ 'publicationinfo' ] = 'Course publication information' ;
$string [ 'publichub' ] = 'Public hub' ;
2010-05-19 03:21:58 +00:00
$string [ 'publishcourse' ] = 'Publish {$a}' ;
2010-05-01 05:05:55 +00:00
$string [ 'publishcourseon' ] = 'Publish on {$a}' ;
2010-05-19 03:21:58 +00:00
$string [ 'publishedon' ] = 'Published on' ;
2010-05-19 05:30:34 +00:00
$string [ 'publisheremail' ] = 'Publisher email' ;
$string [ 'publisheremail_help' ] = 'The publisher email address is used by hub administrator to alert the publisher to any change on the course publication as its activation.' ;
2010-05-01 05:05:55 +00:00
$string [ 'publishername' ] = 'Publisher' ;
2010-05-19 05:30:34 +00:00
$string [ 'publishername_help' ] = 'The publisher is the unique person/organisation publishing the course. Most of the time it should be you, except if you do it on the behalf of someone else.' ;
2010-05-01 05:05:55 +00:00
$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}' ;
2010-05-14 08:00:49 +00:00
$string [ 'registeron' ] = 'Register your site' ;
$string [ 'registeronmoodleorg' ] = 'Register on Moodle.org now' ;
2010-05-01 05:05:55 +00:00
$string [ 'registeronspecifichub' ] = 'Register on a specific hub' ;
$string [ 'registrationconfirmed' ] = 'Site registration confirmed' ;
2010-05-19 07:31:46 +00:00
$string [ 'registrationconfirmedon' ] = 'You are now registered on the hub {$a->hublink}. You are now able to publish courses to this hub, using the "Publish" link in course administration menus' ;
2010-05-01 05:05:55 +00:00
$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' ;
2010-05-03 06:31:39 +00:00
$string [ 'screenshots_help' ] = 'Screenshots will displayed during search results.' ;
2010-05-01 05:05:55 +00:00
$string [ 'search' ] = 'Search' ;
$string [ 'selecthub' ] = 'Select hub' ;
2010-05-19 07:39:52 +00:00
$string [ 'selecthubinfo' ] = 'Please select the hub to publish on. A hub is a directory of Moodle sites and a directory of Moodle courses.' ;
2010-05-19 03:21:58 +00:00
$string [ 'selecthubforadvertise' ] = 'Select hub for advertising' ;
$string [ 'selecthubforsharing' ] = 'Select hub for uploading' ;
2010-05-01 05:05:55 +00:00
$string [ 'sendfollowinginfo' ] = 'Send the following information:' ;
$string [ 'settings' ] = 'Settings' ;
$string [ 'settingsupdated' ] = 'Settings have been updated.' ;
2010-05-19 07:41:25 +00:00
$string [ 'share' ] = 'Share this course for people to download' ;
$string [ 'shareon' ] = 'Upload this course to {$a}' ;
$string [ 'shareonhub' ] = 'Upload this course to a hub' ;
$string [ 'shareonmoodleorg' ] = 'Upload this course to Moodle.org' ;
$string [ 'sharepublication_help' ] = 'Uploading this course to a community hub server will enable people to download it and install it on their own Moodle sites.' ;
2010-05-01 05:05:55 +00:00
$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' ;
2010-05-03 06:31:39 +00:00
$string [ 'subject' ] = 'Subject' ;
$string [ 'subject_help' ] = 'The main course subject.' ;
2010-05-01 05:05:55 +00:00
$string [ 'specifichub' ] = 'Specific hub' ;
2010-05-14 08:00:49 +00:00
$string [ 'specifichubregistrationdetail' ] = 'You can also register your site with other community hubs.' ;
2010-05-01 05:05:55 +00:00
$string [ 'statistics' ] = 'Statistics privacy' ;
$string [ 'subject' ] = 'Subject' ;
$string [ 'tags' ] = 'Tags' ;
2010-05-03 06:31:39 +00:00
$string [ 'tags_help' ] = 'Your course can be searched against these tag words. Separate your tag words with a comma. Example: math, algebric, geometry' ;
2010-05-01 05:05:55 +00:00
$string [ 'trustme' ] = 'Trust' ;
2010-05-19 03:21:58 +00:00
$string [ 'type' ] = 'Type' ;
2010-05-01 05:05:55 +00:00
$string [ 'unlistedurl' ] = 'Unlisted hub URL' ;
$string [ 'unprioritise' ] = 'Unprioritise' ;
2010-05-19 03:21:58 +00:00
$string [ 'unpublish' ] = 'Unpublish' ;
$string [ 'unpublishconfirmation' ] = 'Do you really want to unpublish the course {$a->courseshortname} from the hub {$a->hubname}' ;
$string [ 'unpublishcourse' ] = 'Unpublish {$a}' ;
2010-05-01 05:05:55 +00:00
$string [ 'untrustme' ] = 'Untrust' ;
2010-05-19 03:21:58 +00:00
$string [ 'update' ] = 'Update' ;
2010-05-01 05:05:55 +00:00
$string [ 'updatesite' ] = 'Update registration on {$a}' ;
2010-05-19 03:21:58 +00:00
$string [ 'uploaded' ] = 'Uploaded' ;
2010-05-01 05:05:55 +00:00
$string [ 'url' ] = 'hub URL' ;
$string [ 'usersnumber' ] = 'Number of users ({$a})' ;
2010-05-06 06:41:25 +00:00
$string [ 'wrongtoken' ] = 'The registration failed. Press continue and try again.' ;
2010-05-01 05:05:55 +00:00
$string [ 'wrongurlformat' ] = 'Bad URL format' ;