| // Starsoft Mongolia LLC Temuujin Ariunbold
(function ($) {
  $.extend($.summernote.lang, {
    'mn-MN': {
      font: {
        bold: '???',
        italic: '?????',
        underline: '??????? ??????',
        clear: '????????',
        height: '?????',
        name: '????',
        superscript: '???? ???????',
        subscript: '???? ???????',
        strikethrough: '?????',
        size: '??????'
      },
      image: {
        image: '?????',
        insert: '???????',
        resizeFull: '?????? ?????',
        resizeHalf: '?????? 1/2',
        resizeQuarter: '?????? 1/4',
        floatLeft: '???? ???? ??????????',
        floatRight: '?????? ???? ??????????',
        floatNone: '??????? ???????? ???????',
        shapeRounded: '?????: ?????',
        shapeCircle: '?????: ??????',
        shapeThumbnail: '?????: ?????????',
        shapeNone: '????????',
        dragImageHere: '??????? ??? ???? ??????? ??',
        selectFromFiles: '?????????? ??????? ??',
        maximumFileSize: '?????? ???? ??????',
        maximumFileSizeError: '?????? ???? ?????? ????????',
        url: '??????? URL',
        remove: '??????? ??????'
      },
      video: {
        video: '?????',
        videoLink: '????? ???????',
        insert: '????? ???????',
        url: '????? URL?',
        providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ????? Youku)'
      },
      link: {
        link: '???????',
        insert: '??????? ???????',
        unlink: '??????? ???????',
        edit: '?????????',
        textToDisplay: '???????? ??????',
        url: '??? ??????? ?????? ???? ???',
        openInNewWindow: '???? ??????? ????'
      },
      table: {
        table: '???????'
      },
      hr: {
        insert: '?????? ????? ???????'
      },
      style: {
        style: '??? ????',
        p: 'p',
        blockquote: '?? ?????',
        pre: '?? ???????',
        h1: '?????? 1',
        h2: '?????? 2',
        h3: '?????? 3',
        h4: '?????? 4',
        h5: '?????? 5',
        h6: '?????? 6'
      },
      lists: {
        unordered: '???????????????',
        ordered: '?????????????'
      },
      options: {
        help: '???????',
        fullscreen: '????????? ???????',
        codeview: 'HTML-Code ????????'
      },
      paragraph: {
        paragraph: '?????',
        outdent: '????? ??? ?????',
        indent: '????? ??? ?????',
        left: '???? ???? ????????',
        center: '???? ????????',
        right: '?????? ???? ????????',
        justify: '?????? ???????'
      },
      color: {
        recent: '????? ?????????? ????',
        more: '??? ????????',
        background: '??????? ????',
        foreground: '?????? ????',
        transparent: '????????',
        setTransparent: '???????? ??????',
        reset: '??????? ?????? ??????????',
        resetToDefault: '???? ?? ???????'
      },
      shortcut: {
        shortcuts: '?????? ???????',
        close: '?????',
        textFormatting: '????????? ????????????',
        action: '??????',
        paragraphFormatting: '????? ?????? ????????????',
        documentStyle: '????? ???????? ??? ??????'
      },
      history: {
        undo: '??????',
        redo: '????? ????'
      },
      specialChar: {
        specialChar: '?????? ???????',
        select: '?????? ??????? ??????'
      }
    }
  });
})(jQuery);
 |