]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/plugins/oembed/lang/en.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / oembed / lang / en.js
diff --git a/sources/plugins/oembed/lang/en.js b/sources/plugins/oembed/lang/en.js
new file mode 100644 (file)
index 0000000..e461f03
--- /dev/null
@@ -0,0 +1,23 @@
+CKEDITOR.plugins.setLang('oembed', 'en', {\r
+       title: "Embed Media Content (Photo, Video, Audio or Rich Content)",\r
+    button: "Embed Media from External Sites",\r
+    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
+    invalidUrl: "Please provide a valid URL.",\r
+    noEmbedCode: "No embed code found, or site is not supported.",\r
+    url: "URL:",\r
+    width: "Width:",\r
+    height: "Height:",\r
+    widthTitle: "Width for the embeded content",\r
+    heightTitle: "Height for the embeded content",\r
+    maxWidth: "Max. Width:",\r
+    maxHeight: "Max. Height:",\r
+    maxWidthTitle: "Maximum Width for the embeded Content",\r
+    maxHeightTitle: "Maximum Height for the embeded Content",\r
+       none:'None',\r
+    resizeType: "Resize Type (videos only):",\r
+    noresize: "No Resize (use default)",\r
+    responsive: "Responsive Resize",\r
+    custom: "Specific Resize",\r
+    noVimeo: "The owner of this video has set domain restrictions and you will not be able to embed it on your website.",\r
+    Error: "Media Content could not been retrieved, please try a different URL."\r
+});\r