From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/plugins/wsc/lang/mn.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sources/plugins/wsc/lang/mn.js (limited to 'sources/plugins/wsc/lang/mn.js') diff --git a/sources/plugins/wsc/lang/mn.js b/sources/plugins/wsc/lang/mn.js new file mode 100644 index 00000000..f61f9e15 --- /dev/null +++ b/sources/plugins/wsc/lang/mn.js @@ -0,0 +1,24 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'wsc', 'mn', { + btnIgnore: 'Зөвшөөрөх', + btnIgnoreAll: 'Бүгдийг зөвшөөрөх', + btnReplace: 'Солих', + btnReplaceAll: 'Бүгдийг Дарж бичих', + btnUndo: 'Буцаах', + changeTo: 'Өөрчлөх', + errorLoading: 'Error loading application service host: %s.', + ieSpellDownload: 'Дүрэм шалгагч суугаагүй байна. Татаж авахыг хүсч байна уу?', + manyChanges: 'Дүрэм шалгаад дууссан: %1 үг өөрчлөгдсөн', + noChanges: 'Дүрэм шалгаад дууссан: үг өөрчлөгдөөгүй', + noMispell: 'Дүрэм шалгаад дууссан: Алдаа олдсонгүй', + noSuggestions: '- Тайлбаргүй -', + notAvailable: 'Sorry, but service is unavailable now.', + notInDic: 'Толь бичиггүй', + oneChange: 'Дүрэм шалгаад дууссан: 1 үг өөрчлөгдсөн', + progress: 'Дүрэм шалгаж байгаа үйл явц...', + title: 'Spell Checker', + toolbar: 'Үгийн дүрэх шалгах' +}); -- cgit v1.2.3