mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
ab118fc2c7
lang strings for flickr public plugin
18 lines
784 B
PHP
18 lines
784 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 style=\"font-size:0.8em\">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';
|
|
|