Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/portfolio/boxnet/lang/en/portfolio_boxnet.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00026 $string['apikey'] = 'API key';
00027 $string['err_noapikey'] = 'No API key';
00028 $string['err_noapikey_help'] = 'There is no API key configured for this plugin. You can get one of these from OpenBox development page.';
00029 $string['existingfolder'] = 'Existing folder to put file(s) into';
00030 $string['folderclash'] = 'The folder you asked to create already exists!';
00031 $string['foldercreatefailed'] = 'Failed to create your target folder on box.net';
00032 $string['folderlistfailed'] = 'Failed to retrieve a folder listing from box.net';
00033 $string['newfolder'] = 'New folder to put file(s) into';
00034 $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session';
00035 $string['notarget'] = 'You must specify either an existing folder or a new folder to upload into';
00036 $string['noticket'] = 'Could not retrieve a ticket from box.net to begin the authentication session';
00037 $string['password'] = 'Your box.net password (will not be stored)';
00038 $string['pluginname'] = 'Box.net';
00039 $string['sendfailed'] = 'Failed to send content to box.net: {$a}';
00040 $string['setupinfo'] = 'Setup instructions';
00041 $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.';
00042 $string['sharedfolder'] = 'Shared';
00043 $string['sharefile'] = 'Share this file?';
00044 $string['sharefolder'] = 'Share this new folder?';
00045 $string['targetfolder'] = 'Target folder';
00046 $string['tobecreated'] = 'To be created';
00047 $string['username'] = 'Your box.net username (will not be stored)';
 All Data Structures Namespaces Files Functions Variables Enumerations