diff options
author | Filip Komar <filip@mageia.org> | 2014-03-21 18:26:07 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2014-03-21 18:26:07 +0000 |
commit | 4a0b888b6afe09f272483fbe161424494f6a09bc (patch) | |
tree | ee0d1268ab3f71bd1f9073a5e80f9bbd4b8a4e40 /en/3/for-server | |
parent | c80c2ccae63165320a085f35a9aec2d9ea48d813 (diff) | |
download | www-4a0b888b6afe09f272483fbe161424494f6a09bc.tar www-4a0b888b6afe09f272483fbe161424494f6a09bc.tar.gz www-4a0b888b6afe09f272483fbe161424494f6a09bc.tar.bz2 www-4a0b888b6afe09f272483fbe161424494f6a09bc.tar.xz www-4a0b888b6afe09f272483fbe161424494f6a09bc.zip |
mga3 pages converted to gettext
Diffstat (limited to 'en/3/for-server')
-rw-r--r-- | en/3/for-server/index.php | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/en/3/for-server/index.php b/en/3/for-server/index.php index ed0405105..e36d45f14 100644 --- a/en/3/for-server/index.php +++ b/en/3/for-server/index.php @@ -2,14 +2,14 @@ define('HLANG', true); require '../../../langs.php'; -_lang_load($locale, '3'); +$dictionary = read_translation_file($locale, '3'); ?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>"> <head> <meta charset="utf-8"> - <title><?php _e('Mageia 3, for your server')?></title> + <title><?php _g('Mageia 3, for your server')?></title> <link rel="stylesheet" href="/g/style/all.css"> <style> .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; } @@ -19,34 +19,34 @@ _lang_load($locale, '3'); </head> <body class="downloads"> <?php echo $hsnav; ?> - <h1 id="mgnavtitle"><a href="../3/">Mageia 3</a> » <?php _e('for your server')?></h1> + <h1 id="mgnavtitle"><a href="../3/">Mageia 3</a> » <?php _g('for your server')?></h1> <?php include '../nav.php'; ?> <div class="para" style="width: 600px;"> <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')); + _g('Mageia 3 has all the main services and server packages you will need to run your server.', null, 'p'); + _g('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'), 'p'); - _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('//svnweb.mageia.org/adm/puppet/')); + _g('Administration', null, 'h3'); + _g('For centralised administration, we include puppet 2.7.21; we use it widely in <a href="%s">our own infrastructure</a>.', array('//svnweb.mageia.org/adm/puppet/'), 'p'); - _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.'); + _g('The entire High Availability stack has been updated, and now includes drbd 8.4.2, Corosync 2.3.0 and Pacemaker 1.1.8.', null, 'p'); - _h('Databases', null, 'h3'); - _h('Databases included are PostgreSQL 8.4.17; MariaDB 5.5.28, which replaces MySQL; BDB.'); - _h('And there are NoSQL servers too: CouchDB 1.2.1, Redis 2.6.5, MongoDB 2.2.2.'); + _g('Databases', null, 'h3'); + _g('Databases included are PostgreSQL 8.4.17; MariaDB 5.5.28, which replaces MySQL; BDB.', null, 'p'); + _g('And there are NoSQL servers too: CouchDB 1.2.1, Redis 2.6.5, MongoDB 2.2.2.', null, 'p'); - _h('Servers', null, 'h3'); - _h('Web servers include Apache 2.4.4, Cherokee 1.2.101 and lighttpd 1.4.32.'); - _h('For file and directory sharing and network printing on heterogeneous networks, we have Samba 3.6.15, OpenLDAP 2.4.33 and Cups 1.5.4.'); - _h('Mail servers included with Mageia 3 are Postfix 2.9.6, Cyrus-imapd 2.4.17 and Dovecot 2.1.15.'); + _g('Servers', null, 'h3'); + _g('Web servers include Apache 2.4.4, Cherokee 1.2.101 and lighttpd 1.4.32.', null, 'p'); + _g('For file and directory sharing and network printing on heterogeneous networks, we have Samba 3.6.15, OpenLDAP 2.4.33 and Cups 1.5.4.', null, 'p'); + _g('Mail servers included with Mageia 3 are Postfix 2.9.6, Cyrus-imapd 2.4.17 and Dovecot 2.1.15.', null, 'p'); ?> </section> </div> <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/')); + _g('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>.', null, 'p'); + _g('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/'), 'p'); ?> </div> </body> |