From bbe3c5e391c8bf7b3a5d7ee63dc2a982664a8240 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 3 May 2004 18:25:30 +0000 Subject: [PATCH] Added two missing strings for scheduled backups. Please, check them... --- lang/en/moodle.php | 2 ++ 1 file changed, 2 insertions(+) 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'; -- 2.39.5