mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
64 lines
3.0 KiB
PHP
64 lines
3.0 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/>.
|
|
|
|
/**
|
|
* Strings for component 'form', language 'en', branch 'MOODLE_20_STABLE'
|
|
*
|
|
* @package form
|
|
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['addfields'] = 'Add {$a} fields to form';
|
|
$string['advancedelement'] = 'Advanced element';
|
|
$string['day'] = 'Day';
|
|
$string['display'] = 'Display';
|
|
$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.';
|
|
$string['err_maxlength'] = 'You must enter not more than {$a->format} characters here.';
|
|
$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.';
|
|
$string['general'] = 'General';
|
|
$string['hideadvanced'] = 'Hide Advanced';
|
|
$string['hour'] = 'Hour';
|
|
$string['minute'] = 'Minute';
|
|
$string['miscellaneoussettings'] = 'Miscellaneous Settings';
|
|
$string['modstandardels'] = 'Common module settings';
|
|
$string['month'] = 'Month';
|
|
$string['mustbeoverriden'] = 'Abstract form_definition() method in class {$a} must be overridden, please fix the code.';
|
|
$string['nomethodforaddinghelpbutton'] = 'There is no method for adding a help button to form element {$a->name} (class {$a->classname})';
|
|
$string['nonexistentformelements'] = 'Trying to add help buttons to nonexistent form elements : {$a}';
|
|
$string['optional'] = 'Optional';
|
|
$string['othersettings'] = 'Other settings';
|
|
$string['requiredelement'] = 'Required field';
|
|
$string['revealpassword'] = 'Reveal';
|
|
$string['security'] = 'Security';
|
|
$string['selectallornone'] = 'Select all/none';
|
|
$string['selected'] = 'Selected';
|
|
$string['showadvanced'] = 'Show Advanced';
|
|
$string['somefieldsrequired'] = 'There are required fields in this form marked{$a}.';
|
|
$string['time'] = 'Time';
|
|
$string['timeunit'] = 'Time unit';
|
|
$string['timing'] = 'Timing';
|
|
$string['unmaskpassword'] = 'Unmask';
|
|
$string['year'] = 'Year';
|