From: stronk7 Date: Mon, 3 May 2004 18:25:30 +0000 (+0000) Subject: Added two missing strings for scheduled backups. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bbe3c5e391c8bf7b3a5d7ee63dc2a982664a8240;p=moodle.git Added two missing strings for scheduled backups. Please, check them... --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 6af99e11d7..5ecd292ad5 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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';