/
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 'filters', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package filters * @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['actfilterhdr'] = 'Filtros ativos'; $string['addfilter'] = 'Adicionar filtro'; $string['anycategory'] = 'Qualquer categoria'; $string['anycourse'] = 'Qualquer curso'; $string['anyfield'] = 'Qualquer campo'; $string['anyrole'] = 'Qualquer papel'; $string['anyvalue'] = 'Qualquer valor'; $string['applyto'] = 'Aplicar para'; $string['categoryrole'] = 'Papel na categoria'; $string['contains'] = 'contém'; $string['content'] = 'Conteúdo'; $string['contentandheadings'] = 'Conteúdo e cabeçalhos'; $string['courserole'] = 'Papel no curso'; $string['courserolelabel'] = '{$a->label} está {$a->rolename} em {$a->coursename} na {$a->categoryname}'; $string['courserolelabelerror'] = '{$a->label} erro: curso {$a->coursename} não existe'; $string['datelabelisafter'] = '{$a->label} está depois de {$a->after}'; $string['datelabelisbefore'] = '{$a->label} está antes de {$a->before}'; $string['datelabelisbetween'] = '{$a->label} está entre {$a->after} e {$a->before}'; $string['defaultx'] = 'Padrão ({$a})'; $string['disabled'] = 'Desabilitado'; $string['doesnotcontain'] = 'não contém'; $string['endswith'] = 'termina com'; $string['filterallwarning'] = 'Aplicar filtros nos cabeçalhos assim como nos conteúdos pode aumentar significativamente a carga no seu servidor. Portanto, use com moderação a configuração \'Aplique a\'. O uso principal e com o filtro \'multilang\'.'; $string['filtersettings'] = 'Configurações de filtro'; $string['filtersettingsforin'] = 'Configurações do filtro {$a->filter} em {$a->context}'; $string['filtersettings_help'] = 'Esta página lhe permite habilitar ou desabilitar filtros em partes específicas do ambiente. Alguns filtros podem também lhe permitir definir configurações locais. Neste caso, haverá um espaço para configuração próximo a seu nome.'; $string['filtersettingsin'] = 'Configurações de filtro em {$a}'; $string['firstaccess'] = 'Primeiro acesso'; $string['globalrolelabel'] = '{$a->label} é {$a->value}'; $string['isactive'] = 'Ativo?'; $string['isafter'] = 'está depois de'; $string['isanyvalue'] = 'é qualquer valor'; $string['isbefore'] = 'está antes de'; $string['isdefined'] = 'está definido'; $string['isempty'] = 'está vazio'; $string['isequalto'] = 'é igual a'; $string['isnotdefined'] = 'não está definido'; $string['isnotequalto'] = 'não é igual a'; $string['neveraccessed'] = 'Nunca acessado'; $string['nevermodified'] = 'Nunca modificado'; $string['newfilter'] = 'Novo filtro'; $string['nofiltersenabled'] = 'Nenhum plugin de filtro foi habilitado neste site.'; $string['off'] = 'Desabilitado'; $string['offbutavailable'] = 'Desabilitado, mas disponível'; $string['on'] = 'Habilitado'; $string['profilelabel'] = '{$a->label}: {$a->profile} {$a->operator} {$a->value}'; $string['profilelabelnovalue'] = '{$a->label}: {$a->profile} {$a->operator}'; $string['removeall'] = 'Remover todos os filtros'; $string['removeselected'] = 'Remover os selecionados'; $string['selectlabel'] = '{$a->label} {$a->operator} {$a->value}'; $string['startswith'] = 'começa com'; $string['tablenosave'] = 'Mudanças na tabela acima são salvas automaticamente.'; $string['textlabel'] = '{$a->label} {$a->operator} {$a->value}'; $string['textlabelnovalue'] = '{$a->label} {$a->operator}';