diff options
author | filip <filip.komar@gmail.com> | 2016-08-15 14:37:26 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-08-15 14:37:26 +0200 |
commit | e316300ed0aca2afc4bfb3f4afd68e4027c6d163 (patch) | |
tree | ec2f493daf75d3f0b68a6882a1f20f6310c37fe2 /en/doc | |
parent | 328d320f90725d9ff6c717dc484a3e8ec1467841 (diff) | |
download | www-e316300ed0aca2afc4bfb3f4afd68e4027c6d163.tar www-e316300ed0aca2afc4bfb3f4afd68e4027c6d163.tar.gz www-e316300ed0aca2afc4bfb3f4afd68e4027c6d163.tar.bz2 www-e316300ed0aca2afc4bfb3f4afd68e4027c6d163.tar.xz www-e316300ed0aca2afc4bfb3f4afd68e4027c6d163.zip |
Calenco sentance l10n
Diffstat (limited to 'en/doc')
-rw-r--r-- | en/doc/archive.php | 2 | ||||
-rw-r--r-- | en/doc/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php index 2d50c3ffa..2c40a9db9 100644 --- a/en/doc/archive.php +++ b/en/doc/archive.php @@ -26,7 +26,7 @@ require 'doc.php'; <h2><?php _g('Some More documentation')?></h2> <p><?php _g('Here you will find the documentation for the versions of Mageia that have reached their End-Of-Life.')?><br/> <?php _g('If you are looking for the current versions, see <a href="index.php">here</a>.')?></p> - <p>Documentation built using the <a href="http://www.neodoc.biz/">Calenco tool from NeoDoc</a>.</p> + <?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?> <hr> <h3>Mageia 4</h3> <div style="float: left; margin: 1em; width: 24em;"> diff --git a/en/doc/index.php b/en/doc/index.php index c186203e5..45b283d74 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -30,7 +30,7 @@ require 'doc.php'; <?php _g('Documentation of old versions are available in the <a href="archive.php">archive page</a>.')?></p> <p><?php _g('Those manuals are the result of common work of <a href="https://wiki.mageia.org/en/Documentation_team">documentation</a> and <a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)">translation</a> teams.')?><br/> <?php _g('Feel free to help us improving it!')?></p> - <p>Documentation built using the <a href="http://www.neodoc.biz/">Calenco tool from NeoDoc</a>.</p> + <?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?> <hr> <h3>Mageia 5</h3> <div style="float: left; margin: 1em; width: 24em;"> |