12345678 |
- /*
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.html or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'pastecode', 'en', {
- button: 'Paste as code',
- title: 'Paste as code'
- });
|