aboutsummaryrefslogtreecommitdiffstats
path: root/en/5
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-03-22 18:09:35 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-03-22 18:09:35 +0000
commitcfe393309f47da32b263eee8c957d6aef6c2511d (patch)
tree5481e1cd02d03de3896ed88a50faf9ef78e772ae /en/5
parenta22b617f8c9dc7ecbdd82336569b979ad357a8c2 (diff)
downloadwww-cfe393309f47da32b263eee8c957d6aef6c2511d.tar
www-cfe393309f47da32b263eee8c957d6aef6c2511d.tar.gz
www-cfe393309f47da32b263eee8c957d6aef6c2511d.tar.bz2
www-cfe393309f47da32b263eee8c957d6aef6c2511d.tar.xz
www-cfe393309f47da32b263eee8c957d6aef6c2511d.zip
some fix in the mga5/dl_index
Diffstat (limited to 'en/5')
-rwxr-xr-xen/5/download_index.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php
index 70833f952..75fc561e2 100755
--- a/en/5/download_index.php
+++ b/en/5/download_index.php
@@ -7,7 +7,7 @@ $release = 'alpha1';
define('HLANG', true);
require '../../langs.php';
-$dictionary = read_translation_file($locale, cauldron);
+$dictionary = read_translation_file($locale, "cauldron");
require '../downloads/get/lib.php';
function get_mageia_image_file_name($name, $version, $release, $variant = null, $arch, $medium, $ext)
@@ -138,8 +138,7 @@ echo _r('forthcoming');
<div class="para" id="live">
<h2><?php _g('LiveCDs and LiveDVDs');?></h2>
<p class="dlinfo"><?php _g('Use LiveCDs and LiveDVDs for fresh new installs ONLY.');?>
- <span class="warn"><?php _g('DO NOT use these LiveCDs or LiveDVDs to upgrade from from the
-prior Mageia release!'); ?></span>
+ <span class="warn"><?php _g('DO NOT use these LiveCDs or LiveDVDs to upgrade from from the prior Mageia release!'); ?></span>
<?php _g('Use above DVD or CD and see <a href="%s" hreflang="en">upgrade guide</a>.', array($upgradeguide));?></p>
<table class="fr-table dlt2">
<thead>
@@ -248,7 +247,7 @@ prior Mageia release!'); ?></span>
<li><?php _g('<a href="%s">Which to choose</a>', array('https://wiki.mageia.org/en/Installation_Media'))?></li>
<li><?php _g('<a href="%s">Get ISO on USB flash stick</a>', array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_stick.3F'))?></li>
<li><?php _g('Newcomer? <a href="%s">Here\'s a wiki page for you.</a>', array('https://wiki.mageia.org/en/Newcomers_start_here'))?></li>
- <li><?php _g('Help us on'); echo' <a href="../contribute">',"$name $version";?></a></li>
+ <li><?php _g('Help us on %s', array('<a href="../contribute">Mageia 5</a>'))?></li>
</ul>
<?php /*
echo '<br><br>';