mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
16 lines
1.4 KiB
PHP
16 lines
1.4 KiB
PHP
<?php
|
|
$string['apikey'] = 'API Key';
|
|
$string['callbackurl'] = 'Callback URL';
|
|
$string['callbackurltext'] = '<div style=\"font-size:0.8em\">1. Get <a href=\"http://www.flickr.com/services/api/keys/\">Flickr API Key and Secret</a> for your Moodle site.<br/>2. Your callback URL is <strong>$a</strong><br/>3. Edit your <a href=\"http://www.flickr.com/services/api/keys/\">Flickr</a> key details and set the callback URL. </div>';
|
|
$string['callbackwarning'] = '<div style=\"font-size:0.8em\">1. Get <a href=\"http://www.flickr.com/services/api/keys/\">Flickr API Key and Secret</a> for your Moodle site.<br/>2. Your callback URL <strong>will be</strong> generated <strong>once</strong> you save these above information. Please click on Save button, then on <strong>Settings</strong> in order to check the generated callback URL.<br/>3. Edit your <a href=\"http://www.flickr.com/services/api/keys/\">Flickr</a> key details and set the callback URL.</div> ';
|
|
$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';
|
|
|