Sha256: 6f41ddb776dced271395f95466f2cde05cded5989b9212c3adf1f9a7676591ae

Contents?: true

Size: 484 Bytes

Versions: 4

Compression:

Stored size: 484 Bytes

Contents

/*
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:',
    CharCount: 'Characters:',
    CharCountWithHTML: 'Characters (with HTML):',
    Paragraphs: 'Paragraphs:',
    pasteWarning: 'Content can not be pasted because it is above the allowed limit',
    Selected: 'Selected: ',
    title: 'Statistics'
});

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
integral-1.1.0 app/assets/javascripts/ckeditor/plugins/wordcount/lang/en.js
integral-1.0.1 app/assets/javascripts/ckeditor/plugins/wordcount/lang/en.js
integral-1.0.0 app/assets/javascripts/ckeditor/plugins/wordcount/lang/en.js
glebtv-ckeditor-4.6.0 vendor/assets/javascripts/ckeditor/plugins/wordcount/lang/en.js