mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
Some new strings, including filter names
This commit is contained in:
parent
b17333be71
commit
677d1679fa
9 changed files with 60 additions and 1 deletions
|
@ -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)';
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue