/
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 'assignsubmission_pdf', language 'pt_br', branch 'MOODLE_26_STABLE' * * @package assignsubmission_pdf * @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['allowpdfsubmissions'] = 'Habilitado'; $string['cannotedit'] = 'Somente os administradores do site podem editar modelos globais'; $string['chooseitem'] = 'Escolher o item'; $string['choosetemplate'] = 'Escolher o modelo'; $string['clicktosetposition'] = 'Clique na imagem abaixo para definir esta posição'; $string['countfiles'] = '{$a} arquivos'; $string['courseuploadlimit'] = 'Limite de upload do Curso'; $string['coversheet'] = 'Folha de rosto para anexar'; $string['coversheetfor'] = 'Folha de rosto para {$a}'; $string['coversheettemplate'] = 'Modelo de folha de rosto'; $string['dateformatlink'] = 'Ajuda de formato de data'; $string['defaultmaxfilessubmission'] = 'Padrão máximo de PDFs'; $string['deleteitem'] = 'Excluir item'; $string['deletetemplate'] = 'Excluir modelo'; $string['draftfor'] = 'Arquivos de rascunho para {$a}'; $string['duplicatetemplate'] = 'Duplicar modelo'; $string['edittemplates'] = 'Editar modelos'; $string['errorcopyfile'] = 'Não é possível copiar o arquivo \'{$a}\' para a pasta temporária'; $string['errorcoversheet'] = 'Não é possível copiar folha de rosto para a pasta temporária'; $string['errortempfolder'] = 'Não é possível criar pasta temporária'; $string['invalidpdf'] = '\'{$a}\' não é um PDF válido'; $string['itemdate'] = 'Data'; $string['itemsetting'] = 'Configuração'; $string['itemshorttext'] = 'Texto curto'; $string['itemtext'] = 'Texto'; $string['itemtype'] = 'Tipo de item'; $string['itemwidth'] = 'Largura'; $string['itemx'] = 'Posição da esquerda'; $string['itemy'] = 'Posição de cima'; $string['maxbytes'] = 'Tamanho máximo de arquivo'; $string['maxfilessubmission'] = 'O número máximo de PDFs enviados'; $string['missingfield'] = 'Você deve preencher o campo \'{$a}\' no formulário de envio.'; $string['newitem'] = 'Novo item'; $string['newtemplate'] = 'Novo modelo'; $string['notemplate'] = 'Nenhum modelo'; $string['saveitem'] = 'Salvar o item'; $string['savetemplate'] = 'Salvar modelo'; $string['select'] = 'Selecionar'; $string['showused'] = 'Template usado em tarefas'; $string['showwhereused'] = 'Mostrar onde'; $string['sitetemplate'] = 'Modelo global'; $string['templatecopy'] = '(Cópia)'; $string['templatename'] = 'Nome do modelo'; $string['templatenotused'] = 'Este modelo não está atualmente em uso'; $string['templateusecount'] = 'Este modelo é usado atualmente pela tarefa {$a} (s)'; $string['textonly'] = '(somente itens de \'Texto\')'; $string['uploadpreview'] = 'Upload';