ja.js 349 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', 'ja', {
  6. bold: '太字',
  7. italic: '斜体',
  8. strike: '打ち消し線',
  9. subscript: '下付き',
  10. superscript: '上付き',
  11. underline: '下線'
  12. } );