mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
7 lines
165 B
PHP
7 lines
165 B
PHP
<?PHP // $Id$
|
|
|
|
$string['modulename'] = 'Excel spreadsheet';
|
|
$string['xls:view'] = 'Use Excel grade export';
|
|
$string['xls:publish'] = 'Publish XLS grade export';
|
|
|
|
?>
|