]> git.mjollnir.org Git - moodle.git/commitdiff
Updating editor strings.
authorjulmis <julmis>
Sat, 22 Jan 2005 10:55:25 +0000 (10:55 +0000)
committerjulmis <julmis>
Sat, 22 Jan 2005 10:55:25 +0000 (10:55 +0000)
lang/en/editor.php
lang/en/moodle.php

index 2a10cd698461bac96d840b4e5da49c1025edaceb..ed0cb174d0825fb61f90f5e7c89ba70fe27e0275 100644 (file)
@@ -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';
 
 ?>
index 8cd0fe47060ec21b7a16a91c9e8dfe3e61651807..e0589fd0336801840379806cdb30e5d14d48a5de 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP // $Id$ 
+<?PHP // $Id$
       // moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
 
 
@@ -339,7 +339,7 @@ $string['duplicatinga'] = 'Duplicating: $a';
 $string['duplicatingain'] = 'Duplicating $a->what in $a->in';
 $string['edhelpbgcolor'] = 'Define editarea\'s background-color.<br />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, <strong>aspell</strong> must be installed on the server.';
+$string['edhelpenablespelling'] = 'Enable or disable spellchecking. When enabled, <strong>aspell</strong> must be installed on the server. The second value is the <strong>default dictionary</strong>. 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. <br />Valid values are for example: medium, large, smaller, larger, 10pt, 11px.';