si.js 626 B

123456789101112131415161718
  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( 'format', 'si', {
  6. label: 'ආකෘතිය',
  7. panelTitle: 'චේදයේ ',
  8. tag_address: 'ලිපිනය',
  9. tag_div: 'සාමාන්‍ය(DIV)',
  10. tag_h1: 'ශීර්ෂය 1',
  11. tag_h2: 'ශීර්ෂය 2',
  12. tag_h3: 'ශීර්ෂය 3',
  13. tag_h4: 'ශීර්ෂය 4',
  14. tag_h5: 'ශීර්ෂය 5',
  15. tag_h6: 'ශීර්ෂය 6',
  16. tag_p: 'සාමාන්‍ය',
  17. tag_pre: 'ආකෘතියන්'
  18. } );