french.php 803 B

123456789101112131415
  1. <?php
  2. $strings['plugin_title'] = "Test à Pdf (Test2Pdf)";
  3. $strings['plugin_comment'] = "Donne la possibilité de télécharger dans des questions d'un exercice au format PDF.";
  4. $strings['Test2pdf'] = "Test à PDF";
  5. $strings['enable_plugin'] = "Activer le plugin";
  6. $strings['ViewExercises'] = "Voir les exercices";
  7. $strings['NoExercise'] = "Aucun exercice dans le cours";
  8. $strings['Exercise'] = "Exercice";
  9. $strings['DownloadOnlyQuestion'] = "Télécharger les questions";
  10. $strings['DownloadOnlyAnswer'] = "Télécharger les réponses";
  11. $strings['DownloadAll'] = "Tout télécharger";
  12. $strings['PluginDisabledFromAdminPanel'] = "Le plugin a été désactivé depuis la page d'administration";
  13. $strings['AnswersColumn'] = "Réponses: ";
  14. $strings['Statement'] = "Énoncé";
  15. $strings['PageX'] = "Page %s";