Skip to content

Commit

Permalink
Add missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmars authored and ScottVerbeek committed Feb 2, 2021
1 parent 4de409c commit b651a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions classes/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ public function t($message, $replacements = array()) {
'Unable to parse JSON from the package: %fileName' => 'couldnotparsejsonfromzip',
'Could not parse post data.' => 'couldnotparsepostdata',
'The mbstring PHP extension is not loaded. H5P needs this to function properly' => 'nombstringexteension',
'Assistive Technologies label' => 'assistivetechnologieslabel',
];
// @codingStandardsIgnoreEnd
}
Expand Down
3 changes: 2 additions & 1 deletion lang/en/hvp.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,4 +476,5 @@
$string['completionpassdesc'] = 'Student must achieve a passing grade to complete this activity';
$string['completionpass_help'] = 'If enabled, this activity is considered complete when the student receives a pass grade (as specified in the Grade section of the H5P activity settings) or higher.';
$string['gradetopassnotset'] = 'This H5P activity does not yet have a grade to pass set. It may be set in the Grade section of the H5P activity settings.';
$string['gradetopassmustbeset'] = 'Grade to pass cannot be zero as this H5P activity has its completion method set to require passing grade. Please set a non-zero value.';
$string['gradetopassmustbeset'] = 'Grade to pass cannot be zero as this H5P activity has its completion method set to require passing grade. Please set a non-zero value.';
$string['assistivetechnologieslabel'] = 'Assistive Technologies label';

0 comments on commit b651a5e

Please sign in to comment.