Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/surveyexportcsv/lang/english.php

9 lines
347 B

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