2010-04-10 14:01:45 +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/>.
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Strings for component 'form', language 'en', branch 'MOODLE_20_STABLE'
|
|
|
|
*
|
2014-11-22 10:59:14 +13:00
|
|
|
* @package core
|
|
|
|
* @subpackage form
|
|
|
|
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
2010-04-10 14:01:45 +00:00
|
|
|
*/
|
|
|
|
|
2013-11-05 23:41:44 +01:00
|
|
|
$string['addfields'] = 'Add {$a} field(s) to form';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['advancedelement'] = 'Advanced element';
|
2012-10-02 14:28:55 +08:00
|
|
|
$string['close'] = 'Close';
|
2017-02-16 13:52:32 +08:00
|
|
|
$string['custom'] = 'Custom';
|
2009-03-11 05:37:22 +00:00
|
|
|
$string['day'] = 'Day';
|
2017-02-16 13:52:32 +08:00
|
|
|
$string['default'] = 'Default';
|
2009-03-11 05:37:22 +00:00
|
|
|
$string['display'] = 'Display';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['err_alphanumeric'] = 'You must enter only letters or numbers here.';
|
|
|
|
$string['err_email'] = 'You must enter a valid email address here.';
|
|
|
|
$string['err_lettersonly'] = 'You must enter only letters here.';
|
2012-07-09 20:50:35 +01:00
|
|
|
$string['err_maxfiles'] = 'You must not attach more than {$a} files here.';
|
2015-02-16 21:56:14 -08:00
|
|
|
$string['err_maxlength'] = 'You must enter no more than {$a->format} characters here.';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['err_minlength'] = 'You must enter at least {$a->format} characters here.';
|
|
|
|
$string['err_nonzero'] = 'You must enter a number not starting with a 0 here.';
|
|
|
|
$string['err_nopunctuation'] = 'You must enter no punctuation characters here.';
|
|
|
|
$string['err_numeric'] = 'You must enter a number here.';
|
|
|
|
$string['err_rangelength'] = 'You must enter between {$a->format[0]} and {$a->format[1]} characters here.';
|
|
|
|
$string['err_required'] = 'You must supply a value here.';
|
2017-07-14 14:48:19 +02:00
|
|
|
$string['err_wrongfileextension'] = 'Some files ({$a->wrongfiles}) cannot be uploaded. Only file types {$a->whitelist} are allowed.';
|
2017-08-07 09:25:20 +08:00
|
|
|
$string['filesofthesetypes'] = 'Accepted file types:';
|
2017-03-29 18:45:53 +02:00
|
|
|
$string['filetypesany'] = 'All file types';
|
2017-07-03 19:37:41 +02:00
|
|
|
$string['filetypesnotall'] = 'It is not allowed to select \'All file types\' here';
|
2017-04-05 01:21:48 +02:00
|
|
|
$string['filetypesnotwhitelisted'] = 'These file types are not allowed here: {$a}';
|
2017-03-29 18:45:53 +02:00
|
|
|
$string['filetypesothers'] = 'Other files';
|
2017-07-03 19:37:41 +02:00
|
|
|
$string['filetypesunknown'] = 'Unknown file types: {$a}';
|
2009-03-11 05:37:22 +00:00
|
|
|
$string['general'] = 'General';
|
2010-12-08 15:37:34 +00:00
|
|
|
$string['hideadvanced'] = 'Hide advanced';
|
2009-03-11 05:37:22 +00:00
|
|
|
$string['hour'] = 'Hour';
|
|
|
|
$string['minute'] = 'Minute';
|
2010-12-08 15:37:34 +00:00
|
|
|
$string['miscellaneoussettings'] = 'Miscellaneous settings';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['modstandardels'] = 'Common module settings';
|
2009-03-11 05:37:22 +00:00
|
|
|
$string['month'] = 'Month';
|
2010-05-21 17:57:49 +00:00
|
|
|
$string['mustbeoverriden'] = 'Abstract form_definition() method in class {$a} must be overridden, please fix the code.';
|
2017-02-16 13:52:32 +08:00
|
|
|
$string['newvaluefor'] = 'New value for {$a}';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['nomethodforaddinghelpbutton'] = 'There is no method for adding a help button to form element {$a->name} (class {$a->classname})';
|
2010-12-08 15:37:34 +00:00
|
|
|
$string['nonexistentformelements'] = 'Trying to add help buttons to non-existent form elements : {$a}';
|
2015-09-18 10:48:19 +08:00
|
|
|
$string['noselection'] = 'No selection';
|
2015-10-19 14:20:20 +08:00
|
|
|
$string['nosuggestions'] = 'No suggestions';
|
2016-08-22 07:03:51 +08:00
|
|
|
$string['novalue'] = 'Nothing entered';
|
|
|
|
$string['novalueclicktoset'] = 'Click to enter text';
|
2007-01-19 11:10:09 +00:00
|
|
|
$string['optional'] = 'Optional';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['othersettings'] = 'Other settings';
|
2016-08-22 07:03:51 +08:00
|
|
|
$string['passwordunmaskedithint'] = 'Edit password';
|
|
|
|
$string['passwordunmaskrevealhint'] = 'Reveal';
|
|
|
|
$string['passwordunmaskinstructions'] = 'Press enter to save changes';
|
2009-03-11 05:37:22 +00:00
|
|
|
$string['requiredelement'] = 'Required field';
|
|
|
|
$string['security'] = 'Security';
|
|
|
|
$string['selectallornone'] = 'Select all/none';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['selected'] = 'Selected';
|
2015-09-18 10:48:19 +08:00
|
|
|
$string['selecteditems'] = 'Selected items:';
|
2010-12-08 15:37:34 +00:00
|
|
|
$string['showadvanced'] = 'Show advanced';
|
2013-01-24 14:28:40 +00:00
|
|
|
$string['showless'] = 'Show less...';
|
|
|
|
$string['showmore'] = 'Show more...';
|
2012-02-10 01:24:16 +08:00
|
|
|
$string['somefieldsrequired'] = 'There are required fields in this form marked {$a}.';
|
2009-03-11 06:07:33 +00:00
|
|
|
$string['time'] = 'Time';
|
|
|
|
$string['timeunit'] = 'Time unit';
|
2006-12-19 07:03:08 +00:00
|
|
|
$string['timing'] = 'Timing';
|
2009-03-11 05:37:22 +00:00
|
|
|
$string['unmaskpassword'] = 'Unmask';
|
|
|
|
$string['year'] = 'Year';
|
2016-08-22 07:03:51 +08:00
|
|
|
|
|
|
|
// Deprecated since 3.2.
|
|
|
|
$string['revealpassword'] = 'Reveal';
|