From 3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 19 Feb 2016 23:38:52 +0100 Subject: Initial commit --- sources/plugins/image/lang/en.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/image/lang/en.js (limited to 'sources/plugins/image/lang/en.js') diff --git a/sources/plugins/image/lang/en.js b/sources/plugins/image/lang/en.js new file mode 100644 index 0000000..d6cb43a --- /dev/null +++ b/sources/plugins/image/lang/en.js @@ -0,0 +1,25 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'en', { + alt: 'Alternative Text', + border: 'Border', + btnUpload: 'Send it to the Server', + button2Img: 'Do you want to transform the selected image button on a simple image?', + hSpace: 'HSpace', + img2Button: 'Do you want to transform the selected image on a image button?', + infoTab: 'Image Info', + linkTab: 'Link', + lockRatio: 'Lock Ratio', + menu: 'Image Properties', + resetSize: 'Reset Size', + title: 'Image Properties', + titleButton: 'Image Button Properties', + upload: 'Upload', + urlMissing: 'Image source URL is missing.', + vSpace: 'VSpace', + validateBorder: 'Border must be a whole number.', + validateHSpace: 'HSpace must be a whole number.', + validateVSpace: 'VSpace must be a whole number.' +} ); -- cgit v1.2.3