From: stronk7 Date: Tue, 19 May 2009 18:37:43 +0000 (+0000) Subject: MDL-19163 restore - 2 new strings to warn about restore over SITEID ; merged from... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=66f8c14c2eedcf8b6c7aed614dd280f99f12433d;p=moodle.git MDL-19163 restore - 2 new strings to warn about restore over SITEID ; merged from 19_STABLE --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 928e3a0eac..183a200214 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1333,6 +1333,8 @@ $string['restorecancelled'] = 'Restore canceled'; $string['restorecoursenow'] = 'Restore this course now!'; $string['restorefinished'] = 'Restore completed successfully'; $string['restoreto'] = 'Restore to'; +$string['restoretositeadding'] = 'Warning: You are about to restore to the site front page, adding data to it!'; +$string['restoretositedeleting'] = 'Warning: You are about to restore to the site front page, deleting data from it first!'; $string['restricted'] = 'Restricted'; $string['restrictmodules'] = 'Restrict activity modules?'; $string['returningtosite'] = 'Returning to this web site?';