mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
7 lines
238 B
PHP
7 lines
238 B
PHP
<?php // $Id$
|
|
$string['repositoryname'] = 'Amazon S3';
|
|
$string['configplugin'] = 'Amazon S3 settings';
|
|
$string['access_key'] = 'Access key';
|
|
$string['secret_key'] = 'Secret key';
|
|
$string['needaccesskey'] = 'Access key must be provided';
|
|
|