aboutsummaryrefslogtreecommitdiffstats
path: root/en/5
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2015-04-21 19:45:30 +0200
committerfilip <filip.komar@gmail.com>2015-04-21 19:45:30 +0200
commite22eee904a91967ddab8cde8c6632e74636fb13d (patch)
treefa6e05bf8e2d02885c60c63c51cca332323f2dab /en/5
parentb082ccbdd18da7e100a702178636649d26caf672 (diff)
downloadwww-e22eee904a91967ddab8cde8c6632e74636fb13d.tar
www-e22eee904a91967ddab8cde8c6632e74636fb13d.tar.gz
www-e22eee904a91967ddab8cde8c6632e74636fb13d.tar.bz2
www-e22eee904a91967ddab8cde8c6632e74636fb13d.tar.xz
www-e22eee904a91967ddab8cde8c6632e74636fb13d.zip
refresh of gettext files + some i18n simplification
Diffstat (limited to 'en/5')
-rwxr-xr-xen/5/download_index.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php
index 1adfd8279..97052e466 100755
--- a/en/5/download_index.php
+++ b/en/5/download_index.php
@@ -323,7 +323,11 @@ input[type="radio"], input[type="submit"] {
<div id='dualEx'>
<?php _g('Dualarch',null,'h3');?>
<?php _g('The dualarch DVD contains only a minimal list of packages and a lite desktop, %s, to fit on %sGB.',array('XFCE','1'),'p');
- _g('Dual iso size is intended to be small for advanced users, only network proprietary drivers are included. You will have to add remote non free media if you need some more. Furthermore UEFI is not supported.',null,'p');
+ echo '<p>';
+ _g('Dual iso size is intended to be small for advanced users, only network proprietary drivers are included.', null, ' ');
+ _g('You will have to add remote nonfree media if you need some more.', null,' ');
+ _g('Furthermore UEFI is not supported.');
+ echo '</p>';
_g('It can be used to install either a 32bit system or a 64bit system, the installer defaults to x86_64 when it detects a 64bit capable CPU.',null, 'p');
_g('This ISO is generally for advanced users and system administrator for fast deployment of Mageia.',null, 'p');?>
</div>