Merge branch 'MDL-48559-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
David Monllao 2015-02-16 16:51:51 +08:00
commit a27b8c9b3b
5 changed files with 45 additions and 2 deletions

View file

@ -161,7 +161,7 @@ $string['configcourserequestnotify'] = 'Type username of user to be notified whe
$string['configcourserequestnotify2'] = 'Users who will be notified when a course is requested. Only users who can approve course requests are listed here.';
$string['configcoursesperpage'] = 'Enter the number of courses to be displayed per page in a course listing.';
$string['configcourseswithsummarieslimit'] = 'The maximum number of courses to display in a course listing including summaries before falling back to a simpler listing.';
$string['configcronclionly'] = 'If this is set, then the cron script can only be run from the command line instead of via the web. This overrides the cron password setting below.';
$string['configcronclionly'] = 'If this is set, then the cron script can only be run from the command line instead of via the web. This overrides the cron password setting below. Please note that, running cron from web can expose secure information to site users.';
$string['configcronremotepassword'] = 'This means that the cron.php script cannot be run from a web browser without supplying the password using the following form of URL:<pre>
http://site.example.com/admin/cron.php?password=opensesame
</pre>If this is left empty, no password is required.';