Merge branch 'MDL-72511-405' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE

This commit is contained in:
Huong Nguyen
2025-09-04 15:42:14 +07:00
3 changed files with 12 additions and 6 deletions
+6 -4
View File
@@ -48,11 +48,12 @@
<a{{!
}} href="#"{{!
}} class="arrow_link previous"{{!
}} title="{{#str}}monthprev, calendar{{/str}}"{{!
}} title="{{#str}}monthprevwithname, calendar, {{previousperiodname}}{{/str}}"{{!
}} data-year="{{previousperiod.year}}"{{!
}} data-month="{{previousperiod.mon}}"{{!
}} aria-label="{{#str}}monthprevwithname, calendar, {{previousperiodname}}{{/str}}" {{!
}}>
<span class="arrow">{{{larrow}}}</span>
<span class="arrow" aria-hidden="true">{{{larrow}}}</span>
</a>
<span class="hide"> | </span>
<span class="current">
@@ -62,11 +63,12 @@
<a{{!
}} href="#"{{!
}} class="arrow_link next"{{!
}} title="{{#str}}monthnext, calendar{{/str}}"{{!
}} title="{{#str}}monthnextwithname, calendar, {{nextperiodname}}{{/str}}"{{!
}} data-year="{{nextperiod.year}}"{{!
}} data-month="{{nextperiod.mon}}"{{!
}} aria-label="{{#str}}monthnextwithname, calendar, {{nextperiodname}}{{/str}}" {{!
}}>
<span class="arrow">{{{rarrow}}}</span>
<span class="arrow" aria-hidden="true">{{{rarrow}}}</span>
</a>
{{/includenavigation}}
{{^includenavigation}}
+4 -2
View File
@@ -36,10 +36,11 @@
<a{{!
}} href="{{previousperiodlink}}"{{!
}} class="arrow_link previous"{{!
}} title="{{#str}}monthprev, calendar{{/str}}"{{!
}} {{#viewinginblock}}title="{{#str}}monthprevwithname, calendar, {{previousperiodname}}{{/str}}" {{/viewinginblock}} {{!
}} data-year="{{previousperiod.year}}"{{!
}} data-month="{{previousperiod.mon}}"{{!
}} data-drop-zone="nav-link" {{!
}} aria-label="{{#str}}monthprevwithname, calendar, {{previousperiodname}}{{/str}}" {{!
}}>
<span class="arrow" aria-hidden="true">{{{larrow}}}</span>
&nbsp;
@@ -56,10 +57,11 @@
<a{{!
}} href="{{nextperiodlink}}"{{!
}} class="arrow_link next"{{!
}} title="{{#str}}monthnext, calendar{{/str}}"{{!
}} {{#viewinginblock}}title="{{#str}}monthnextwithname, calendar, {{nextperiodname}}{{/str}}" {{/viewinginblock}} {{!
}} data-year="{{nextperiod.year}}"{{!
}} data-month="{{nextperiod.mon}}"{{!
}} data-drop-zone="nav-link" {{!
}} aria-label="{{#str}}monthnextwithname, calendar, {{nextperiodname}}{{/str}}" {{!
}}>
<span class="arrow_text">{{nextperiodname}}</span>
&nbsp;
+2
View File
@@ -184,7 +184,9 @@ $string['mon'] = 'Mon';
$string['monday'] = 'Monday';
$string['monthly'] = 'Monthly';
$string['monthnext'] = 'Next month';
$string['monthnextwithname'] = 'Next month: {$a}';
$string['monthprev'] = 'Previous month';
$string['monthprevwithname'] = 'Previous month: {$a}';
$string['monththis'] = 'This month';
$string['more'] = 'More';
$string['moreevents'] = '{$a} more';