%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/repository_googledocs.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 'repository_googledocs', language 'pt_br', version '3.9'. * * @package repository_googledocs * @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['both'] = 'Interno e externo'; $string['configplugin'] = 'Configure o plugin do Google Drive'; $string['defaultreturntype'] = 'Tipo de retorno padrão'; $string['docsformat'] = 'Formato padrão de importação de documento'; $string['drawingformat'] = 'Formato padrão de importação de desenho'; $string['external'] = 'Externo (apenas os links são armazenados no Moodle)'; $string['googledocs:view'] = 'Visualize o repositório do Google Drive'; $string['importformat'] = 'Configurar o padrão dos formatos de importação do Google'; $string['internal'] = 'Interno (os arquivos são armazenados no Moodle)'; $string['issuer'] = 'Serviço OAuth'; $string['issuer_help'] = 'Selecione o serviço OAuth 2 configurado para conversar com a API do Google Drive. Se o serviço ainda não existe, você precisará criá-lo.'; $string['oauth2serviceslink'] = '<a href="{$a}" title="Link para configuração de serviços OAuth 2"> Configuração de serviços OAuth 2</a>'; $string['owner'] = 'Propriedade de: {$a}'; $string['pluginname'] = 'Google Drive'; $string['presentationformat'] = 'Formato padrão de importação de apresentação'; $string['privacy:metadata:repository_googledocs'] = 'O plugin de repositório Google Drive não armazena nenhum dado pessoal, mas transmite os dados do usuário do Moodle para o sistema remoto.'; $string['privacy:metadata:repository_googledocs:email'] = 'O email do usuário do repositório do Google Drive.'; $string['searchfor'] = 'Buscar por {$a}'; $string['servicenotenabled'] = 'O acesso não foi configurado. Verifique se o serviço \'Drive API\' está ativado.'; $string['spreadsheetformat'] = 'Formato padrão de importação de planilha'; $string['supportedreturntypes'] = 'Arquivos suportados';