moodle/lang/en_utf8/table.php

10 lines
428 B
PHP

<?php // $Id$
$string['downloadas'] = 'Download table data as';
$string['downloadexcel'] = 'a Microsoft Excel spreadsheet';
$string['downloadods'] = 'an OpenDocument Spreadsheet (ODS)';
$string['downloadtsv'] = 'a tab separated values text file';
$string['downloadcsv'] = 'a comma separated values text file';
$string['downloadxhtml'] = 'an unpaged XHTML document';
$string['tableexportformats'] = 'Downloading Table Data';
?>