si.js 863 B

12345678910111213141516171819202122
  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'toolbar', 'si', {
  6. toolbarCollapse: 'මෙවලම් තීරුව හැකුලුම.',
  7. toolbarExpand: 'මෙවලම් තීරුව දීගහැරුම',
  8. toolbarGroups: {
  9. document: 'ලිපිය',
  10. clipboard: 'ඇමිණුම වෙනස් කිරීම',
  11. editing: 'සංස්කරණය',
  12. forms: 'පෝරමය',
  13. basicstyles: 'මුලික විලාසය',
  14. paragraph: 'චේදය',
  15. links: 'සබැඳිය',
  16. insert: 'ඇතුලත් කිරීම',
  17. styles: 'විලාසය',
  18. colors: 'වර්ණය',
  19. tools: 'මෙවලම්'
  20. },
  21. toolbars: 'සංස්කරණ මෙවලම් තීරුව'
  22. } );