%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/availability.php |
<?php // This file is part of Moodle - https://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 <https://www.gnu.org/licenses/>. /** * Strings for component 'availability', language 'pt_br', version '3.9'. * * @package availability * @category string * @copyright 1999 Martin Dougiamas and contributors * @license https://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 conjunto de restrições na qual se aplicará uma lógica complexa.'; $string['enableavailability'] = 'Habilitar o acesso condicional'; $string['enableavailability_desc'] = 'Se habilitada, permite definir condições (com base em datas, notas, conclusão etc.) que controlam quando uma atividade ou recurso pode ser acessado.'; $string['error_list_nochildren'] = 'Conjuntos de restrição deveriam conter pelo menos uma condição.'; $string['hidden_all'] = 'Escondido inteiramente se o usuário não atender às condições'; $string['hidden_individual'] = 'Escondido inteiramente se o usuário não atender a esta condição'; $string['hidden_marker'] = '(escondido caso contrário)'; $string['hide_verb'] = 'Clique para esconder'; $string['invalid'] = 'Por favor, acione'; $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['itemheading'] = 'Restrição {$a->number} {$a->type}'; $string['label_multi'] = 'Restrições necessárias'; $string['label_sign'] = 'Tipo de restrição'; $string['list_and'] = 'Todas:'; $string['list_and_hidden'] = 'Todas (escondido caso contrário):'; $string['list_or'] = 'Quaisquer:'; $string['list_or_hidden'] = 'Qualquer (escondido caso contrário):'; $string['list_root_and'] = 'Disponível se:'; $string['list_root_and_hidden'] = 'Disponível se (escondido caso contrário):'; $string['list_root_or'] = 'Disponível se quaisquer:'; $string['list_root_or_hidden'] = 'Disponível se quaisquer (escondido caso contrário):'; $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['manageplugins'] = 'Gerenciar restrições'; $string['missingplugin'] = 'Faltando plugin de restrição'; $string['or'] = 'ou'; $string['privacy:metadata'] = 'O subsistema de restrição de acesso não armazena nenhum dado pessoal.'; $string['restrictaccess'] = 'Restringir acesso'; $string['restrictbygroup'] = 'Adicionar restrições de acesso a grupos/agrupamento'; $string['setheading'] = '{$a->number} Conjunto de {$a->count} restrição(ões)'; $string['show_verb'] = 'Clique para mostrar em cinza'; $string['shown_all'] = 'Exibido em cinza se o usuário não atender às condições'; $string['shown_individual'] = 'Exibido em cinza se o usuário não atender a esta condição'; $string['unknowncondition'] = 'Condição desconhecida (plugin de condição deletado)';