9 lines
347 B
9 lines
347 B
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
$strings['plugin_title'] = "Survey Export TXT";
|
|
$strings['plugin_comment'] = "Export surveys results to TXT file";
|
|
|
|
$strings['enabled'] = 'Enabled';
|
|
$strings['export_incomplete'] = 'Export incomplete';
|
|
$strings['export_incomplete_help'] = 'Allow export incomplete surveys. Disabled by default.';
|
|
|