mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
541863759f
This is to be the definitive Spanish version and the parent version of all Spanish dialects. Claudio Tavares is the maintainer and coordinator of this version.
22 lines
847 B
PHP
22 lines
847 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.8 (2003010600)
|
|
|
|
|
|
$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['publish'] = "Publicar resultados";
|
|
$string['publishanonymous'] = "Publicar resultados anónimamente, sin mostrar los nombres de los alumnos.";
|
|
$string['publishnames'] = "Publicar resultados con los nombres de los alumnos.";
|
|
$string['publishnot'] = "No publicar los resultados.";
|
|
$string['responses'] = "Respuestas";
|
|
$string['responsesto'] = "Respuestas para \$a";
|
|
$string['savemychoice'] = "Guardar mi elección";
|
|
$string['viewallresponses'] = "Ver \$a respuestas";
|
|
|
|
?>
|