mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
7 lines
175 B
PHP
7 lines
175 B
PHP
<?PHP // $Id$
|
|
|
|
$string['modulename'] = 'OpenOffice spreadsheet';
|
|
$string['ods:view'] = 'Use Openoffice grade export';
|
|
$string['ods:publish'] = 'Publish ODS grade export';
|
|
|
|
?>
|