mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00

AMOS BEGIN MOV [repositoryname,repository_alfresco],[pluginname,repository_alfresco] MOV [repositoryname,repository_boxnet],[pluginname,repository_boxnet] MOV [repositoryname,repository_dropbox],[pluginname,repository_dropbox] MOV [repositoryname,repository_filesystem],[pluginname,repository_filesystem] MOV [repositoryname,repository_flickr],[pluginname,repository_flickr] MOV [repositoryname,repository_flickr_public],[pluginname,repository_flickr_public] MOV [repositoryname,repository_googledocs],[pluginname,repository_googledocs] MOV [repositoryname,repository_local],[pluginname,repository_local] MOV [repositoryname,repository_merlot],[pluginname,repository_merlot] MOV [repositoryname,repository_picasa],[pluginname,repository_picasa] MOV [repositoryname,repository_recent],[pluginname,repository_recent] MOV [repositoryname,repository_s3],[pluginname,repository_s3] MOV [repositoryname,repository_upload],[pluginname,repository_upload] MOV [repositoryname,repository_url],[pluginname,repository_url] MOV [repositoryname,repository_user],[pluginname,repository_user] MOV [repositoryname,repository_webdav],[pluginname,repository_webdav] MOV [repositoryname,repository_wikimedia],[pluginname,repository_wikimedia] MOV [repositoryname,repository_youtube],[pluginname,repository_youtube] AMOS END
31 lines
1.2 KiB
PHP
31 lines
1.2 KiB
PHP
<?php
|
|
|
|
// This file is part of Moodle - http://moodle.org/
|
|
//
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* Strings for component 'repository_s3', language 'en', branch 'MOODLE_20_STABLE'
|
|
*
|
|
* @package repository_s3
|
|
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['access_key'] = 'Access key';
|
|
$string['configplugin'] = 'Amazon S3 settings';
|
|
$string['needaccesskey'] = 'Access key must be provided';
|
|
$string['pluginname'] = 'Amazon S3';
|
|
$string['secret_key'] = 'Secret key';
|
|
$string['s3:view'] = 'View amazon s3 repository';
|