diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-30 16:30:06 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-30 16:30:06 +0000 |
commit | f87369e003cb60fa6e7ced863ce34bd9db837ca5 (patch) | |
tree | 5c13787bc48d8d3b247d50ff04ecba0c14b42021 /en/for-server | |
parent | d83d10eaa8cad434b31d39727106ffc73bdd7197 (diff) | |
download | www-f87369e003cb60fa6e7ced863ce34bd9db837ca5.tar www-f87369e003cb60fa6e7ced863ce34bd9db837ca5.tar.gz www-f87369e003cb60fa6e7ced863ce34bd9db837ca5.tar.bz2 www-f87369e003cb60fa6e7ced863ce34bd9db837ca5.tar.xz www-f87369e003cb60fa6e7ced863ce34bd9db837ca5.zip |
better/updated localization (RĂ©mi)
Diffstat (limited to 'en/for-server')
-rw-r--r-- | en/for-server/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/for-server/index.php b/en/for-server/index.php index 1fb45b075..be1964f30 100644 --- a/en/for-server/index.php +++ b/en/for-server/index.php @@ -9,7 +9,7 @@ _lang_load($locale, '2'); <html lang="<?php echo $locale; ?>"> <head> <meta charset="utf-8"> - <title><?php _e('page_title')?></title> + <title><?php _e('Mageia 2, 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; } @@ -34,7 +34,7 @@ _lang_load($locale, '2'); _h('The entire High Availability stack has been updated, and now includes drbd 8.3.11, Corosync 2.0.0 and Pacemaker 1.1.7.'); _h('Databases', null, 'h3'); - _h('Databases included are PostgreSQL 8.4.11; MariaDB, which replaces MySQL 5.5.23; BDB .'); + _h('Databases included are PostgreSQL 8.4.11; MariaDB, which replaces MySQL 5.5.23; BDB.'); _h('And there are NoSQL servers too: CouchDB 1.1.1, Redis 2.4.8, Cassandra 1.4.0, MongoDB 2.0.3.'); _h('Servers', null, 'h3'); |