. /** * Strings for component 'repository_boxnet', language 'en', branch 'MOODLE_20_STABLE' * * @package repository_boxnet * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['apikey'] = 'API key'; $string['boxnet:view'] = 'View box.net repository'; $string['configplugin'] = 'Box.net configuration'; $string['callbackurl'] = 'Callback URL'; $string['callbackurltext'] = '
  1. Visit box.net developers site again.
  2. Make sure you set the callback URL of this box.net service to {$a}
'; $string['callbackwarning'] = '
  1. Get a box.net API from box.net for this Moodle site.
  2. Enter box.net api key here, then click Save and then come back to this page. You will see that Moodle has generated a callback URL for you.
  3. Edit your box.net details on box.net website again and set the callback URL.
'; $string['information'] = 'Get an API key from the Box.net developer page for your Moodle site.'; $string['invalidpassword'] = 'Invalid password'; $string['nullfilelist'] = 'There are no files in this repository'; $string['password'] = 'Password'; $string['pluginname_help'] = 'Repository on Box.net'; $string['pluginname'] = 'Box.net'; $string['saved'] = 'Box.net data saved'; $string['shareurl'] = 'Share URL'; $string['username'] = 'Username for Box.net';