id.js 398 B

123456789101112
  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( 'basicstyles', 'id', {
  6. bold: 'Huruf Tebal',
  7. italic: 'Huruf Miring',
  8. strike: 'Strikethrough', // MISSING
  9. subscript: 'Subscript', // MISSING
  10. superscript: 'Superscript', // MISSING
  11. underline: 'Garis Bawah'
  12. } );