aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc/archive.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2014-03-19 21:11:55 +0000
committerFilip Komar <filip@mageia.org>2014-03-19 21:11:55 +0000
commit6848ab831530f925fa79de6dbc7211c0572fc096 (patch)
tree8a97db9e3935a90969ea9b7e5d8f8fce962ae5ad /en/doc/archive.php
parentb064da86a6f89046aec578ff9df2790b3ff9dec6 (diff)
downloadwww-6848ab831530f925fa79de6dbc7211c0572fc096.tar
www-6848ab831530f925fa79de6dbc7211c0572fc096.tar.gz
www-6848ab831530f925fa79de6dbc7211c0572fc096.tar.bz2
www-6848ab831530f925fa79de6dbc7211c0572fc096.tar.xz
www-6848ab831530f925fa79de6dbc7211c0572fc096.zip
page documentation and it's archive converted to gettext
Diffstat (limited to 'en/doc/archive.php')
-rw-r--r--en/doc/archive.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php
index 76d02cac6..5ea7bfc9a 100644
--- a/en/doc/archive.php
+++ b/en/doc/archive.php
@@ -1,7 +1,7 @@
<?php
define('HLANG', true);
require '../../langs.php';
-_lang_load($locale, 'documentation');
+$dictionary = read_translation_file($locale, 'documentation');
require 'doc.php';
@@ -9,27 +9,27 @@ require 'doc.php';
<html lang="<?php echo $locale; ?>" dir="ltr">
<head>
<meta charset="utf-8">
- <title><?php _e('Mageia Documentation\'s Archive')?></title>
- <meta name="description" content="<?php _e('Documentation for previous releases of Mageia distribution and its tools.')?>">
- <meta name="keywords" content="<?php _e('doc,documentation,help,guide,installer,installation,mageia,linux')?>">
+ <title><?php _g('Mageia Documentation\'s Archive')?></title>
+ <meta name="description" content="<?php _g('Documentation for previous releases of Mageia distribution and its tools.')?>">
+ <meta name="keywords" content="<?php _g('doc,documentation,help,guide,installer,installation,mageia,linux')?>">
<link rel="stylesheet" href="/g/style/all.css" type="text/css">
<?php include '../../analytics.php'; ?>
</head>
<body class="doc">
<?php echo $hsnav; ?>
- <h1 id="mgnavt"><?php _e('Mageia Documentation\'s Archive')?></h1>
+ <h1 id="mgnavt"><?php _g('Mageia Documentation\'s Archive')?></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><?php _e('Some More documentation')?></h2>
- <p><?php _e('Here you will find the documentation for the versions of Mageia that have reached their End-Of-Life.')?><br/>
- <?php _e('If you are looking for the current versions, see <a href="index.php">here</a>.')?></p>
+ <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>
<hr>
<h3>Mageia 2</h3>
<div style="float: left; margin: 2em;">
<p><?php
- doc_list(_t('Installer'), 'installer', 2, '<a href="//doc.mageia.org/installer/2/%s/content/index.html">HTML</a>');
+ doc_list(_r('Installer'), 'installer', 2, '<a href="//doc.mageia.org/installer/2/%s/content/index.html">HTML</a>');
?></p>
</div>
</div>
@@ -38,8 +38,8 @@ require 'doc.php';
</div>
<div style="margin-left: 2em;">
<hr>
- <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>
+ <p><a href="//www.mageia.org/<?php echo $locale; ?>/map/"><?php _g('Mageia sitemap')?></a>
+ | <a href="//www.mageia.org/<?php echo $locale; ?>/support/"><?php _g('Support')?></a></p>
</div>
</body>
</html>