From: moodler Date: Tue, 17 Aug 2004 09:27:17 +0000 (+0000) Subject: Added some missing strings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c2ceeff0b595a9a6676a0967a8aa1bb32898eec0;p=moodle.git Added some missing strings --- diff --git a/lang/en/editor.php b/lang/en/editor.php index 0c4877463d..13cce07799 100644 --- a/lang/en/editor.php +++ b/lang/en/editor.php @@ -8,6 +8,8 @@ $string['absmiddle'] = 'Absmiddle'; $string['address'] = 'Address'; $string['alignment'] = 'Alignment'; $string['alternatetext'] = 'Alternate text'; +$string['anchorname'] = 'Anchor name'; +$string['anchorhelp'] = 'This only creates an anchor. You still need to create a link manually.'; $string['anchors'] = 'Anchors'; $string['baseline'] = 'Baseline'; $string['bold'] = 'Bold'; @@ -22,6 +24,7 @@ $string['chooseicon'] = 'Choose an icon to insert'; $string['close'] = 'Close'; $string['cols'] = 'Cols'; $string['copy'] = 'Copy selection'; +$string['createanchor'] = 'Create anchor'; $string['createfolder'] = 'Create folder'; $string['createlink'] = 'Insert Web Link'; $string['cut'] = 'Cut selection';