ru.js 590 B

12345678910111213
  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. Paragraphs: 'Параграфов:',
  10. pasteWarning: 'Контент не может быть вставлен, т.к. привышает допустимый лимит',
  11. Selected: 'Выделено: ',
  12. title: 'Статистика'
  13. });