en.js 885 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'image2_chamilo', 'en', {
  6. alt: 'Alternative Text',
  7. btnUpload: 'Send it to the Server',
  8. captioned: 'Captioned image',
  9. captionPlaceholder: 'Caption',
  10. infoTab: 'Image Info',
  11. lockRatio: 'Lock Ratio',
  12. menu: 'Image Properties',
  13. pathName: 'image',
  14. pathNameCaption: 'caption',
  15. resetSize: 'Reset Size',
  16. resizer: 'Click and drag to resize',
  17. title: 'Image Properties',
  18. uploadTab: 'Upload',
  19. urlMissing: 'Image source URL is missing.',
  20. altMissing: 'Alternative text is missing.',
  21. responsive: 'Responsive image',
  22. alignBaseline: 'Baseline',
  23. alignTop: 'Top',
  24. alignBottom: 'Bottom',
  25. alignMiddle: 'Middle',
  26. alignSuper: 'Super',
  27. alignSub: 'Sub',
  28. alignTextTop: 'Text-top',
  29. alignTextBottom: 'Text-bottom'
  30. } );