From: stronk7 Date: Thu, 20 May 2004 17:18:02 +0000 (+0000) Subject: Added the backupnoneusersinfo string to inform users about the X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=520b115d977d8ac39d25eb6eb528b2745e0bc06a;p=moodle.git Added the backupnoneusersinfo string to inform users about the consequences of select "None Users". Please, check it!! --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 33da9c90ba..3ef1068652 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -97,6 +97,7 @@ $string['backuplogdetailed'] = 'Detailed execution log'; $string['backuploglaststatus'] = 'Last execution log'; $string['backuplogshelp'] = 'If enabled, then course logs will be included in automated backups'; $string['backupnameformat'] = '%%Y%%m%%d-%%H%%M'; +$string['backupnoneusersinfo'] = 'Notice: You have selected to backup \"none\" users, so all the modules backup have been switched to \"without user data\" mode. Please note that the \"exercise\" and \"workshop\" modules aren\'t compatible with this type of backup, so they have been deactivated completely.'; $string['backuporiginalname'] = 'Backup Name'; $string['backupsavetohelp'] = 'Full path to the directory where you want to save the backup files
(leave blank to save in its course default dir)'; $string['backupuserfileshelp'] = 'Choose whether user files (eg profile images) should be included in automated backups';