aboutsummaryrefslogtreecommitdiffstats
path: root/en/support
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-10-20 10:50:14 +0000
committerRomain d'Alverny <rda@mageia.org>2011-10-20 10:50:14 +0000
commit14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9 (patch)
tree205e932e2b5542ae3106d2a6ce2713b9fb583453 /en/support
parent3c5b0bdc72b49b67a6a02c802c8a7a9fa9b7cd42 (diff)
downloadwww-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.tar
www-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.tar.gz
www-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.tar.bz2
www-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.tar.xz
www-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.zip
Mention updates (en/fr; text pending a review)
Diffstat (limited to 'en/support')
-rw-r--r--en/support/index.php6
-rw-r--r--en/support/locales.php12
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&rsquo;aide ou d&rsquo;information sur Mageia,
après ou avant l&rsquo;installation, ou sur le projet, vous pouvez nous
rejoindre (utilisateurs et contributeurs au projet) via&nbsp;:',