]> git.mjollnir.org Git - moodle.git/commitdiff
Added two missing strings for scheduled backups.
authorstronk7 <stronk7>
Mon, 3 May 2004 18:25:30 +0000 (18:25 +0000)
committerstronk7 <stronk7>
Mon, 3 May 2004 18:25:30 +0000 (18:25 +0000)
Please, check them...

lang/en/moodle.php

index 6af99e11d7e6a64d033c114f82606b9e625f23e9..5ecd292ad5691ddef0881bbae835972664b6997b 100644 (file)
@@ -93,6 +93,8 @@ $string['backupfilename'] = 'backup';
 $string['backupfinished'] = 'Backup completed successfully';
 $string['backupincludemoduleshelp'] = 'Choose whether you want to include course modules, with or without user data, in automated backups';
 $string['backupkeephelp'] = 'How many recent backups for each course do you want to keep? (older ones will be deleted automatically)';
+$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['backuporiginalname'] = 'Backup Name';