%PDF- %PDF-
Direktori : /home/vacivi36/moodledata/lang/pt_br/ |
Current File : /home/vacivi36/moodledata/lang/pt_br/imscc.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 'imscc', language 'pt_br', version '3.9'. * * @package imscc * @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['cc2moodle_checking_schema'] = 'Formato CC! Verificando schema...'; $string['cc2moodle_invalid_schema'] = 'O schema não é válido.'; $string['cc2moodle_manifest_dont_load'] = 'Não foi posível carregar o manifesto XML.'; $string['cc2moodle_req_auth'] = 'ERRO: O pacote CC requer autorização.'; $string['cc2moodle_valid_schema'] = 'Esquema válido!'; $string['cc_import_req_dom'] = 'ERRO: A importação do pacote CC requer a extensão DOM.'; $string['cc_import_req_libxml'] = 'ERRO: A importação do pacote CC requer a extensão LIBXML.'; $string['cc_import_req_libxmlminversion'] = 'ERRO: A importação do pacote CC requer a LIBXML versão 2.6.30 ou superior.'; $string['cc_import_req_php5'] = 'ERRO: A importação do pacote CC requer PHP5 ou superior.'; $string['cc_import_req_xsl'] = 'ERRO: A importação do pacote CC requer XSL.'; $string['checkingforimscc'] = 'Verificação de IMS-CC ...'; $string['enable_cc_import'] = 'Habilitar a importação de pacotes CC.'; $string['enable_cc_import_description'] = 'Esta configuração permite a importação de pacotes IMS-CC usando a funcionalidade de restauração padrão. Atenção que esta importação requer as seguintes extensões do PHP5: DOM, XSL e LibXML (2.6.30 ou mais recente) instaladas no servidor.';