From: tjhunt Date: Wed, 11 Mar 2009 05:37:22 +0000 (+0000) Subject: sort lang file. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a292125f20e727a31baaaef4a9185eb116fae18a;p=moodle.git sort lang file. --- diff --git a/lang/en_utf8/form.php b/lang/en_utf8/form.php index bec757ec63..0a2ac2b251 100644 --- a/lang/en_utf8/form.php +++ b/lang/en_utf8/form.php @@ -1,41 +1,39 @@ format characters here.'; $string['err_minlength']='You must enter at least $a->format characters here.'; -$string['err_nopunctuation']='You must enter no punctuation 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 overriden, 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 nonexistent form elements : $a'; -$string['requiredelement'] = 'Required field'; -$string['general'] = 'General'; $string['optional'] = 'Optional'; -$string['unmaskpassword'] = 'Unmask'; -$string['revealpassword'] = 'Reveal'; -$string['modstandardels']='Common module settings'; -$string['miscellaneoussettings']='Miscellaneous Settings'; $string['othersettings']='Other settings'; -$string['addfields']='Add $a fields to form'; -$string['day']='Day'; -$string['month']='Month'; -$string['year']='Year'; -$string['hour']='Hour'; -$string['minute']='Minute'; - -$string['advancedelement']='Advanced element'; -$string['hideadvanced']='Hide Advanced'; +$string['requiredelement'] = 'Required field'; +$string['revealpassword'] = 'Reveal'; +$string['security'] = 'Security'; +$string['selectallornone'] = 'Select all/none'; $string['showadvanced']='Show Advanced'; - +$string['somefieldsrequired'] = 'There are required fields in this form marked$a.'; $string['timing'] = 'Timing'; -$string['security'] = 'Security'; -$string['display'] = 'Display'; +$string['unmaskpassword'] = 'Unmask'; +$string['year'] = 'Year'; -$string['selectallornone'] = 'Select all/none'; ?>