diff options
-rw-r--r-- | en/support/index.php | 6 | ||||
-rw-r--r-- | en/support/locales.php | 12 |
2 files changed, 17 insertions, 1 deletions
diff --git a/en/support/index.php b/en/support/index.php index 58d48e266..e8f427657 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -27,11 +27,17 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); <div class="para donate"> <div class="qsidesummary"> <ul> + <li><a href="#updates"><?php echo $_t['h2_updates']; ?></a></li> <li><a href="#comm"><?php echo $_t['h2_comm_support']; ?></a></li> <li><a href="#pro"><?php echo $_t['h2_pro_support']; ?></a></li> <li><a href="#hw"><?php echo $_t['h2_hw_reqs']; ?></a></li> </ul> </div> + <h2 id="updates"><?php echo $_t['h2_updates']; ?></h2> + <p><?php echo sprintf($_t['updates_1'], '<a href="../1/">Mageia 1</a>'); ?></p> + <p><?php echo $_t['updates_3']; ?></p> + <p><?php echo sprintf($_t['updates_2'], '<a href="https://ml.mageia.org/wwsympa-wrapper.fcgi/info/updates-announce">updates-announce</a>'); ?></p> + <hr> <h2 id="comm"><?php echo $_t['h2_comm_support']; ?></h2> <p><?php echo $_t['comm_1']; ?></p> <ul class="hl"><?php foreach ($_t['comm_list'] as $commi): diff --git a/en/support/locales.php b/en/support/locales.php index 7e24bfb2e..8cd1bc97c 100644 --- a/en/support/locales.php +++ b/en/support/locales.php @@ -9,6 +9,11 @@ $_t = array( 'h2_comm_support' => 'Community Support', 'h2_pro_support' => 'Professional Support', 'h2_hw_reqs' => 'Hardware Requirements', + + 'h2_updates' => 'Updates', + 'updates_1' => 'Updates are available for %s (security and bug fixes) and published on an ongoing basis.', + 'updates_2' => 'You may subscribe to our %s announce list to be notified of these.', + 'updates_3' => 'You can install these from the Mageia Control Center.', 'comm_1' => 'If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:', @@ -58,7 +63,12 @@ $_t = array( 'h2_comm_support' => 'Par la communauté', 'h2_pro_support' => 'Par des professionnels', 'h2_hw_reqs' => 'Configuration requise', - + + 'h2_updates' => 'Mises à jour', + 'updates_1' => 'Des mises à jour sont régulièrement publiées pour %s (corrections de bugs ou de sécurité).', + 'updates_2' => 'Vous pouvez vous inscrire à la liste %s pour en être informé.', + 'updates_3' => 'Vous pouvez les installer à partir du centre de contrôle Mageia.', + 'comm_1' => 'Si vous avez besoin d’aide ou d’information sur Mageia, après ou avant l’installation, ou sur le projet, vous pouvez nous rejoindre (utilisateurs et contributeurs au projet) via :', |