mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
10 lines
428 B
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';
|
|
?>
|