Chamilo is a learning management system focused on ease of use and accessibility
 
 
 
 
 
 
chamilo-lms/plugin/surveyexporttxt/lang/english.php

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.';