|
Moodle
2.2.1
http://www.collinsharper.com
|
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['boxnet:view'] = 'View box.net repository'; 00028 $string['configplugin'] = 'Box.net configuration'; 00029 $string['callbackurl'] = 'Callback URL'; 00030 $string['callbackurltext'] = '<ol> 00031 <li>Visit <a href="http://www.box.net/developers/services">box.net developers site</a> again.</li> 00032 <li>Make sure you set the callback URL of this box.net service to <strong>{$a}</strong></li></ol>'; 00033 $string['callbackwarning'] = '<ol> 00034 <li>Get a <a href="http://www.box.net/developers/services">box.net API</a> from box.net for this Moodle site.</li> 00035 <li>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.</li> 00036 <li>Edit your box.net details on box.net website again and set the callback URL.</li></ol>'; 00037 00038 $string['information'] = 'Get an API key from the <a href="http://www.box.net/developers/services">Box.net developer page</a> for your Moodle site.'; 00039 $string['invalidpassword'] = 'Invalid password'; 00040 $string['nullfilelist'] = 'There are no files in this repository'; 00041 $string['password'] = 'Password'; 00042 $string['pluginname_help'] = 'Repository on Box.net'; 00043 $string['pluginname'] = 'Box.net'; 00044 $string['saved'] = 'Box.net data saved'; 00045 $string['shareurl'] = 'Share URL'; 00046 $string['username'] = 'Username for Box.net';