From e60170c42fb05e13b3a279c69431eadb448b005a Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 31 May 2011 16:58:28 +0000 Subject: small fixes --- en/1/for-you/index.php | 7 +++---- en/1/nav.php | 6 +++--- en/1/notes/locales.php | 8 ++++---- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/en/1/for-you/index.php b/en/1/for-you/index.php index ae6d1d744..3e3bcb33f 100644 --- a/en/1/for-you/index.php +++ b/en/1/for-you/index.php @@ -1,9 +1,8 @@ 'Mageia 1, distribution for everybody\'s needs', - 'page_desc' => 'foo', - 'page_kw' => 'mageia, everybody, user, developer, contributor', - 'page_h1' => 'Mageia 1, distribution for everybody\'s needs' + 'page_title' => 'Mageia 1 is for you!', + 'page_kw' => 'mageia, everybody, user, developer, contributor, hacker, student, teacher', + 'page_h1' => 'For You!' ); diff --git a/en/1/nav.php b/en/1/nav.php index 42f2e1e6e..8a0d29ae9 100644 --- a/en/1/nav.php +++ b/en/1/nav.php @@ -1,11 +1,11 @@ '1', + "/{$locale}/1/" => '1', "/{$locale}/1/for-you/" => 'For You', "/{$locale}/downloads/" => 'Download', - "/{$locale}/1/notes/" => 'Notes', - "/{$locale}/1/next/" => 'And next?' + "/{$locale}/1/next/" => 'And next?', + "/{$locale}/1/notes/" => 'Notes' ); $sru = trim($_SERVER['REQUEST_URI']); diff --git a/en/1/notes/locales.php b/en/1/notes/locales.php index 061132483..eff0eb508 100644 --- a/en/1/notes/locales.php +++ b/en/1/notes/locales.php @@ -2,10 +2,10 @@ $_t = array( 'en' => array( - 'page_title' => 'Mageia 1 - Release notes', - 'page_desc' => 'Release notes of the Mageia 1 release', + 'page_title' => 'Mageia 1 Release Notes', + 'page_desc' => 'Notes of the Mageia 1 release', 'page_kw' => 'mageia, release notes, Mga1', - 'page_h1' => 'Mageia 1 - Release notes' + 'page_h1' => 'Release Notes' ) ); -?> + -- cgit v1.2.1