Hauptmenü öffnen

MediaWiki:Gadget-HotCat.js/en

< MediaWiki:Gadget-HotCat.js
Version vom 27. Mai 2010, 11:16 Uhr von wikipedia-de>Merlissimo (AZ: Die Seite wurde neu angelegt: //<source lang="javascript"> // Localizations of a few HotCat user interface texts. if (typeof (HotCat) …)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

//

// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined' && typeof (HotCat.messages) != 'undefined') {
  HotCat.messages.cat_notFound : 'Category "$1" not found'
  HotCat.messages.cat_exists   : 'Category "$1" already exists; not added.'
  HotCat.messages.commit       : 'Save'
  HotCat.messages.ok           : 'OK'
  HotCat.messages.cancel       : 'Cancel'
  HotCat.messages.multi_error  : 'Could not retrieve the page text from the server. Therefore, your category changes '
                    +'cannot be saved. We apologize for the inconvenience.'
}

//