MediaWiki:Gadget-HotCat.js/kk-cyrl

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.

//<source lang="javascript">

// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {
  HotCat.messages.commit      = 'Сақтау';
  HotCat.messages.ok          = 'OK';
  HotCat.messages.cancel      = 'Болдырмау';
  HotCat.messages.multi_error = 'Белгісіз қате туындады. Сіздің өңдемеңіз сақталмады.';

  HotCat.categories  = 'Санат';

  HotCat.engine_names.searchindex = 'Іздестіру индексі';
  HotCat.engine_names.pagelist    = 'Беттер тізімі';
  HotCat.engine_names.combined    = 'Кеңейтілген іздестіру';
  HotCat.engine_names.subcat      = 'Ішкі санаттар';
  HotCat.engine_names.parentcat   = 'Сыртқы санаттар';
 
  HotCat.tooltips.change = 'Санатты өзгерту';
  HotCat.tooltips.remove = 'Санатты аластау';
  HotCat.tooltips.add = 'Жаңа санат қосу';
  HotCat.tooltips.restore = 'Қалпына келтіру';
  HotCat.tooltips.undo = 'Болдырмау';
  HotCat.tooltips.down = 'Бұл санаттың ішкі санатына өзгерту';
  HotCat.tooltips.up = 'Бұл санаттың сыртқы санатына өзгерту';
 
  HotCat.multi_tooltip = 'Басқа санаттарды да өзгерту';
}

//</source>