MDL-23308 New help strings for legacy course files, and a proper link to docs

This commit is contained in:
Martin Dougiamas
2010-09-20 07:09:08 +00:00
parent 14236cbd44
commit cd3d4a14fd
+6 -1
View File
@@ -312,7 +312,12 @@ $string['courseinfo'] = 'Course info';
$string['coursemessage'] = 'Message course users';
$string['coursenotaccessible'] = 'This course does not allow public access';
$string['courselegacyfiles'] = 'Legacy course files';
$string['courselegacyfiles_help'] = 'Files are now stored in separate areas for each activity or specific purposes, the old course files area is not available by default in new courses. Only new file storage implements reliable access control, backup/restore, etc. More on: <a href="http://docs.moodle.org/en/Legacy_course_files" target="_blank">Legacy course files</a>';
$string['courselegacyfiles_help'] = 'The Course Files area provides some backward compatibility with Moodle 1.9 and earlier. All files in this area are always accessible to all participants in the course (whether you link to them or not) and there is no way to know where any of these files are being used in Moodle.
If you use this area to store course files, you can expose yourself to a number of privacy and security issues, as well as experiencing missing files in backups, course imports and any time content is shared or re-used. It is therefore recommended that you do not use this area unless you really know what you are doing.
The link below provides more information about all this and will show you some better ways to manage files in Moodle 2.';
$string['courselegacyfiles_link'] = 'coursefiles2';
$string['courseoverview'] = 'Course overview';
$string['courseoverviewgraph'] = 'Course overview graph';
$string['courseprofiles'] = 'Course profiles';