diff options
Diffstat (limited to 'plugins/bootstrapMediaEmbed/lang/en.js')
| -rwxr-xr-x | plugins/bootstrapMediaEmbed/lang/en.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/bootstrapMediaEmbed/lang/en.js b/plugins/bootstrapMediaEmbed/lang/en.js new file mode 100755 index 0000000..54164a2 --- /dev/null +++ b/plugins/bootstrapMediaEmbed/lang/en.js @@ -0,0 +1,19 @@ +/*** + * @author Domenico Gigante [reloadlab.it] + * @version 1.0 + ***/ + +// set CKeditor lang +CKEDITOR.plugins.setLang('bootstrapMediaEmbed', 'en', { + toolbar: 'Embed Media', + dialogTitle: 'Embed Media', + dialogRatio: 'Choose media ratio', + selectRatio: [ + 'Original size', + 'Ratio 21:9', + 'Ratio 16:9', + 'Ratio 4:3', + 'Ratio 1:1' + ], + dialogArea: 'Paste Embed Code Here' +});
\ No newline at end of file |
