Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
c8467842
Commit
c8467842
authored
Mar 18, 2019
by
Eloy Lafuente
Browse files
Merge branch 'MDL-64905-master' of
git://github.com/abias/moodle
parents
e745a9ff
c8def6e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
blocks/myoverview/lang/en/block_myoverview.php
View file @
c8467842
...
...
@@ -48,7 +48,7 @@ $string['aria:sortingdropdown'] = 'Sorting drop-down menu';
$string
[
'card'
]
=
'Card'
;
$string
[
'cards'
]
=
'Cards'
;
$string
[
'courseprogress'
]
=
'Course progress:'
;
$string
[
'complete
'
]
=
'
complete'
;
$string
[
'complete
percent'
]
=
'{$a}%
complete'
;
$string
[
'favourites'
]
=
'Starred'
;
$string
[
'future'
]
=
'Future'
;
$string
[
'inprogress'
]
=
'In progress'
;
...
...
@@ -93,4 +93,5 @@ $string['privacy:metadata:overviewlasttab'] = 'This stores the last tab selected
$string
[
'viewcourse'
]
=
'View course'
;
// Deprecated since Moodle 3.7.
$string
[
'nocourses'
]
=
'No courses'
;
\ No newline at end of file
$string
[
'complete'
]
=
'complete'
;
$string
[
'nocourses'
]
=
'No courses'
;
blocks/myoverview/lang/en/deprecated.txt
View file @
c8467842
...
...
@@ -13,4 +13,5 @@ sortbydates,block_myoverview
timeline,block_myoverview
viewcoursename,block_myoverview
privacy:metadata:overviewlasttab,block_myoverview
nocourses,block_myoverview
\ No newline at end of file
nocourses,block_myoverview
complete,block_myoverview
\ No newline at end of file
blocks/myoverview/templates/progress-bar.mustache
View file @
c8467842
...
...
@@ -30,5 +30,5 @@
</div>
<div
class=
"small"
>
<span
class=
"sr-only"
>
{{#
str
}}
aria:courseprogress, block_myoverview
{{/
str
}}
</span>
<strong>
{{
progress
}}
%
</strong>
{{#
str
}}
complete, block_myoverview
{{/
str
}}
{{#
str
}}
complete
percent
, block_myoverview
,
<strong>
{{
progress
}}
</strong>
{{/
str
}}
</div>
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment