Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
M
moodle_mod-hvp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle_mod-hvp
Commits
2bd39ce0
Commit
2bd39ce0
authored
Oct 16, 2018
by
Paal Joergensen
Browse files
Options
Downloads
Patches
Plain Diff
Add missing translations
parent
6b0dce44
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
classes/framework.php
+2
-1
2 additions, 1 deletion
classes/framework.php
lang/en/hvp.php
+2
-1
2 additions, 1 deletion
lang/en/hvp.php
library
+1
-1
1 addition, 1 deletion
library
with
5 additions
and
3 deletions
classes/framework.php
+
2
−
1
View file @
2bd39ce0
...
...
@@ -445,7 +445,8 @@ class framework implements \H5PFrameworkInterface {
'Originator'
=>
'originator'
,
'Any additional information about the license'
=>
'additionallicenseinfo'
,
'License Extras'
=>
'licenseextras'
,
'Change Log'
=>
'changelog'
,
'Changelog'
=>
'changelog'
,
'Content Type'
=>
'contenttype'
,
'Question'
=>
'question'
,
'Date'
=>
'date'
,
'Changed by'
=>
'changedby'
,
...
...
...
...
This diff is collapsed.
Click to expand it.
lang/en/hvp.php
+
2
−
1
View file @
2bd39ce0
...
...
@@ -364,7 +364,8 @@ $string['licensee'] = 'Licensee';
$string
[
'originator'
]
=
'Originator'
;
$string
[
'additionallicenseinfo'
]
=
'Any additional information about the license'
;
$string
[
'licenseextras'
]
=
'License Extras'
;
$string
[
'changelog'
]
=
'Change Log'
;
$string
[
'changelog'
]
=
'Changelog'
;
$string
[
'contenttype'
]
=
'Content Type'
;
$string
[
'question'
]
=
'Question'
;
$string
[
'date'
]
=
'Date'
;
$string
[
'changedby'
]
=
'Changed by'
;
...
...
...
...
This diff is collapsed.
Click to expand it.
library
@
8dafa5db
Compare
06985cca
to
8dafa5db
Subproject commit
06985cca7cb2bbec9c1c6724ae4110d67d5acecd
Subproject commit
8dafa5db91a251534bc07fe5403063e8b6a55990
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment