mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
8 lines
288 B
PHP
8 lines
288 B
PHP
<?php // $Id$
|
|
$string['access_key'] = 'Access key';
|
|
$string['configplugin'] = 'Amazon S3 settings';
|
|
$string['s3:view'] = 'View amazon s3 repository';
|
|
$string['secret_key'] = 'Secret key';
|
|
$string['needaccesskey'] = 'Access key must be provided';
|
|
$string['repositoryname'] = 'Amazon S3';
|
|
|