MediaWiki:Gadget-HotCat.js/local defaults
Aparença
//
// Localization of the HotCat interface
if (typeof (HotCat) != 'undefined') {
HotCat.messages.cat_removed = "Suprimida [[Categoria:$1]]";
HotCat.messages.template_removed = "Suprimida {{[[Categoria:$1]]}}";
HotCat.messages.cat_added = "Afegida [[Categoria:$1]]";
HotCat.messages.cat_keychange = "Nova clau d'ordenació a [[Categoria:$1]]: ";
HotCat.messages.cat_notFound = "La Categoria «$1» no s'ha trobat";
HotCat.messages.cat_exists = "La Categoria «$1» ja hi és; no fet";
HotCat.messages.cat_resolved = " ([[Categoria:$1]] resolta)";
HotCat.messages.uncat_removed = "suprimit {{uncategorized}}";
HotCat.messages.using = " usant HotCat";
HotCat.messages.multi_change = "$1 categories";
HotCat.messages.commit = "Desa";
HotCat.messages.ok = "OK";
HotCat.messages.cancel = "Cancel·la";
HotCat.messages.multi_error = "No s'ha pogut recuperar la pàgina del servidor. Els vostres canvis no s'han pogut desat. Disculpes per aquest problema.";
HotCat.category_regexp = "[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Ii][Aa]";
HotCat.category_canonical = "Categoria";
HotCat.categories = "Categories";
HotCat.disambig_category = null;
HotCat.redir_category = null;
HotCat.uncat_regexp = null;
HotCat.template_regexp = "[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|[Pp][Ll][Aa][Nn][Tt][Ii][Ll][Ll][Aa]";
HotCat.template_categories = {};
HotCat.engine_names.searchindex = "Cerca indexada";
HotCat.engine_names.pagelist = "Llista de pàgines";
HotCat.engine_names.combined = "Cerca combinada";
HotCat.engine_names.subcat = "Subcategories";
HotCat.engine_names.parentcat = "Categories superiors";
HotCat.tooltips.change = "Modifica";
HotCat.tooltips.remove = "Suprimeix";
HotCat.tooltips.add = "Afegeix una categoria";
HotCat.tooltips.restore = "Desfés els canvis";
HotCat.tooltips.undo = "Desfés els canvis";
HotCat.tooltips.down = "Obre per modificar i mostrar subcategories";
HotCat.tooltips.up = "Obre per modificar i mostrar categories superiors";
HotCat.multi_tooltip = "Modifica diverses categories";
} // end if
//