|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | portfolio_boxnet |
Variables | |
| $string ['apikey'] = 'API key' | |
| $string ['err_noapikey'] = 'No API key' | |
| $string ['err_noapikey_help'] = 'There is no API key configured for this plugin. You can get one of these from OpenBox development page.' | |
| $string ['existingfolder'] = 'Existing 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 ['notarget'] = 'You must specify either an existing folder or a new folder to upload into' | |
| $string ['noticket'] = 'Could not retrieve a ticket from box.net to begin the authentication session' | |
| $string ['password'] = 'Your box.net password (will not be stored)' | |
| $string ['pluginname'] = 'Box.net' | |
| $string ['sendfailed'] = 'Failed to send content to box.net: {$a}' | |
| $string ['setupinfo'] = 'Setup instructions' | |
| $string ['setupinfodetails'] = 'To obtain API key, log in to Box.net and visit their <a href="{$a->servicesurl}">OpenBox development page</a>. In \'Developer Tools\', follow \'Create new application\' and create new application for your Moodle site. API key is displayed in \'Backend parameters\' section of the application edit form. In that form, fill \'Redirect URL\' field to:<br /><code>{$a->callbackurl}</code><br />Optionally, you can also provide other information about your Moodle site. These values can be edited later at \'View my applications\' page.' | |
| $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['apikey'] = 'API key' |
Definition at line 26 of file portfolio_boxnet.php.
| $string['err_noapikey'] = 'No API key' |
Definition at line 27 of file portfolio_boxnet.php.
| $string['err_noapikey_help'] = 'There is no API key configured for this plugin. You can get one of these from OpenBox development page.' |
Definition at line 28 of file portfolio_boxnet.php.
| $string['existingfolder'] = 'Existing folder to put file(s) into' |
Definition at line 29 of file portfolio_boxnet.php.
| $string['folderclash'] = 'The folder you asked to create already exists!' |
Definition at line 30 of file portfolio_boxnet.php.
| $string['foldercreatefailed'] = 'Failed to create your target folder on box.net' |
Definition at line 31 of file portfolio_boxnet.php.
| $string['folderlistfailed'] = 'Failed to retrieve a folder listing from box.net' |
Definition at line 32 of file portfolio_boxnet.php.
| $string['newfolder'] = 'New folder to put file(s) into' |
Definition at line 33 of file portfolio_boxnet.php.
| $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session' |
Definition at line 34 of file portfolio_boxnet.php.
| $string['notarget'] = 'You must specify either an existing folder or a new folder to upload into' |
Definition at line 35 of file portfolio_boxnet.php.
| $string['noticket'] = 'Could not retrieve a ticket from box.net to begin the authentication session' |
Definition at line 36 of file portfolio_boxnet.php.
| $string['password'] = 'Your box.net password (will not be stored)' |
Definition at line 37 of file portfolio_boxnet.php.
| $string['pluginname'] = 'Box.net' |
Definition at line 38 of file portfolio_boxnet.php.
| $string['sendfailed'] = 'Failed to send content to box.net: {$a}' |
Definition at line 39 of file portfolio_boxnet.php.
| $string['setupinfo'] = 'Setup instructions' |
Definition at line 40 of file portfolio_boxnet.php.
| $string['setupinfodetails'] = 'To obtain API key, log in to Box.net and visit their <a href="{$a->servicesurl}">OpenBox development page</a>. In \'Developer Tools\', follow \'Create new application\' and create new application for your Moodle site. API key is displayed in \'Backend parameters\' section of the application edit form. In that form, fill \'Redirect URL\' field to:<br /><code>{$a->callbackurl}</code><br />Optionally, you can also provide other information about your Moodle site. These values can be edited later at \'View my applications\' page.' |
Definition at line 41 of file portfolio_boxnet.php.
| $string['sharedfolder'] = 'Shared' |
Definition at line 42 of file portfolio_boxnet.php.
| $string['sharefile'] = 'Share this file?' |
Definition at line 43 of file portfolio_boxnet.php.
| $string['sharefolder'] = 'Share this new folder?' |
Definition at line 44 of file portfolio_boxnet.php.
| $string['targetfolder'] = 'Target folder' |
Definition at line 45 of file portfolio_boxnet.php.
| $string['tobecreated'] = 'To be created' |
Definition at line 46 of file portfolio_boxnet.php.
Definition at line 47 of file portfolio_boxnet.php.