From: julmis Date: Sat, 22 Jan 2005 10:55:25 +0000 (+0000) Subject: Updating editor strings. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=23342b406e2aa5ae324ffcf895897330c0851ab2;p=moodle.git Updating editor strings. --- diff --git a/lang/en/editor.php b/lang/en/editor.php index 2a10cd6984..ed0cb174d0 100644 --- a/lang/en/editor.php +++ b/lang/en/editor.php @@ -108,5 +108,8 @@ $string['wordclean'] = 'Clean Word HTML'; $string['zip'] = 'Zip'; $string['createanchor'] = 'Create anchor'; $string['anchorname'] = 'Anchorname'; +$string['fontname'] = 'Fontname'; +$string['fontsize'] = 'Font-size'; +$string['formatblock'] = 'Format'; ?> diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 8cd0fe4706..e0589fd033 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1,4 +1,4 @@ -what in $a->in'; $string['edhelpbgcolor'] = 'Define editarea\'s background-color.
Valid values are for example: #ffffff or white'; $string['edhelpcleanword'] = 'This setting enables or disables Word specific format filtering.'; -$string['edhelpenablespelling'] = 'Enable or disable spellchecking. When enabled, aspell must be installed on the server.'; +$string['edhelpenablespelling'] = 'Enable or disable spellchecking. When enabled, aspell must be installed on the server. The second value is the default dictionary. This value will be used if aspell doesn\'t have dictionary for users own language.'; $string['edhelpfontfamily'] = 'The font-family property is a list of font family names and/or generic family names. Family names must be seperated with comma.'; $string['edhelpfontlist'] = 'Define the fonts used on editors dropdown menu.'; $string['edhelpfontsize'] = 'The default font-size sets the size of a font.
Valid values are for example: medium, large, smaller, larger, 10pt, 11px.';