moodle/lang/en_utf8/portfolio_picasa.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

6 lines
266 B
PHP

<?php
$string['pluginname'] = 'Picasa';
$string['noauthtoken'] = 'An authentication token has not been recieved from google. Please ensure you are allowing moodle to access your google account';
$string['sendfailed'] = 'The file $a failed to transfer to picasa';
?>