. /** * Strings for component 'repository_flickr_public', language 'en', branch 'MOODLE_20_STABLE' * * @package repository_flickr_public * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['all'] = 'All'; $string['apikey'] = 'API key'; $string['backtosearch'] = 'Back to search screen'; $string['by'] = 'Attribution license'; $string['by-nc'] = 'Attribution-NonCommercial license'; $string['by-nc-nd'] = 'Attribution-NonCommercial-NoDerivs license'; $string['by-nc-sa'] = 'Attribution-NonCommercial-ShareAlike license'; $string['by-nd'] = 'Attribution-NoDerivs license'; $string['by-sa'] = 'Attribution-ShareAlike license'; $string['callbackurl'] = 'Callback URL'; $string['commercialuse'] = 'I want to use the images commercially'; $string['configplugin'] = 'Flickr public configuration'; $string['creativecommonscommercial'] = 'Only creative commons commercial'; $string['emailaddress'] = 'Email address'; $string['flickr_public:view'] = 'Use Flickr public repository in file picker'; $string['fulltext'] = 'Full text'; $string['information'] = '
Get a Flickr API Key for your Moodle site.
'; $string['invalidemail'] = 'Invalid email account for flickr'; $string['license'] = 'License'; $string['modification'] = 'I want to be able to modify the images'; $string['notitle'] = 'notitle'; $string['nullphotolist'] = 'There are no photos in this account'; $string['remember'] = 'Remember me'; $string['pluginname_help'] = 'Repository on flickr.com'; $string['pluginname'] = 'Flickr public'; $string['secret'] = 'Secret'; $string['sharealike'] = 'Yes, as long as others share alike'; $string['tag'] = 'Tag'; $string['username'] = 'Flickr account email'; $string['watermark'] = 'Add watermark to photos';