. /** * Strings for component 'table', language 'en', branch 'MOODLE_20_STABLE' * * @package table * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['downloadas'] = 'Download table data as'; $string['downloadcsv'] = 'a comma separated values text file'; $string['downloadexcel'] = 'a Microsoft Excel spreadsheet'; $string['downloadods'] = 'an OpenDocument Spreadsheet (ODS)'; $string['downloadoptions'] = 'Select download options'; $string['downloadtsv'] = 'a tab separated values text file'; $string['downloadxhtml'] = 'an unpaged XHTML document';