]> git.mjollnir.org Git - moodle.git/commitdiff
Added some strings describing risks
authormoodler <moodler>
Sun, 24 Sep 2006 10:47:27 +0000 (10:47 +0000)
committermoodler <moodler>
Sun, 24 Sep 2006 10:47:27 +0000 (10:47 +0000)
lang/en_utf8/admin.php

index b9b58035b6264dd6b95b5103616b11fa59167214..bbdc1d253ba9ecce0bb55fb901a136ba2c35f03a 100644 (file)
@@ -80,8 +80,14 @@ $string['maxbytes'] = 'Maximum uploaded file size';
 $string['messaging'] = 'Enable messaging system';
 $string['allowobjectembed'] = 'Allow EMBED and OBJECT tags';
 
-#$string['enabletrusttext'] = '';
-#$string['configenabletrusttext'] = '';
+$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)';
+$string['riskpersonal'] = 'Users could gain access to private information of other users';
+$string['riskspam'] = 'Users could send spam to site users or others';
 
 $string['maxeditingtime'] = 'Maximum time to edit posts';
 $string['fullnamedisplay'] = 'Full Name Format';