]> git.mjollnir.org Git - moodle.git/commitdiff
Some strings for the new xmlstrictheaders setting. MDL-11216
authorstronk7 <stronk7>
Fri, 21 Sep 2007 17:35:07 +0000 (17:35 +0000)
committerstronk7 <stronk7>
Fri, 21 Sep 2007 17:35:07 +0000 (17:35 +0000)
lang/en_utf8/admin.php

index 0a01841285e933c36d18a90e8a49b42c438bd9ff..4195765c9ff71e67186459c56a12b1ad2c7919f7 100644 (file)
@@ -212,6 +212,7 @@ $string['configunzip'] = 'Indicate the location of your unzip program (Unix only
 $string['configusetags'] = 'Should tags functionality across the site be enabled?';
 $string['configvariables'] = 'Variables';
 $string['configwarning'] = 'Be careful modifying these settings - strange values could cause problems.';
+$string['configxmlstrictheaders'] = 'Set to on, each page will be generated using XML http headers and prolog, so browsers will show XHTML errors inline. This is only useful for developers.';
 $string['configzip'] = 'Indicate the location of your zip program (Unix only, optional).  If specified, this will be used to create zip archives on the server.  If you leave this blank, then Moodle will use internal routines.';
 $string['confirmation'] = 'Confirmation';
 $string['confirminstall'] = 'You are about to install language pack ($a), are you sure?';
@@ -638,5 +639,6 @@ $string['usersdeleted'] = 'Users deleted';
 $string['usersupdated'] = 'Users updated';
 $string['usetags'] = 'Enable tags functionality';
 $string['validateerror'] = 'This value was not valid:';
+$string['xmlstrictheaders'] = 'XML strict headers';
 
 ?>