|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['apikey'] = 'API key'; 00027 $string['contenttype'] = 'Content types'; 00028 $string['err_noapikey'] = 'No API key'; 00029 $string['err_noapikey_help'] = 'There is no API key configured for this plugin. You can get one of these from Flickr services page.'; 00030 $string['hidefrompublicsearches'] = 'Hide these images from public searches?'; 00031 $string['isfamily'] = 'Visible to family'; 00032 $string['isfriend'] = 'Visible to friends'; 00033 $string['ispublic'] = 'Public (anyone can see them)'; 00034 $string['moderate'] = 'Moderate'; 00035 $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session'; 00036 $string['other'] = 'Art, illustration, CGI, or other non-photographic images'; 00037 $string['photo'] = 'Photos'; 00038 $string['pluginname'] = 'Flickr.com'; 00039 $string['restricted'] = 'Restricted'; 00040 $string['safe'] = 'Safe'; 00041 $string['safetylevel'] = 'Safety level'; 00042 $string['screenshot'] = 'Screenshots'; 00043 $string['set'] = 'Set'; 00044 $string['setupinfo'] = 'Setup instructions'; 00045 $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.'; 00046 $string['sharedsecret'] = 'Secret string'; 00047 $string['title'] = 'Title'; 00048 $string['uploadfailed'] = 'Failed to upload image(s) to flickr.com: {$a}';