/
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_flickr_public', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package repository_flickr_public * @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['all'] = 'Tudo'; $string['apikey'] = 'Chave API'; $string['backtosearch'] = 'Voltar a tela de busca'; $string['by'] = 'Liçenca de atribuição'; $string['by-nc'] = 'Atribuição de licença não comercial'; $string['by-nc-nd'] = 'Atribuição de licença não comercial não Derivs'; $string['by-nc-sa'] = 'Atribuição de licença não comercial - compartilhe do modo como está'; $string['by-nd'] = 'Atribuição de licença não Derivs'; $string['by-sa'] = 'Atribuição de licença compartilhe do modo como está'; $string['callbackurl'] = 'Callback URL'; $string['commercialuse'] = 'Desejo estar habilitado para utilizar imagens comercialmente'; $string['configplugin'] = 'Configuração pública do Flickr'; $string['creativecommonscommercial'] = 'Apenas "creative commons commercial"'; $string['emailaddress'] = 'Endereço de email'; $string['flickr_public:view'] = 'Utilize o repositório publico do Flickr no seletor de arquivos'; $string['fulltext'] = 'Texto completo'; $string['information'] = '<div>Receba uma <a href="http://www.flickr.com/services/api/keys/">chave Flickr API </a> para seu site Moodle. </div>'; $string['invalidemail'] = 'Conta de e-mail inválida para o Flickr'; $string['license'] = 'Licença'; $string['modification'] = 'Eu quero ser capaz modificar as imagens'; $string['notitle'] = 'sem título'; $string['nullphotolist'] = 'Não há fotos nesta conta'; $string['pluginname'] = 'Flickr público'; $string['pluginname_help'] = 'Repositório em flickr.com'; $string['remember'] = 'Lembrar-me'; $string['secret'] = 'Secreto'; $string['sharealike'] = 'Sim, enquanto outros compartilhem da mesma maneira'; $string['tag'] = 'Tag'; $string['username'] = 'Email da conta do Flickr'; $string['watermark'] = 'Adicionar marca-d\'água a fotos';