mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
6 lines
266 B
PHP
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';
|
|
?>
|