From: stronk7 Date: Mon, 9 Mar 2009 23:43:39 +0000 (+0000) Subject: MDL-18468 Adding admin experimental option to enable split on restore. Thanks for... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=16fcfc720a20280ae87b43bc11963161ce462553;p=moodle.git MDL-18468 Adding admin experimental option to enable split on restore. Thanks for string cleanup, Helen. Merged from 19_STABLE (more or less) --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index a2b7ab8160..3303cc227f 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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.

You have to indicate which plugins are enabled, and one plugin can be set as the default plugin for interactive 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'] = '

Serious configuration error detected, please notify server administrator.

To operate properly, Moodle requires that administrator changes PHP settings.

session.auto_start must be set to off.

This setting is controlled by editing php.ini, Apache/IIS
configuration or .htaccess file on the server.

';