portfolio: MDL-16417 - Adding googledocs/picasa plugins
[moodle.git] / lang / en_utf8 / portfolio_googledocs.php
1 <?php
2 $string['pluginname'] = 'Google Docs';
3 $string['noauthtoken'] = 'An authentication token has not been recieved from google. Please ensure you are allowing moodle to access your google account';
4 $string['nosessiontoken'] = 'A session token does not exist preventing export to google.';
5 $string['sendfailed'] = 'The file $a failed to transfer to google';
6 ?>