en.js 943 B

1234567891011121314151617181920212223
  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. noCode : 'You must input an embed code or URL',
  14. invalidEmbed : 'The embed code you\'ve entered doesn\'t appear to be valid',
  15. invalidUrl : 'The URL you\'ve entered doesn\'t appear to be valid',
  16. or : 'or',
  17. noWidth : 'You must inform the width',
  18. invalidWidth : 'Inform a valid width',
  19. noHeight : 'You must inform the height',
  20. invalidHeight : 'Inform a valid height',
  21. invalidTime : 'Inform a valid start time',
  22. txtResponsive : 'Make Responsive (ignore width and height, fit to width)'
  23. });