moodle/lang/en_utf8/repository_googledocs.php
poltawski 6667f9e439 repository/googledocs New repository plugin MDL-16383
Google have now allowed documents to be downloaded via their API
(http://googledataapis.blogspot.com/2009/02/start-downloads.html) so
the google docs repo plugin could be finished.

At the moment i've set the export format hardcoded, hopefully we can allow the
repo api let the user choose later...
2009-03-08 15:53:11 +00:00

3 lines
52 B
PHP

<?php
$string['repositoryname'] = 'Google Docs';
?>