Skip to content

Commit

Permalink
Updating editor strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
julmis committed Jan 22, 2005
1 parent a5d4e10 commit 23342b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lang/en/editor.php
Expand Up @@ -108,5 +108,8 @@
$string['zip'] = 'Zip'; $string['zip'] = 'Zip';
$string['createanchor'] = 'Create anchor'; $string['createanchor'] = 'Create anchor';
$string['anchorname'] = 'Anchorname'; $string['anchorname'] = 'Anchorname';
$string['fontname'] = 'Fontname';
$string['fontsize'] = 'Font-size';
$string['formatblock'] = 'Format';


?> ?>
4 changes: 2 additions & 2 deletions lang/en/moodle.php
@@ -1,4 +1,4 @@
<?PHP // $Id$ <?PHP // $Id$
// moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100) // moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)




Expand Down Expand Up @@ -339,7 +339,7 @@
$string['duplicatingain'] = 'Duplicating $a->what in $a->in'; $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['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['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['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['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.'; $string['edhelpfontsize'] = 'The default font-size sets the size of a font. <br />Valid values are for example: medium, large, smaller, larger, 10pt, 11px.';
Expand Down

0 comments on commit 23342b4

Please sign in to comment.