%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/fileconverter_googledrive.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 'fileconverter_googledrive', language 'pt_br', version '3.9'. * * @package fileconverter_googledrive * @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['disabled'] = 'Desabilitado'; $string['issuer'] = 'Serviço OAuth 2'; $string['issuer_help'] = 'O serviço OAuth 2 é usado para acessar o Google Drive.'; $string['pluginname'] = 'Google Drive'; $string['privacy:metadata:fileconverter_googledrive:externalpurpose'] = 'Essas informações são enviadas para a API do Google Drive para que o arquivo seja convertido em um formato alternativo. O arquivo é mantido temporariamente no Google Drive e excluído após a conversão.'; $string['privacy:metadata:fileconverter_googledrive:filecontent'] = 'O conteúdo do arquivo.'; $string['privacy:metadata:fileconverter_googledrive:filemimetype'] = 'O tipo MIME do arquivo.'; $string['privacy:metadata:fileconverter_googledrive:params'] = 'Os parâmetros de consulta transmitidos para a API do Google Drive.'; $string['test_conversion'] = 'Teste de conversão de documento'; $string['test_conversionnotready'] = 'Este conversor de documento não está configurado corretamente.'; $string['test_conversionready'] = 'Este conversor de documentos está configurado corretamente.'; $string['test_converter'] = 'Testar se o conversor está funcionando corretamente.'; $string['test_issuerinvalid'] = 'O serviço OAuth 2 nas configurações do conversor de documento está definido com um valor inválido.'; $string['test_issuernotconnected'] = 'O serviço OAuth defininido nas configurações do conversor de documento não possui uma conta do sistema conectada .'; $string['test_issuernotenabled'] = 'O serviço OAuth defininido nas configurações do conversor de documento não está habilitado.'; $string['test_issuernotset'] = 'O serviço OAuth2 precisa ser definido nas configurações do conversor de documento.';