mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-69792-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
This commit is contained in:
commit
5a3e84a5a2
10 changed files with 37 additions and 152 deletions
|
@ -34,7 +34,6 @@ $string['addcompetency'] = 'Add competency';
|
|||
$string['addcompetency_help'] = 'Select all competencies that should be added to this badge requirement. Hold CTRL key to select multiple items.';
|
||||
$string['addbadgecriteria'] = 'Add badge criteria';
|
||||
$string['addcriteria'] = 'Add criteria';
|
||||
$string['addbackpack'] = 'Add backpack';
|
||||
$string['addcriteriatext'] = 'To start adding criteria, please select one of the options from the drop-down menu.';
|
||||
$string['addcohort'] = 'Add cohort';
|
||||
$string['addcohort_help'] = 'Select all cohorts that should be added to this badge requirement. Hold CTRL key to select multiple items.';
|
||||
|
@ -286,8 +285,6 @@ $string['enablebadges'] = 'Enable badges';
|
|||
$string['endorsement'] = 'Endorsement';
|
||||
$string['error:backpackdatainvalid'] = 'The data return from the backpack was invalid.';
|
||||
$string['error:backpackemailnotfound'] = 'The email \'{$a}\' is not associated with a backpack. You need to <a href="http://backpack.openbadges.org">create a backpack</a> for that account or sign in with another email address.';
|
||||
$string['error:backpacknotavailable'] = 'Your site is not accessible from the Internet, so any badges issued from this site cannot be verified by external backpack services.';
|
||||
$string['error:backpackproblem'] = 'There was a problem connecting to your backpack service provider. Please try again later.';
|
||||
$string['error:badgeawardnotfound'] = 'Cannot verify this awarded badge. This badge may have been revoked.';
|
||||
$string['error:badgenotfound'] = 'Badge not found';
|
||||
$string['error:cannotact'] = 'Cannot activate the badge. ';
|
||||
|
@ -577,6 +574,10 @@ $string['sitebackpackverify'] = 'Backpack connection';
|
|||
|
||||
// Deprecated since Moodle 3.10.
|
||||
$string['backpackneedsupdate'] = 'The backpack connected to this profile does not match the backpack for the site. You need to disconnect and reconnect the backpack.';
|
||||
|
||||
// Deprecated since Moodle 3.11.
|
||||
$string['addbackpack'] = 'Add backpack';
|
||||
$string['error:backpacknotavailable'] = 'Your site is not accessible from the Internet, so any badges issued from this site cannot be verified by external backpack services.';
|
||||
$string['error:backpackproblem'] = 'There was a problem connecting to your backpack service provider. Please try again later.';
|
||||
$string['sitebackpack'] = 'Active external backpack';
|
||||
$string['sitebackpack_help'] = 'The external backpack that users can connect to from this site. Note that changing this setting after users have connected their backpacks will require each user to go to their backpack settings page and disconnect then reconnect.';
|
||||
|
|
|
@ -131,3 +131,6 @@ sitebackpack,core_badges
|
|||
sitebackpack_help,core_badges
|
||||
usernameoridnousererror,core_webservice
|
||||
usernameoridoccurenceerror,core_webservice
|
||||
addbackpack,core_badges
|
||||
error:backpacknotavailable,core_badges
|
||||
error:backpackproblem,core_badges
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue