Merge branch 'MDL-43978_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE

This commit is contained in:
Sam Hemelryk 2014-02-10 09:24:01 +13:00
commit a95a356322
2 changed files with 8 additions and 3 deletions

View file

@ -217,6 +217,7 @@ $string['error:connectionunknownreason'] = 'The connection was unsuccessful but
$string['error:clone'] = 'Cannot clone the badge.';
$string['error:duplicatename'] = 'Badge with such name already exists in the system.';
$string['error:externalbadgedoesntexist'] = 'Badge not found';
$string['error:guestuseraccess'] = 'You are currently using guest access. To see badges you need to log in with your user account.';
$string['error:invalidbadgeurl'] = 'Invalid badge issuer URL format.';
$string['error:invalidcriteriatype'] = 'Invalid criteria type.';
$string['error:invalidexpiredate'] = 'Expiry date has to be in the future.';