From: skodak Date: Tue, 29 Sep 2009 07:25:56 +0000 (+0000) Subject: MDL-20371 improved warning string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=39ccd06b59eb4c3cd22e99badcfc13cc9f856ba7;p=moodle.git MDL-20371 improved warning string --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index b67f3a605e..3048dee9de 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1295,6 +1295,7 @@ $string['publicdirectorytitle'] = 'See the current list of sites'; $string['publicsitefileswarning'] = 'Note: files placed here can be accessed by anyone'; $string['publicsitefileswarning2'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL. For security reasons, it is recommended that any backup files are deleted immediately after restoring them.'; $string['publicsitefileswarning3'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL.
Do not store backup files here, use backupdata folder instead!'; +$string['publicsitefileswarning3'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL.
For security reasons, backup files should be saved in the secure backupdata folder only.'; $string['question'] = 'Question'; $string['questionsinthequestionbank'] = 'Questions in the question bank'; $string['readinginfofrombackup'] = 'Reading info from backup';