nl.js 1.1 KB

1234567891011121314151617181920212223
  1. CKEDITOR.plugins.setLang('oembed', 'nl', {
  2. title : "Integratie van media-inhoud (foto's, video, content)",
  3. button : "Media-inhoud van externe websites",
  4. pasteUrl : "Geef een URL van een pagina in dat ondersteund wordt (Bijv.: YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, etc.) ...",
  5. invalidUrl : "Please provide an valid URL!",
  6. noEmbedCode : "No embed code found, or site is not supported!",
  7. url : "URL:",
  8. width: "Breedte:",
  9. height: "Hoogte:",
  10. widthTitle: "Width for the embeded Content",
  11. heightTitle: "Height for the embeded Content",
  12. maxWidth: "Maximale breedte:",
  13. maxHeight: "Maximale hoogte:",
  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. });