mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-16341 Almost finished portfolio flickr plugin. Modified phpflickr->request method so it can upload files, but having permission issue (only read)
This commit is contained in:
parent
a5131d8154
commit
a55d94d4ac
4 changed files with 192 additions and 14 deletions
|
@ -5,4 +5,18 @@ $string['err_noapikey'] = 'There is no API Key configured for this plugin. You
|
|||
$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';
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue