first commit
This commit is contained in:
17
libraries/ckeditor/plugins/texttransform/lang/en.js
Normal file
17
libraries/ckeditor/plugins/texttransform/lang/en.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @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'
|
||||
});
|
||||
Reference in New Issue
Block a user