Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.
/lang/en/ -> hub.php (source)

Differences Between: [Versions 310 and 400] [Versions 311 and 400] [Versions 39 and 400] [Versions 400 and 402] [Versions 400 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   *
  19   * Hub related strings
  20   *
  21   * @package   core_hub
  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  $string['activeparticipantnumberaverage'] = 'Average number of recently active participants ({$a})';
  26  $string['activeusersnumber'] = 'Number of recently active users ({$a})';
  27  $string['analyticsactions'] = 'Number of actions taken on generated predictions ({$a})';
  28  $string['analyticsactionsnotuseful'] = 'Number of actions marking a prediction as not useful ({$a})';
  29  $string['analyticsenabledmodels'] = 'Number of enabled prediction models ({$a})';
  30  $string['analyticspredictions'] = 'Number of generated predictions ({$a})';
  31  $string['audience'] = 'Audience';
  32  $string['audience_help'] = 'Select the intended audience for the course.';
  33  $string['audienceeducators'] = 'Educators';
  34  $string['audiencestudents'] = 'Students';
  35  $string['audienceadmins'] = 'Moodle administrators';
  36  $string['badgesnumber'] = 'Number of badges ({$a})';
  37  $string['communityremoved'] = 'That course link has been removed from your list';
  38  $string['confirmregistration'] = 'Confirm registration';
  39  $string['coursename'] = 'Name';
  40  $string['coursepublished'] = 'This course has been shared successfully on \'{$a}\'.';
  41  $string['courseshortname'] = 'Shortname';
  42  $string['courseshortname_help'] = 'Enter a short name for your course. It does not need to be unique.';
  43  $string['coursesnumber'] = 'Number of courses ({$a})';
  44  $string['demourl'] = 'Demo URL';
  45  $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.';
  46  $string['downloadable'] = 'Downloadable';
  47  $string['educationallevel'] = 'Educational level';
  48  $string['educationallevel_help'] = 'Select the most appropriate educational level that the course fits into.';
  49  $string['edulevelassociation'] = 'Association';
  50  $string['edulevelcorporate'] = 'Corporate';
  51  $string['edulevelgovernment'] = 'Government';
  52  $string['edulevelother'] = 'Other';
  53  $string['edulevelprimary'] = 'Primary';
  54  $string['edulevelsecondary'] = 'Secondary';
  55  $string['eduleveltertiary'] = 'Tertiary';
  56  $string['emailalert'] = 'Email notifications';
  57  $string['emailalert_help'] = 'If this is enabled the hub administrator will send you emails about security issues and other important news.';
  58  $string['enrollable'] = 'Enrollable';
  59  $string['errorcoursewronglypublished'] = 'A publication error has been returned by Moodle.net. Please try again later.';
  60  $string['errorotherhubsnotsupported'] = 'This page can no longer be used for registration with custom sites directories.';
  61  $string['errorws'] = '{$a}';
  62  $string['errorwstokenreset'] = '{$a}. Registration token on this site has been reset. You can now register your site again.';
  63  $string['errorregistrationupdate'] = 'An error occurred during registration update ({$a})';
  64  $string['geolocation'] = 'Geolocation';
  65  $string['geolocation_help'] = 'In future we may provide location-based searching. If you want to specify the location for your course use a latitude/longitude value here (eg: -31.947884,115.871285).  One way to find this is to use Google Maps.';
  66  $string['imageurl'] = 'Image URL';
  67  $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}';
  68  $string['issuedbadgesnumber'] = 'Number of issued badges ({$a})';
  69  $string['language'] = 'Language';
  70  $string['language_help'] = 'The main language of this course.';
  71  $string['lasttimechecked'] = 'Last time checked';
  72  $string['licence'] = 'Licence';
  73  $string['licence_help'] = 'Select the licence you want to distribute your course under.';
  74  $string['licence_link'] = 'licenses';
  75  $string['logourl'] = 'Logo URL';
  76  $string['mobilenotificationsenabled'] = 'Mobile notifications enabled ({$a})';
  77  $string['mobileservicesenabled'] = 'Mobile services enabled ({$a})';
  78  $string['modulenumberaverage'] = 'Average number of course modules ({$a})';
  79  $string['mustselectsubject'] = 'You must select a subject';
  80  $string['name'] = 'Name';
  81  $string['name_help'] = 'This name will be showing in the course listing.';
  82  $string['neverchecked'] = 'Never checked';
  83  $string['next'] = 'Next';
  84  $string['no'] = 'No';
  85  $string['nocheckstatusfromunreghub'] = 'The site is not registered on the hub so the status can not be checked.';
  86  $string['nohubselected'] = 'No hub selected';
  87  $string['none'] = 'None';
  88  $string['operation'] = 'Actions';
  89  $string['participantnumberaverage'] = 'Average number of participants ({$a})';
  90  $string['policyagreed'] = 'Privacy notice and data processing agreement';
  91  $string['policyagreeddesc'] = 'I agree to the <a href="{$a}" target="_blank">Privacy notice and data processing agreement</a>';
  92  $string['postaladdress'] = 'Postal address';
  93  $string['postaladdress_help'] = 'Postal address of this site, or of the entity represented by this site.';
  94  $string['postsnumber'] = 'Number of posts ({$a})';
  95  $string['previousregistrationdeleted'] = 'The previous registration has been deleted from {$a}. You can restart the registration process. Thank you.';
  96  $string['questionsnumber'] = 'Number of questions ({$a})';
  97  $string['registeredcourses'] = 'Registered courses';
  98  $string['registeredsites'] = 'Registered sites';
  99  $string['registrationinfo'] = 'Registration information';
 100  $string['registereduserdevices'] = 'Number of users with registered mobile devices ({$a})';
 101  $string['registeredactiveuserdevices'] = 'Number of active users with registered mobile devices which are receiving notifications ({$a})';
 102  $string['registerwithmoodleorg'] = 'Register your site';
 103  $string['registerwithmoodleorgupdate'] = 'Update your site registration';
 104  $string['registerwithmoodleorgcomplete'] = 'Complete your site registration';
 105  $string['registerwithmoodleorginfo'] = 'We\'d love to stay in touch and provide you with important things for your Moodle site! By registering:
 106  
 107  * You can subscribe to receive notifications of new Moodle releases, security alerts and other important news.
 108  * You can access and activate mobile push notifications from your Moodle site through our free Moodle app.
 109  * You are contributing to our Moodle statistics of the worldwide community, which help us improve Moodle and our community sites.
 110  * If you wish, your site can be included in the list of registered Moodle sites in your country.';
 111  $string['registerwithmoodleorginfoapp'] = 'About the Moodle app';
 112  $string['registerwithmoodleorginfostats'] = 'Moodle statistics';
 113  $string['registerwithmoodleorginfosites'] = 'Other sites in my country';
 114  $string['registerwithmoodleorgremove'] = 'You are about to unregister your site. You will no longer receive security alert notifications and users will not be able to receive push notifications from your site to their Moodle app. However, you will be able to re-register at any time! Are you sure you want to continue?';
 115  $string['registrationconfirmed'] = 'Site registration confirmed';
 116  $string['registrationconfirmedon'] = 'Thank you for registering your site. Registration information will be kept up to date by the \'Site registration\' scheduled task.';
 117  $string['renewregistration'] = 'Renew registration';
 118  $string['resourcesnumber'] = 'Number of resources ({$a})';
 119  $string['restartregistration'] = 'Restart registration';
 120  $string['roleassignmentsnumber'] = 'Number of role assignments ({$a})';
 121  $string['search'] = 'Search';
 122  $string['sendingsize'] = 'Please wait the course file is uploading ({$a->total}Mb)...';
 123  $string['sendfollowinginfo'] = 'More information';
 124  $string['sendfollowinginfo_help'] = 'The following information will be sent to Moodle each time your site registration is updated (by default weekly, when the \'Site registration\' scheduled task is run). The information contributes to overall statistics only and will not be made public on any site listing. In addition, your Moodle release version is recorded by the weekly automated site link check.';
 125  $string['sent'] = '...finished';
 126  $string['siteadmin'] = 'Administrator';
 127  $string['siteadmin_help'] = 'The full name of the site administrator.';
 128  $string['sitecommnews'] = 'Moodle newsletter';
 129  $string['sitecommnews_help'] = 'You have the option of subscribing to our Moodle newsletter. You may unsubscribe at any time.';
 130  $string['sitecommnewsyes'] = 'Yes, I would like to receive the Moodle newsletter';
 131  $string['sitecountry'] = 'Country';
 132  $string['sitecountry_help'] = 'The country your organisation or institution is located in.';
 133  $string['sitedesc'] = 'Description';
 134  $string['sitedesc_help'] = 'Provide some information about how you are using Moodle.';
 135  $string['sitegeolocation'] = 'Geolocation';
 136  $string['sitegeolocation_help'] = 'In future we may provide location-based searching in the hubs. If you want to specify the location for your site use a latitude/longitude value here (eg: -31.947884,115.871285).  One way to find this is to use Google Maps.';
 137  $string['siteemail'] = 'Admin email address';
 138  $string['siteemail_help'] = 'An email address is necessary so that Moodle HQ can contact you if required.  It may also be used for other purposes as you allow below.    We recommend a generic email address related to a position (eg.: sitemanager@example.com), not a personal address.';
 139  $string['sitelang'] = 'Language';
 140  $string['sitelang_help'] = 'What is the main language used on your Moodle site?';
 141  $string['sitename'] = 'Name';
 142  $string['sitename_help'] = 'The name of the site will be shown on the site listing if the hub allows that.';
 143  $string['sitephone'] = 'Phone';
 144  $string['sitephone_help'] = 'Your phone number will only be seen by the hub administrator.';
 145  $string['siteprivacy'] = 'Site listing';
 146  $string['siteprivacy_help'] = 'You can choose to have your site listed publicly in the list of registered sites, with or without a link to your site.';
 147  $string['siteprivacynotpublished'] = 'Do not list my site';
 148  $string['siteprivacypublished'] = 'Only display my site name';
 149  $string['siteprivacylinked'] = 'Display my site name with the link';
 150  $string['siteregistrationcontact'] = 'Display contact form';
 151  $string['siteregistrationcontact_help'] = 'If you allow it, other people in our Moodle community (who need a login account) can contact you via a form on our Moodle community site. However, they will never be able to see your email address.';
 152  $string['siteregistrationemail'] = 'Notifications of new Moodle releases, security alerts and other important news';
 153  $string['siteregistrationemail_help'] = 'You have the option of subscribing to our low-volume mailing list for notifications of new Moodle releases, security alerts and other important news. You may unsubscribe at any time.';
 154  $string['siteregistrationupdated'] = 'Site registration updated';
 155  $string['siterelease'] = 'Moodle release';
 156  $string['sitereleasenum'] = 'Moodle release ({$a})';
 157  $string['siterelease_help'] = 'Moodle release number of this site.';
 158  $string['siteurl'] = 'Site URL';
 159  $string['siteurl_help'] = 'The URL is the address of this site.  If privacy settings allow people to see site addresses then this is the URL that will be used.';
 160  $string['siteversion'] = 'Moodle version';
 161  $string['siteversion_help'] = 'The Moodle version of this site.';
 162  $string['skipregistration'] = 'Skip';
 163  $string['subject'] = 'Subject';
 164  $string['subject_help'] = 'Select the main subject area which the course covers.';
 165  $string['type'] = 'Shared';
 166  $string['unregister'] = 'Unregister';
 167  $string['unregistrationerror'] = 'An error occurred while attempting to unregister the site: {$a}';
 168  $string['update'] = 'Update';
 169  $string['updatesiteregistration'] = 'Update registration';
 170  $string['usedifferentemail'] = 'Use different email';
 171  $string['urlalreadyregistered'] = 'Your site seems to be already registered, which means something has gone wrong. Please contact the sites directory administrator to reset your registration so you can try again.';
 172  $string['usersnumber'] = 'Number of users ({$a})';
 173  $string['wrongtoken'] = 'The registration failed for some unknown reason (network?). Please try again.';
 174  
 175  // Deprecate since 3.11.
 176  $string['sitecommnewsno'] = 'No, I do not wish to receive any emails';