moodle/lang/es_mx/choice.php
2002-11-01 02:53:50 +00:00

18 lines
577 B
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.0.6 (2002102600)
$string['answered'] = "Contestado";
$string['choice'] = "Opción \$a";
$string['choicename'] = "Título de la consulta";
$string['choicetext'] = "Pregunta a responder";
$string['modulename'] = "Consulta";
$string['modulenameplural'] = "Consultas";
$string['notanswered'] = "No contestada aún";
$string['responses'] = "Respuestas";
$string['responsesto'] = "Respuestas para \$a";
$string['savemychoice'] = "Guardar mi elección";
$string['viewallresponses'] = "Ver \$a respuestas";
?>