Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lang/en/form.php File Reference

Go to the source code of this file.

Namespaces

namespace  form

Variables

 $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 non-existent 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'

Variable Documentation

$string['addfields'] = 'Add {$a} fields to form'

Definition at line 26 of file form.php.

$string['advancedelement'] = 'Advanced element'

Definition at line 27 of file form.php.

$string['day'] = 'Day'

Definition at line 28 of file form.php.

$string['display'] = 'Display'

Definition at line 29 of file form.php.

$string['err_alphanumeric'] = 'You must enter only letters or numbers here.'

Definition at line 30 of file form.php.

$string['err_email'] = 'You must enter a valid email address here.'

Definition at line 31 of file form.php.

$string['err_lettersonly'] = 'You must enter only letters here.'

Definition at line 32 of file form.php.

$string['err_maxlength'] = 'You must enter not more than {$a->format} characters here.'

Definition at line 33 of file form.php.

$string['err_minlength'] = 'You must enter at least {$a->format} characters here.'

Definition at line 34 of file form.php.

$string['err_nonzero'] = 'You must enter a number not starting with a 0 here.'

Definition at line 35 of file form.php.

$string['err_nopunctuation'] = 'You must enter no punctuation characters here.'

Definition at line 36 of file form.php.

$string['err_numeric'] = 'You must enter a number here.'

Definition at line 37 of file form.php.

$string['err_rangelength'] = 'You must enter between {$a->format[0]} and {$a->format[1]} characters here.'

Definition at line 38 of file form.php.

$string['err_required'] = 'You must supply a value here.'

Definition at line 39 of file form.php.

$string['general'] = 'General'

Definition at line 40 of file form.php.

$string['hideadvanced'] = 'Hide advanced'

Definition at line 41 of file form.php.

$string['hour'] = 'Hour'

Definition at line 42 of file form.php.

$string['minute'] = 'Minute'

Definition at line 43 of file form.php.

$string['miscellaneoussettings'] = 'Miscellaneous settings'

Definition at line 44 of file form.php.

$string['modstandardels'] = 'Common module settings'

Definition at line 45 of file form.php.

$string['month'] = 'Month'

Definition at line 46 of file form.php.

$string['mustbeoverriden'] = 'Abstract form_definition() method in class {$a} must be overridden, please fix the code.'

Definition at line 47 of file form.php.

$string['nomethodforaddinghelpbutton'] = 'There is no method for adding a help button to form element {$a->name} (class {$a->classname})'

Definition at line 48 of file form.php.

$string['nonexistentformelements'] = 'Trying to add help buttons to non-existent form elements : {$a}'

Definition at line 49 of file form.php.

$string['optional'] = 'Optional'

Definition at line 50 of file form.php.

$string['othersettings'] = 'Other settings'

Definition at line 51 of file form.php.

$string['requiredelement'] = 'Required field'

Definition at line 52 of file form.php.

$string['revealpassword'] = 'Reveal'

Definition at line 53 of file form.php.

$string['security'] = 'Security'

Definition at line 54 of file form.php.

$string['selectallornone'] = 'Select all/none'

Definition at line 55 of file form.php.

$string['selected'] = 'Selected'

Definition at line 56 of file form.php.

$string['showadvanced'] = 'Show advanced'

Definition at line 57 of file form.php.

$string['somefieldsrequired'] = 'There are required fields in this form marked {$a}.'

Definition at line 58 of file form.php.

$string['time'] = 'Time'

Definition at line 59 of file form.php.

$string['timeunit'] = 'Time unit'

Definition at line 60 of file form.php.

$string['timing'] = 'Timing'

Definition at line 61 of file form.php.

$string['unmaskpassword'] = 'Unmask'

Definition at line 62 of file form.php.

$string['year'] = 'Year'

Definition at line 63 of file form.php.

 All Data Structures Namespaces Files Functions Variables Enumerations