. /** * Strings for component 'repository_googledocs', language 'en', branch 'MOODLE_20_STABLE' * * @package repository_googledocs * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['clientid'] = 'Client ID'; $string['configplugin'] = 'Configure Google Docs plugin'; $string['googledocs:view'] = 'View google docs repository'; $string['oauthinfo'] = '
To use the Google Docs repository you must be registered with Google. Instructions for registing your installation with Google are described in Moodle Docs. The redirect url should be set to:
{$a->callbackurl}
'; $string['pluginname'] = 'Google Docs'; $string['secret'] = 'Secret';