]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18468 Adding admin experimental option to enable split on restore. Thanks for...
authorstronk7 <stronk7>
Mon, 9 Mar 2009 23:43:39 +0000 (23:43 +0000)
committerstronk7 <stronk7>
Mon, 9 Mar 2009 23:43:39 +0000 (23:43 +0000)
Merged from 19_STABLE (more or less)

lang/en_utf8/admin.php

index a2b7ab8160127f6ae663175faacaa807b36cbc31..3303cc227f7b66383096e30333b39f18546e226f 100644 (file)
@@ -133,6 +133,7 @@ $string['configenabletrusttext'] = 'By default Moodle will always thoroughly cle
 $string['configenablewebservices'] = 'Web services enable other systems to log in to this Moodle and perform operations.  For extra security this feature should be disabled unless you are really using it.';
 $string['configenrolmentplugins'] = 'Please choose the enrolment plugins you wish to use. Don\'t forget to configure the settings properly.<br /><br />You have to indicate which plugins are enabled, and <strong>one</strong> plugin can be set as the default plugin for <em>interactive</em> enrolment. To disable interactive enrolment, set \"enrollable\" to \"No\" in required courses.';
 $string['configerrorlevel'] = 'Choose the amount of PHP warnings that you want to be displayed.  Normal is usually the best choice.';
+$string['configexperimentalsplitrestore'] = 'If enabled, course backup files will be checked for XML errors and split into smaller parts for use in the restore process. This will result in improvements to restore robustness and execution times, particularly for medium to large course backups.';
 $string['configextendedusernamechars'] = 'Enable this setting to allow students to use any characters in their usernames (note this does not affect their actual names).  The default is \"false\" which restricts usernames to be alphanumeric characters only';
 $string['configextrauserselectorfields'] = 'When selecting users, for example when assigning roles or when adding users to a group, these fields will shown in addition to full names, and will be included in any searches. For security reasons, displaying usernames is not recommended.';
 $string['configfilterall'] = 'Filter all strings, including headings, titles, navigation bar and so on.  This is mostly useful when using the multilang filter, otherwise it will just create extra load on your site for little gain.';
@@ -400,6 +401,7 @@ $string['everyonewhocan'] = 'Everyone who can \'$a\'';
 $string['exceptions'] = 'exceptions';
 $string['experimental'] = 'Experimental';
 $string['experimentalsettings'] = 'Experimental settings';
+$string['experimentalsplitrestore'] = 'Experimental split restore';
 $string['extendedusernamechars'] = 'Allow extended characters in usernames';
 $string['extrauserselectorfields'] = 'When selecting users, search and display';
 $string['fatalsessionautostart'] = '<p>Serious configuration error detected, please notify server administrator.</p><p> To operate properly, Moodle requires that administrator changes PHP settings.</p><p><code>session.auto_start</code> must be set to <code>off</code>.</p><p>This setting is controlled by editing <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file on the server.</p>';