%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/repository_flickr.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_flickr', language 'pt_br', version '3.9'. * * @package repository_flickr * @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['apikey'] = 'Chave API'; $string['callbackurl'] = 'URL do Callback'; $string['callbackurltext'] = '<ol> <li>Visite <a href="http://www.flickr.com/services/api/keys/">Chaves da API do Flickr</a> novamente.</li> <li>Certifique-se de configurar a URL de callback para essa chave do Flickr como <strong>{$a}</strong></li></ol>'; $string['callbackwarning'] = '<ol> <li>Obtenha uma <a href="http://www.flickr.com/services/api/keys/">Chave dea API do Flickr e senha</a> para esse site Moodle.</li> <li>Insera estes detalhes aqui, clique Salvar e depois vá pra configurações para voltar a essa página.</li> <li>Edite sua chave do <a href="http://www.flickr.com/services/api/keys/">Flickr</a> e configure a URL DE callback. </li></ol>'; $string['configplugin'] = 'Configuração do Flickr '; $string['emailaddress'] = 'Endereço de email'; $string['flickr:view'] = 'Visualizar o repositório Flickr'; $string['invalidemail'] = 'Endereço de e-mail inválido para o Flickr'; $string['notitle'] = 'sem título'; $string['nullphotolist'] = 'Não há fotos nesta conta'; $string['pluginname'] = 'Flickr '; $string['pluginname_help'] = 'Repositório em flickr.com'; $string['privacy:metadata:repository_flickr'] = 'O plugin de repositório Flickr armazena as preferências do usuário e transmite os dados do usuário do Moodle para o sistema remoto.'; $string['privacy:metadata:repository_flickr:preference:repository_flickr_access_token'] = 'A preferência do token OAuth do repositório do Flickr.'; $string['privacy:metadata:repository_flickr:text'] = ''; $string['remember'] = 'Lembrar-me'; $string['secret'] = 'Segredo'; $string['username'] = 'Email da conta do Flickr';