moodle/lang/en_utf8/repository_flickr.php

22 lines
1.2 KiB
PHP

<?php
$string['apikey'] = 'API key';
$string['callbackurl'] = 'Callback URL';
$string['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>';
$string['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>';
$string['configplugin'] = 'Flickr configuration';
$string['emailaddress'] = 'Email address';
$string['invalidemail'] = 'Invalid email address for flickr';
$string['notitle'] = 'notitle';
$string['nullphotolist'] = 'There are no photos in this account';
$string['remember'] = 'Remember me';
$string['repositoryname'] = 'Flickr';
$string['repositorydesc'] = 'Repository on flickr.com';
$string['secret'] = 'Secret';
$string['username'] = 'Flickr account email';