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/ms.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/image/lang/ms.js (limited to 'sources/plugins/image/lang/ms.js') diff --git a/sources/plugins/image/lang/ms.js b/sources/plugins/image/lang/ms.js new file mode 100644 index 0000000..98adf09 --- /dev/null +++ b/sources/plugins/image/lang/ms.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', 'ms', { + alt: 'Text Alternatif', + border: 'Border', + btnUpload: 'Hantar ke Server', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'Ruang Melintang', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Info Imej', + linkTab: 'Sambungan', + lockRatio: 'Tetapkan Nisbah', + menu: 'Ciri-ciri Imej', + resetSize: 'Saiz Set Semula', + title: 'Ciri-ciri Imej', + titleButton: 'Ciri-ciri Butang Bergambar', + upload: 'Muat Naik', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'Ruang Menegak', + 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