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