/
var
/
www
/
html
/
poli
/
lang
/
pt_br
/
Upload File
HOME
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Strings for component 'tag', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package tag * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['addedotag'] = '"{$a}" foi adicionada como tag oficial.'; $string['addotags'] = 'Adicionar tags oficiais'; $string['addtagtomyinterests'] = 'Adicionar "{$a}" aos meus interesses'; $string['alltagpages'] = 'Todas as tags de página'; $string['changename'] = 'Mudar nome da tag'; $string['changetype'] = 'Mudar o tipo da tag'; $string['count'] = 'Contar'; $string['delete'] = 'Excluir'; $string['deleted'] = 'Excluído'; $string['deletedcoursetags'] = 'Exluúdo - tags de curso'; $string['description'] = 'Descrição'; $string['edittag'] = 'Editar este tag'; $string['entertags'] = 'Inclua tags separadas por vírgula'; $string['errortagfrontpage'] = 'Adicionar tags à página principal do site não é permitido'; $string['errorupdatingrecord'] = 'Erro ao atualizar o registro de tag'; $string['eventtagadded'] = 'Tag adicionada a um item'; $string['eventtagcreated'] = 'Tag criada'; $string['eventtagdeleted'] = 'Tag excluída'; $string['eventtagflagged'] = 'Tag sinalizada'; $string['eventtagremoved'] = 'Tag removida de um item'; $string['eventtagunflagged'] = 'Tag não sinalizada'; $string['eventtagupdated'] = 'Tag atualizada'; $string['flag'] = 'Marcar'; $string['flagasinappropriate'] = 'Marcar como inapropriada'; $string['helprelatedtags'] = 'Tags relacionadas separadas por vírgula'; $string['id'] = 'id'; $string['manageofficialtags'] = 'Gerenciar tags oficiais'; $string['managetags'] = 'Gerenciar tags'; $string['name'] = 'Nome da tag'; $string['namesalreadybeeingused'] = 'Nomes das tags já utilizados'; $string['newname'] = 'Novo nome de tag'; $string['noresultsfor'] = 'Nenhum resultado para "{$a}"'; $string['officialtag'] = 'Tag oficial'; $string['otags'] = 'Tags oficiais'; $string['othertags'] = 'Outras tags (insira tags separadas por vírgulas)'; $string['owner'] = 'Proprietário'; $string['page-tag-index'] = 'Pagina de tag único'; $string['page-tag-manage'] = 'Gerenciar página de tags'; $string['page-tag-search'] = 'Página de busca de tag'; $string['page-tag-x'] = 'Todas as páginas de tag'; $string['ptags'] = 'Tags definidas pelos usuários (separadas por vírgulas)'; $string['relatedblogs'] = 'Entradas recentes no blog com esta tag'; $string['relatedtags'] = 'Tags relacionadas'; $string['removetagfrommyinterests'] = 'Remova "{$a}" dos meus interesses'; $string['reset'] = 'Reiniciar'; $string['resetflag'] = 'Reiniciar marca'; $string['responsiblewillbenotified'] = 'A pessoa responsável será notificada'; $string['rssdesc'] = 'Este feed RSS foi automaticamente gerado pelo Moodle e contem tags gerados pelos usuários para cursos.'; $string['rsstitle'] = 'Feed RSS para tags de curso para o usuário: {$a}'; $string['search'] = 'Pesquisar'; $string['searchresultsfor'] = 'Pesquisar resultados para "{$a}"'; $string['searchtags'] = 'Pesquisar tags'; $string['seeallblogs'] = 'Ver todos os blogs com esta tag'; $string['select'] = 'Selecionar'; $string['tag'] = 'Tag'; $string['tagdescription'] = 'Descrição da tag'; $string['taggedwith'] = 'tag "{$a}" adicionada'; $string['tags'] = 'Tags'; $string['tagsaredisabled'] = 'Tags estão desabilitadas'; $string['tagtype'] = 'Tipo de tag'; $string['tagtype_default'] = 'Padrão'; $string['tagtype_official'] = 'Oficial'; $string['thingstaggedwith'] = '"{$a->name}" é utilizado {$a->count} vezes'; $string['thingtaggedwith'] = '"{$a->name}" é utilizado uma vez'; $string['thistaghasnodesc'] = 'Esta tag atualmente não tem descrição.'; $string['timemodified'] = 'Modificada'; $string['typechanged'] = 'Tipo de tag modificado'; $string['updated'] = 'Atualizado'; $string['updatetag'] = 'Atualizar'; $string['withselectedtags'] = 'Com as tags selecionadas...';