MediaWiki:Gadget-HotCat.js/local defaults

Från Wikinews, den fria nyhetstjänsten

//

if (typeof (HotCat) != 'undefined') {
HotCat.messages.cat_removed  = 'tog bort [[Kategori\:$1]]'
HotCat.messages.cat_added    = 'lade till [[Kategori\:$1]]'
HotCat.messages.cat_keychange= 'ändrade sorteringen i [[Kategori\:$1]]: '
HotCat.messages.cat_notFound = 'Kategorin "$1" hittades inte'
HotCat.messages.cat_exists   = 'Kategorin "$1" finns redan, lades inte till.'
HotCat.messages.cat_resolved = ' (omdirigeringen [[Kategori\:$1]] rättades)'
HotCat.messages.uncat_removed= 'tog bort {' + '{uncategorized}}'
HotCat.messages.using        = ' med [[Wikipedia:sv:Wikipedia:Hotcat|Hotcat]]'
HotCat.messages.multi_change = '$1 kategorier'
HotCat.messages.commit       = 'Spara'
HotCat.messages.ok           = 'OK'
HotCat.messages.prefix       = ""
HotCat.messages.cancel       = 'Avbryt'
HotCat.messages.multi_error  = 'Kunde inte hämta sidans text från servern. Dina ändringar sparades inte. Försök igen senare.'
HotCat.category_regexp    = '[Cc]ategory|[Kk]ategori';
HotCat.category_canonical = 'Kategori';
HotCat.categories         = 'Kategorier';
HotCat.disambig_category  = null;
HotCat.redir_category     = 'Kategoriomdirigering';
};
//