en.js 1.2 KB

1234567891011121314151617181920212223
  1. CKEDITOR.plugins.setLang('oembed', 'en', {
  2. title: "Embed Media Content (Photo, Video, Audio, Rich)",
  3. button: "Embed Media Content from Various Sites",
  4. pasteUrl: "Paste an URL (Also shortened URLs are supported) from one of the Supported Sites (e.g. YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, etc.) here ...",
  5. invalidUrl: "Please provide an valid URL!",
  6. noEmbedCode: "No embed code found, or site is not supported!",
  7. url: "URL:",
  8. width: "Width:",
  9. height: "Height:",
  10. widthTitle: "Width for the embeded Content",
  11. heightTitle: "Height for the embeded Content",
  12. maxWidth: "Max. Width:",
  13. maxHeight: "Max. Height:",
  14. maxWidthTitle: "Maximum Width for the embeded Content",
  15. maxHeightTitle: "Maximum Height for the embeded Content",
  16. resizeType: "Resize Type (Only Video's):",
  17. noresize: "No Resize (use default)",
  18. responsive: "Responsive Resize",
  19. custom: "Specific Resize",
  20. autoClose: "Automatically Close Dialog after Code is Embeded",
  21. noVimeo: "The owner of this video has set domain restrictions and you will not be able to embed it on your website.",
  22. Error: "Media Content could not been retrieved, please try a different URL."
  23. });