Files
moodle/lang/en_utf8/form.php
T
2006-11-01 09:37:06 +00:00

11 lines
423 B
PHP

<?PHP // $Id$
// form.php - created with Moodle 1.7 beta + (2006101003)
$string['denotesreq'] = '$a denotes required field.';
$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['requiredelement'] = 'Required field.';
?>