]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/oembed/lang/en.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / oembed / lang / en.js
CommitLineData
317f8f8f
IB
1CKEDITOR.plugins.setLang('oembed', 'en', {\r
2 title: "Embed Media Content (Photo, Video, Audio or Rich Content)",\r
3 button: "Embed Media from External Sites",\r
4 pasteUrl: "Paste a URL (shorted URLs are also supported) from one of the supported sites (e.g. YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, etc.).",\r
5 invalidUrl: "Please provide a valid URL.",\r
6 noEmbedCode: "No embed code found, or site is not supported.",\r
7 url: "URL:",\r
8 width: "Width:",\r
9 height: "Height:",\r
10 widthTitle: "Width for the embeded content",\r
11 heightTitle: "Height for the embeded content",\r
12 maxWidth: "Max. Width:",\r
13 maxHeight: "Max. Height:",\r
14 maxWidthTitle: "Maximum Width for the embeded Content",\r
15 maxHeightTitle: "Maximum Height for the embeded Content",\r
16 none:'None',\r
17 resizeType: "Resize Type (videos only):",\r
18 noresize: "No Resize (use default)",\r
19 responsive: "Responsive Resize",\r
20 custom: "Specific Resize",\r
21 noVimeo: "The owner of this video has set domain restrictions and you will not be able to embed it on your website.",\r
22 Error: "Media Content could not been retrieved, please try a different URL."\r
23});\r