<?php $this->cache['id']['repository_flickr'] = array (
  'apikey' => 'API key',
  'callbackurl' => 'Callback URL',
  'callbackurltext' => '<ol>
<li>Visit <a href="http://www.flickr.com/services/api/keys/">Flickr API Keys</a> again.</li>
<li>Make sure you set the callback URL for this Flickr key as <strong>{$a}</strong></li></ol>',
  'callbackwarning' => '<ol>
<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>
<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>
<li>Edit your <a href="http://www.flickr.com/services/api/keys/">Flickr</a> key details again and set the callback URL.</li></ol>',
  'configplugin' => 'Flickr configuration',
  'emailaddress' => 'Email address',
  'flickr:view' => 'View Flickr repository',
  'invalidemail' => 'Invalid email address for flickr',
  'notitle' => 'notitle',
  'nullphotolist' => 'There are no photos in this account',
  'remember' => 'Remember me',
  'pluginname_help' => 'Repository on flickr.com',
  'pluginname' => 'Flickr',
  'secret' => 'Secret',
  'username' => 'Flickr account email',
);