From 2f67d1f809750255030d9e859a2e469fb7f8a1a0 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 21 Sep 2007 17:35:07 +0000 Subject: [PATCH] Some strings for the new xmlstrictheaders setting. MDL-11216 --- lang/en_utf8/admin.php | 2 ++ 1 file changed, 2 insertions(+) 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'; ?> -- 2.39.5