moodle/lang/es_es/choice.php

18 lines
635 B
PHP
Raw Normal View History

<?PHP // $Id$
// choice.php - created with Moodle 1.0.6 (2002102600)
// Traducido por Claudio Tavares Mastrangelo
// enlaceacademico.com
$string['answered'] = "Contestado";
$string['choice'] = "Opci<EFBFBD>n \$a";
$string['choicename'] = "T<EFBFBD>tulo de la opci<63>n";
$string['choicetext'] = "Texto de la opci<63>n";
$string['modulename'] = "Opci<EFBFBD>n";
$string['modulenameplural'] = "Opciones";
$string['notanswered'] = "No contestada a<>n";
$string['responses'] = "Respuestas";
$string['responsesto'] = "Respuestas para \$a";
$string['savemychoice'] = "Guardar mi elecci<63>n";
$string['viewallresponses'] = "Ver \$a respuestas";
?>