mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
ee91cf9591
* Added simple library for googleapi things * Respository plugins to follow
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';
|
|
?>
|