Merged tidy-ups from stable

This commit is contained in:
moodler 2006-11-01 09:44:01 +00:00
parent 6dfb22349f
commit 304d08f0c4
76 changed files with 1463 additions and 1525 deletions

View file

@ -1,15 +1,15 @@
<?php // $Id$
// editor.php - created with Moodle 1.2 (2004032000)
<?PHP // $Id$
// editor.php - created with Moodle 1.7 beta + (2006101003)
$string['about'] = 'About this editor';
$string['absbottom'] = 'Absbottom';
$string['middle'] = 'middle';
$string['address'] = 'Address';
$string['alertnoselectedtext'] = 'You must select text first!';
$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['anchorname'] = 'Anchorname';
$string['anchors'] = 'Anchors';
$string['baseline'] = 'Baseline';
$string['bold'] = 'Bold';
@ -22,6 +22,7 @@ $string['cellspacing'] = 'Cellspacing';
$string['choosechar'] = 'Choose Character';
$string['chooseicon'] = 'Choose an icon to insert';
$string['close'] = 'Close';
$string['closeafterreplace'] = 'Close after replace';
$string['cols'] = 'Cols';
$string['copy'] = 'Copy selection';
$string['createanchor'] = 'Create anchor';
@ -31,7 +32,11 @@ $string['cut'] = 'Cut selection';
$string['cutpastemozilla'] = 'Unfortunately, you cannot currently use normal keyboard shortcuts (or even the Paste button) for pasting text into this online editor. This is because of a security feature that is built into some versions of Mozilla and Firefox browsers.<br /><br />There are three known workarounds you can try: <br /> (1) Instead of CTRL-v, use SHIFT-Insert <br /> (2) Use the Edit->Paste menu in your browser <br /> (3) Change the preferences in your browser by editing the user.js file. <br /><br />Click the OK button below for more help, or Cancel to return to the editor';
$string['delete'] = 'Delete';
$string['filebrowser'] = 'File Browser';
$string['findwhat'] = 'Find';
$string['fontname'] = 'Fontname';
$string['fontsize'] = 'Font-size';
$string['forecolor'] = 'Font Color';
$string['formatblock'] = 'Format';
$string['fullscreen'] = 'Fullscreen editor';
$string['heading'] = 'Heading';
$string['height'] = 'Height';
@ -47,6 +52,7 @@ $string['insertlink'] = 'Insert Link';
$string['insertsmile'] = 'Insert Smiley';
$string['inserttable'] = 'Insert Table';
$string['italic'] = 'Italic';
$string['itemsreplaced'] = 'items replaced!';
$string['justifycenter'] = 'Justify Center';
$string['justifyfull'] = 'Justify Full';
$string['justifyleft'] = 'Justify Left';
@ -63,13 +69,16 @@ $string['linktargetself'] = 'Same frame';
$string['linktargettop'] = 'Same window';
$string['linktitle'] = 'Title';
$string['linkurl'] = 'URL';
$string['matchcase'] = 'Match case';
$string['middle'] = 'Middle';
$string['minimize'] = 'Minimize editor';
$string['move'] = 'Move';
$string['nolink'] = 'Prevent automatic linking';
$string['normal'] = 'Normal';
$string['notimage'] = 'Selected file is not an image. Please select an image!';
$string['notset'] = 'Not Set';
$string['ok'] = 'OK';
$string['options'] = 'Options';
$string['orderedlist'] = 'Ordered List';
$string['outdent'] = 'Decrease Indent';
$string['paste'] = 'Paste from clipboard';
@ -81,11 +90,16 @@ $string['preformatted'] = 'Preformatted';
$string['preview'] = 'Preview';
$string['properties'] = 'Properties';
$string['redo'] = 'Redo your last action';
$string['rename'] = 'Rename';
$string['regularexpressions'] = 'Use regular expressions';
$string['removelink'] = 'Remove link';
$string['rename'] = 'Rename';
$string['replaceall'] = 'Replace all';
$string['replacewith'] = 'Replace';
$string['right'] = 'Right';
$string['righttoleft'] = 'Direction from right to left';
$string['rows'] = 'Rows';
$string['searchandreplace'] = 'Search and replace';
$string['searchnotfound'] = 'Search string Not Found!';
$string['selectcolor'] = 'Select color';
$string['selection'] = 'Selection';
$string['showhelp'] = 'Help using editor';
@ -107,22 +121,5 @@ $string['vertical'] = 'Vertical';
$string['width'] = 'Width';
$string['wordclean'] = 'Clean Word HTML';
$string['zip'] = 'Zip';
$string['createanchor'] = 'Create anchor';
$string['anchorname'] = 'Anchorname';
$string['fontname'] = 'Fontname';
$string['fontsize'] = 'Font-size';
$string['formatblock'] = 'Format';
$string['nolink'] = 'Prevent automatic linking';
$string['alertnoselectedtext'] = 'You must select text first!';
$string['searchandreplace'] = 'Search and replace';
$string['findwhat'] = 'Find';
$string['replacewith'] = 'Replace';
$string['options'] = 'Options';
$string['regularexpressions'] = 'Use regular expressions';
$string['matchcase'] = 'Match case';
$string['closeafterreplace'] = 'Close after replace';
$string['replaceall'] = 'Replace all';
$string['itemsreplaced'] = 'items replaced!';
$string['searchnotfound'] = 'Search string Not Found!';
?>