mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 04:01:40 +01:00
5 lines
205 B
PHP
5 lines
205 B
PHP
<?php
|
|
$string['denotesreq']='$a denotes required field.';
|
|
$string['requiredelement']='Required field.';
|
|
$string['nonexistentformelements']='Trying to add help buttons to nonexistent form elements : $a';
|
|
?>
|