2013-10-24 19:46:52 +04:00
|
|
|
<ul>
|
|
|
|
<li class='update'>
|
2015-03-18 01:57:23 +03:00
|
|
|
<?php p($l->t('This %s instance is currently in maintenance mode, which may take a while.', array($theme->getName()))) ?><br><br>
|
|
|
|
<?php p($l->t('This page will refresh itself when the %s instance is available again.', array($theme->getName()))) ?><br><br>
|
|
|
|
<?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?><br><br>
|
|
|
|
<?php p($l->t('Thank you for your patience.')); ?><br><br>
|
2013-10-24 19:46:52 +04:00
|
|
|
</li>
|
|
|
|
</ul>
|