aboutsummaryrefslogtreecommitdiffstats
path: root/en/1/index.php
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-10-12 12:27:45 +0300
committerThomas Backlund <tmb@mageia.org>2014-10-12 12:27:45 +0300
commit9ce6d646ff718cd62f6434c9a4c94e450436612a (patch)
tree3ee82e5db7c0aee44a5573d9d17035c6ecac697d /en/1/index.php
parenta0b2d09125d7911656fe4cb286f20643c4432281 (diff)
downloadwww-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.gz
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.bz2
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.xz
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.zip
Revert "Updated Estonian translation"
Diffstat (limited to 'en/1/index.php')
-rw-r--r--en/1/index.php68
1 files changed, 68 insertions, 0 deletions
diff --git a/en/1/index.php b/en/1/index.php
new file mode 100644
index 000000000..ee21002a9
--- /dev/null
+++ b/en/1/index.php
@@ -0,0 +1,68 @@
+<?php
+
+define('HLANG', true);
+require '../../langs.php';
+include 'locales.php';
+
+$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
+
+?>
+<!DOCTYPE html>
+<html dir="ltr" lang="<?php echo $locale; ?>">
+<head>
+ <meta charset="utf-8">
+ <title><?php echo $_t['1_title']; ?></title>
+ <meta name="description" content="<?php echo $_t['1_desc']; ?>">
+ <meta name="keywords" content="<?php echo $_t['1_kw']; ?>">
+ <meta name="DC.date" content="2010-06-01" scheme="DCTERMS.W3CDTF">
+ <link rel="canonical" href="/<?php echo $locale; ?>/1/">
+ <link rel="stylesheet" href="/g/style/all.css">
+ <?php include '../../analytics.php'; ?>
+</head>
+<body class="release">
+ <?php echo $hsnav; ?>
+ <h1 id="mgnavt">Mageia 1</h1>
+ <div id="doc" class="yui-t7">
+ <?php include 'nav.php'; ?>
+ <div id="bd" role="main">
+ <div class="yui-g bb1">
+ <div class="para">
+ <img src="/g/1/screenshots/opt-mageia-450.jpg" alt="<?php echo $_t['img_desktop']; ?>" class="rel-desktop-home rel-home1">
+
+ <h2 class="download-btn"><a href="/downloads/"><?php echo $_t['download_it']; ?></a></h2>
+
+ <p><?php echo $_t['mageia_is']; ?></p>
+
+ <h3><?php echo $_t['h3_what_is']; ?></h3>
+ <p><?php echo $_t['plenty_see_notes']; ?></p>
+
+ <div class="clear"></div>
+
+ <h3><?php echo $_t['h3_context']; ?></h3>
+ <p><?php echo $_t['mageia_began']; ?></p>
+ <p><?php echo $_t['our_work']; ?></p>
+ <p><?php echo $_t['encourage_you']; ?></p>
+
+ <hr>
+
+ <p><?php echo $_t['9_months']; ?></p>
+ <p><?php echo $_t['people']; ?></p>
+ <p><?php echo $_t['prereleases']; ?></p>
+ <p><?php echo $_t['servers']; ?></p>
+ <p><?php echo $_t['languages']; ?></p>
+ <p><?php echo $_t['distribution']; ?></p>
+ <p><?php echo $_t['users']; ?></p>
+ <p><?php echo $_t['in_for_you']; ?></p>
+ </div>
+ </div>
+ <div class="yui-g bb1">
+ <div class="yui-u first rb1">
+ </div>
+ <div class="yui-u">
+ </div>
+ </div>
+ <?php include 'nav.php'; ?>
+ </div>
+ </div>
+</body>
+</html>