|
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['callbackurl'] = 'Callback URL'; 00028 $string['callbackurltext'] = '<ol> 00029 <li>Visit <a href="http://www.flickr.com/services/api/keys/">Flickr API Keys</a> again.</li> 00030 <li>Make sure you set the callback URL for this Flickr key as <strong>{$a}</strong></li></ol>'; 00031 $string['callbackwarning'] = '<ol> 00032 <li>Get a <a href="http://www.flickr.com/services/api/keys/">Flickr API Key and Secret</a> from Flickr for this Moodle site.</li> 00033 <li>Enter those details here, then click Save and then Settings to come back to this page. You will see that Moodle has generated a callback URL for you.</li> 00034 <li>Edit your <a href="http://www.flickr.com/services/api/keys/">Flickr</a> key details again and set the callback URL.</li></ol>'; 00035 $string['configplugin'] = 'Flickr configuration'; 00036 $string['emailaddress'] = 'Email address'; 00037 $string['flickr:view'] = 'View Flickr repository'; 00038 $string['invalidemail'] = 'Invalid email address for flickr'; 00039 $string['notitle'] = 'notitle'; 00040 $string['nullphotolist'] = 'There are no photos in this account'; 00041 $string['remember'] = 'Remember me'; 00042 $string['pluginname_help'] = 'Repository on flickr.com'; 00043 $string['pluginname'] = 'Flickr'; 00044 $string['secret'] = 'Secret'; 00045 $string['username'] = 'Flickr account email';