mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
9 lines
288 B
PHP
9 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';
|
|
|