mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
5 lines
266 B
PHP
5 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';
|
|
?>
|