id.js 594 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', 'id', {
  6. toolbarCollapse: 'Ciutkan Toolbar',
  7. toolbarExpand: 'Bentangkan Toolbar',
  8. toolbarGroups: {
  9. document: 'Dokumen',
  10. clipboard: 'Papan klip / Kembalikan perlakuan',
  11. editing: 'Sunting',
  12. forms: 'Formulir',
  13. basicstyles: 'Gaya Dasar',
  14. paragraph: 'Paragraf',
  15. links: 'Tautan',
  16. insert: 'Sisip',
  17. styles: 'Gaya',
  18. colors: 'Warna',
  19. tools: 'Alat'
  20. },
  21. toolbars: 'Editor toolbars' // MISSING
  22. } );