MediaWiki:Gadget-HotCat.js/arc

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>

// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {

  HotCat.messages.commit              = 'ܠܒܘܟ';
  HotCat.messages.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       = 'ܣܕܪ̈ܐ ܥܠܝ̈ܐ';

  // Missing:
  // 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>