mn.js 4.2 KB

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