芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/portfolio/boxnet/lang/en/portfolio_boxnet.php
. /** * Strings for component 'portfolio_boxnet', language 'en', branch 'MOODLE_20_STABLE' * * @package portfolio_boxnet * @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['clientsecret'] = 'Client secret'; $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'; $string['folderlistfailed'] = 'Failed to retrieve a folder listing from Box'; $string['missinghttps'] = 'HTTPS required'; $string['missinghttps_help'] = 'Box will only work with an HTTPS enabled website.'; $string['missingoauthkeys'] = 'Missing client ID and secret'; $string['missingoauthkeys_help'] = 'There is no client ID or secret configured for this plugin. You can get one of these from Box development page.'; $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 to begin the authentication session'; $string['password'] = 'Your Box password (will not be stored)'; $string['pluginname'] = 'Box'; $string['privacy:metadata'] = 'This plugin sends data externally to a linked Box account. It does not store data locally.'; $string['privacy:metadata:data'] = 'Personal data passed through from the portfolio subsystem.'; $string['sendfailed'] = 'Failed to send content to Box: {$a}'; $string['setupinfo'] = 'Setup instructions'; $string['setupinfodetails'] = 'To obtain a client ID and secret, log in to Box and visit the
Box developers page
. Follow \'Create new application\' and create a new application for your Moodle site. The client ID and secret are displayed in the \'OAuth2 parameters\' section of the application edit form. Optionally, you can also provide other information about your Moodle site.'; $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 username (will not be stored)'; $string['warninghttps'] = 'Box requires your website to be using HTTPS in order for the portfolio to work.';