diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-22 19:46:48 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-22 19:46:48 +0000 |
commit | 2d51fd8293ffaed34453b6c4b2714f7cf8e3d2da (patch) | |
tree | 52bfe1daa6e4a425945365a39144544211a7ff7b /en/1/migrate | |
parent | bc0720367e9068cc894dd295666176120e9e00bb (diff) | |
download | www-2d51fd8293ffaed34453b6c4b2714f7cf8e3d2da.tar www-2d51fd8293ffaed34453b6c4b2714f7cf8e3d2da.tar.gz www-2d51fd8293ffaed34453b6c4b2714f7cf8e3d2da.tar.bz2 www-2d51fd8293ffaed34453b6c4b2714f7cf8e3d2da.tar.xz www-2d51fd8293ffaed34453b6c4b2714f7cf8e3d2da.zip |
move h1 titles
Diffstat (limited to 'en/1/migrate')
-rw-r--r-- | en/1/migrate/index.php | 3 | ||||
-rw-r--r-- | en/1/migrate/locales.php | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/en/1/migrate/index.php b/en/1/migrate/index.php index 6c18b2dc3..498017f80 100644 --- a/en/1/migrate/index.php +++ b/en/1/migrate/index.php @@ -20,9 +20,8 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); </head> <body class="release"> <?php echo $hsnav; ?> - + <h1 id="mgnavt"><?php _e('page_h1')?></h1> <div id="doc" class="yui-t7"> - <div id="hd" role="banner"><h1><a id="logo" href="/<?php echo $locale; ?>"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php echo $_t['page_h1']; ?></span></h1></div> <div id="bd" role="main"> <div class="yui-g"> <?php include '../nav.php'; ?> diff --git a/en/1/migrate/locales.php b/en/1/migrate/locales.php index 454995b0f..d56020637 100644 --- a/en/1/migrate/locales.php +++ b/en/1/migrate/locales.php @@ -4,8 +4,8 @@ $_t = array( 'page_title' => 'Migrate from Mandriva Linux to Mageia', 'page_desc' => 'How to migrate from Mandriva Linux 2010.1/2010.2 to Mageia 1 in a few, safe steps.', 'page_kw' => 'mageia, mandriva, upgrade, migrate', - 'page_h1' => 'Migrate from Mandriva Linux', - 'upgrading_general' => 'Upgrading from Mandriva Linux 2010.1 and 2010.2 is supported, and has been fine tuned over the past + 'page_h1' => 'Migrate from Mandriva Linux to Mageia', + 'upgrading_general' => 'Upgrading <strong>from Mandriva Linux 2010.1 and 2010.2 to Mageia 1</strong> is supported, and has been fine tuned over the past months, so it should work. But as always, before commencing with the upgrade:', 'upgrading_general_array' => array('Back up your data before upgrading;', 'if you are upgrading a laptop, do not leave it running on batteries, but connect it to AC power! @@ -348,8 +348,8 @@ $_t = array( 'page_title' => 'Migrer de Mandriva Linux à Mageia', 'page_desc' => 'Quelques étapes pour migrer de façon sûre de Mandriva Linux 2010.1 ou 2010.2 à Mageia 1.', 'page_kw' => 'mageia, mandriva, mise a jour, migrer', - 'page_h1' => 'Migrer depuis Mandriva Linux', - 'upgrading_general' => 'La mise à niveau depuis Mandriva Linux 2010.1 et 2010.2 est prévue, elle a été mise au point dans le détail ces derniers mois et devrait fonctionner. Mais, au préalable et comme toujours :', + 'page_h1' => 'Migrer depuis Mandriva Linux vers Mageia 1', + 'upgrading_general' => 'La mise à niveau <strong>depuis Mandriva Linux 2010.1 et 2010.2 vers Mageia 1</strong> est prévue, elle a été mise au point dans le détail ces derniers mois et devrait fonctionner. Mais, au préalable et comme toujours :', 'upgrading_general_array' => array('Sauvegardez vos données avant la mise à niveau.', 'Si vous utilisez un portable, connectez-le au secteur ! Vous allez mettre à jour plus de 2000 paquets et cela peut prendre un peu de temps.', |