MediaWiki:Gadget-HotCat.js/local defaults
//
// Localization of the HotCat interface for English if (typeof (HotCat) != 'undefined') { HotCat.messages.cat_removed = 'removeu [[Categoria:$1]]'; HotCat.messages.template_removed= 'removeu {{[[Categoria:$1]]}}'; HotCat.messages.cat_added = 'adicionou [[Categoria:$1]]'; HotCat.messages.cat_keychange = 'nova chave para [[Categoria:$1]]: '; HotCat.messages.cat_notFound = 'Categoria "$1" não encontrada'; HotCat.messages.cat_exists = 'Categoria "$1" já existe; não adicionada.'; HotCat.messages.cat_resolved = ' (redirecionamento [[Categoria:$1]] resolvido)'; HotCat.messages.uncat_removed = 'removeu {{semcat}}'; HotCat.messages.using = ' usando [[Wikcionário:HotCat|HotCat]]'; HotCat.messages.multi_change = '$1 categorias'; HotCat.messages.commit = 'Previsualizar'; HotCat.messages.ok = 'OK'; HotCat.messages.cancel = 'Cancelar'; HotCat.messages.multi_error = 'Não foi possível obter o conteúdo desta página a partir do servidor. As suas mudanças nas categorias não puderam ser gravadas. Pedimos desculpa pelo inconveniente.'; HotCat.categories = 'Categorias'; HotCat.engine_names.searchindex = 'Índice da pesquisa'; HotCat.engine_names.pagelist = 'Lista de páginas'; HotCat.engine_names.combined = 'Pesquisa combinada'; HotCat.engine_names.subcat = 'Subcategorias'; HotCat.engine_names.parentcat = 'Supra-categorias'; HotCat.tooltips.change = 'Modificar'; HotCat.tooltips.remove = 'Remover'; HotCat.tooltips.add = 'Adicionar uma nova categoria'; HotCat.tooltips.restore = 'Anular alterações'; HotCat.tooltips.undo = 'Anular alterações'; HotCat.tooltips.down = 'Abrir para modificação e mostrar subcategorias'; HotCat.tooltips.up = 'Abrir para modificação e mostrar supra-categorias'; HotCat.multi_tooltip = 'Modificar múltiplas categorias'; } // end if //