MDL-23787 added possibility to embed images into textarea fields in database activity

This commit is contained in:
Marina Glancy 2012-02-23 14:30:26 +08:00
parent c4a12afaf9
commit 292077063e
3 changed files with 137 additions and 18 deletions

View file

@ -24,4 +24,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['maxbytes'] = 'Maximum embedded file size (bytes)';
$string['maxbytes_desc'] = 'If set to zero will be unlimited by default';
$string['pluginname'] = 'Text area';