mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
19 lines
1.1 KiB
PHP
19 lines
1.1 KiB
PHP
<?php
|
|
|
|
$string['apikey'] = 'API key (you need to get this from Box.net)';
|
|
$string['err_noapikey'] = 'There is no API Key configured for this plugin. You can get one of these from http://enabled.box.net';
|
|
$string['existingfolder'] = 'Exiting folder to put file(s) into';
|
|
$string['folderclash'] = 'The folder you asked to create already exists!';
|
|
$string['foldercreatefailed'] = 'Failed to create your target folder on box.net';
|
|
$string['folderlistfailed'] = 'Failed to retrieve a folder listing from box.net';
|
|
$string['newfolder'] = 'New folder to put file(s) into';
|
|
$string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session';
|
|
$string['noticket'] = 'Could not retrieve a ticket from box.net to begin the authentication session';
|
|
$string['notarget'] = 'You must specify either an existing folder or a new folder to upload into';
|
|
$string['password'] = 'Your box.net password (will not be stored)';
|
|
$string['sharedfolder'] = 'Shared';
|
|
$string['targetfolder'] = 'Target folder';
|
|
$string['username'] = 'Your box.net username (will not be stored)';
|
|
|
|
?>
|