mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
28 lines
1.2 KiB
PHP
28 lines
1.2 KiB
PHP
<?php // $Id$
|
|
$string['all'] = 'All';
|
|
$string['apikey'] = 'API key';
|
|
$string['callbackurl'] = 'Callback URL';
|
|
$string['configplugin'] = 'Flickr public configuration';
|
|
// flickr licenses
|
|
$string['by-nc-sa'] = 'Attribution-NonCommercial-ShareAlike License';
|
|
$string['by-nc'] = 'Attribution-NonCommercial License';
|
|
$string['by-nc-nd'] = 'Attribution-NonCommercial-NoDerivs License';
|
|
$string['by'] = 'Attribution License';
|
|
$string['by-sa'] = 'Attribution-ShareAlike License';
|
|
$string['by-nd'] = 'Attribution-NoDerivs License';
|
|
$string['creativecommonscommercial'] = 'Only creative commons commercial';
|
|
$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['license'] = 'License';
|
|
$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';
|
|
|