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/french.php

16 lines
804 B

<?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';