Skip to content

Commit

Permalink
Added strings for Trusted Content
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Sep 25, 2006
1 parent 7fa8296 commit 86328d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lang/en_utf8/admin.php
Expand Up @@ -21,6 +21,7 @@
$string['simpletest'] = 'Unit tests';
$string['stats'] = 'Statistics';
$string['mymoodle'] = 'My Moodle';
$string['enabletrusttext'] = 'Enable Trusted Content';
$string['locationsettings'] = 'Location settings';
$string['languagesettings'] = 'Language settings';
$string['themesettings'] = 'Theme settings';
Expand Down Expand Up @@ -80,9 +81,6 @@
$string['messaging'] = 'Enable messaging system';
$string['allowobjectembed'] = 'Allow EMBED and OBJECT tags';

$string['enabletrusttext'] = '';
$string['configenabletrusttext'] = '';

$string['riskmanagetrust'] = 'Users could change trust settings of other users';
$string['riskconfig'] = 'Users could change site configuration and behaviour';
$string['riskxss'] = 'Users could add files and texts that allow cross-site scripting (XSS)';
Expand Down Expand Up @@ -215,6 +213,7 @@
$string['configenablerssfeeds'] = 'This switch will enable RSS feeds from across the site. To actually see any change you will need to enable RSS feeds in the individual modules too - go to the Modules settings under Admin Configuration.';
$string['configenablerssfeedsdisabled'] = ' It is not available because RSS feeds are disabled in all the Site. To enable them, go to the Variables settings under Admin Configuration.';
$string['configenablestats'] = 'If you choose \'yes\' here, Moodle\'s cronjob will process the logs and gather some statistics. Depending on the amount of traffic on your site, this can take awhile. If you enable this, you will be able to see some interesting graphs and statistics about each of your courses, or on a sitewide basis.';
$string['configenabletrusttext'] = 'By default Moodle will always thoroughly clean text that comes from users to remove any possible bad scripts, media etc that could be a security risk. The Trusted Content system is a way of giving partcular users that you trust the ability to include these advanced features in their content without interference. To enable this system, you need to first enable this setting, and then grant the Trusted Content permission to a specific Moodle role. Texts created or uploaded by such users will be marked as trusted and will not be cleaned before display.';
$string['configenrolmentplugins'] = 'Please choose the enrolment plugins you wish to use. Don\'t forget to configure the settings properly.<br /><br />You have to indicate which plugins are enabled, and <strong>one</strong> plugin can be set as the default plugin for <em>interactive</em> enrolment. To disable interactive enrolment, set \"enrollable\" to \"No\" in required courses.';
$string['configerrorlevel'] = 'Choose the amount of PHP warnings that you want to be displayed. Normal is usually the best choice.';
$string['configextendedusernamechars'] = 'Enable this setting to allow students to use any characters in their usernames (note this does not affect their actual names). The default is \"false\" which restricts usernames to be alphanumeric characters only';
Expand Down Expand Up @@ -438,4 +437,4 @@
$string['updatetimezones'] = 'Update timezones';
$string['upwards'] = 'upwards';

?>
?>

0 comments on commit 86328d5

Please sign in to comment.