diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-24 13:12:45 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-24 13:12:45 (EDT) |
commit | eb73ed07b217743bf7a2c589f112657d60dd3cbb (patch) | |
tree | 407703ee430d8bae83e8c7714833bc95131184de /site/footer.php | |
parent | 8908f6083ebbf3abab90bb291c4c8d15ee80f409 (diff) | |
download | libreboot.org-eb73ed07b217743bf7a2c589f112657d60dd3cbb.zip libreboot.org-eb73ed07b217743bf7a2c589f112657d60dd3cbb.tar.gz libreboot.org-eb73ed07b217743bf7a2c589f112657d60dd3cbb.tar.bz2 |
switch to gettext() - TODO: i18n
Diffstat (limited to 'site/footer.php')
-rw-r--r-- | site/footer.php | 7 |
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> |