|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | portfolio_flickr |
Variables | |
| $string ['apikey'] = 'API key' | |
| $string ['contenttype'] = 'Content types' | |
| $string ['err_noapikey'] = 'No API key' | |
| $string ['err_noapikey_help'] = 'There is no API key configured for this plugin. You can get one of these from Flickr services page.' | |
| $string ['hidefrompublicsearches'] = 'Hide these images from public searches?' | |
| $string ['isfamily'] = 'Visible to family' | |
| $string ['isfriend'] = 'Visible to friends' | |
| $string ['ispublic'] = 'Public (anyone can see them)' | |
| $string ['moderate'] = 'Moderate' | |
| $string ['noauthtoken'] = 'Could not retrieve an authentication token for use in this session' | |
| $string ['other'] = 'Art, illustration, CGI, or other non-photographic images' | |
| $string ['photo'] = 'Photos' | |
| $string ['pluginname'] = 'Flickr.com' | |
| $string ['restricted'] = 'Restricted' | |
| $string ['safe'] = 'Safe' | |
| $string ['safetylevel'] = 'Safety level' | |
| $string ['screenshot'] = 'Screenshots' | |
| $string ['set'] = 'Set' | |
| $string ['setupinfo'] = 'Setup instructions' | |
| $string ['setupinfodetails'] = 'To obtain API key and the secret string, log in to Flickr and <a href="{$a->applyurl}">apply for a new key</a>. Once new key and secret are generated for you, follow the \'Edit auth flow for this app\' link at the page. Select \'App Type\' to \'Web Application\'. Into the \'Callback URL\' field, put the value: <br /><code>{$a->callbackurl}</code><br />Optionally, you can also provide your Moodle site description and logo. These values can be set later at <a href="{$a->keysurl}">the page</a> listing your Flickr applications.' | |
| $string ['sharedsecret'] = 'Secret string' | |
| $string ['title'] = 'Title' | |
| $string ['uploadfailed'] = 'Failed to upload image(s) to flickr.com: {$a}' | |
| $string['apikey'] = 'API key' |
Definition at line 26 of file portfolio_flickr.php.
| $string['contenttype'] = 'Content types' |
Definition at line 27 of file portfolio_flickr.php.
| $string['err_noapikey'] = 'No API key' |
Definition at line 28 of file portfolio_flickr.php.
| $string['err_noapikey_help'] = 'There is no API key configured for this plugin. You can get one of these from Flickr services page.' |
Definition at line 29 of file portfolio_flickr.php.
| $string['hidefrompublicsearches'] = 'Hide these images from public searches?' |
Definition at line 30 of file portfolio_flickr.php.
| $string['isfamily'] = 'Visible to family' |
Definition at line 31 of file portfolio_flickr.php.
| $string['isfriend'] = 'Visible to friends' |
Definition at line 32 of file portfolio_flickr.php.
| $string['ispublic'] = 'Public (anyone can see them)' |
Definition at line 33 of file portfolio_flickr.php.
| $string['moderate'] = 'Moderate' |
Definition at line 34 of file portfolio_flickr.php.
| $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session' |
Definition at line 35 of file portfolio_flickr.php.
| $string['other'] = 'Art, illustration, CGI, or other non-photographic images' |
Definition at line 36 of file portfolio_flickr.php.
| $string['photo'] = 'Photos' |
Definition at line 37 of file portfolio_flickr.php.
| $string['pluginname'] = 'Flickr.com' |
Definition at line 38 of file portfolio_flickr.php.
| $string['restricted'] = 'Restricted' |
Definition at line 39 of file portfolio_flickr.php.
| $string['safe'] = 'Safe' |
Definition at line 40 of file portfolio_flickr.php.
| $string['safetylevel'] = 'Safety level' |
Definition at line 41 of file portfolio_flickr.php.
| $string['screenshot'] = 'Screenshots' |
Definition at line 42 of file portfolio_flickr.php.
| $string['set'] = 'Set' |
Definition at line 43 of file portfolio_flickr.php.
| $string['setupinfo'] = 'Setup instructions' |
Definition at line 44 of file portfolio_flickr.php.
| $string['setupinfodetails'] = 'To obtain API key and the secret string, log in to Flickr and <a href="{$a->applyurl}">apply for a new key</a>. Once new key and secret are generated for you, follow the \'Edit auth flow for this app\' link at the page. Select \'App Type\' to \'Web Application\'. Into the \'Callback URL\' field, put the value: <br /><code>{$a->callbackurl}</code><br />Optionally, you can also provide your Moodle site description and logo. These values can be set later at <a href="{$a->keysurl}">the page</a> listing your Flickr applications.' |
Definition at line 45 of file portfolio_flickr.php.
| $string['sharedsecret'] = 'Secret string' |
Definition at line 46 of file portfolio_flickr.php.
| $string['title'] = 'Title' |
Definition at line 47 of file portfolio_flickr.php.
| $string['uploadfailed'] = 'Failed to upload image(s) to flickr.com: {$a}' |
Definition at line 48 of file portfolio_flickr.php.