To configure Box.net, visit enabled.box.net and log in.
Under My Projects you will need to create one new project for each Moodle site.
The only setting that matters is the callback url, which should be $a. You can put anything you like for the other settings. Save it and you\'re done!'; $string['err_noapikey'] = 'There is no API Key configured for this plugin. You can get one of these from http://enabled.box.net'; $string['existingfolder'] = 'Exiting folder to put file(s) into'; $string['folderclash'] = 'The folder you asked to create already exists!'; $string['foldercreatefailed'] = 'Failed to create your target folder on box.net'; $string['folderlistfailed'] = 'Failed to retrieve a folder listing from box.net'; $string['newfolder'] = 'New folder to put file(s) into'; $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session'; $string['noticket'] = 'Could not retrieve a ticket from box.net to begin the authentication session'; $string['notarget'] = 'You must specify either an existing folder or a new folder to upload into'; $string['password'] = 'Your box.net password (will not be stored)'; $string['pluginname'] = 'Box.net internet storage'; $string['sharedfolder'] = 'Shared'; $string['sharefile'] = 'Share this file?'; $string['sharefolder'] = 'Share this new folder?'; $string['targetfolder'] = 'Target folder'; $string['tobecreated'] = 'To be created'; $string['username'] = 'Your box.net username (will not be stored)'; $string['sendfailed'] = 'Failed to send content to box.net: $a'; ?>