From e2bfdf0388a447336d669c68cec6f3a3674e9a6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Verschelde?=
Date: Sun, 19 May 2013 14:59:45 +0000
Subject: 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 '). Some translations may need to be adapted.
---
en/3/download_index.php | 6 ++----
en/3/index.php | 14 +++++++-------
en/3/nav.php | 4 ++--
3 files changed, 11 insertions(+), 13 deletions(-)
(limited to 'en/3')
diff --git a/en/3/download_index.php b/en/3/download_index.php
index 9c23293c8..64d4ee8f1 100755
--- a/en/3/download_index.php
+++ b/en/3/download_index.php
@@ -80,8 +80,7 @@ require '../downloads/get/lib.php';
- upgrade guide.',
- array('https://wiki.mageia.org/en/Mageia_3_Release_Notes#Upgrading_from_Mageia_2'));?>
+ upgrade guide.', array('https://wiki.mageia.org/en/Mageia_3_Release_Notes#Upgrading_from_Mageia_2'));?>
@@ -174,8 +173,7 @@ require '../downloads/get/lib.php';
from Mageia 2?', null, 'h3')?>
do not use LiveCDs;', null, 'li');
- _h('see the upgrade guide',
- array('https://wiki.mageia.org/en/Mageia_3_Release_Notes#Upgrading_from_Mageia_2'), 'li');
+ _h('see the upgrade guide', array('https://wiki.mageia.org/en/Mageia_3_Release_Notes#Upgrading_from_Mageia_2'), 'li');
?>
diff --git a/en/3/index.php b/en/3/index.php
index 7596d4e78..057aff183 100644
--- a/en/3/index.php
+++ b/en/3/index.php
@@ -26,17 +26,17 @@ _lang_load($locale, '3');
Mageia community.',
- array('../community'));
+ _h('Mageia 3 is a GNU/Linux distribution for your computer, released by the Mageia community.', array('../community'));
- _h("What's new?", null, 'h2');
+ _h('What's new?', null, 'h2');
_h('Too much to include here! See the release notes for an extensive exposé.');
- _h('Download it right away!');
-
+ #_h('Download it right away!');
+ ?>
+
+ Mageia 1, our offering has been consistently in the top 10 of Distrowatch\'s most popular distributions.',
- array('http://distrowatch.com/popularity'));
+ _h('Since the release of Mageia 1, our offering has been consistently in the top 10 of Distrowatch's most popular distributions.', array('http://distrowatch.com/popularity'));
_h('Mageia 3 is supported by the Mageia.org nonprofit organisation, which is governed by a body of recognized and elected contributors.');
_h('Mageia 3 has been made by more than 100 people from all around the world.');
diff --git a/en/3/nav.php b/en/3/nav.php
index 2b7e4628e..940667a8a 100644
--- a/en/3/nav.php
+++ b/en/3/nav.php
@@ -23,8 +23,8 @@ if (array_key_exists($locale, $_nt))
else
$_nt = $_nt['en'];
-$nav = array(
- "/{$locale}/3/" => _t('Mageia 3'),
+$nav = array(
+ "/{$locale}/3/" => _t('Mageia 3'),
"/{$locale}/downloads/" => _t('Download'),
"/{$locale}/for-pc/" => _t('For PC'),
"/{$locale}/for-server/" => _t('For server'),
--
cgit v1.2.1