]> git.mjollnir.org Git - moodle.git/commitdiff
Adding anchors strings
authorjulmis <julmis>
Mon, 16 Aug 2004 23:55:01 +0000 (23:55 +0000)
committerjulmis <julmis>
Mon, 16 Aug 2004 23:55:01 +0000 (23:55 +0000)
lang/en/editor.php

index 3dd4471a6294a342f22c3d97832e9e5d473a30e7..0c4877463d254624e4343ae6b4f7dec12784c314 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP // $Id$ 
+<?PHP // $Id$
       // editor.php - created with Moodle 1.2 (2004032000)
 
 
@@ -82,7 +82,7 @@ $string['removelink'] = 'Remove link';
 $string['right'] = 'Right';
 $string['righttoleft'] = 'Direction from right to left';
 $string['rows'] = 'Rows';
-$string['selectcolor'] = 'Select color'; 
+$string['selectcolor'] = 'Select color';
 $string['selection'] = 'Selection';
 $string['showhelp'] = 'Help using editor';
 $string['size'] = 'Size';
@@ -103,5 +103,7 @@ $string['vertical'] = 'Vertical';
 $string['width'] = 'Width';
 $string['wordclean'] = 'Clean Word HTML';
 $string['zip'] = 'Zip';
+$string['createanchor'] = 'Create anchor';
+$string['anchorname'] = 'Anchorname';
 
 ?>