%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/media.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 'media', language 'pt_br', version '3.9'. * * @package media * @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['audioextensions'] = 'Áudio: {$a}'; $string['defaultheight'] = 'Altura padrão'; $string['defaultheightdesc'] = 'Altura do player de mídia se uma altura não for especificada e a atual altura do arquivo de mídia não puder ser determinada pelo player.'; $string['defaultwidth'] = 'Largura padrão'; $string['defaultwidthdesc'] = 'Largura do player de mídia se uma largura não for especificada e a largura real do arquivo de mídia não puder ser determinada pelo player.'; $string['extensions'] = 'Extensões: {$a}'; $string['managemediaplayers'] = 'Gerenciar reprodutores de mídia'; $string['mediaformats'] = 'Players disponíveis'; $string['mediaformats_desc'] = 'Quando os players estão ativados, os arquivos de mídia podem ser incorporados usando o filtro de plugins multimídia (se ativado) ou usando um recurso de arquivo ou URL. Quando não ativado, esses formatos não são incorporados e os usuários podem fazer download ou seguir links para esses recursos. Onde dois players suportam o mesmo formato, permitindo tanto aumenta a compatibilidade entre diferentes dispositivos, como telefones celulares. É possível aumentar a compatibilidade ainda mais fornecendo vários arquivos em diferentes formatos para um único clipe de áudio ou vídeo.'; $string['privacy:metadata'] = 'A incorporação de mídia não armazena nenhum dado pessoal.'; $string['supports'] = 'Suporta'; $string['videoextensions'] = 'Vídeo: {$a}';