Hauptmenü öffnen

Änderungen

MediaWiki:Gadget-HotCat.js/en

630 Bytes hinzugefügt, 11:16, 27. Mai 2010
AZ: Die Seite wurde neu angelegt: //<source lang="javascript"> // Localizations of a few HotCat user interface texts. if (typeof (HotCat) …
//<source 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.'
}

//</source>
Anonymer Benutzer