moodle/lang/en_utf8/portfolio_googledocs.php
poltawski ee91cf9591 portfolio: MDL-16417 - Adding googledocs/picasa plugins
* Added simple library for googleapi things
* Respository plugins to follow
2008-11-29 20:24:25 +00:00

7 lines
362 B
PHP

<?php
$string['pluginname'] = 'Google Docs';
$string['noauthtoken'] = 'An authentication token has not been recieved from google. Please ensure you are allowing moodle to access your google account';
$string['nosessiontoken'] = 'A session token does not exist preventing export to google.';
$string['sendfailed'] = 'The file $a failed to transfer to google';
?>