X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Foembed%2Flang%2Fen.js;fp=sources%2Fplugins%2Foembed%2Flang%2Fen.js;h=e461f039a8a7bb2dadc0107b17e2de93cd1f8017;hp=0000000000000000000000000000000000000000;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/plugins/oembed/lang/en.js b/sources/plugins/oembed/lang/en.js new file mode 100644 index 0000000..e461f03 --- /dev/null +++ b/sources/plugins/oembed/lang/en.js @@ -0,0 +1,23 @@ +CKEDITOR.plugins.setLang('oembed', 'en', { + title: "Embed Media Content (Photo, Video, Audio or Rich Content)", + button: "Embed Media from External Sites", + 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.).", + invalidUrl: "Please provide a valid URL.", + noEmbedCode: "No embed code found, or site is not supported.", + url: "URL:", + width: "Width:", + height: "Height:", + widthTitle: "Width for the embeded content", + heightTitle: "Height for the embeded content", + maxWidth: "Max. Width:", + maxHeight: "Max. Height:", + maxWidthTitle: "Maximum Width for the embeded Content", + maxHeightTitle: "Maximum Height for the embeded Content", + none:'None', + resizeType: "Resize Type (videos only):", + noresize: "No Resize (use default)", + responsive: "Responsive Resize", + custom: "Specific Resize", + noVimeo: "The owner of this video has set domain restrictions and you will not be able to embed it on your website.", + Error: "Media Content could not been retrieved, please try a different URL." +});