/
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 'availability', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package availability * @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['accessrestrictions'] = 'Restrições de acesso'; $string['addrestriction'] = 'Adicionar restrição...'; $string['and'] = 'e'; $string['condition_group'] = 'Grupo de restrição'; $string['condition_group_info'] = 'Adicionar um grupo de restrições na qual se aplicará uma lógica complexa.'; $string['enableavailability'] = 'Permitir o acesso condicional'; $string['enableavailability_desc'] = 'Se habilitada, esta opção permite configurar condições que controlam quando é permitido o acesso a uma atividade, baseado em datas, notas ou conclusão de outras atividades.'; $string['error_list_nochildren'] = 'Grupos de restrição devem conter pelo menos uma condição.'; $string['hidden_all'] = 'Totalmente escondido se o usuário não atender as condições'; $string['hidden_individual'] = 'Totalmente escondido se o usuário não atender à esta condição'; $string['hidden_marker'] = '(escondido caso contrário)'; $string['hide_verb'] = 'Clique para esconder'; $string['invalid'] = 'Por favor, acione'; $string['itemheading'] = 'restrição {$a->number} {$a->type}'; $string['item_unknowntype'] = 'Estas restrições usam um plugin que não está mais disponível (se for possível remover esta restrição, apague-a abaixo)'; $string['label_multi'] = 'Restrições necessárias'; $string['label_sign'] = 'Tipo de restrição'; $string['list_and'] = 'Tudo de:'; $string['list_and_hidden'] = 'Tudo de (caso contrário, escondido)'; $string['listheader_multi_after'] = 'do seguinte'; $string['listheader_multi_and'] = 'tudo'; $string['listheader_multi_before'] = 'combinar'; $string['listheader_multi_or'] = 'qualquer'; $string['listheader_sign_before'] = 'Estudante'; $string['listheader_sign_neg'] = 'não deve'; $string['listheader_sign_pos'] = 'deve'; $string['listheader_single'] = 'combinar com o seguinte'; $string['list_or'] = 'qualquer de:'; $string['list_or_hidden'] = 'qualquer de (caso contrário, escondido):'; $string['list_root_and'] = 'Não disponível, a não ser que:'; $string['list_root_and_hidden'] = 'Não disponível (escondido) a não ser que:'; $string['list_root_or'] = 'Não disponível, a não ser que qualquer de:'; $string['list_root_or_hidden'] = 'Não disponível (escondido) a não ser que qualquer de:'; $string['manageplugins'] = 'Gerenciar restrições'; $string['missingplugin'] = 'Plugin de restrição faltando'; $string['or'] = 'ou'; $string['restrictaccess'] = 'Restringir acesso'; $string['setheading'] = '{$a->number} Conjunto de {$a->count} restrição(ões)'; $string['shown_all'] = 'Aparecerá em cinza rebaixado se o usuário não atender as condições'; $string['shown_individual'] = 'Aparecerá em cinza rebaixado se o usuário não atender a esta condição'; $string['show_verb'] = 'Clique para mostrar'; $string['unknowncondition'] = 'Condição desconhecida (plugin de condição excluído)';