Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated to English
  • Loading branch information
moodler committed Jul 3, 2004
1 parent 60d17e4 commit 5f90f9f
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion lang/en_us/editor.php
@@ -1,5 +1,5 @@
<?PHP // $Id$
// editor.php - created with Moodle 1.2 development (2003120700)
// editor.php - created with Moodle 1.2 (2004032000)


$string['about'] = 'About this editor';
Expand All @@ -21,10 +21,15 @@
$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['fullscreen'] = 'Fullscreen editor';
$string['heading'] = 'Heading';
$string['height'] = 'Height';
$string['hilitecolor'] = 'Background Color';
$string['horizontal'] = 'Horizontal';
$string['horizontalrule'] = 'Horizontal Rule';
Expand All @@ -33,6 +38,7 @@
$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';
Expand All @@ -42,8 +48,21 @@
$string['justifyright'] = 'Justify Right';
$string['layout'] = 'Layout';
$string['left'] = 'Left';
$string['lefttoright'] = 'Direction from left to right';
$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['minimize'] = 'Minimize editor';
$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';
Expand All @@ -55,10 +74,17 @@
$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['righttoleft'] = 'Direction from right to left';
$string['rows'] = 'Rows';
$string['selectcolor'] = 'Select color';
$string['selection'] = 'Selection';
$string['showhelp'] = 'Help using editor';
$string['size'] = 'Size';
$string['spacing'] = 'Spacing';
$string['strikethrough'] = 'Strikethrough';
$string['subscript'] = 'Subscript';
Expand All @@ -67,10 +93,14 @@
$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['wordclean'] = 'Clean Word HTML';
$string['zip'] = 'Zip';

?>

0 comments on commit 5f90f9f

Please sign in to comment.