Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
/lang/en/ -> form.php (source)

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

   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   * Strings for component 'form', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package    core
  21   * @subpackage form
  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  
  26  $string['addfields'] = 'Add {$a} field(s) to form';
  27  $string['advancedelement'] = 'Advanced element';
  28  $string['close'] = 'Close';
  29  $string['custom'] = 'Custom';
  30  $string['day'] = 'Day';
  31  $string['default'] = 'Default';
  32  $string['display'] = 'Display';
  33  $string['err_alphanumeric'] = 'You must enter only letters or numbers here.';
  34  $string['err_email'] = 'You must enter a valid email address here.';
  35  $string['err_lettersonly'] = 'You must enter only letters here.';
  36  $string['err_maxfiles'] = 'You must not attach more than {$a} files here.';
  37  $string['err_maxlength'] = 'You must enter no more than {$a->format} characters here.';
  38  $string['err_minlength'] = 'You must enter at least {$a->format} characters here.';
  39  $string['err_nonzero'] = 'You must enter a number not starting with a 0 here.';
  40  $string['err_nopunctuation'] = 'You must enter no punctuation characters here.';
  41  $string['err_numeric'] = 'You must enter a number here.';
  42  $string['err_positiveint'] = 'You must enter a number that is greater than 0.';
  43  $string['err_rangelength'] = 'You must enter between {$a->format[0]} and {$a->format[1]} characters here.';
  44  $string['err_required'] = 'You must supply a value here.';
  45  $string['err_wrappingwhitespace'] = 'The value must not start or end with whitespace.';
  46  $string['err_wrongfileextension'] = 'Some files ({$a->wrongfiles}) cannot be uploaded. Only file types {$a->allowlist} are allowed.';
  47  $string['filesofthesetypes'] = 'Accepted file types:';
  48  $string['filetypesany'] = 'All file types';
  49  $string['filetypesnotall'] = 'It is not allowed to select \'All file types\' here';
  50  $string['filetypesnotallowed'] = 'These file types are not allowed here: {$a}';
  51  $string['filetypesothers'] = 'Other files';
  52  $string['filetypesunknown'] = 'Unknown file types: {$a}';
  53  $string['general'] = 'General';
  54  $string['hideadvanced'] = 'Hide advanced';
  55  $string['hour'] = 'Hour';
  56  $string['minute'] = 'Minute';
  57  $string['miscellaneoussettings'] = 'Miscellaneous settings';
  58  $string['modstandardels'] = 'Common module settings';
  59  $string['month'] = 'Month';
  60  $string['mustbeoverriden'] = 'Abstract form_definition() method in class {$a} must be overridden, please fix the code.';
  61  $string['newvaluefor'] = 'New value for {$a}';
  62  $string['nomethodforaddinghelpbutton'] = 'There is no method for adding a help button to form element {$a->name} (class {$a->classname})';
  63  $string['nonexistentformelements'] = 'Trying to add help buttons to non-existent form elements : {$a}';
  64  $string['noselection'] = 'No selection';
  65  $string['nosuggestions'] = 'No suggestions';
  66  $string['novalue'] = 'Nothing entered';
  67  $string['novalueclicktoset'] = 'Click to enter text';
  68  $string['optional'] = 'Optional';
  69  $string['othersettings'] = 'Other settings';
  70  $string['passwordunmaskedithint'] = 'Edit password';
  71  $string['passwordunmaskrevealhint'] = 'Reveal';
  72  $string['passwordunmaskinstructions'] = 'Press enter to save changes';
  73  $string['privacy:metadata:preference:filemanager_recentviewmode'] = 'Recently selected view mode of the file picker element.';
  74  $string['privacy:preference:filemanager_recentviewmode'] = 'Your preferred way of displaying files in the file picker is: {$a}';
  75  $string['requiredelement'] = 'Required field';
  76  $string['security'] = 'Security';
  77  $string['selectallornone'] = 'Select all/none';
  78  $string['selected'] = 'Selected';
  79  $string['selecteditems'] = 'Selected items:';
  80  $string['showadvanced'] = 'Show advanced';
  81  $string['showless'] = 'Show less...';
  82  $string['showmore'] = 'Show more...';
  83  $string['somefieldsrequired'] = 'There are required fields in this form marked {$a}.';
  84  $string['suggestions'] = 'Suggestions';
  85  $string['time'] = 'Time';
  86  $string['timeunit'] = 'Time unit';
  87  $string['timing'] = 'Timing';
  88  $string['unmaskpassword'] = 'Unmask';
  89  $string['year'] = 'Year';
  90  
  91  // Deprecated since Moodle 3.10.
  92  $string['filetypesnotwhitelisted'] = 'These file types are not allowed here: {$a}';