Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is 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', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   repository_flickr
  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['apikey'] = 'API key';
  27  $string['callbackurl'] = 'Callback URL';
  28  $string['callbackurltext'] = '<ol>
  29  <li>Visit <a href="http://www.flickr.com/services/api/keys/">Flickr API Keys</a> again.</li>
  30  <li>Make sure you set the callback URL for this Flickr key as <strong>{$a}</strong></li></ol>';
  31  $string['callbackwarning'] = '<ol>
  32  <li>Get a <a href="http://www.flickr.com/services/api/keys/">Flickr API Key and Secret</a> from Flickr for this Moodle site.</li>
  33  <li>Enter those details here, then click Save and then Settings to come back to this page.  You will see that Moodle has generated a callback URL for you.</li>
  34  <li>Edit your <a href="http://www.flickr.com/services/api/keys/">Flickr</a> key details again and set the callback URL.</li></ol>';
  35  $string['configplugin'] = 'Flickr configuration';
  36  $string['emailaddress'] = 'Email address';
  37  $string['flickr:view'] = 'View Flickr repository';
  38  $string['invalidemail'] = 'Invalid email address for flickr';
  39  $string['notitle'] = 'notitle';
  40  $string['nullphotolist'] = 'There are no photos in this account';
  41  $string['remember'] = 'Remember me';
  42  $string['pluginname_help'] = 'Repository on flickr.com';
  43  $string['pluginname'] = 'Flickr';
  44  $string['secret'] = 'Secret';
  45  $string['username'] = 'Flickr account email';
  46  $string['privacy:metadata:repository_flickr'] = 'The Flickr repository plugin does store user preferences, and transmits user data from Moodle to the remote system.';
  47  $string['privacy:metadata:repository_flickr:text'] = 'The Flickr repository user search text query.';
  48  $string['privacy:metadata:repository_flickr:preference:repository_flickr_access_token'] = 'The Flickr repository OAuth token preference.';
  49  $string['privacy:metadata:repository_flickr:preference:repository_flickr_access_token_secret'] = 'The Flickr repository OAuth secret preference; this is excluded from privacy data exports.';