From c63493c899de714b05b0521bb38aab60d19030ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 20 Jan 2017 00:55:51 +0100 Subject: Validation initiale --- sources/plugins/image/lang/en-ca.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/image/lang/en-ca.js (limited to 'sources/plugins/image/lang/en-ca.js') diff --git a/sources/plugins/image/lang/en-ca.js b/sources/plugins/image/lang/en-ca.js new file mode 100644 index 0000000..e78f83e --- /dev/null +++ b/sources/plugins/image/lang/en-ca.js @@ -0,0 +1,25 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'en-ca', { + 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.', // MISSING + vSpace: 'VSpace', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); -- cgit v1.2.3