|
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['all'] = 'All'; 00027 $string['apikey'] = 'API key'; 00028 $string['backtosearch'] = 'Back to search screen'; 00029 $string['by'] = 'Attribution license'; 00030 $string['by-nc'] = 'Attribution-NonCommercial license'; 00031 $string['by-nc-nd'] = 'Attribution-NonCommercial-NoDerivs license'; 00032 $string['by-nc-sa'] = 'Attribution-NonCommercial-ShareAlike license'; 00033 $string['by-nd'] = 'Attribution-NoDerivs license'; 00034 $string['by-sa'] = 'Attribution-ShareAlike license'; 00035 $string['callbackurl'] = 'Callback URL'; 00036 $string['commercialuse'] = 'I want to be able to use the images commercially'; 00037 $string['configplugin'] = 'Flickr public configuration'; 00038 $string['creativecommonscommercial'] = 'Only creative commons commercial'; 00039 $string['emailaddress'] = 'Email address'; 00040 $string['flickr_public:view'] = 'Use Flickr public repository in file picker'; 00041 $string['fulltext'] = 'Full text'; 00042 $string['information'] = '<div>Get a <a href="http://www.flickr.com/services/api/keys/">Flickr API Key</a> for your Moodle site. </div>'; 00043 $string['invalidemail'] = 'Invalid email account for flickr'; 00044 $string['license'] = 'License'; 00045 $string['modification'] = 'I want to be able to modify the images'; 00046 $string['notitle'] = 'notitle'; 00047 $string['nullphotolist'] = 'There are no photos in this account'; 00048 $string['remember'] = 'Remember me'; 00049 $string['pluginname_help'] = 'Repository on flickr.com'; 00050 $string['pluginname'] = 'Flickr public'; 00051 $string['secret'] = 'Secret'; 00052 $string['sharealike'] = 'Yes, as long as others share alike'; 00053 $string['tag'] = 'Tag'; 00054 $string['username'] = 'Flickr account email'; 00055 $string['watermark'] = 'Add watermark to photos';