%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_gchat.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 'block_gchat', language 'pt_br', version '3.9'. * * @package block_gchat * @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['chat_container'] = 'Contêiner do chat'; $string['chat_container_desc'] = 'O contêiner do chat é um elemento DOM na página. Escolha o elemento com a rolagem principal, geralmente é o body, mas outros temas podem utilizar o elemento com o ID da página.'; $string['connection-lost'] = 'A conexão com o servidor foi perdida!'; $string['header_color'] = 'Cor do cabeçalho do chat (normal)'; $string['header_color_desc'] = 'Cor do plano de fundo para o cabeçalho do chat.'; $string['header_new_messages_color'] = 'Cor do cabeçalho do chat (novas mensagens)'; $string['header_new_messages_color_desc'] = 'Cor do plano de fundo para o cabeçalho do chat quando há mensagens não lidas.'; $string['header_text_color'] = 'Cor do texto do cabeçalho do chat'; $string['header_text_color_desc'] = 'Cor do texto para o cabeçalho do chat.'; $string['loading'] = 'Carregando'; $string['no-support'] = 'Seu navegador não suporta WebSockets, que é necessário para que este plugin funcione corretamente. Por favor, atualize seu navegador para uma versão mais recente ou utilize outro navegador.'; $string['no-users'] = 'Nenhum usuário online.'; $string['pluginname'] = 'Global Chat'; $string['send-message'] = 'Enviar'; $string['server_name'] = 'Nome do servidor'; $string['server_name_desc'] = 'O nome utilizado para conectar ao servidor. Exemplos: localhost, www.moodle.com.'; $string['server_port'] = 'Porta do servidor'; $string['server_port_desc'] = 'A porta utilizada para conectar ao servidor.'; $string['window_border_color'] = 'Cor da borda do chat'; $string['window_border_color_desc'] = 'Cor para a borda do chat.';