ug.js 747 B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'div', 'ug', {
  6. IdInputLabel: 'ID',
  7. advisoryTitleInputLabel: 'ماۋزۇ',
  8. cssClassInputLabel: 'ئۇسلۇب تىپىنىڭ ئاتى',
  9. edit: 'DIV تەھرىر',
  10. inlineStyleInputLabel: 'قۇر ئىچىدىكى ئۇسلۇبى',
  11. langDirLTRLabel: 'سولدىن ئوڭغا (LTR)',
  12. langDirLabel: 'تىل يۆنىلىشى',
  13. langDirRTLLabel: 'ئوڭدىن سولغا (RTL)',
  14. languageCodeInputLabel: 'تىل كودى',
  15. remove: 'DIV چىقىرىۋەت',
  16. styleSelectLabel: 'ئۇسلۇب',
  17. title: 'DIV قاچا قۇر',
  18. toolbar: 'DIV قاچا قۇر'
  19. } );