mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
17 lines
758 B
PHP
17 lines
758 B
PHP
<?php // $Id$
|
|
$string['apikey'] = 'API key';
|
|
$string['callbackurl'] = 'Callback URL';
|
|
$string['configplugin'] = 'Flickr public configuration';
|
|
$string['emailaddress'] = 'Email address';
|
|
$string['fulltext'] = 'Full text';
|
|
$string['information'] = '<div>Get <a href=\"http://www.flickr.com/services/api/keys/\">Flickr API Key</a> for your Moodle site. </div>';
|
|
$string['invalidemail'] = 'Invalid email address for flickr';
|
|
$string['notitle'] = 'notitle';
|
|
$string['nullphotolist'] = 'There are no photos in this account';
|
|
$string['tag'] = 'Tag';
|
|
$string['remember'] = 'Remember me';
|
|
$string['repositoryname'] = 'Flickr public';
|
|
$string['repositorydesc'] = 'Repository on flickr.com';
|
|
$string['secret'] = 'Secret';
|
|
$string['username'] = 'Flickr account email';
|
|
|