<?php
// $Id: main.php,v 1.2 2007/03/24 14:41:55 marcellobrandao Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <http://www.xoops.org/> //
// ------------------------------------------------------------------------ //
// This program 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 2 of the License, or //
// (at your option) any later version. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// This program 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 this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //
//fecharprova.php
define("_MD_NIV_CONGRATULATIONS","Parabéns a prova foi salva com sucesso!");
//fimprova.php
define("_MD_NIV_PROIBIDO","Você não tem permissão para acessar esta prova");
define("_MD_NIV_ACABOU","Seu tempo para realizar a prova acabou! A sua resposta foi salva!");
define("_MD_NIV_ANDAMENTO","Você respondeu à %s pergunta(s) de um total de %s");
define("_MD_NIV_TERMINOU","Você terminou a prova em %s hora(s) e %s segundo(s)");
define("_MD_NIV_TEMPORESTANTE","Você ainda tem");
define("_MD_NIV_ALERTA","Você tem certeza que deseja encerrar prova? Esta operação não poderá ser desfeita");
define("_MD_NIV_CONFIRMASIM","Sim, eu tenho certeza de minhas respostas");
define("_MD_NIV_CONFIRMANAO","Não, deixa eu dar uma última conferida nas minhas respostas");
define("_MD_NIV_CONFIRMACAO","Confirmação");
define("_MD_NIV_STATS","Estatísticas");
//form_resposta.php
define("_MD_NIV_SUCESSO","Operação realizada com sucesso");
define("_MD_NIV_RESPOSTA_REPETIDA","Já havia respondido isso antes");
//perguntas.php
define("_MD_NIV_JATERMINOU","Você já terminou esta prova e agora deve aguardar a correção do professor");
define("_MD_NIV_PROVAVAZIA","Esta prova não possui perguntas ainda");
define("_MD_NIV_ENCERRARPROVA","Proceder ao encerramento da prova");
define("_MD_NIV_TEXTOSAPOIO","Textos de apoio:");
define("_MD_NIV_PERGUNTA","Pergunta");
define("_MD_NIV_RESPOSTAS","Respostas:");
define("_MD_NIV_RESPOSTA","Resposta");
define("_MD_NIV_LEGENDA","Legenda:");
define("_MD_NIV_JARESP","Pergunta já respondida");
define("_MD_NIV_NAORESP","Pergunta ainda não respondida");
define("_MD_NIV_ICONJARESP","Ícone Pergunta já respondida");
define("_MD_NIV_ICONNAORESP","Ícone Pergunta ainda não respondida");
define("_MD_NIV_TEMPORESTANTECOMPOSTO","Você ainda tem %s hora(s) e %s minuto(s) para terminar a prova");
//class/navegacao.php
define("_MD_NIV_PROXIMO","Próximo");
define("_MD_NIV_ANTERIOR","Anterior");
//preperguntas.php
define("_MD_NIV_CONTAGEMSTART","Começamos a marcar o tempo de sua prova agora");
define("_MD_NIV_PROVAEMANDAMENTO","Sua prova já havia começado, corra o tempo está passando");
//index.php
define("_MD_NIV_NOTAFINAL","Nota Final:");
define("_MD_NIV_LISTAPROVAS","Provas:");
define("_MD_NIV_PERGUNTAS","pergunta(s)");
define("_MD_NIV_NIVEL","Nível:");
define("_MD_NIV_EMCORRECAO","Prova ainda em correção");
define("_MD_NIV_INICIO","Início");
define("_MD_NIV_FIM","Fim");
define("_MD_NIV_TEMPOENCERRADO","Não disponível");
define("_MD_NIV_DISPONIBILIDADE","Disponibilidade");
//verprova.php
define("_MD_NIV_INSTRUCOES","Instruções:");
define("_MD_NIV_COMECAR","Iniciar prova");
define("_MD_NIV_PROVA","Prova:");
//form_resposta.php
define("_MD_NIV_RESPOSTAEMBRANCO","Você enviou a resposta em Branco");
//gerais
define("_MD_NIV_TOKENEXPIRED","Tempo para envio do formulário esgotado, envie novamente");
//class/nivelamento_perguntas.php
?>