Skip to content

Commit

Permalink
Latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
barias committed Jul 11, 2004
1 parent fb17c11 commit b754c93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lang/es/block_course_summary.php
@@ -1,7 +1,8 @@
<?PHP // $Id$
// block_course_summary.php - created with Moodle 1.3 development (2004041800)
// block_course_summary.php - created with Moodle 1.4 development (2004070800)


$string['blockname'] = 'Sumario del Curso';
$string['siteinfo'] = 'Información del Sitio';

?>
7 changes: 6 additions & 1 deletion lang/es/quiz.php
@@ -1,5 +1,5 @@
<?PHP // $Id$
// quiz.php - created with Moodle 1.4 development (2004060400)
// quiz.php - created with Moodle 1.4 development (2004070800)


$string['acceptederror'] = 'Margen de error';
Expand Down Expand Up @@ -126,6 +126,7 @@
$string['notenoughsubquestions'] = 'No se han definido suficientes subpreguntas.<br> ¿Quiere regresar y arreglar esta pregunta?';
$string['numerical'] = 'Numérico';
$string['paragraphquestion'] = 'Pregunta de parágrafo no permitida en la línea $a. La pregunta no se tendrá en cuenta';
$string['passworderror'] = 'La contraseña es incorrecta';
$string['percentcorrect'] = 'Porcentaje correcto';
$string['publish'] = 'Publicar';
$string['publishedit'] = 'Necesita tener permiso en el curso para añadir o editar preguntas en esta categoría';
Expand Down Expand Up @@ -164,6 +165,9 @@
$string['reportoverview'] = 'Vista general';
$string['reportregrade'] = 'Recalificar intentos';
$string['reportsimplestat'] = 'Estadística simple';
$string['requirepassword'] = 'Se requiere contraseña';
$string['requirepasswordmessage'] = 'Para contestar este cuestionario necesita conocer la contraseña';
$string['requiresubnet'] = 'Se requiere dirección de red';
$string['review'] = 'Revisión';
$string['save'] = 'Guardar';
$string['savegrades'] = 'Guardar calificaciones';
Expand All @@ -179,6 +183,7 @@
$string['showfeedback'] = '¿Mostrar resultado al finalizar?';
$string['shuffleanswers'] = 'Barajar respuestas';
$string['shufflequestions'] = 'Barajar preguntas';
$string['subneterror'] = 'Lo sentimos, este cuestionario ha sido bloqueado de modo que sólo es accesible desde ciertas direcciones. En este momento su ordenador no está autorizado para usar este cuestionario.';
$string['time'] = 'Tiempo';
$string['timecompleted'] = 'Completado';
$string['timeleft'] = 'Tiempo restante';
Expand Down

0 comments on commit b754c93

Please sign in to comment.