diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/index.php | 5 | ||||
-rw-r--r-- | en/index_locales.php | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/en/index.php b/en/index.php index 6db5878f9..3263c7285 100644 --- a/en/index.php +++ b/en/index.php @@ -40,6 +40,7 @@ $nav = array( hr { display: none; } ol, ul { margin: 0; padding: 0; list-style: none; } h1, h2 { font-size: 40px; font-weight: normal; margin-top: 0; } + a[hreflang]:after { color:#d0d0ff; font-style:italic; content: "\A0["attr(hreflang)"]"; } #master { padding: 2em; @@ -234,8 +235,8 @@ $nav = array( <span class="dl-btn"><?php _e('dl-version'); ?></span> </a> <p class="dl-info"> - <a href="https://wiki.mageia.org/en/Mageia_2_Release_Notes"><?php _e('dl-rel-notes'); ?></a>, - <a href="https://wiki.mageia.org/en/Mageia_2_Errata">errata</a>. + <a hreflang="en" href="https://wiki.mageia.org/en/Mageia_2_Release_Notes"><?php _e('dl-rel-notes'); ?></a>, + <a hreflang="en" href="https://wiki.mageia.org/en/Mageia_2_Errata">errata</a>. </p> </li> <li><a href="contribute/" id="dl-btn-other"><?php _e('dl-contribute'); ?></a> diff --git a/en/index_locales.php b/en/index_locales.php index a774680b1..42157d27e 100644 --- a/en/index_locales.php +++ b/en/index_locales.php @@ -68,10 +68,11 @@ $_t = array( 'For server' => 'Pour serveur', 'News' => 'Actualités', 'Community' => 'Communauté', - 'About Mageia.Org' => 'À propos', + 'About Mageia.Org' => 'À propos de Mageia.Org', 'Privacy policy' => 'Respect de la vie privée', 'Legal' => 'Mentions légales', - 'Support' => 'Assistance' + 'Support' => 'Assistance', + 'Sitemap' => 'Carte du site' ), 'de' => array( 'page_title' => 'Mageia - Eine neue Linux Distribution', |