You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
681 B
JavaScript
22 lines
681 B
JavaScript
/*
|
|
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'image2', 'en-gb', {
|
|
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.' // MISSING
|
|
} );
|