|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['addfields'] = 'Add {$a} fields to form'; 00027 $string['advancedelement'] = 'Advanced element'; 00028 $string['day'] = 'Day'; 00029 $string['display'] = 'Display'; 00030 $string['err_alphanumeric'] = 'You must enter only letters or numbers here.'; 00031 $string['err_email'] = 'You must enter a valid email address here.'; 00032 $string['err_lettersonly'] = 'You must enter only letters here.'; 00033 $string['err_maxlength'] = 'You must enter not more than {$a->format} characters here.'; 00034 $string['err_minlength'] = 'You must enter at least {$a->format} characters here.'; 00035 $string['err_nonzero'] = 'You must enter a number not starting with a 0 here.'; 00036 $string['err_nopunctuation'] = 'You must enter no punctuation characters here.'; 00037 $string['err_numeric'] = 'You must enter a number here.'; 00038 $string['err_rangelength'] = 'You must enter between {$a->format[0]} and {$a->format[1]} characters here.'; 00039 $string['err_required'] = 'You must supply a value here.'; 00040 $string['general'] = 'General'; 00041 $string['hideadvanced'] = 'Hide advanced'; 00042 $string['hour'] = 'Hour'; 00043 $string['minute'] = 'Minute'; 00044 $string['miscellaneoussettings'] = 'Miscellaneous settings'; 00045 $string['modstandardels'] = 'Common module settings'; 00046 $string['month'] = 'Month'; 00047 $string['mustbeoverriden'] = 'Abstract form_definition() method in class {$a} must be overridden, please fix the code.'; 00048 $string['nomethodforaddinghelpbutton'] = 'There is no method for adding a help button to form element {$a->name} (class {$a->classname})'; 00049 $string['nonexistentformelements'] = 'Trying to add help buttons to non-existent form elements : {$a}'; 00050 $string['optional'] = 'Optional'; 00051 $string['othersettings'] = 'Other settings'; 00052 $string['requiredelement'] = 'Required field'; 00053 $string['revealpassword'] = 'Reveal'; 00054 $string['security'] = 'Security'; 00055 $string['selectallornone'] = 'Select all/none'; 00056 $string['selected'] = 'Selected'; 00057 $string['showadvanced'] = 'Show advanced'; 00058 $string['somefieldsrequired'] = 'There are required fields in this form marked {$a}.'; 00059 $string['time'] = 'Time'; 00060 $string['timeunit'] = 'Time unit'; 00061 $string['timing'] = 'Timing'; 00062 $string['unmaskpassword'] = 'Unmask'; 00063 $string['year'] = 'Year';