ru.js 388 B

1234567891011
  1. /*
  2. Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang('wordcount', 'ru', {
  6. WordCount: 'Слов:',
  7. CharCount: 'Символов:',
  8. CharCountWithHTML: 'Символов (включая HTML):',
  9. limit: 'Лимит:',
  10. title: 'Статистика'
  11. });