/
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 'amvonetroom', language 'pt_br', branch 'MOODLE_26_STABLE' * * @package amvonetroom * @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['amvonetroom:moderator'] = 'Moderador'; $string['error'] = '{$a}'; $string['error_backup_fail'] = 'Ocorreu um erro durante o backup da sessão {$a->session}. Entre em contato com {$a->support_begin}suporte{$a->support_end}.'; $string['error_backup_fail_with_msg'] = 'Ocorreu um erro durante o backup da sessão {$a->session}: {$a->message}'; $string['error_backup_space_limit_reached'] = 'Limite de espaço de backup atingido. Por favor, contate o administrador e relate este problema.'; $string['error_key_not_defined'] = 'O módulo da Sala AMVONET não está registrado'; $string['error_limit_reached'] = 'Limites atingidos. Por favor, contate o administrador e relate este problema.'; $string['error_school_bad_request'] = 'master.amvonet.com reportou uma requisição inválida. Por favor entre em contato com o suporte técnico da AMVONET'; $string['error_school_forbidden'] = 'master.amvonet.com recusou a requisição. Por favor entre em contato com o suporte técnico da AMVONET'; $string['error_school_not_registered'] = 'A escola não está registrado na master.amvonet.com'; $string['error_session_restoring'] = 'Não foi possível fazer o backup, a sessão está sendo restaurada agora. Por favor, tente mais tarde.'; $string['error_storage_space_limit_reached'] = 'Limite de espaço em disco atingido. Por favor, contate o administrador e relate este problema.'; $string['error_unavailable'] = 'master.amvonet.com está temporariamente indisponível.'; $string['error_version_too_old'] = 'O módulo sala AMVONET está em uma versão muito antiga. Por favor atualize o módulo.'; $string['introduction_text'] = 'Texto de introdução'; $string['key_caption'] = 'Chave de registro'; $string['key_hint'] = 'Cadastre seu módulo sala AMVONET em master.amvonet.com e obtenha a sua chave.'; $string['label_domain'] = 'Domínio'; $string['label_status'] = 'Status'; $string['label_version'] = 'Versão'; $string['label_version_enterprise'] = 'Corporativo'; $string['label_version_lite'] = 'Lite'; $string['label_version_pro'] = 'Pro'; $string['label_version_type_com'] = 'Comercial'; $string['label_version_type_direct_sale'] = 'Comercial'; $string['label_version_type_free'] = 'Gratuito'; $string['label_version_type_testing'] = 'Teste'; $string['label_version_type_trial'] = 'Avaliação'; $string['label_warning'] = 'Aviso'; $string['link_account'] = 'Minha Conta'; $string['link_buy'] = 'Comprar'; $string['link_register'] = 'Registrar Plugin'; $string['link_support'] = 'Suporte'; $string['moderator'] = 'Moderador'; $string['modulename'] = 'Sala AMVONET'; $string['modulenameplural'] = 'Sala AMVONET'; $string['name_live_this_session'] = 'Nome da sala'; $string['pluginadministration'] = 'Administração da sala AMVONET'; $string['pluginname'] = 'Sala AMVONET'; $string['status_active'] = 'Ativo'; $string['status_active_till'] = 'até'; $string['status_blocked'] = 'Bloqueado'; $string['status_blocked_since'] = 'desde'; $string['status_no_key'] = 'Não registrado'; $string['warn_missed_plugin'] = 'O módulo sala AMVONET requer a extensãos PHP: {$a}. Por favor, instalá-la.'; $string['warn_missed_plugins'] = 'O módulo sala AMVONET requer as seguintes extensões PHP: {$a}. Por favor, instalá-las.'; $string['warn_no_crossdomain'] = 'Política entre domínios não está configurada corretamente. Consulte o Guia de Instalação para obter mais informações.';