/
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 'repository_picasa', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package repository_picasa * @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['clientid'] = 'ID de cliente'; $string['configplugin'] = 'Configuração do repositório Picasa'; $string['oauth2upgrade_message_content'] = 'Como parte da atualização para o Moodle 2.3, o repositório do Picasa foi desabilitado por conta de mudanças na API do Google. Para habilitar novamente seu plugin você precisa inserir re-configurar suas credenciais de autenticação.'; $string['oauth2upgrade_message_small'] = 'O plugin do repositório do Picasa foi desabilitado até sua re-configuração com OAuth2'; $string['oauth2upgrade_message_subject'] = 'Informação importante a respeito do plugin do repositório do Picasa'; $string['oauthinfo'] = '<p>Para usar o repositório do Picasa você precisa estar registrado no Google. Instruções para registrar sua instalação com o Google são descritas em <a href="{$a->docsurl}">Moodle Docs</a>. A url de redirecionamento deve apontar para :</p><p>{$a->callbackurl}</p>'; $string['picasa:view'] = 'Visualize o repositório Picasa'; $string['pluginname'] = 'Web albúm do Picasa'; $string['secret'] = 'Segredo';