MediaWiki:Gadget-HotCat.js/gsw

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      = 'Spichere';
  HotCat.messages.ok          = 'OK';
  HotCat.messages.cancel      = 'Abbreche';
  HotCat.messages.multi_error = 'Sitetext het nid von Server chönne glade wärde. D´ Änderungen chöi '
                                +'leider nid gspicheret wärde.';

  HotCat.categories  = 'Kategorie';

  HotCat.engine_names.searchindex = 'Suechindex';
  HotCat.engine_names.pagelist    = 'Sitelischte';
  HotCat.engine_names.combined    = 'Kombinierti Suechi';
  HotCat.engine_names.subcat      = 'Unterkategorie';
  HotCat.engine_names.parentcat   = 'Übergordneti Kategorie';

  HotCat.tooltips.change = 'Ändere';
  HotCat.tooltips.remove = 'Lösche';
  HotCat.tooltips.add = 'Kategorie ergänze';
  HotCat.tooltips.restore = 'Rückgängig mache';
  HotCat.tooltips.undo = 'Änderige verwärfe';
  HotCat.tooltips.down = 'Uftue und Unterkategorien anzeigen';
  HotCat.tooltips.up = 'Uftue und übergordneti Kategorie anzeige';

  HotCat.multi_tooltip = 'Mehreri Änderige mache';
}

//</source>