2013-07-29 17:33:23 +04:00
|
|
|
|
<ul>
|
|
|
|
|
<li class="error error-broken-link">
|
|
|
|
|
<p><?php p($l->t('Sorry, this link doesn’t seem to work anymore.')) ?></p>
|
|
|
|
|
<p><?php p($l->t('Reasons might be:')); ?></p>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><?php p($l->t('the item was removed')); ?></li>
|
|
|
|
|
<li><?php p($l->t('the link expired')); ?></li>
|
2013-07-29 19:25:17 +04:00
|
|
|
|
<li><?php p($l->t('sharing is disabled')); ?></li>
|
2013-07-29 17:33:23 +04:00
|
|
|
|
</ul>
|
|
|
|
|
<p><?php p($l->t('For more info, please ask the person who sent this link.')); ?></p>
|
|
|
|
|
</li>
|
2013-08-18 13:02:08 +04:00
|
|
|
|
</ul>
|