Some new strings, including filter names

This commit is contained in:
moodler 2004-02-22 12:14:37 +00:00
parent b17333be71
commit 677d1679fa
9 changed files with 60 additions and 1 deletions

View file

@ -72,5 +72,27 @@ $string['undo'] = 'Undo your last action';
$string['unorderedlist'] = 'Bulleted List';
$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)';
?>