mirror of
https://github.com/moodle/moodle.git
synced 2025-01-27 02:28:23 +01:00
19 lines
717 B
PHP
19 lines
717 B
PHP
|
<?PHP // $Id$
|
|||
|
# Traduzido por Fabricio Valadares - Tr<54>s Cora<72><61>es - MG - Brasil
|
|||
|
# Webdesigner da Universidade Vale do Rio Verde
|
|||
|
#------------------------------------------------------------
|
|||
|
$string[modulename] = "Escolha";
|
|||
|
$string[modulenameplural] = "Escolhas";
|
|||
|
#------------------------------------------------------------
|
|||
|
|
|||
|
$string[answered] = "Respondido";
|
|||
|
$string[choice] = "Escolha \$a";
|
|||
|
$string[choicename] = "Nome escolhido";
|
|||
|
$string[choicetext] = "Texto escolhido";
|
|||
|
$string[notanswered] = "Ainda n<>o respondido";
|
|||
|
$string[responses] = "Respostas";
|
|||
|
$string[responsesto] = "Respostas para \$a";
|
|||
|
$string[savemychoice] = "Salve minha escolha";
|
|||
|
$string[viewallresponses] = "Ver \$a respostas";
|
|||
|
?>
|