gj.dialog.messages['bg-bg'] = {
    Close: '?????????',
    DefaultTitle: '???????? ????????'
};
gj.grid.messages['bg-bg'] = {
    First: '?????',
    Previous: '????????',
    Next: '????????',
    Last: '????????',
    Page: '????????',
    FirstPageTooltip: '????? ????????',
    PreviousPageTooltip: '???????? ????????',
    NextPageTooltip: '???????? ????????',
    LastPageTooltip: '???????? ????????',
    Refresh: '????????????',
    Of: '??',
    DisplayingRecords: '???????? ??????',
    RowsPerPage: '?????? ?? ????????:',
    Edit: '???????????',
    Delete: '?????????',
    Update: '????????????',
    Cancel: '?????',
    NoRecordsFound: '???? ???????? ??????.',
    Loading: '?????????...'
};
gj.editor.messages['bg-bg'] = {
	bold: '???????????',
	italic: '?????????',
	strikethrough: '???????????',
	underline: '????????????',
	listBulleted: '??????',
	listNumbered: '????????? ??????',
	indentDecrease: '?????????? ?? ??????',
	indentIncrease: '??????????? ?? ??????',
	alignLeft: '???????????? ? ????',
	alignCenter: '??????????',
	alignRight: '???????????? ? ?????',
	alignJustify: '???????????',
	undo: '?????',
	redo: '??????'
}; 
  |