Commit | Line | Data |
---|---|---|
5c43e8b7 | 1 | <?php |
2 | ||
30c8dd34 DM |
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 | ||
76116d2e | 26 | $string['apikey'] = 'API key'; |
30c8dd34 | 27 | $string['contenttype'] = 'Content types'; |
6cb66ae0 HF |
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.'; | |
30c8dd34 | 30 | $string['hidefrompublicsearches'] = 'Hide these images from public searches?'; |
a55d94d4 | 31 | $string['isfamily'] = 'Visible to family'; |
30c8dd34 DM |
32 | $string['isfriend'] = 'Visible to friends'; |
33 | $string['ispublic'] = 'Public (anyone can see them)'; | |
a55d94d4 | 34 | $string['moderate'] = 'Moderate'; |
30c8dd34 DM |
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'; | |
a55d94d4 | 37 | $string['photo'] = 'Photos'; |
76116d2e | 38 | $string['pluginname'] = 'Flickr.com'; |
961eb3d1 JD |
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.'; | |
30c8dd34 DM |
41 | $string['restricted'] = 'Restricted'; |
42 | $string['safe'] = 'Safe'; | |
43 | $string['safetylevel'] = 'Safety level'; | |
a55d94d4 | 44 | $string['screenshot'] = 'Screenshots'; |
a55d94d4 | 45 | $string['set'] = 'Set'; |
76116d2e DM |
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'; | |
30c8dd34 DM |
49 | $string['title'] = 'Title'; |
50 | $string['uploadfailed'] = 'Failed to upload image(s) to flickr.com: {$a}'; |