]>
Commit | Line | Data |
---|---|---|
c63493c8 IB |
1 | /*\r |
2 | Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r | |
3 | For licensing, see LICENSE.md or http://ckeditor.com/license\r | |
4 | */\r | |
5 | CKEDITOR.plugins.setLang( 'iframe', 'bn', {\r | |
6 | border: 'Show frame border', // MISSING\r | |
7 | noUrl: 'Please type the iframe URL', // MISSING\r | |
8 | scrolling: 'Enable scrollbars', // MISSING\r | |
9 | title: 'IFrame Properties', // MISSING\r | |
10 | toolbar: 'IFrame' // MISSING\r | |
11 | } );\r |