%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/atto_accessibilitychecker.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_accessibilitychecker', language 'pt_br', version '3.9'. * * @package atto_accessibilitychecker * @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['emptytext'] = 'Texto vazio'; $string['entiredocument'] = 'Todo o documento'; $string['imagesmissingalt'] = 'A imagem requer texto alternativo. Para corrigir este aviso, adicione um atributo ALT para o seu IMG TAGS. Você poderá usar um atributo ALT vazio, mas somente quando a imagem for decorativa e não conter qualquer informação.'; $string['needsmorecontrast'] = 'As cores da frente e do fundo do texto não tem contraste suficiente. Para corrigir este aviso, troque a cor da frente ou do fundo do texto para que o texto fique mais legível.'; $string['needsmoreheadings'] = 'Há muitos textos sem títulos. Os títulos permitirão que usuários de leitores de tela naveguem pela tela da página de mais fácilmente e tornarão página mais usável para todos.'; $string['nowarnings'] = 'Parabéns, nenhum problema de acessibilidade foi identificado!'; $string['pluginname'] = 'Verificador de acessibilidade:'; $string['privacy:metadata'] = 'O plugin atto_accessibilitychecker não armazena nenhum dado pessoal.'; $string['report'] = 'Relatório de acessibilidade:'; $string['tablesmissingcaption'] = 'As tabelas devem ter legendas. Embora não seja necessário que cada tabela tenha uma legenda, a presença delas é geralmente muito útil.'; $string['tablesmissingheaders'] = 'As tabelas devem usar cabeçalhos em linha e/ou colunas.'; $string['tableswithmergedcells'] = 'As tabelas não devem conter células mescladas. Apesar de ser a marcação padrão para tabelas durante muitos anos, alguns leitores de tela ainda não suportam totalmente tabelas complexas. Quando possível, tente "achatar" a tabela e evitar células mescladas.';