]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/lang/mn.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / lang / mn.js
CommitLineData
3b35bd27
IB
1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
7adcb81e
IB
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6/**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Mongolian language.
9 */
10
11/**#@+
12 @type String
13 @example
14*/
15
16/**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20CKEDITOR.lang[ 'mn' ] = {
21 // ARIA description.
22 editor: 'Хэлбэрт бичвэр боловсруулагч',
23 editorPanel: 'Rich Text Editor panel', // MISSING
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: 'Press ALT 0 for help', // MISSING
30
31 browseServer: 'Үйлчлэгч тооцоолуур (сервэр)-ийг үзэх',
32 url: 'цахим хуудасны хаяг (URL)',
33 protocol: 'Протокол',
34 upload: 'Илгээж ачаалах',
35 uploadSubmit: 'Үүнийг үйлчлэгч тооцоолуур (сервер) лүү илгээх',
36 image: 'Зураг',
37 flash: 'Флаш хөдөлгөөнтэй зураг',
38 form: 'Маягт',
39 checkbox: 'Тэмдэглээний нүд',
40 radio: 'Радио товчлуур',
41 textField: 'Бичвэрийн талбар',
42 textarea: 'Бичвэрийн зай',
43 hiddenField: 'Далд талбар',
44 button: 'Товчлуур',
45 select: 'Сонголтын талбар',
46 imageButton: 'Зургий товчуур',
47 notSet: '<тохируулаагүй>',
48 id: 'Id (техникийн нэр)',
49 name: 'Нэр',
50 langDir: 'Хэлний чиглэл',
51 langDirLtr: 'Зүүнээс баруун (LTR)',
52 langDirRtl: 'Баруунаас зүүн (RTL)',
53 langCode: 'Хэлний код',
54 longDescr: 'Урт тайлбарын вэб хаяг',
55 cssClass: 'Хэлбэрийн хуудасны ангиуд',
56 advisoryTitle: 'Зөвлөх гарчиг',
57 cssStyle: 'Загвар',
58 ok: 'За',
59 cancel: 'Болих',
60 close: 'Хаах',
61 preview: 'Урьдчилан харах',
62 resize: 'Resize', // MISSING
63 generalTab: 'Ерөнхий',
64 advancedTab: 'Гүнзгий',
65 validateNumberFailed: 'This value is not a number.', // MISSING
66 confirmNewPage: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
67 confirmCancel: 'You have changed some options. Are you sure you want to close the dialog window?', // MISSING
68 options: 'Сонголт',
69 target: 'Бай',
70 targetNew: 'New Window (_blank)', // MISSING
71 targetTop: 'Topmost Window (_top)', // MISSING
72 targetSelf: 'Same Window (_self)', // MISSING
73 targetParent: 'Parent Window (_parent)', // MISSING
74 langDirLTR: 'Зүүн талаас баруун тийшээ (LTR)',
75 langDirRTL: 'Баруун талаас зүүн тийшээ (RTL)',
76 styles: 'Загвар',
77 cssClasses: 'Хэлбэрийн хуудасны ангиуд',
78 width: 'Өргөн',
79 height: 'Өндөр',
80 align: 'Эгнээ',
81 alignLeft: 'Зүүн',
82 alignRight: 'Баруун',
83 alignCenter: 'Төвд',
84 alignJustify: 'Тэгшлэх',
85 alignTop: 'Дээд талд',
86 alignMiddle: 'Дунд',
87 alignBottom: 'Доод талд',
88 alignNone: 'None', // MISSING
89 invalidValue : 'Invalid value.', // MISSING
90 invalidHeight: 'Өндөр нь тоо байх ёстой.',
91 invalidWidth: 'Өргөн нь тоо байх ёстой.',
92 invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
93 invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
94 invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
95 cssLengthTooltip: 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
99 }
100};