vendor/assets/javascripts/ckeditor/plugins/wordcount/lang/en.js in glebtv-ckeditor-4.6.0 vs vendor/assets/javascripts/ckeditor/plugins/wordcount/lang/en.js in glebtv-ckeditor-4.7.3

- old
+ new

@@ -2,12 +2,15 @@ Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang('wordcount', 'en', { WordCount: 'Words:', + WordCountRemaining: 'Words remaining', CharCount: 'Characters:', + CharCountRemaining: 'Characters remaining', CharCountWithHTML: 'Characters (with HTML):', + CharCountWithHTMLRemaining: 'Characters (with HTML) remaining', Paragraphs: 'Paragraphs:', - pasteWarning: 'Content can not be pasted because it is above the allowed limit', + pasteWarning: 'Content cannot be pasted because it is above the allowed limit', Selected: 'Selected: ', title: 'Statistics' });