english.php 347 B

12345678910
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. $strings['plugin_title'] = "Survey Export TXT";
  4. $strings['plugin_comment'] = "Export surveys results to TXT file";
  5. $strings['enabled'] = 'Enabled';
  6. $strings['export_incomplete'] = 'Export incomplete';
  7. $strings['export_incomplete_help'] = 'Allow export incomplete surveys. Disabled by default.';