MDL-75316 core: Webservice for sending activity to MoodleNet

Originally implemented as MDL-75933
This commit is contained in:
Huong Nguyen 2023-03-09 09:18:49 +07:00 committed by Michael Hawkins
parent 42ba0492e2
commit 6a877d438b
5 changed files with 294 additions and 15 deletions

View file

@ -1369,20 +1369,6 @@ $string['moodlenet:configoauthservice'] = 'Select a MoodleNet OAuth 2 service to
$string['moodlenet:eventresourceexported'] = 'Resource exported';
$string['moodlenet:outboundsettings'] = 'MoodleNet outbound settings';
$string['moodlenet:sharetomoodlenet'] = 'Share to MoodleNet';
$string['moodlenet:go_to_moodlenet'] = 'Go to MoodleNet drafts';
$string['moodlenet:share_notice'] = 'You are sharing this to MoodleNet as a {$a}';
$string['moodlenet:share_fail_title'] = 'Something went wrong';
$string['moodlenet:share_fail_text'] = 'There was an error sharing your content to MoodleNet.<br>Please try again later.';
$string['moodlenet:share_fail_text_with_site_support'] = 'There was an error sharing your content to MoodleNet.<br>Please try again later or <a href="{$a}">contact site support</a>.';
$string['moodlenet:share_success_title'] = 'Saved to MoodleNet drafts';
$string['moodlenet:share_success_text'] = "Almost done! Visit your draft in MoodleNet to finish sharing your content.";
$string['moodlenet:share_to_moodlenet'] = 'Share to MoodleNet';
$string['moodlenet:share_type_resource'] = 'resource';
$string['moodlenet:sharing_status'] = 'Sharing to MoodleNet';
$string['moodlenet:sharing_large_file'] = "Large files can take some time.";
$string['moodlenet:sharing_to'] = 'Sharing to: ';
$string['moodlenet:packagingandsending'] = 'Packaging your file and sending to MoodleNet...';
$string['moodlenet:usernotconfigured'] = 'You do not have permission to share content to MoodleNet, or your account is incorrectly configured.';
$string['more'] = 'more';
$string['morehelp'] = 'More help';
$string['morehelpaboutmodule'] = 'More help about the {$a} activity';