source: main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/mn.js@ 32438

Last change on this file since 32438 was 32438, checked in by kjdon, 6 years ago

CKEditor: added Image and SourceDialog plugins to allow image tag editing, and source code editing. config.js modified to include the plugins

File size: 1.1 KB
Line 
1/*
2Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4*/
5CKEDITOR.plugins.setLang( 'image', 'mn', {
6 alt: 'ЗургОйг ПрлПх
7 бОчвэр',
8 border: 'Хүрээ',
9 btnUpload: 'ҮүМОйг сервэррүү Олгээ',
10 button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
11 hSpace: 'ХөМЎлөМ зай',
12 img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
13 infoTab: 'ЗурагМы ЌэЎээлэл',
14 linkTab: 'ХПлбППс',
15 lockRatio: 'РаЎОП түгжОх
16',
17 menu: 'Зураг',
18 resetSize: 'х
19эЌжээ Ўах
20ОМ ПМППх
21',
22 title: 'Зураг',
23 titleButton: 'ЗургаМ тПвчМы шОМж чаМар',
24 upload: 'Хуулах
25',
26 urlMissing: 'ЗургОйМ эх
27 сурвалжОйМ х
28аяг (URL) байх
29гүй байМа.',
30 vSpace: 'БПсПП зай',
31 validateBorder: 'Border must be a whole number.', // MISSING
32 validateHSpace: 'HSpace must be a whole number.', // MISSING
33 validateVSpace: 'VSpace must be a whole number.' // MISSING
34} );
Note: See TracBrowser for help on using the repository browser.