%PDF- %PDF-
| Direktori : /home/vacivi36/moodledata/lang/pt_br/ |
| Current File : /home/vacivi36/moodledata/lang/pt_br/qtype_geogebra.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 'qtype_geogebra', language 'pt_br', version '3.9'.
*
* @package qtype_geogebra
* @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['addconstraints'] = 'Adicione restrições (condições) às variáveis.';
$string['answerinvalid'] = 'A resposta-string na resposta é inválida. Isso não deveria acontecer.';
$string['applet_advanced_settings'] = 'Configurações avançadas...';
$string['constraints'] = 'Restrições (condições)';
$string['dragndrop'] = 'Arraste e solte um arquivo GeoGebra em qualquer lugar na seção do Applet GeoGebra';
$string['enable_right_click'] = 'Ativar clique direito e edição de teclado';
$string['feedback'] = 'Feedback quando a variável é verdadeira';
$string['geogebraapplet'] = 'Applet GeoGebra';
$string['ggbfilemissing'] = 'A string base64 na resposta está ausente. Provavelmente, o JavaScript não está ativado no navegador ou ocorreu um erro desconhecido';
$string['invalidinequality'] = '{$a} é inválido';
$string['isexercise'] = 'Use GeoGebra-Exercise para verificar a questão';
$string['loadapplet'] = 'Carregar/recarregar e mostrar applet';
$string['loadapplet_help'] = 'Carregar/recarregar o applet da GeoGebra e armazenar a nova versão do GeoGebra no banco de dados.';
$string['noappletloaded'] = 'Nenhum applet carregado! Verifique se o URL está correto e se você vê um applet depois de selecionar um link ou carregar/recarregar o applet';
$string['nofractionsumeq1'] = 'Pelo menos uma combinação de notas deve somar 100%';
$string['pluginname'] = 'GeoGebra';
$string['pluginname_help'] = 'Questões que o estudante pode resolver utilizando GeoGebra';
$string['pluginnameadding'] = 'Adicionando uma questão GeoGebra';
$string['pluginnameediting'] = 'Editando uma questão GeoGebra';
$string['randomizedbutnovars'] = 'Você selecionou que a questão deve ser randomizada, mas não especificou nenhuma variável válida para ser randomizada.';
$string['show_algebra_input'] = 'Mostrar barra de entrada';
$string['show_menu_bar'] = 'Mostrar menu';
$string['show_tool_bar'] = 'Mostrar a barra de ferramentas';
$string['useafile'] = '... ou use um arquivo ggb';
$string['valuecheckedfor'] = 'Objeto booleano em GeoGebra que é usado para verificar a correção.';
$string['variablenamewrong'] = 'Uma variável com esse nome não pôde ser encontrada no arquivo GeoGebra.';
$string['variableno'] = 'Variável {$a}';
$string['variables'] = 'Variáveis';