mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-75316 core: Webservice for sending activity to MoodleNet
Originally implemented as MDL-75933
This commit is contained in:
parent
42ba0492e2
commit
6a877d438b
5 changed files with 294 additions and 15 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue