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 'portfolio_flickr', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   portfolio_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['contenttype'] = 'Content types';
  28  $string['err_noapikey'] = 'No API key';
  29  $string['err_noapikey_help'] = 'There is no API key configured for this plugin. You can get one of these from Flickr services page.';
  30  $string['hidefrompublicsearches'] = 'Hide these images from public searches?';
  31  $string['isfamily'] = 'Visible to family';
  32  $string['isfriend'] = 'Visible to friends';
  33  $string['ispublic'] = 'Public (anyone can see them)';
  34  $string['moderate'] = 'Moderate';
  35  $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session';
  36  $string['other'] = 'Art, illustration, CGI, or other non-photographic images';
  37  $string['photo'] = 'Photos';
  38  $string['pluginname'] = 'Flickr.com';
  39  $string['privacy:metadata'] = 'This plugin sends data externally to a linked Flickr account. It does not store data locally.';
  40  $string['privacy:metadata:data'] = 'Personal data passed through from the portfolio subsystem.';
  41  $string['restricted'] = 'Restricted';
  42  $string['safe'] = 'Safe';
  43  $string['safetylevel'] = 'Safety level';
  44  $string['screenshot'] = 'Screenshots';
  45  $string['set'] = 'Set';
  46  $string['setupinfo'] = 'Setup instructions';
  47  $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.';
  48  $string['sharedsecret'] = 'Secret string';
  49  $string['title'] = 'Title';
  50  $string['uploadfailed'] = 'Failed to upload image(s) to flickr.com: {$a}';