chamilo/chamilo-lms

View on GitHub
public/plugin/surveyexportcsv/lang/english.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/* For licensing terms, see /license.txt */

$strings['plugin_title'] = 'Survey Export CSV';
$strings['plugin_comment'] = 'Export surveys results to CSV file';

$strings['enabled'] = 'Enabled';
$strings['export_incomplete'] = 'Export incomplete';
$strings['export_incomplete_help'] = 'Allow export incomplete surveys. Disabled by default.';