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/sr-latn.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/image/lang/sr-latn.js (limited to 'sources/plugins/image/lang/sr-latn.js') diff --git a/sources/plugins/image/lang/sr-latn.js b/sources/plugins/image/lang/sr-latn.js new file mode 100644 index 0000000..b3c2a98 --- /dev/null +++ b/sources/plugins/image/lang/sr-latn.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', 'sr-latn', { + alt: 'Alternativni tekst', + border: 'Okvir', + btnUpload: 'Pošalji na server', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'HSpace', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Info slike', + linkTab: 'Link', + lockRatio: 'Zaključaj odnos', + menu: 'Osobine slika', + resetSize: 'Resetuj veličinu', + title: 'Osobine slika', + titleButton: 'Osobine dugmeta sa slikom', + upload: 'Pošalji', + 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