Sha256: 4f065f0aa1256b00a5d5007e9babe0dadb40fc294d2376f640cca99634196740

Contents?: true

Size: 568 Bytes

Versions: 9

Compression:

Stored size: 568 Bytes

Contents

/**
 * @author: Önder Ceylan <onderceylan@gmail.com>
 * @copyright Copyright (c) 2013 - Önder Ceylan. All rights reserved.
 * @license Licensed under the terms of GPL, LGPL and MPL licenses.
 * @version 1.0
 *
 * Date: 5/10/13
 * Time: 9:45 AM
 */

// set CKeditor lang
CKEDITOR.plugins.setLang( 'texttransform', 'en', {
    transformTextSwitchLabel: 'Transform Text Switcher',
    transformTextToLowercaseLabel: 'Transform Text to Lowercase',
    transformTextToUppercaseLabel: 'Transform Text to Uppercase',
    transformTextCapitalizeLabel: 'Capitalize Text'
});

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
activeadmin-ckeditor-0.0.19 app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js
activeadmin-ckeditor-0.0.18 app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js
activeadmin-ckeditor-0.0.17 app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js
activeadmin-ckeditor-0.0.16 app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js
activeadmin-ckeditor-0.0.15 app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js
activeadmin-ckeditor-0.0.14 app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js
activeadmin-ckeditor-0.0.13 app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js
activeadmin-ckeditor-0.0.12 app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js
activeadmin-ckeditor-0.0.11 app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js