Zum Inhalt springen

MediaWiki:Gadget-HotCat.js/en

aus Wikipedia, der freien Enzyklopädie

//<syntaxhighlight lang="javascript">

// 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.'

}

//</syntaxhighlight>