MediaWiki:Gadget-HotCat.js/tt

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>