english.php 733 B

123456789101112131415
  1. <?php
  2. $strings['plugin_title'] = "Test to Pdf (Test2Pdf)";
  3. $strings['plugin_comment'] = "Gives the possibility to export the questions of a quiz in PDF format.";
  4. $strings['Test2pdf'] = "Test to PDF";
  5. $strings['enable_plugin'] = "Enable plugin";
  6. $strings['ViewExercises'] = "View exercises";
  7. $strings['NoExercise'] = "No exercise available";
  8. $strings['Exercise'] = "Exercise";
  9. $strings['DownloadOnlyQuestion'] = "Download questions";
  10. $strings['DownloadOnlyAnswer'] = "Download answers";
  11. $strings['DownloadAll'] = "Download all";
  12. $strings['PluginDisabledFromAdminPanel'] = "The plugin has been disabled from the admin panel";
  13. $strings['AnswersColumn'] = "Answers: ";
  14. $strings['Statement'] = "Statement";
  15. $strings['PageX'] = "Page %s";