/
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 'form', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package form * @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['addfields'] = 'Acrescentar {$a} campos ao formulário'; $string['advancedelement'] = 'Elemento Avançado'; $string['close'] = 'Fechar'; $string['day'] = 'Dia'; $string['display'] = 'Visualização'; $string['err_alphanumeric'] = 'Inserir apena letras ou números.'; $string['err_email'] = 'Inserir um email válido.'; $string['err_lettersonly'] = 'Inserir apenas letras.'; $string['err_maxfiles'] = 'Você não pode anexar mais do que {$a} arquivos aqui.'; $string['err_maxlength'] = 'Inserir não mais que {$a->format} caracteres aqui.'; $string['err_minlength'] = 'Inserir pelo menos {$a->format} caracteres aqui.'; $string['err_nonzero'] = 'Inserir um número que não inicia com 0.'; $string['err_nopunctuation'] = 'Não inserir caracteres de pontuação.'; $string['err_numeric'] = 'Inserir um número.'; $string['err_rangelength'] = 'Inserir de {$a->format[0]} a {$a->format[1]} characteres.'; $string['err_required'] = 'Inserir um valor.'; $string['general'] = 'Geral'; $string['hideadvanced'] = 'Ocultar avançado'; $string['hour'] = 'Hora'; $string['minute'] = 'Minuto'; $string['miscellaneoussettings'] = 'Configurações diversas'; $string['modstandardels'] = 'Configurações comuns de módulos'; $string['month'] = 'Mês'; $string['mustbeoverriden'] = 'O método abstrato form_definition() na classe {$a} deve ser sobrescrito, por favor conserte o código.'; $string['nomethodforaddinghelpbutton'] = 'Não existe um método para acrescentar um botão de ajuda ao elemento do form {$a->name} (class {$a->classname}'; $string['nonexistentformelements'] = 'Tentando acrescentar botões de ajuda em elementos de formulário inexistentes: {$a}'; $string['optional'] = 'Opcional'; $string['othersettings'] = 'Outros parâmetros'; $string['requiredelement'] = 'Campo obrigatório'; $string['revealpassword'] = 'Mostrar'; $string['security'] = 'Segurança'; $string['selectallornone'] = 'Selecionar todos/nenhum'; $string['selected'] = 'Selecionado'; $string['showadvanced'] = 'Mostrar avançado'; $string['showless'] = 'Mostrar menos ...'; $string['showmore'] = 'Mostrar mais ...'; $string['somefieldsrequired'] = 'Este formulário contém campos obrigatórios marcados com {$a}'; $string['time'] = 'Tempo'; $string['timeunit'] = 'Unidade de tempo'; $string['timing'] = 'Tempo'; $string['unmaskpassword'] = 'Mostrar'; $string['year'] = 'Ano';