From 23342b406e2aa5ae324ffcf895897330c0851ab2 Mon Sep 17 00:00:00 2001 From: julmis Date: Sat, 22 Jan 2005 10:55:25 +0000 Subject: [PATCH] Updating editor strings. --- lang/en/editor.php | 3 +++ lang/en/moodle.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lang/en/editor.php b/lang/en/editor.php index 2a10cd698461b..ed0cb174d0825 100644 --- a/lang/en/editor.php +++ b/lang/en/editor.php @@ -108,5 +108,8 @@ $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 8cd0fe47060ec..e0589fd033680 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.';