summaryrefslogtreecommitdiff
path: root/plugins/find/lang/mn.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/mn.js')
-rw-r--r--plugins/find/lang/mn.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/mn.js b/plugins/find/lang/mn.js
new file mode 100644
index 0000000..b8b8bd7
--- /dev/null
+++ b/plugins/find/lang/mn.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'mn', {
+ find: 'Хайх',
+ findOptions: 'Хайх сонголтууд',
+ findWhat: 'Хайх үг/үсэг:',
+ matchCase: 'Тэнцэх төлөв',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Тэнцэх бүтэн үг',
+ notFoundMsg: 'Хайсан бичвэрийг олсонгүй.',
+ replace: 'Орлуулах',
+ replaceAll: 'Бүгдийг нь солих',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Солих үг:',
+ title: 'Хайж орлуулах'
+});