merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
{% if nextRunTime|default is not empty %}
|
||||
{% if date(nextRunTime.getTimestamp()) <= date() %}
|
||||
{{ 'UserCountry_UpdaterScheduledForNextRun'|translate }}
|
||||
{% else %}
|
||||
{{ 'UserCountry_UpdaterWillRunNext'|translate('<strong><em>' ~ nextRunTime.toString() ~ '</em></strong>')|raw }}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{{ 'UserCountry_UpdaterIsNotScheduledToRun'|translate }}
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue