en.js 1.0 KB

12345678910111213141516171819202122232425
  1. CKEDITOR.plugins.setLang('youtube', 'en', {
  2. button : 'Embed YouTube Video',
  3. title : 'Embed YouTube Video',
  4. txtEmbed : 'Paste Embed Code Here',
  5. txtUrl : 'Paste YouTube Video URL',
  6. txtWidth : 'Width',
  7. txtHeight : 'Height',
  8. chkRelated : 'Show suggested videos at the video\'s end',
  9. txtStartAt : 'Start at (ss or mm:ss or hh:mm:ss)',
  10. chkPrivacy : 'Enable privacy-enhanced mode',
  11. chkOlderCode : 'Use old embed code',
  12. chkAutoplay: 'Autoplay',
  13. chkControls: 'Show player controls',
  14. noCode : 'You must input an embed code or URL',
  15. invalidEmbed : 'The embed code you\'ve entered doesn\'t appear to be valid',
  16. invalidUrl : 'The URL you\'ve entered doesn\'t appear to be valid',
  17. or : 'or',
  18. noWidth : 'You must inform the width',
  19. invalidWidth : 'Inform a valid width',
  20. noHeight : 'You must inform the height',
  21. invalidHeight : 'Inform a valid height',
  22. invalidTime : 'Inform a valid start time',
  23. txtResponsive : 'Make Responsive (ignore width and height, fit to width)',
  24. txtNoEmbed : 'Video image and link only'
  25. });