MediaWiki:Gadget-HotCat.js/ku

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

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">

// Localization of the HotCat interface for Kurdish
if (typeof (HotCat) != 'undefined') {
  HotCat.messages.commit      = 'Tomar bike';
  HotCat.messages.ok          = 'Baş e';
  HotCat.messages.cancel      = 'Betal bike';
  HotCat.messages.multi_error = 'Nivîsa rûpelê ji aliyê serverê nikare bê barkirin. Mixabin, guhertin nikarin '
                                +'bên tomarkirin.';

  HotCat.categories  = 'Kategorî';

  HotCat.engine_names.searchindex = 'Nimînoka lêgerînê';
  HotCat.engine_names.pagelist    = 'Lîsteya rûpelê';
  HotCat.engine_names.combined    = 'Lêgerîna bihevxistî';
  HotCat.engine_names.subcat      = 'Binkategorî';
  HotCat.engine_names.parentcat   = 'Serkategorî'

  HotCat.tooltips.change = 'Biguherîne';
  HotCat.tooltips.remove = 'Jê bibe';
  HotCat.tooltips.add = 'Kategoriyê lê zêde bike';
  HotCat.tooltips.restore = 'Bizivirîne pêş';
  HotCat.tooltips.undo = 'Guhertinan betal bike';
  HotCat.tooltips.down = 'Veke û binkategoriyan nîşan bide';
  HotCat.tooltips.up = 'Veke û serkategoriyan nîşan bide';

  HotCat.multi_tooltip = 'Gelek guhertinan bike';
}

//</source>