en.js 401 B

1234567891011121314151617
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'chart', 'en', {
  6. bar: 'Bar',
  7. chart: 'Chart',
  8. chartType: 'Chart type:',
  9. dialogTitle: 'Edit Chart',
  10. doughnut: 'Doughnut',
  11. height: 'Height:',
  12. label: 'Label:',
  13. line: 'Line',
  14. pie: 'Pie',
  15. polar: 'Polar',
  16. value: 'Value:'
  17. } );