zh-cn.js 444 B

12345678910111213
  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', 'zh-cn', {
  6. WordCount: '词数:',
  7. CharCount: '字符:',
  8. CharCountWithHTML: '字符 (含HTML)',
  9. Paragraphs: '段落:',
  10. pasteWarning: '由于上限允许,内容不能粘贴',
  11. Selected: '已选择: ',
  12. title: '统计'
  13. });