aboutsummaryrefslogtreecommitdiffstats
path: root/en/for-server
diff options
context:
space:
mode:
authorRémi Verschelde <akien@mageia.org>2013-05-19 14:59:45 +0000
committerRémi Verschelde <akien@mageia.org>2013-05-19 14:59:45 +0000
commite2bfdf0388a447336d669c68cec6f3a3674e9a6d (patch)
tree92ff19cfcb4afcced917e270f0b1070f383ea58c /en/for-server
parent32c29d8e692d5c8f007b67bc436f8a1941f49ec4 (diff)
downloadwww-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar
www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar.gz
www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar.bz2
www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar.xz
www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.zip
Updating 3.en.lang. Fixing some php strings so that the extract2lang.php script can work them out (namely changing escaped single quotes to html &#39;). Some translations may need to be adapted.
Diffstat (limited to 'en/for-server')
-rw-r--r--en/for-server/index.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/en/for-server/index.php b/en/for-server/index.php
index 44a145db7..30dec3d97 100644
--- a/en/for-server/index.php
+++ b/en/for-server/index.php
@@ -25,12 +25,10 @@ _lang_load($locale, '3');
<section>
<?php
_h('Mageia 3 has all the main services and server packages you will need to run your server.');
- _h('Aside from the cross-section included here, you will find many others in the repositories: you can use rpmdrake to search for packages, or check the <a href="%s">Mageia App DB</a>.',
- array('http://mageia.madb.org'));
+ _h('Aside from the cross-section included here, you will find many others in the repositories: you can use rpmdrake to search for packages, or check the <a href="%s">Mageia App DB</a>.', array('http://mageia.madb.org'));
_h('Administration', null, 'h3');
- _h('For centralised administration, we include puppet 2.7.21; we use it widely in <a href="%s">our own infrastructure</a>.',
- array('http://svnweb.mageia.org/adm/puppet/'));
+ _h('For centralised administration, we include puppet 2.7.21; we use it widely in <a href="%s">our own infrastructure</a>.', array('http://svnweb.mageia.org/adm/puppet/'));
_h('The entire High Availability stack has been updated, and now includes drbd 8.4.2, Corosync 2.3.0 and Pacemaker 1.1.8.');
@@ -48,8 +46,7 @@ _lang_load($locale, '3');
<div class="para">
<?php
_h('For more information about these and other packages, check the <a href="https://wiki.mageia.org/en/Mageia_3_Release_Notes">Mageia 3 Release notes</a>.');
- _h('You can take a look at the <a href="%s">Mageia Application Database</a> to get a more complete list of Mageia packages.',
- array('http://mageia.madb.org/'));
+ _h('You can take a look at the <a href="%s">Mageia Application Database</a> to get a more complete list of Mageia packages.', array('http://mageia.madb.org/'));
?>
</div>
</body>