MDL-22773 Database module export: include internal fields
[moodle.git] / lang / en / form.php
blobd55667d4b3e05f874fa82563ffdf5750c15b745e
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'form', language 'en', branch 'MOODLE_20_STABLE'
21 * @package 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
26 $string['addfields'] = 'Add {$a} fields to form';
27 $string['advancedelement'] = 'Advanced element';
28 $string['day'] = 'Day';
29 $string['display'] = 'Display';
30 $string['err_alphanumeric'] = 'You must enter only letters or numbers here.';
31 $string['err_email'] = 'You must enter a valid email address here.';
32 $string['err_lettersonly'] = 'You must enter only letters here.';
33 $string['err_maxfiles'] = 'You must not attach more than {$a} files here.';
34 $string['err_maxlength'] = 'You must enter not more than {$a->format} characters here.';
35 $string['err_minlength'] = 'You must enter at least {$a->format} characters here.';
36 $string['err_nonzero'] = 'You must enter a number not starting with a 0 here.';
37 $string['err_nopunctuation'] = 'You must enter no punctuation characters here.';
38 $string['err_numeric'] = 'You must enter a number here.';
39 $string['err_rangelength'] = 'You must enter between {$a->format[0]} and {$a->format[1]} characters here.';
40 $string['err_required'] = 'You must supply a value here.';
41 $string['general'] = 'General';
42 $string['hideadvanced'] = 'Hide advanced';
43 $string['hour'] = 'Hour';
44 $string['minute'] = 'Minute';
45 $string['miscellaneoussettings'] = 'Miscellaneous settings';
46 $string['modstandardels'] = 'Common module settings';
47 $string['month'] = 'Month';
48 $string['mustbeoverriden'] = 'Abstract form_definition() method in class {$a} must be overridden, please fix the code.';
49 $string['nomethodforaddinghelpbutton'] = 'There is no method for adding a help button to form element {$a->name} (class {$a->classname})';
50 $string['nonexistentformelements'] = 'Trying to add help buttons to non-existent form elements : {$a}';
51 $string['optional'] = 'Optional';
52 $string['othersettings'] = 'Other settings';
53 $string['requiredelement'] = 'Required field';
54 $string['revealpassword'] = 'Reveal';
55 $string['security'] = 'Security';
56 $string['selectallornone'] = 'Select all/none';
57 $string['selected'] = 'Selected';
58 $string['showadvanced'] = 'Show advanced';
59 $string['somefieldsrequired'] = 'There are required fields in this form marked {$a}.';
60 $string['time'] = 'Time';
61 $string['timeunit'] = 'Time unit';
62 $string['timing'] = 'Timing';
63 $string['unmaskpassword'] = 'Unmask';
64 $string['year'] = 'Year';