. /** * Language file definitions for skydrive repository * * @package repository_skydrive * @copyright 2012 Lancaster University Network Services Ltd * @author Dan Poltawski * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['cachedef_foldername'] = 'Folder name cache'; $string['clientid'] = 'Client ID'; $string['configplugin'] = 'Configure Microsoft OneDrive'; $string['oauthinfo'] = '

To use this plugin, you must register your site with Microsoft.

As part of the registration process, you will need to enter the following URL as \'Redirect domain\':

{$a->callbackurl}

Once registered, you will be provided with a client ID and secret which can be entered here.

'; $string['pluginname'] = 'Microsoft OneDrive'; $string['secret'] = 'Secret'; $string['skydrive:view'] = 'View OneDrive';