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/mn.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/image/lang/mn.js (limited to 'sources/plugins/image/lang/mn.js') diff --git a/sources/plugins/image/lang/mn.js b/sources/plugins/image/lang/mn.js new file mode 100644 index 0000000..7923ec6 --- /dev/null +++ b/sources/plugins/image/lang/mn.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', 'mn', { + alt: 'Зургийг орлох бичвэр', + border: 'Хүрээ', + btnUpload: 'Үүнийг сервэррүү илгээ', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'Хөндлөн зай', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Зурагны мэдээлэл', + linkTab: 'Холбоос', + lockRatio: 'Радио түгжих', + menu: 'Зураг', + resetSize: 'хэмжээ дахин оноох', + title: 'Зураг', + titleButton: 'Зурган товчны шинж чанар', + upload: 'Хуулах', + urlMissing: 'Зургийн эх сурвалжийн хаяг (URL) байхгүй байна.', + 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