en.js 249 B

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