11 lines
423 B
PHP
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.';
|
|
|
|
?>
|