moodle/lang/en_utf8/portfolio_flickr.php
2008-10-31 09:14:06 +00:00

24 lines
1.2 KiB
PHP

<?php
$string['apikey'] = 'API key (you need to get this from http://flickr.com/services/api/keys/apply)';
$string['err_noapikey'] = 'There is no API Key configured for this plugin. You can get one of these from http://flickr.com/services/api/keys/apply';
$string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session';
$string['pluginname'] = 'Flickr online photo management system';
$string['sharedsecret'] = 'Your shared secret string (will be provided with your generated API key)';
$string['title'] = 'Title';
$string['ispublic'] = 'Public (anyone can see them)';
$string['isfriend'] = 'Visible to friends';
$string['isfamily'] = 'Visible to family';
$string['safetylevel'] = 'Safety level';
$string['safe'] = 'Safe';
$string['moderate'] = 'Moderate';
$string['restricted'] = 'Restricted';
$string['contenttype'] = 'Content types';
$string['photo'] = 'Photos';
$string['screenshot'] = 'Screenshots';
$string['other'] = 'Art, illustration, CGI, or other non-photographic images';
$string['hidefrompublicsearches'] = 'Hide these images from public searches?';
$string['set'] = 'Set';
$string['uploadfailed'] = 'Failed to upload image(s) to flickr.com: $a';
?>