aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/about/media/index.php29
-rw-r--r--langs/en/about/media.en.lang41
2 files changed, 58 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>
diff --git a/langs/en/about/media.en.lang b/langs/en/about/media.en.lang
new file mode 100644
index 000000000..039442043
--- /dev/null
+++ b/langs/en/about/media.en.lang
@@ -0,0 +1,41 @@
+# Generated by extract2lang.php on 2012-08-06T17:34:11+02:00
+# Domain about/media
+
+# ../../svn/web/en/about/media/index.php +13
+;Mageia media files
+Mageia media files
+
+
+# ../../svn/web/en/about/media/index.php +22
+;Media files
+Media files
+
+
+# ../../svn/web/en/about/media/index.php +26
+;Logo
+Logo
+
+
+# ../../svn/web/en/about/media/index.php +27
+;<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>.
+<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>.
+
+
+# ../../svn/web/en/about/media/index.php +28
+;TODO: usage guidelines.
+TODO: usage guidelines.
+
+
+# ../../svn/web/en/about/media/index.php +32
+;Mageia 1 CD/DVD cover
+Mageia 1 CD/DVD cover
+
+
+# ../../svn/web/en/about/media/index.php +36
+;Licensed under CC-By-SA by Julie Guennegues.
+Licensed under CC-By-SA by Julie Guennegues.
+
+
+# ../../svn/web/en/about/media/index.php +40
+;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.
+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.