jp.js 312 B

12345678910
  1. /*
  2. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang('wordcount', 'jp', {
  6. WordCount: '単語数:',
  7. CharCount: '文字数:',
  8. limit: '上限:',
  9. title: 'ワードカウント'
  10. });