%PDF- %PDF-
| Direktori : /home/vacivi36/moodledata/lang/pt_br/ |
| Current File : /home/vacivi36/moodledata/lang/pt_br/atto_morebackcolors.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 'atto_morebackcolors', language 'pt_br', version '3.9'.
*
* @package atto_morebackcolors
* @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['availablecolors'] = 'Cores disponiveis';
$string['availablecolors_desc'] = 'Você pode definir as cores disponíveis listando-as aqui, conforme deseja que sejam exibidas no menu suspenso da cor de fundo da fonte. Se você deseja exibir uma matriz 4x4 de cores, insira 4 linhas de 4 códigos de cores hexadecimais, separados por espaços.<br><br>Observe que a alteração desses valores afeta apenas a aparência do menu Cor de fundo da fonte, mas não afeta os textos coloridos existentes.';
$string['custom'] = 'Cor de fundo da fonte personalizada (em hexadecimal)';
$string['customcolor'] = 'Cor de fundo da fonte personalizada';
$string['hexadecimal'] = 'Hexadecimal:';
$string['hsl'] = 'HSL:';
$string['luminance'] = 'Brilho:';
$string['pluginname'] = 'Mais cores de fundo de fonte';
$string['privacy:metadata'] = 'O plugin atto_morebackcolors não armazena nenhum dado pessoal.';
$string['rgb'] = 'RGB:';
$string['saturation'] = 'Saturação:';
$string['setting_custom'] = 'Permitir cor de fundo personalizada';
$string['setting_custom_desc'] = 'Permitir que os usuários escolham uma cor de fundo personalizada usando um seletor de cores';
$string['submit'] = 'Enviar';