summaryrefslogtreecommitdiffstats
path: root/site/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/footer.php')
-rw-r--r--site/footer.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/site/footer.php b/site/footer.php
index 6e9fab5..6c5c969 100644
--- a/site/footer.php
+++ b/site/footer.php
@@ -18,10 +18,9 @@
*/
?>
<p>
- This page is released under <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3 or higher</a>,
- and available in a <a href="<?php echo $lbWebsiteGitwebAddress; ?>">git repository</a>.
+ <?php echo gettext("This page is released under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU AGPLv3 or higher</a>, and available in a git repository:"); ?>
+ <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo gettext("browse the repository"); ?></a>.
</p>
<p>
- This website is hosted on a libreboot system, running a
- <a href='https://www.gnu.org/distros/'>fully libre GNU/Linux distribution</a>.
+ <?php echo gettext("This website is hosted on a libreboot system, running a <a href=\"https://www.gnu.org/distros/\">fully libre GNU/Linux distribution</a>."); ?>
</p>