upgrade
This commit is contained in:
15
plugin/test2pdf/lang/english.php
Normal file
15
plugin/test2pdf/lang/english.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
$strings['plugin_title'] = "Test to Pdf (Test2Pdf)";
|
||||
$strings['plugin_comment'] = "Gives the possibility to export the questions of a quiz in PDF format.";
|
||||
$strings['Test2pdf'] = "Test to PDF";
|
||||
$strings['enable_plugin'] = "Enable plugin";
|
||||
$strings['ViewExercises'] = "View exercises";
|
||||
$strings['NoExercise'] = "No exercise available";
|
||||
$strings['Exercise'] = "Exercise";
|
||||
$strings['DownloadOnlyQuestion'] = "Download questions";
|
||||
$strings['DownloadOnlyAnswer'] = "Download answers";
|
||||
$strings['DownloadAll'] = "Download all";
|
||||
$strings['PluginDisabledFromAdminPanel'] = "The plugin has been disabled from the admin panel";
|
||||
$strings['AnswersColumn'] = "Answers: ";
|
||||
$strings['Statement'] = "Statement";
|
||||
$strings['PageX'] = "Page %s";
|
||||
15
plugin/test2pdf/lang/french.php
Normal file
15
plugin/test2pdf/lang/french.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
$strings['plugin_title'] = "Test à Pdf (Test2Pdf)";
|
||||
$strings['plugin_comment'] = "Donne la possibilité de télécharger dans des questions d'un exercice au format PDF.";
|
||||
$strings['Test2pdf'] = "Test à PDF";
|
||||
$strings['enable_plugin'] = "Activer le plugin";
|
||||
$strings['ViewExercises'] = "Voir les exercices";
|
||||
$strings['NoExercise'] = "Aucun exercice dans le cours";
|
||||
$strings['Exercise'] = "Exercice";
|
||||
$strings['DownloadOnlyQuestion'] = "Télécharger les questions";
|
||||
$strings['DownloadOnlyAnswer'] = "Télécharger les réponses";
|
||||
$strings['DownloadAll'] = "Tout télécharger";
|
||||
$strings['PluginDisabledFromAdminPanel'] = "Le plugin a été désactivé depuis la page d'administration";
|
||||
$strings['AnswersColumn'] = "Réponses: ";
|
||||
$strings['Statement'] = "Énoncé";
|
||||
$strings['PageX'] = "Page %s";
|
||||
15
plugin/test2pdf/lang/spanish.php
Normal file
15
plugin/test2pdf/lang/spanish.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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";
|
||||
Reference in New Issue
Block a user