%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/assignsubmission_onlineaudio.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 'assignsubmission_onlineaudio', language 'pt_br', version '3.9'. * * @package assignsubmission_onlineaudio * @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['allownameoverride'] = 'Permitir que os estudantes mudem o nome do arquivo'; $string['configmaxbytes'] = 'Tamanho máximo de arquivo'; $string['confirmdeletefile'] = 'Você tem certeza que deseja deletar o arquivo <strong>{$a}?</strong>'; $string['countfiles'] = '{$a} arquivos'; $string['enabled'] = 'Gravação de áudio on-line'; $string['enabled_help'] = 'Se ativado, os estudantes são capazes de fazer gravações de áudio de sua apresentação.'; $string['maxbytes'] = 'Tamanho máximo de arquivo'; $string['maxfilesreached'] = 'Você já tem o número máximo de gravações permitidas para esta tarefa.'; $string['maxfilessubmission'] = 'Número máximo de gravações'; $string['maxfilessubmission_help'] = 'Se as gravações de áudio on-line estão ativadas, cada estudante será capaz de submeter este número de gravações.'; $string['nodefaultname'] = 'Nenhum (em branco)'; $string['nosuchfile'] = 'Nenhum arquivo foi encontrado.'; $string['pluginname'] = 'Gravação de áudio on-line'; $string['recording'] = 'Gravação de áudio on-line'; $string['upload'] = 'Carregar'; $string['uploaderror'] = 'Erro ao carregar gravação.';