From: scyrma Date: Mon, 9 Jun 2008 08:44:02 +0000 (+0000) Subject: MDL-14741 - adding lang strings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1d295d6c97897b5aa9eef2f935502a11b5c4291d;p=moodle.git MDL-14741 - adding lang strings --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 5a64dd5a1b..b433f38b1a 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -285,6 +285,7 @@ $string['debugnone'] = 'NONE: Do not show any errors or warnings'; $string['debugnormal'] = 'NORMAL: Show errors, warnings and notices'; $string['defaultallowedmodules'] = 'Default allowed modules'; $string['defaultcourseroleid'] = 'Default role for users in a course'; +$string['defaulthtmleditor'] = 'Default HTML editor'; $string['defaultrequestcategory'] = 'Default category for course requests'; $string['defaultsettinginfo'] = 'Default: $a'; $string['defaultuserroleid'] = 'Default role for all users'; @@ -390,6 +391,7 @@ $string['hidefromall'] = 'Hide from all users'; $string['hidefromnone'] = 'Hide from nobody'; $string['hidefromstudents'] = 'Hide from students'; $string['htmleditor'] = 'HTML editor'; +$string['htmleditorsettings'] = 'HTML editor settings'; $string['http'] = 'HTTP'; $string['httpsecurity'] = 'HTTP security'; $string['iconvrecommended'] = 'Installing the optional ICONV library is highly recommended in order to improve site performance, particularly if your site is supporting non-Latin languages.';