Further work on Moodle integration.
[moodle/mihaisucan.git] / lib / paintweb / ext / tinymce-plugin / paintweb / langs / en_dlg.js
blobcb2b6d720bd967b66165dad1072d8a4b7221e53e
1 tinyMCE.addI18n('en.paintweb_dlg',{
2         dlg_title: 'Create a new image',
3   widthLabel: 'Width: ',
4   heightLabel: 'Height: ',
5   bgrColorLabel: 'Background color: ',
6   imgTitleLabel: 'Title: ',
7   altTextLabel: 'Alternate text: ',
8   altTextTitle: 'This text is displayed when the image cannot render.',
9 });