diff options
author | Rémi Verschelde <akien@mageia.org> | 2013-05-19 14:59:45 +0000 |
---|---|---|
committer | Rémi Verschelde <akien@mageia.org> | 2013-05-19 14:59:45 +0000 |
commit | e2bfdf0388a447336d669c68cec6f3a3674e9a6d (patch) | |
tree | 92ff19cfcb4afcced917e270f0b1070f383ea58c /en/3/index.php | |
parent | 32c29d8e692d5c8f007b67bc436f8a1941f49ec4 (diff) | |
download | www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar.gz www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar.bz2 www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar.xz www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.zip |
Updating 3.en.lang. Fixing some php strings so that the extract2lang.php script can work them out (namely changing escaped single quotes to html '). Some translations may need to be adapted.
Diffstat (limited to 'en/3/index.php')
-rw-r--r-- | en/3/index.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/en/3/index.php b/en/3/index.php index 7596d4e78..057aff183 100644 --- a/en/3/index.php +++ b/en/3/index.php @@ -26,17 +26,17 @@ _lang_load($locale, '3'); <section> <a href="../downloads" title="Mageia 3"><img src="/g/3/mageia-3-desktop-550.png" alt="Mageia 3" style="width: 550px; display: block; margin: 2em auto 3em auto; box-shadow: 0 0 5px #aaa;"></a> <?php - _h('Mageia 3 is a GNU/Linux distribution for your computer, released by the <a href="%s">Mageia community</a>.', - array('../community')); + _h('Mageia 3 is a GNU/Linux distribution for your computer, released by the <a href="%s">Mageia community</a>.', array('../community')); - _h("What's new?", null, 'h2'); + _h('What's new?', null, 'h2'); _h('Too much to include here! See the <a href="https://wiki.mageia.org/en/Mageia_3_Release_Notes">release notes</a> for an extensive exposé.'); - _h('<a href="../downloads/" style="background: #1272B1; color: white; padding: 0.9em; margin: 1em; display: inline-block; text-shadow: 0 1px 6px #000; border-radius: 3px;">Download it right away!</a>'); - + #_h('<a href="../downloads/" style="background: #1272B1; color: white; padding: 0.9em; margin: 1em; display: inline-block; text-shadow: 0 1px 6px #000; border-radius: 3px;">Download it right away!</a>'); + ?> + <a href="../downloads/" style="background: #1272B1; color: white; padding: 0.9em; margin: 1em; display: inline-block; text-shadow: 0 1px 6px #000; border-radius: 3px;"><?php _h('Download it right away!');?></a> + <?php _h('Mageia in context', null, 'h2'); _h('Mageia is both a Community and a Linux Distribution, with Mageia 3 being our third release.'); - _h('Since the release of <a href="../1/">Mageia 1</a>, our offering has been consistently in the <a href="%s">top 10 of Distrowatch\'s most popular distributions</a>.', - array('http://distrowatch.com/popularity')); + _h('Since the release of <a href="../1/">Mageia 1</a>, our offering has been consistently in the <a href="%s">top 10 of Distrowatch's most popular distributions</a>.', array('http://distrowatch.com/popularity')); _h('Mageia 3 is supported by the <a href="../about/">Mageia.org nonprofit organisation</a>, which is governed by a body of recognized and elected contributors.'); _h('Mageia 3 has been made by more than 100 people from all around the world.'); |