From: stronk7 Date: Fri, 21 Sep 2007 17:35:07 +0000 (+0000) Subject: Some strings for the new xmlstrictheaders setting. MDL-11216 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2f67d1f809750255030d9e859a2e469fb7f8a1a0;p=moodle.git Some strings for the new xmlstrictheaders setting. MDL-11216 --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 0a01841285..4195765c9f 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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'; ?>