summaryrefslogtreecommitdiff
path: root/plugins/toolbar/lang/mn.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolbar/lang/mn.js')
-rw-r--r--plugins/toolbar/lang/mn.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/mn.js b/plugins/toolbar/lang/mn.js
new file mode 100644
index 0000000..3a6f981
--- /dev/null
+++ b/plugins/toolbar/lang/mn.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'mn', {
+ toolbarCollapse: 'Collapse Toolbar', // MISSING
+ toolbarExpand: 'Expand Toolbar', // MISSING
+ toolbarGroups: {
+ document: 'Document',
+ clipboard: 'Clipboard/Undo',
+ editing: 'Editing',
+ forms: 'Forms',
+ basicstyles: 'Basic Styles',
+ paragraph: 'Paragraph',
+ links: 'Холбоосууд',
+ insert: 'Оруулах',
+ styles: 'Загварууд',
+ colors: 'Онгөнүүд',
+ tools: 'Хэрэгслүүд'
+ },
+ toolbars: 'Болосруулагчийн хэрэгслийн самбар'
+});