/
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 'block_fbcomments', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package block_fbcomments * @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['appid'] = 'ID do aplicativo Facebook'; $string['appid_help'] = 'O App (aplicativo) do Facebook, permite a você gerir os comentários postados em várias páginas usando este bloco (Block). Além de também dar a você várias outras funções. Visite <a target="_blank" href="http://developers.facebook.com/apps/"> Baixe seu App do Facebook </a> para adquirir,'; $string['colorscheme'] = 'Tema para usar'; $string['configtitle'] = 'Título do bloco'; $string['coursepage'] = 'Conteúdos para o curso'; $string['darkcolor'] = 'Tema de cor escura'; $string['enablecomment'] = 'Ativar comentários'; $string['enablelike'] = 'Habilitar o botão like'; $string['invalidvalue'] = 'Esse é um valor inválido'; $string['leaveblanktohide'] = 'deixe em branco para ocultar o título'; $string['lightcolor'] = 'Tema de cor clara'; $string['modpage'] = 'Conteúdo para o módulo: {$a}'; $string['newfbblock'] = 'Comentários do Facebook'; $string['notnumeric'] = 'Este campo deve ser numérico'; $string['numposts'] = 'Número de comentários para exibir'; $string['siteroot'] = 'Conteúdo para o site inteiro'; $string['thispage'] = 'Conteúdos só para a página de bloco';