From c8d63a00e411564875946f03fbd4c98747d54b57 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 21 Mar 2004 01:55:01 +0000 Subject: [PATCH] Added 'removelink' --- lang/en/editor.php | 48 ++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/lang/en/editor.php b/lang/en/editor.php index 931496f813..3493fc0df6 100644 --- a/lang/en/editor.php +++ b/lang/en/editor.php @@ -1,5 +1,5 @@ ] button to go back to WYSIWYG MODE.'; $string['texttop'] = 'Texttop'; $string['top'] = 'Top'; +$string['type'] = 'Type'; $string['underline'] = 'Underline'; $string['undo'] = 'Undo your last action'; $string['unorderedlist'] = 'Bulleted List'; +$string['upload'] = 'Upload'; $string['vertical'] = 'Vertical'; $string['width'] = 'Width'; -$string['size'] = 'Size'; -$string['height'] = 'Height'; -$string['filebrowser'] = 'File Browser'; -$string['properties'] = 'Properties'; -$string['type'] = 'Type'; -$string['selection'] = 'Selection'; -$string['delete'] = 'Delete'; -$string['move'] = 'Move'; $string['zip'] = 'Zip'; -$string['rename'] = 'Rename'; -$string['createfolder'] = 'Create folder'; -$string['upload'] = 'Upload'; -$string['notimage'] = 'Selected file is not an image. Please select an image!'; -$string['insertlink'] = 'Insert Link'; -$string['linkproperties'] = 'Link properties'; -$string['linkurl'] = 'URL'; -$string['linktitle'] = 'Title'; -$string['linktarget'] = 'Target'; -$string['linktargetnone'] = 'None'; -$string['linktargetblank'] = 'New window'; -$string['linktargetself'] = 'Same frame'; -$string['linktargettop'] = 'Same window'; -$string['linktargetother'] = 'Other (out of order)'; + ?> -- 2.39.5