mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Added 'removelink'
This commit is contained in:
parent
d9ed37f2f4
commit
c8d63a00e4
1 changed files with 25 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
// editor.php - created with Moodle 1.2 development (2003111400)
|
||||
// editor.php - created with Moodle 1.2 (2004032000)
|
||||
|
||||
|
||||
$string['about'] = 'About this editor';
|
||||
|
@ -21,10 +21,14 @@ $string['chooseicon'] = 'Choose an icon to insert';
|
|||
$string['close'] = 'Close';
|
||||
$string['cols'] = 'Cols';
|
||||
$string['copy'] = 'Copy selection';
|
||||
$string['createfolder'] = 'Create folder';
|
||||
$string['createlink'] = 'Insert Web Link';
|
||||
$string['cut'] = 'Cut selection';
|
||||
$string['delete'] = 'Delete';
|
||||
$string['filebrowser'] = 'File Browser';
|
||||
$string['forecolor'] = 'Font Color';
|
||||
$string['heading'] = 'Heading';
|
||||
$string['height'] = 'Height';
|
||||
$string['hilitecolor'] = 'Background Color';
|
||||
$string['horizontal'] = 'Horizontal';
|
||||
$string['horizontalrule'] = 'Horizontal Rule';
|
||||
|
@ -33,6 +37,7 @@ $string['imageurl'] = 'Image URL';
|
|||
$string['indent'] = 'Increase Indent';
|
||||
$string['insertchar'] = 'Insert Special Character';
|
||||
$string['insertimage'] = 'Insert Image';
|
||||
$string['insertlink'] = 'Insert Link';
|
||||
$string['insertsmile'] = 'Insert Smiley';
|
||||
$string['inserttable'] = 'Insert Table';
|
||||
$string['italic'] = 'Italic';
|
||||
|
@ -42,8 +47,19 @@ $string['justifyleft'] = 'Justify Left';
|
|||
$string['justifyright'] = 'Justify Right';
|
||||
$string['layout'] = 'Layout';
|
||||
$string['left'] = 'Left';
|
||||
$string['linkproperties'] = 'Link properties';
|
||||
$string['linktarget'] = 'Target';
|
||||
$string['linktargetblank'] = 'New window';
|
||||
$string['linktargetnone'] = 'None';
|
||||
$string['linktargetother'] = 'Other (out of order)';
|
||||
$string['linktargetself'] = 'Same frame';
|
||||
$string['linktargettop'] = 'Same window';
|
||||
$string['linktitle'] = 'Title';
|
||||
$string['linkurl'] = 'URL';
|
||||
$string['middle'] = 'Middle';
|
||||
$string['move'] = 'Move';
|
||||
$string['normal'] = 'Normal';
|
||||
$string['notimage'] = 'Selected file is not an image. Please select an image!';
|
||||
$string['notset'] = 'Not Set';
|
||||
$string['ok'] = 'OK';
|
||||
$string['orderedlist'] = 'Ordered List';
|
||||
|
@ -55,10 +71,15 @@ $string['pixels'] = 'Pixels';
|
|||
$string['popupeditor'] = 'Enlarge Editor';
|
||||
$string['preformatted'] = 'Preformatted';
|
||||
$string['preview'] = 'Preview';
|
||||
$string['properties'] = 'Properties';
|
||||
$string['redo'] = 'Redo your last action';
|
||||
$string['rename'] = 'Rename';
|
||||
$string['removelink'] = 'Remove link';
|
||||
$string['right'] = 'Right';
|
||||
$string['rows'] = 'Rows';
|
||||
$string['selection'] = 'Selection';
|
||||
$string['showhelp'] = 'Help using editor';
|
||||
$string['size'] = 'Size';
|
||||
$string['spacing'] = 'Spacing';
|
||||
$string['strikethrough'] = 'Strikethrough';
|
||||
$string['subscript'] = 'Subscript';
|
||||
|
@ -67,32 +88,13 @@ $string['textindicator'] = 'Current style';
|
|||
$string['textmode'] = 'You are in TEXT MODE. Use the [<>] 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)';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue