123456789101112131415161718192021222324252627282930 |
- /*
- Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'image2_chamilo', 'en', {
- alt: 'Alternative Text',
- btnUpload: 'Send it to the Server',
- captioned: 'Captioned image',
- captionPlaceholder: 'Caption',
- infoTab: 'Image Info',
- lockRatio: 'Lock Ratio',
- menu: 'Image Properties',
- pathName: 'image',
- pathNameCaption: 'caption',
- resetSize: 'Reset Size',
- resizer: 'Click and drag to resize',
- title: 'Image Properties',
- uploadTab: 'Upload',
- urlMissing: 'Image source URL is missing.',
- altMissing: 'Alternative text is missing.',
- responsive: 'Responsive image',
- alignBaseline: 'Baseline',
- alignTop: 'Top',
- alignBottom: 'Bottom',
- alignMiddle: 'Middle',
- alignSuper: 'Super',
- alignSub: 'Sub',
- alignTextTop: 'Text-top',
- alignTextBottom: 'Text-bottom'
- } );
|