Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/public/plugin/test2pdf/lang/spanish.php

16 lines
768 B

<?php
$strings['plugin_title'] = 'Test a Pdf (Test2Pdf)';
$strings['plugin_comment'] = 'Este plugin permite poder descargar en pdf los ejercicios tipo test.';
$strings['Test2pdf'] = 'Test a PDF';
$strings['enable_plugin'] = 'Activar plugin';
$strings['ViewExercises'] = 'Ver ejercicios';
$strings['NoExercise'] = 'Sin ejercicios creados en el curso';
$strings['Exercise'] = 'Ejercicio';
$strings['DownloadOnlyQuestion'] = 'Descargar preguntas';
$strings['DownloadOnlyAnswer'] = 'Descargar respuestas';
$strings['DownloadAll'] = 'Descargar todo';
$strings['PluginDisabledFromAdminPanel'] = 'La herramienta está deshabilitada desde la administración';
$strings['AnswersColumn'] = 'Respuestas: ';
$strings['Statement'] = 'Enunciado';
$strings['PageX'] = 'Página %s';