Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
   1  <?php
   2  
   3  // This file is part of Moodle - http://moodle.org/
   4  //
   5  // Moodle is free software: you can redistribute it and/or modify
   6  // it under the terms of the GNU General Public License as published by
   7  // the Free Software Foundation, either version 3 of the License, or
   8  // (at your option) any later version.
   9  //
  10  // Moodle is distributed in the hope that it will be useful,
  11  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  12  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13  // GNU General Public License for more details.
  14  //
  15  // You should have received a copy of the GNU General Public License
  16  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  17  
  18  /**
  19   * Strings for component 'repository_flickr_public', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   repository_flickr_public
  22   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  23   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['all'] = 'All';
  27  $string['apikey'] = 'API key';
  28  $string['backtosearch'] = 'Back to search screen';
  29  $string['by'] = 'Attribution license';
  30  $string['by-nc'] = 'Attribution-NonCommercial license';
  31  $string['by-nc-nd'] = 'Attribution-NonCommercial-NoDerivs license';
  32  $string['by-nc-sa'] = 'Attribution-NonCommercial-ShareAlike license';
  33  $string['by-nd'] = 'Attribution-NoDerivs license';
  34  $string['by-sa'] = 'Attribution-ShareAlike license';
  35  $string['callbackurl'] = 'Callback URL';
  36  $string['commercialuse'] = 'I want to use the images commercially';
  37  $string['configplugin'] = 'Flickr public configuration';
  38  $string['creativecommonscommercial'] = 'Only creative commons commercial';
  39  $string['emailaddress'] = 'Email address';
  40  $string['flickr_public:view'] = 'Use Flickr public repository in file picker';
  41  $string['fulltext'] = 'Full text';
  42  $string['information'] = '<div>Get a <a href="http://www.flickr.com/services/api/keys/">Flickr API Key</a> for your Moodle site. </div>';
  43  $string['invalidemail'] = 'Invalid email account for flickr';
  44  $string['license'] = 'Licence';
  45  $string['modification'] = 'I want to be able to modify the images';
  46  $string['notitle'] = 'notitle';
  47  $string['nullphotolist'] = 'There are no photos in this account';
  48  $string['remember'] = 'Remember me';
  49  $string['pluginname_help'] = 'Repository on flickr.com';
  50  $string['pluginname'] = 'Flickr public';
  51  $string['secret'] = 'Secret';
  52  $string['sharealike'] = 'Yes, as long as others share alike';
  53  $string['tag'] = 'Tag';
  54  $string['username'] = 'Flickr account email';
  55  $string['watermark'] = 'Add watermark to photos';
  56  $string['privacy:metadata:repository_flickr_public'] = 'The Flickr public repository plugin does not store any personal data, but does transmit user data from Moodle to the remote system.';
  57  $string['privacy:metadata:repository_flickr_public:author'] = 'The Flickr public repository content author.';
  58  $string['privacy:metadata:repository_flickr_public:email_address'] = 'The Flickr public repository user email address.';
  59  $string['privacy:metadata:repository_flickr_public:text'] = 'The Flickr public repository user search text.';
  60  $string['privacy:metadata:repository_flickr_public:user_id'] = 'The Flickr public repository user ID.';