%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/recordingsbn.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 'recordingsbn', language 'pt_br', version '3.9'. * * @package recordingsbn * @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['config_general'] = 'Configuração geral'; $string['config_general_description'] = 'Essas configurações são <b>sempre</b> utilizadas'; $string['config_ui_html_default'] = 'UI como html é habilitado por padrão'; $string['config_ui_html_default_description'] = 'Se ativado, a tabela de gravação é exibida em HTML simples por padrão.'; $string['config_ui_html_editable'] = 'UI como recurso html pode ser editado'; $string['config_ui_html_editable_description'] = 'A UI como valor html por padrão pode ser editada quando a instância é adicionada ou atualizada.'; $string['event_recording_deleted'] = 'Gravação excluída'; $string['event_recording_published'] = 'Gravação publicada'; $string['migration_data_migration'] = 'migração de dados'; $string['migration_error_dependency'] = 'Migrações funcionam apenas com o BigBlueButtonBN 2.2 e posterior'; $string['migration_status_completed'] = 'Migração concluída'; $string['migration_status_found'] = 'encontrado'; $string['migration_status_inprocess'] = 'Migração em processo'; $string['migration_status_notfound'] = 'não encontrado'; $string['migration_status_skipped'] = 'ignorado'; $string['mod_form_field_include_deleted_activities'] = 'Incluir gravações de atividades excluídas'; $string['mod_form_field_ui_html'] = 'Mostre a tabela em html simples'; $string['modulename_help'] = 'Use o módulo RecordingsBN como um recurso para fornecer acesso às gravações BigBlueButton relacionadas a este curso.'; $string['modulenameplural'] = 'RecordingsBN'; $string['norecordingsbns'] = 'Não há instâncias de RecordingsBN'; $string['pluginname'] = 'RecordingsBN'; $string['recordingsbn'] = 'RecordingsBN'; $string['recordingsbn:view'] = 'Ver gravações'; $string['recordingsbnname'] = 'Nome das gravações'; $string['view_dependency_error'] = 'Você deve ter o módulo de atividade BigBlueButtonBN instalado'; $string['view_deprecated_call_to_action'] = 'Migrar todas as instâncias'; $string['view_deprecated_info_admin'] = 'Desde a versão 2.2, é possível utilizar instâncias BigBlueButtonBN para obter a funcionalidade RecordingsBN configurando-as como "Gravações somente".'; $string['view_deprecated_info_user'] = 'Você pode encontrar neste mesmo curso uma instância do BigBlueButtonBN que substitui esse recurso.'; $string['view_head_actionbar'] = 'Barra de ferramentas'; $string['view_head_activity'] = 'Atividade'; $string['view_head_course'] = 'Curso'; $string['view_head_description'] = 'Descrição'; $string['view_head_duration'] = 'Duração'; $string['view_head_recording'] = 'Gravação'; $string['view_no_recordings'] = 'Não há gravações para mostrar';