diff options
author | Filip Komar <filip@mageia.org> | 2013-12-29 12:29:32 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-12-29 12:29:32 +0000 |
commit | c534442ba3dae762a8d96e611ec0b8660fd86016 (patch) | |
tree | 07d62b7013fd164dde1fb6612d4f9d29f8e0fa69 /en/doc/index.php | |
parent | 39e22614f33ee0adbd7a8e8399c9d5c204d96771 (diff) | |
download | www-c534442ba3dae762a8d96e611ec0b8660fd86016.tar www-c534442ba3dae762a8d96e611ec0b8660fd86016.tar.gz www-c534442ba3dae762a8d96e611ec0b8660fd86016.tar.bz2 www-c534442ba3dae762a8d96e611ec0b8660fd86016.tar.xz www-c534442ba3dae762a8d96e611ec0b8660fd86016.zip |
first step for translating strings on doc entry page
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index 9c75fb4a1..bc44cc464 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -7,25 +7,24 @@ _lang_load($locale, 'documentation'); <html lang="<?php echo $locale; ?>" dir="ltr"> <head> <meta charset="utf-8"> - <title>Mageia Documentation</title> - <meta name="description" content="Documentation for Mageia distribution and its tools."> - <meta name="keywords" content="doc,documentation,help,guide,installer,installation,mageia,linux"> + <title><?php _e('Mageia Documentation')?></title> + <meta name="description" content="<?php _e('Documentation for Mageia distribution and its tools.')?>"> + <meta name="keywords" content="<?php _e('doc,documentation,help,guide,installer,installation,mageia,linux')?>"> <link rel="stylesheet" href="/g/style/all.css" type="text/css"> </head> <body class="doc"> <?php echo $hsnav; ?> - <h1 id="mgnavt">Mageia Documentation</h1> + <h1 id="mgnavt"><?php _e('Mageia Documentation')?></h1> <div id="doc" class="yui-t7"> <div id="bd" role="main"> <div class="yui-g"> <div class="para donate" style="padding-top: 2em;"> - <h2>Find your documentation</h2> - <p>Select the manual, the release of Mageia and the language you want to - see. </p> + <h2><?php _e('Find your documentation')?></h2> + <p><?php _e('Select the manual, the release of Mageia and the language you want to see.')?></p> <hr> <h3>Mageia 3</h3> <div style="float: left; margin: 2em;"> - <h4>Installer</h4> + <h4><?php _e('Installer')?></h4> <p><a href="//doc.mageia.org/installer/3/de/content/index.html">Deutsch</a><br/> <a href="//doc.mageia.org/installer/3/el/content/index.html">Ελληνικά</a><br/> <a href="//doc.mageia.org/installer/3/en/content/index.html">English</a><br/> @@ -38,7 +37,7 @@ _lang_load($locale, 'documentation'); <a href="//doc.mageia.org/installer/3/uk/content/index.html">Українська</a></p> </div> <div style="float: right; margin: 2em;"> - <h4>Control Center</h4> + <h4><?php _e('Control Center')?></h4> <p><a href="//doc.mageia.org/mcc/3/en/content/index.html">English</a><br/> <a href="//doc.mageia.org/mcc/3/et/content/index.html">Eesti</a><br/> <a href="//doc.mageia.org/mcc/3/fr/content/index.html">Français</a><br/></p> @@ -46,7 +45,7 @@ _lang_load($locale, 'documentation'); <hr style="clear: both;"> <h3>Mageia 2</h3> <div style="float: left; margin: 2em;"> - <h4>Installer</h4> + <h4><?php _e('Installer')?></h4> <p><a href="//doc.mageia.org/installer/2/de/content/index.html">Deutsch</a><br/> <a href="//doc.mageia.org/installer/2/el/content/index.html">Ελληνικά</a><br/> <a href="//doc.mageia.org/installer/2/en/content/index.html">English</a><br/> @@ -62,8 +61,8 @@ _lang_load($locale, 'documentation'); </div> <div style="margin-left: 2em;"> <hr> - <p><a href="//www.mageia.org/map/">Mageia</a> - | <a href="//www.mageia.org/support/">Support</a></p> + <p><a href="//www.mageia.org/<?php echo $locale; ?>/map/"><?php _e('Mageia sitemap')?></a> + | <a href="//www.mageia.org/<?php echo $locale; ?>/support/"><?php _e('Support')?></a></p> </div> </body> </html> |