Welcome to mirror list, hosted at ThFree Co, Russian Federation.

part.404.php « templates « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ef117d752488d073827ce2f77bc76e1d18c0703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>
			<li><?php p($l->t('sharing is disabled')); ?></li>
		</ul>
		<p><?php p($l->t('For more info, please ask the person who sent this link.')); ?></p>
	</li>
</ul>