mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
15 lines
696 B
PHP
15 lines
696 B
PHP
<?php
|
|
$string['apikey'] = 'API Key';
|
|
$string['boxnet:view'] = 'View box.net repository';
|
|
$string['configplugin'] = 'Box.net configuration';
|
|
$string['information'] = '<div>Get <a href=\"http://enabled.box.net/my-projects/\">Box.net API Key</a> for your Moodle site. </div>';
|
|
$string['invalidpassword'] = 'Invalid password';
|
|
$stirng['invalidtoken'] = 'Invalid authentication token';
|
|
$string['nullfilelist'] = 'There are no files in this repository';
|
|
$string['password'] = 'Password';
|
|
$string['repositorydesc'] = 'Repository on Box.net';
|
|
$string['repositoryname'] = 'Box.net';
|
|
$string['saved'] = 'Box.net data saved';
|
|
$string['shareurl'] = 'Share URL';
|
|
$string['username'] = 'Username for Box.net';
|