mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Make copyright notice translatable
Fixes FS#46747. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
34800e5ecf
commit
fd6ba76431
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<?php if ($ver): ?>
|
<?php if ($ver): ?>
|
||||||
<p>aurweb <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
|
<p>aurweb <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<p>Copyright © 2004-<?= date("Y") ?> aurweb Development Team.</p>
|
<p><?= __('Copyright %s 2004-%d aurweb Development Team.', '©', date('Y'))</p>
|
||||||
<p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
|
<p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue