diff options
-rw-r--r-- | en/about/index.php | 71 | ||||
-rw-r--r-- | en/about/locales.php | 8 | ||||
-rw-r--r-- | langs/en/about.en.lang | 88 | ||||
-rw-r--r-- | langs/fr/about.fr.lang | 81 |
4 files changed, 201 insertions, 47 deletions
diff --git a/en/about/index.php b/en/about/index.php index 0e26d3ff6..11c2dc292 100644 --- a/en/about/index.php +++ b/en/about/index.php @@ -1,9 +1,9 @@ <?php + define('HLANG', true); require '../../langs.php'; -require 'locales.php'; -$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); +_lang_load($locale, "about"); ?><!DOCTYPE html> <html dir="ltr" lang="<?php echo $locale ?>"> @@ -30,30 +30,23 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); <div id="bd" role="main"> <div class="yui-g"><div class="para" style="padding-top: 2em;"> <img src="/g/media/logo/mageia-2011.svg" id="abtlg" alt="Mageia"> - <p>Mageia is a GNU/Linux-based, Free Software operating system. - It's a <a href="../community/">community project</a>, - supported by <a href="#mageia.org">a nonprofit organisation</a> - of elected contributors.</p> - - <p>Our mission: to build great tools for people.</p> - - - <p>Further than just delivering a secure, stable and sustainable operating system, - the goal is to set up a stable and trustable governance - to direct collaborative projects.</p> - - <p>To date, Mageia:</p> - <ul class="hl"> - <li><a href="2010-sept-announcement.html">started in September 2010 as a fork</a> - of Mandriva Linux,</li> - <li>gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>, - coproducing the infrastructure (hardware and software), - the distribution itself (developing, packaging, translating, chasing bugs, etc.), - <a href="http://wiki.mageia.org/">documentation</a>, - <a href="../downloads/">delivery</a> and <a href="../support/">support</a>, - using Free Software tools;</li> - <li>released two major stable releases <a href="../1/">in June 2011</a> and <a href="../2/">in May 2012</a>.</li> - </ul> + <p><?php + _e('Mageia is a GNU/Linux-based, Free Software operating system.'); + _e('It is a <a href="../community/">community project</a>, supported by <a href="#mageia.org">a nonprofit organisation</a> of elected contributors.'); + ?></p> + <?php + _h('Our mission: to build great tools for people.'); + _h('Further than just delivering a secure, stable and sustainable operating system, the goal is to set up a stable and trustable governance to direct collaborative projects.'); + _h('To date, Mageia:'); + ?> + <ul class="hl"><?php + _h('<a href="2010-sept-announcement.html">started in September 2010 as a fork</a> of Mandriva Linux,', null, 'li'); + echo '<li>', + _t('gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>,'), + _t('who coproduce the infrastructure, the distribution itself, <a href="http://wiki.mageia.org/">documentation</a>, <a href="../downloads/">delivery</a> and <a href="../support/">support</a>, using Free Software tools;'), + '</li>'; + _h('released two major stable releases <a href="../1/">in June 2011</a> and <a href="../2/">in May 2012</a>.', null, 'li'); + ?></ul> <!-- <ul> <li>Overview</li> @@ -72,21 +65,21 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); <hr> <h3 id="mageia.org">Mageia.Org</h3> - <p>is the French, Paris-based legal structure supporting the Mageia project. - Learn more about it:</p> - <ul> - <li><a href="./constitution/">Mageia.Org's legal constitution</a> - and <a href="https://wiki.mageia.org/en/Org">governance</a> rules;</li> - <li>association members;</li> - <li><a href="/en/about/reports/">financial reports</a>, <a href="/en/thank-you/">donators</a>.</li> - </ul> + <?php + _h('is the French, Paris-based legal structure supporting the Mageia project.'); + ?> + <ul><?php + _h("<a href=%s>Mageia.Org's legal constitution</a> and <a href=%s>governance</a> rules;", + array('"./constitution/"', '"https://wiki.mageia.org/en/Org"'), 'li'); + _h('<a href="/en/about/reports/">financial reports</a>, <a href="/en/thank-you/">donators</a>.', null, 'li'); + ?></ul> <hr> - <h3>Media & artwork</h3> - <ul> - <li><a href="/en/about/media/">Logo, CD covers files, media files</a>.</li> - <li><a href="/en/charter.html">Current graphics charter</a>.</li> - </ul> + <?php _h('Media & artwork', null, 'h3')?> + <ul><?php + _h('<a href="%s">Logo, CD covers files, media files</a>.', array('/en/about/media/'), 'li'); + _h('<a href="%s">Current graphics charter</a>.', array('/en/charter.html'), 'li'); + ?></ul> </div></div> </div> diff --git a/en/about/locales.php b/en/about/locales.php deleted file mode 100644 index cb252ea91..000000000 --- a/en/about/locales.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -$_t = array( - 'en' => array(), - 'fr' => array( - 'About' => 'À propos de Mageia' - ) -);
\ No newline at end of file diff --git a/langs/en/about.en.lang b/langs/en/about.en.lang new file mode 100644 index 000000000..6a4bbf5b4 --- /dev/null +++ b/langs/en/about.en.lang @@ -0,0 +1,88 @@ +# Generated by extract2lang.php on 2012-05-23T16:11:31+02:00 +# Domain about + +# /en/about/index.php +12 +;About Mageia +About Mageia + + +# /en/about/index.php +13 +;Mageia is a Free Software, community-led project. Learn more about it. +Mageia is a Free Software, community-led project. Learn more about it. + + +# /en/about/index.php +14 +;mageia, mageia.org, about, mission, contacts, governance, values, timeline +mageia, mageia.org, about, mission, contacts, governance, values, timeline + + +# /en/about/index.php +34 +;Mageia is a GNU/Linux-based, Free Software operating system. +Mageia is a GNU/Linux-based, Free Software operating system. + + +# /en/about/index.php +35 +;It is a <a href="../community/">community project</a>, supported by <a href="#mageia.org">a nonprofit organisation</a> of elected contributors. +It is a <a href="../community/">community project</a>, supported by <a href="#mageia.org">a nonprofit organisation</a> of elected contributors. + + +# /en/about/index.php +38 +;Our mission: to build great tools for people. +Our mission: to build great tools for people. + + +# /en/about/index.php +39 +;Further than just delivering a secure, stable and sustainable operating system, the goal is to set up a stable and trustable governance to direct collaborative projects. +Further than just delivering a secure, stable and sustainable operating system, the goal is to set up a stable and trustable governance to direct collaborative projects. + + +# /en/about/index.php +40 +;To date, Mageia: +To date, Mageia: + + +# /en/about/index.php +43 +;<a href="2010-sept-announcement.html">started in September 2010 as a fork</a> of Mandriva Linux, +<a href="2010-sept-announcement.html">started in September 2010 as a fork</a> of Mandriva Linux, + + +# /en/about/index.php +45 +;gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>, +gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>, + + +# /en/about/index.php +46 +;who coproduce the infrastructure, the distribution itself, <a href="http://wiki.mageia.org/">documentation</a>, <a href="../downloads/">delivery</a> and <a href="../support/">support</a>, using Free Software tools; +who coproduce the infrastructure, the distribution itself, <a href="http://wiki.mageia.org/">documentation</a>, <a href="../downloads/">delivery</a> and <a href="../support/">support</a>, using Free Software tools; + + +# /en/about/index.php +48 +;released two major stable releases <a href="../1/">in June 2011</a> and <a href="../2/">in May 2012</a>. +released two major stable releases <a href="../1/">in June 2011</a> and <a href="../2/">in May 2012</a>. + + +# /en/about/index.php +69 +;is the French, Paris-based legal structure supporting the Mageia project. +is the French, Paris-based legal structure supporting the Mageia project. + + +# /en/about/index.php +74 +;<a href="/en/about/reports/">financial reports</a>, <a href="/en/thank-you/">donators</a>. +<a href="/en/about/reports/">financial reports</a>, <a href="/en/thank-you/">donators</a>. + +;<a href=%s>Mageia.Org's legal constitution</a> and <a href=%s>governance</a> rules; +<a href=%s>Mageia.Org's legal constitution</a> and <a href=%s>governance</a> rules; + +# /en/about/index.php +78 +;Media & artwork +Media & artwork + + +# /en/about/index.php +80 +;<a href="%s">Logo, CD covers files, media files</a>. +<a href="%s">Logo, CD covers files, media files</a>. + + +# /en/about/index.php +81 +;<a href="%s">Current graphics charter</a>. +<a href="%s">Current graphics charter</a>. diff --git a/langs/fr/about.fr.lang b/langs/fr/about.fr.lang new file mode 100644 index 000000000..108dff79d --- /dev/null +++ b/langs/fr/about.fr.lang @@ -0,0 +1,81 @@ +# Generated by extract2lang.php on 2012-05-23T15:41:41+02:00 +# Domain about + +# /en/about/index.php +15 +;About Mageia +À propos de Mageia + + +# /en/about/index.php +16 +;Mageia is a Free Software, community-led project. Learn more about it. +Mageia is a Free Software, community-led project. Learn more about it. + + +# /en/about/index.php +17 +;mageia, mageia.org, about, mission, contacts, governance, values, timeline +mageia, mageia.org, à propos, mission, contacts, gouvernance, valeurs, chronologie, histoire + + +# /en/about/index.php +37 +;Mageia is a GNU/Linux-based, Free Software operating system. +Mageia est un système d’exploitation libre, basé sur GNU/Linux. + + +# /en/about/index.php +38 +;It is a <a href="../community/">community project</a>, supported by <a href="#mageia.org">a nonprofit organisation</a> of elected contributors. +C’est un <a href="../community/">projet communautaire</a>, soutenu par une <a href="#mageia.org">association loi 1901</a> constituée de contributeurs élus. + + +# /en/about/index.php +41 +;Our mission: to build great tools for people. +Notre but : fabriquer de superbes outils pour les personnes. + + +# /en/about/index.php +42 +;Further than just delivering a secure, stable and sustainable operating system, the goal is to set up a stable and trustable governance to direct collaborative projects. +Au delà d’un système d’exploitation sûr, stable et durable pour vos ordinateurs, le but est d’établir une gouvernance stable et crédible pour définir et coordonner des projets collaboratifs. + + +# /en/about/index.php +43 +;To date, Mageia: +À ce jour, Mageia : + + +# /en/about/index.php +46 +;<a href="2010-sept-announcement.html">started in September 2010 as a fork</a> of Mandriva Linux, +a <a href="2010-sept-announcement.html">démarré en septembre 2010</a> comme fork de Mandriva Linux, + + +# /en/about/index.php +48 +;gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>, +a réuni <a href="../community/">des centaines de passionnés et plusieurs sociétés à travers le monde</a>, + + +# /en/about/index.php +49 +;who coproduce the infrastructure, the distribution itself, <a href="http://wiki.mageia.org/">documentation</a>, <a href="../downloads/">delivery</a> and <a href="../support/">support</a>, using Free Software tools; +qui co-produise l’infrastructure, la distribution Mageia elle-même, sa <a href="http://wiki.mageia.org/">documentation</a>, sa <a href="../downloads/">diffusion</a> et son <a href="../support/">support</a>, avec des outils logiciels libres ; + + +# /en/about/index.php +51 +;released two major stable releases <a href="../1/">in June 2011</a> and <a href="../2/">in May 2012</a>. +a publié deux versions stables majeures <a href="../1/">en juin 2011</a> et <a href="../2/">en mai 2012</a>. + +;<a href=%s>Mageia.Org's legal constitution</a> and <a href=%s>governance</a> rules; +<a href=%s>statuts de l’association Mageia.Org</a>, <a href=%s>règles de gouvernance</a> ; + +;is the French, Paris-based legal structure supporting the Mageia project. +est l’entité légale soutenant le projet Mageia. + +;<a href="/en/about/reports/">financial reports</a>, <a href="/en/thank-you/">donators</a>. +<a href="/en/about/reports/" hreflang="en">rapports financiers</a>, <a href="/en/thank-you/">donateurs</a>. + +# /en/about/index.php +78 +;Media & artwork +Media + +;<a href="%s">Logo, CD covers files, media files</a>. +<a href="%s">Logo, graphiques, couvertures de CD/DVD</a>. + +;<a href="%s">Current graphics charter</a>. +<a href="%s">Charte graphique actuelle</a>. + |