aboutsummaryrefslogtreecommitdiffstats
path: root/en/5/download_index.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2014-03-23 12:16:53 +0000
committerFilip Komar <filip@mageia.org>2014-03-23 12:16:53 +0000
commitf930b5666b5822404b944eadcd4a6ac38e55d94e (patch)
treeb5fd04b07bcdb39ef4d25cc2c5eba833b66b38e0 /en/5/download_index.php
parent9b32c3b8667390705d389845763ae2afdc0cc9ff (diff)
downloadwww-f930b5666b5822404b944eadcd4a6ac38e55d94e.tar
www-f930b5666b5822404b944eadcd4a6ac38e55d94e.tar.gz
www-f930b5666b5822404b944eadcd4a6ac38e55d94e.tar.bz2
www-f930b5666b5822404b944eadcd4a6ac38e55d94e.tar.xz
www-f930b5666b5822404b944eadcd4a6ac38e55d94e.zip
all mga4 pages converted to gettext + some identation cleanup
Diffstat (limited to 'en/5/download_index.php')
-rwxr-xr-xen/5/download_index.php148
1 files changed, 74 insertions, 74 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php
index c60550917..ab22a6d84 100755
--- a/en/5/download_index.php
+++ b/en/5/download_index.php
@@ -14,7 +14,7 @@ function get_mageia_image_file_name($name, $version, $release, $variant = null,
{
$va = empty($variant) ? $arch : $variant . '-' . $arch;
$re = empty($release) ? $va : $release . '-' . $va;
-
+
return implode('-', array($name, $version, $re, $medium)) . $ext;
}
@@ -34,7 +34,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me
$bit = '';
break;
}
-
+
echo _r('forthcoming');
/*echo $torrent && $unavailabletorrent ? sprintf(_t('forthcoming')) : sprintf('<a rel="nofollow" href="../downloads/get/?q=%s%s" title="%s">%s</a>',
@@ -59,27 +59,27 @@ echo _r('forthcoming');
<link rel="stylesheet" href="/g/style/all.css">
<?php include '../../analytics.php'; ?>
<style>
- .unstable-release-warning {
- padding: 1em 1em 1em 2.2em;
- margin: 0;
- background: #cc0000;
- color: white;
- text-align: center;
- }
+ .unstable-release-warning {
+ padding: 1em 1em 1em 2.2em;
+ margin: 0;
+ background: #cc0000;
+ color: white;
+ text-align: center;
+ }
</style>
</head>
<body class="release downloads">
<?php echo $hsnav; ?>
<h1 id="mgnavt"><?php echo sprintf(_g('Download') . ' <strong>%s %s %s</strong>',$name, $version, $release)?></h1>
- <?php include '../'.$version.'/nav.php'; ?>
- <p class="unstable-release-warning"><?php _g('Be careful! This is a alpha, unstable release.');
-//_g('Be careful! This is a beta, unstable release.');
-//_g('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>');
-//_g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for December 2014.'); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p>
+ <?php include '../'.$version.'/nav.php'; ?><p class="unstable-release-warning"><?php
+ _g('Be careful! This is a alpha, unstable release.');
+// _g('Be careful! This is a beta, unstable release.');
+// _g('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>');
+// _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for December 2014.'); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p>
<div id="doc4" class="yui-t7">
<div id="bd" role="main">
<div class="yui-ge bb1">
- <div class="yui-u first rb1">
+ <div class="yui-u first rb1">
<div class="para" id="classical">
<h2><?php _g('Classical Installation Flavours')?></h2>
<table class="fr-table dlt2">
@@ -88,7 +88,7 @@ echo _r('forthcoming');
<th><?php _g('Format');?></th>
<th class="size"><?php _g('size');?></th>
<th><?php _g('link');?></th>
- <th><?php _g('BitTorrent');?></th>
+ <th><?php _g('BitTorrent');?></th>
</tr>
</thead>
<tbody>
@@ -96,33 +96,33 @@ echo _r('forthcoming');
<th class="name" style="width:60%">DVD 32bit<br>DVD 64bit<br>
<span class="dlinfo"><?php _g('Desktop'); ?>: GNOME, KDE, XFCE, Mate, Cinnamon, LXDE, ...</span></th>
<td class="size">3.9GB</td>
- <td>
- <?php dl_link($name,$version,$release,null,'i586','DVD',false);
- echo '<br>';
- dl_link($name,$version,$release,null,'x86_64','DVD',false);
- echo '</td><td>';
- dl_link($name,$version,$release,null,'i586','DVD',true);
- echo '<br>';
- dl_link($name,$version,$release,null,'x86_64','DVD',true);?>
- </td>
- </tr>
+ <td>
+ <?php dl_link($name,$version,$release,null,'i586','DVD',false);
+ echo '<br>';
+ dl_link($name,$version,$release,null,'x86_64','DVD',false);
+ echo '</td><td>';
+ dl_link($name,$version,$release,null,'i586','DVD',true);
+ echo '<br>';
+ dl_link($name,$version,$release,null,'x86_64','DVD',true);?>
+ </td>
+ </tr>
<tr>
<th class="name">DVD dualarch<br>
<span class="dlinfo"><?php _g('Desktop'); ?>: XFCE</span></th>
<td class="size">1GB</td>
- <td>
- <?php dl_link($name,$version,$release,null,'dual','DVD',false);?>
- </td><td>
- <?php dl_link($name,$version,$release,null,'dual','DVD',true);?>
- </td>
+ <td>
+ <?php dl_link($name,$version,$release,null,'dual','DVD',false);?>
+ </td><td>
+ <?php dl_link($name,$version,$release,null,'dual','DVD',true);?>
+ </td>
</tr>
</tbody>
</table>
<p class="dlinfo"><?php _g('Notes:'); ?></p>
<ul class="dlinfo hl">
- <li>
- <?php _g('Up to 167 locales are supported:'); ?>
+ <li>
+ <?php _g('Up to 167 locales are supported:'); ?>
Deutsch, English, español, français, italiano, português, svenska, nederlands,
polski, dansk, Русский
<?php _g('and so much more!'); ?>
@@ -138,8 +138,8 @@ 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>
- <?php _g('Use above DVD or CD and see <a href="%s" hreflang="en">upgrade guide</a>.', array($upgradeguide));?></p>
+ <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>
<tr>
@@ -154,47 +154,47 @@ echo _r('forthcoming');
<th class="name" style="width:60%">LiveDVD KDE<br>
<span class="dlinfo"><?php _g('All languages')?></span></th>
<td class="size">1.4GB</td>
- <td>
- <?php dl_link($name,$version,$release,'LiveDVD-KDE4','i586','DVD',false);
- echo '<br>';
- dl_link($name,$version,$release,'LiveDVD-KDE4','x86_64','DVD',false);
- echo '</td><td>';
- dl_link($name,$version,$release,'LiveDVD-KDE4','i586','DVD',true);
- echo '<br>';
- dl_link($name,$version,$release,'LiveDVD-KDE4','x86_64','DVD',true);?>
- </td>
+ <td>
+ <?php dl_link($name,$version,$release,'LiveDVD-KDE4','i586','DVD',false);
+ echo '<br>';
+ dl_link($name,$version,$release,'LiveDVD-KDE4','x86_64','DVD',false);
+ echo '</td><td>';
+ dl_link($name,$version,$release,'LiveDVD-KDE4','i586','DVD',true);
+ echo '<br>';
+ dl_link($name,$version,$release,'LiveDVD-KDE4','x86_64','DVD',true);?>
+ </td>
</tr>
<tr>
<th class="name">LiveDVD GNOME<br>
<span class="dlinfo"><?php _g('All languages')?></span></th>
<td class="size">1.4GB</td>
- <td>
- <?php dl_link($name,$version,$release,'LiveDVD-GNOME','i586','DVD',false);
- echo '<br>';
- dl_link($name,$version,$release,'LiveDVD-GNOME','x86_64','DVD',false);
- echo '</td><td>';
- dl_link($name,$version,$release,'LiveDVD-GNOME','i586','DVD',true);
- echo '<br>';
- dl_link($name,$version,$release,'LiveDVD-GNOME','x86_64','DVD',true);?>
- </td>
+ <td>
+ <?php dl_link($name,$version,$release,'LiveDVD-GNOME','i586','DVD',false);
+ echo '<br>';
+ dl_link($name,$version,$release,'LiveDVD-GNOME','x86_64','DVD',false);
+ echo '</td><td>';
+ dl_link($name,$version,$release,'LiveDVD-GNOME','i586','DVD',true);
+ echo '<br>';
+ dl_link($name,$version,$release,'LiveDVD-GNOME','x86_64','DVD',true);?>
+ </td>
<tr>
<th class="name">LiveCD KDE<br>
<span class="dlinfo"><?php _g('English only')?></span></th>
<td class="size">700MB</td>
- <td>
- <?php dl_link($name,$version,$release,'LiveCD-KDE4-en','i586','CD',false);
- echo '</td><td>';
- dl_link($name,$version,$release,'LiveCD-KDE4-en','i586','CD',true);?>
- </td>
+ <td>
+ <?php dl_link($name,$version,$release,'LiveCD-KDE4-en','i586','CD',false);
+ echo '</td><td>';
+ dl_link($name,$version,$release,'LiveCD-KDE4-en','i586','CD',true);?>
+ </td>
</tr>
<tr>
<th class="name">LiveCD GNOME<br>
<span class="dlinfo"><?php _g('English only')?></span></th>
<td class="size">700MB</td>
- <td>
- <?php dl_link($name,$version,$release,'LiveCD-GNOME-en','i586','CD',false);
- echo '</td><td>';
- dl_link($name,$version,$release,'LiveCD-GNOME-en','i586','CD',true);?>
+ <td>
+ <?php dl_link($name,$version,$release,'LiveCD-GNOME-en','i586','CD',false);
+ echo '</td><td>';
+ dl_link($name,$version,$release,'LiveCD-GNOME-en','i586','CD',true);?>
</tr>
</tbody>
@@ -204,7 +204,7 @@ echo _r('forthcoming');
<div class="para">
<h2><?php _g('Wired Network-based Installation CD')?></h2>
- <p class="dlinfo"><?php _g('Download quickly and immediately boot into install mode from <em>wired</em> network or a local disk.')?>
+ <p class="dlinfo"><?php _g('Download quickly and immediately boot into install mode from <em>wired</em> network or a local disk.')?>
<span class="warn"><?php _g('These ISOs change frequently, and as it give real state of Cauldron, they may not work. If it is the case, use above one.'); ?></span></p>
<table class="fr-table dlt2">
@@ -219,19 +219,19 @@ echo _r('forthcoming');
<tr>
<th><?php _g('Network installer, Free Software CD')?></th>
<td class="size">27MB<br>53MB</td>
- <td><?php dl_link($name,$version,$release,'Boot','i586','CD',false);
- echo '<br>';
- dl_link($name,$version,$release,'Boot','x86_64','CD',false);?>
- </td>
+ <td><?php dl_link($name,$version,$release,'Boot','i586','CD',false);
+ echo '<br>';
+ dl_link($name,$version,$release,'Boot','x86_64','CD',false);?>
+ </td>
</tr>
<tr>
<th><?php _g('Network installer + nonfree firmware CD')?><br>
<span class="dlinfo"><?php _g('needed for some disc controllers, some network cards, etc.')?></span></th>
<td class="size">37MB<br>74MB</td>
- <td><?php dl_link($name,$version,$release,'Boot-nonfree','i586','CD',false);
- echo '<br>';
- dl_link($name,$version,$release,'Boot-nonfree','x86_64','CD',false);?>
- </td>
+ <td><?php dl_link($name,$version,$release,'Boot-nonfree','i586','CD',false);
+ echo '<br>';
+ dl_link($name,$version,$release,'Boot-nonfree','x86_64','CD',false);?>
+ </td>
</tr>
</tbody>
</table>
@@ -264,18 +264,18 @@ echo _r('forthcoming');
_g('see the <a href="%s" hreflang="en">upgrade guide</a>', array($upgradeguide), 'li');
echo '</ul><br><br>';
-
+
_g('Looking for %s ?', array('Mageia 4'), 'h3');
echo '<p>';
_g('It is <a href="%s">here</a>.', array('../4/'),' ');
echo '<span class="warn">', _g('But please remember that it already <a href="%s">reached EOL</a>.',array('https://blog.mageia.org/en/2013/11/21/farewell-mageia-2/')) . '</span>';
- echo '</p>';
+ echo '</p>';
_g('Need more challenge?', null, 'h3');
- _g('You can <a href="%s">help</a> us <a href="%s">on %s</a>.', array('../contribute/','../contribute/','Mageia 6'));
+ _g('You can <a href="%s">help</a> us <a href="%s">on %s</a>.', array('../contribute/','../contribute/','Mageia 6'));
*/ ?>
</div>
<hr>