aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/media
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2012-08-06 15:41:23 +0000
committerFilip Komar <filip@mageia.org>2012-08-06 15:41:23 +0000
commitff2680dfaf204d87c2cc5c006ff7b56f46f31ff1 (patch)
tree58456c797ba673cd3538aa28932c9394a5bafe12 /en/about/media
parentbecd9350fb9d97d37168f5ba6472238426e78f55 (diff)
downloadwww-ff2680dfaf204d87c2cc5c006ff7b56f46f31ff1.tar
www-ff2680dfaf204d87c2cc5c006ff7b56f46f31ff1.tar.gz
www-ff2680dfaf204d87c2cc5c006ff7b56f46f31ff1.tar.bz2
www-ff2680dfaf204d87c2cc5c006ff7b56f46f31ff1.tar.xz
www-ff2680dfaf204d87c2cc5c006ff7b56f46f31ff1.zip
media page switched to lang tr. system
Diffstat (limited to 'en/about/media')
-rw-r--r--en/about/media/index.php29
1 files changed, 17 insertions, 12 deletions
diff --git a/en/about/media/index.php b/en/about/media/index.php
index 7473d3596..cb09346f7 100644
--- a/en/about/media/index.php
+++ b/en/about/media/index.php
@@ -1,8 +1,16 @@
<!DOCTYPE html>
-<html dir="ltr" lang="en">
+<?php
+
+define('HLANG', true);
+require '../../../langs.php';
+
+_lang_load($locale, "about/media");
+
+?><!DOCTYPE html>
+<html dir="ltr" lang="<?php echo $locale ?>">
<head>
<meta charset="utf-8">
- <title>Mageia media files</title>
+ <title><?php _e('Mageia media files')?></title>
<meta name="description" content="Mageia">
<meta name="keywords" content="mageia">
<meta name="author" content="Mageia">
@@ -11,28 +19,25 @@
</head>
<body class="about">
<?php include '../../../langs.php'; ?>
- <h1 id="mgnavtitle">Media files</h1>
+ <h1 id="mgnavtitle"><?php _e('Media files')?></h1>
<div id="doc" class="yui-t7">
<div id="bd" role="main">
<div class="yui-g"><div class="para">
- <h2>Logo</h2>
- <p><a href="/g/media/logo/mageia-2011.png"><img src="/g/media/logo/t-mageia-2011.png"><br>PNG</a> or
- <a href="/g/media/logo/mageia-2011.svg">SVG</a>.</p>
- <p>TODO: usage guidelines.</p>
+ <h2><?php _e('Logo')?></h2>
+ <p><?php _e('<a href="/g/media/logo/mageia-2011.png"><img src="/g/media/logo/t-mageia-2011.png"><br>PNG</a> or <a href="/g/media/logo/mageia-2011.svg">SVG</a>.')?></p>
+ <p><?php _e('TODO: usage guidelines.')?></p>
<hr>
- <h2>Mageia 1 CD/DVD cover</h2>
+ <h2><?php _e('Mageia 1 CD/DVD cover')?></h2>
<p><a href="/g/media/covers/print-1.png"><img src="/g/media/covers/t-print-1.png" alt=""></a>
<a href="/g/media/covers/print-2.png"><img src="/g/media/covers/t-print-2.png" alt=""></a>
<a href="/g/media/covers/print-3.png"><img src="/g/media/covers/t-print-3.png" alt=""></a></p>
- <p>Licensed under CC-By-SA by Julie Guennegues.</p>
+ <p><?php _e('Licensed under CC-By-SA by Julie Guennegues.')?></p>
<hr>
- <p>Please consult <a href="https://wiki.mageia.org/en/Artwork_team">artwork team</a>
- or <a href="https://wiki.mageia.org/en/Marcom_Team">marcom' team</a>
- if you have questions/concerns about using these files.</p>
+ <p><?php _e('Please consult <a href="https://wiki.mageia.org/en/Artwork_team">artwork team</a> or <a href="https://wiki.mageia.org/en/Marcom_Team">marcom\' team</a> if you have questions/concerns about using these files.')?></p>
</div></div>
</div>