diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-14 23:13:19 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-14 23:13:19 +0000 |
commit | ad7821241b03e1c5d2821336bbe2749db945f2c9 (patch) | |
tree | 46ff9cf2a9f25ac7005ef5da67c2c5901ea8b4d8 | |
parent | 05ccc62d7a64b7806e8537b2d1c901c596f638e5 (diff) | |
download | www-ad7821241b03e1c5d2821336bbe2749db945f2c9.tar www-ad7821241b03e1c5d2821336bbe2749db945f2c9.tar.gz www-ad7821241b03e1c5d2821336bbe2749db945f2c9.tar.bz2 www-ad7821241b03e1c5d2821336bbe2749db945f2c9.tar.xz www-ad7821241b03e1c5d2821336bbe2749db945f2c9.zip |
remove timeline lang file
-rw-r--r-- | en/donate/index.php | 32 | ||||
-rw-r--r-- | langs/cs/timeline.cs.lang | 82 | ||||
-rw-r--r-- | langs/de/timeline.de.lang | 63 | ||||
-rw-r--r-- | langs/el/timeline.el.lang | 86 | ||||
-rw-r--r-- | langs/en/timeline.en.lang | 113 | ||||
-rw-r--r-- | langs/eo/timeline.eo.lang | 65 | ||||
-rw-r--r-- | langs/es/timeline.es.lang | 83 | ||||
-rw-r--r-- | langs/et/timeline.et.lang | 83 | ||||
-rw-r--r-- | langs/fr/timeline.fr.lang | 112 | ||||
-rw-r--r-- | langs/id/timeline.id.lang | 113 | ||||
-rw-r--r-- | langs/it/timeline.it.lang | 64 | ||||
-rw-r--r-- | langs/pl/timeline.pl.lang | 87 | ||||
-rw-r--r-- | langs/pt-br/timeline.pt-br.lang | 93 | ||||
-rw-r--r-- | langs/ro/timeline.ro.lang | 89 | ||||
-rw-r--r-- | langs/ru/timeline.ru.lang | 91 | ||||
-rw-r--r-- | langs/sl/timeline.sl.lang | 113 | ||||
-rw-r--r-- | langs/tr/timeline.tr.lang | 113 | ||||
-rw-r--r-- | langs/uk/timeline.uk.lang | 93 |
18 files changed, 18 insertions, 1557 deletions
diff --git a/en/donate/index.php b/en/donate/index.php index 66941af8d..104e682fe 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -15,7 +15,7 @@ _lang_load($locale, 'donate'); <link rel="canonical" href="/<?php echo $locale; ?>/donate/"> <?php include '../../analytics.php'; ?> <style> - .para { text-align: left; float: left; width: 400px; display: block; } + .para { text-align: left; padding-top: 2em;} .donoptions { width: 400px; float: left; display: block; } #options { list-style: none; padding: 0; margin: 0; } #options > li { list-style: none; padding: 0; margin: 0 0 4em 0; } @@ -27,17 +27,19 @@ _lang_load($locale, 'donate'); </head> <body class="donate"> <?php echo $hsnav; ?> + <div id="doc4" class="yui-t7"> + <div id="bd" role="main"> + <div class="yui-g"><div class="para"> <h1 id="mgnavt"><?php _e('Donate to Mageia')?></h1> <div class="para donoptions"> - <ul id="options"> - <li><h2 id="d-paypal"><?php _e('Donate via PayPal,'); ?></h2> + + <h2 id="d-paypal"><?php _e('Donate via PayPal,'); ?></h2> <?php include '../../paypal.inc.php'; echo html_paypal_form($locale); ?> - </li> - <li><h3 id="d-bitcoin"><?php _e('via bitcoin,'); ?></h3> + + <h3 id="d-bitcoin"><?php _e('via bitcoin,'); ?></h3> <?php echo sprintf(_t('If you want to donate <a href="http://bitcoin.org/">bitcoins</a>, the Mageia.Org bitcoin address is <b>%s</b>.'), '<a href="https://blockchain.info/address/1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA">1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA</a>'); ?> - </li> - <li><h3><?php _e('via bank transfer,'); ?></h3> + <h3><?php _e('via bank transfer,'); ?></h3> <p><?php _e('using the following Bank Identifier Code (IBAN-BIC):') ?></p> <pre class="donate-coord"> <u><?php _e('In favor of:'); ?></u> @@ -50,23 +52,22 @@ _lang_load($locale, 'donate'); <?php echo $G_coord_assos_bank; ?> </pre> - </li> - <li><h3><?php _e('or via check (€ only).')?></h3> + + <h3><?php _e('or via check (€ only).')?></h3> <p><?php _e('You can send your donation by check to this address:')?></p> <pre class="donate-coord"> <?php echo $G_coord_assos; ?> </pre> <p><?php _e('Use "Mageia.Org" in the "Pay to the order of..." line.');?></p> - </li> - <li class="dlinfo"> - <p><strong><?php _e('Please note that:')?></strong></p> + + + <p class="dlinfo"><strong><?php _e('Please note that:')?></strong></p> <ul> <li><?php _e('Paypal withdraws a small commission for each donation (around 2%) so we get a little bit less than you send;')?></li> <li><?php _e('conversion rates are charged to Mageia, so please use € as currency;')?></li> <li><?php echo sprintf(_t('if you want to do an anonymous donation, please add a comment or send an email to %s.'), '<a href="mailto:treasurer@mageia.org">treasurer@mageia.org</a>')?></li> </ul> - </li> - </ul> + </div> <div class="para whydonate"> <h2 id="why"><?php _e('Why donate?'); ?></h2> @@ -112,5 +113,8 @@ People can choose how to distribute their donation among those: <hr /> </div> + </div></div> + </div> + </div> </body> </html> diff --git a/langs/cs/timeline.cs.lang b/langs/cs/timeline.cs.lang deleted file mode 100644 index 9aacf5469..000000000 --- a/langs/cs/timeline.cs.lang +++ /dev/null @@ -1,82 +0,0 @@ -# Generated by pa2lang.php on 2012-07-27T13:24:02+02:00 -# from /SVN/web/www/trunk/en/timeline/locales.php $_t -;Mageia Timeline -Časová přímka Mageii - - -;September -Září - - -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia začíná jako <a href="../about/2010-sept-announcement.html">odnož Mandriva Linuxu</a>. - - -;Mageia.Org is registered in Paris, France. -Mageia.Org je zaregistrována v Paříži, hlavním městě Francie. - - -;End of year -Konec roku - - -;With an incredible response, first donations and discussions abound. -Plno úžasných odpovědí, první dary a diskuse. - - -;Project gets structured, governance takes slowly shape (first board, teams). -Projekt dostává strukturu, řízení pomalu získává tvar (první vedení, týmy). - - -;January -Leden - - -;Build system is ready to run for the first alpha ISOs. -Sestavovací systém je připraven k použití na výrobu prvních obrazů ISO. - - -;February -Únor - - -;First General Assembly during FOSDEM in Brussels, Belgium. -První všeobecné shromáždění během akce FOSDEM v Bruselu, v Belgii. - - -;June -Červen - - -;<a href="/1/">Mageia 1</a> is released. -Je vydána <a href="/1/">Mageia 1</a>. - - -;Second General Assembly during FOSDEM in Brussels, Belgium. -Druhé všeobecné shromáždění během akce FOSDEM v Bruselu, v Belgii. - - -;May -Květen - - -;<a href="/2/">Mageia 2</a> is released. -Je vydána <a href="/2/">Mageia 2</a>. - -;2013 -2013 {ok} - -;<a href="/3/">Mageia 3</a> is released. -Je vydána <a href="/3/">Mageia 3</a>. - -;Third General Assembly during FOSDEM in Brussels, Belgium. -Třetí obecné shromáždění během FOSDEM v Bruselu v Belgii. - -;2012 -2012 {ok} - -;2011 -2011 {ok} - -;2010 -2010 {ok} diff --git a/langs/de/timeline.de.lang b/langs/de/timeline.de.lang deleted file mode 100644 index 544bedfa8..000000000 --- a/langs/de/timeline.de.lang +++ /dev/null @@ -1,63 +0,0 @@ -# Generated by pa2lang.php on 2012-07-27T13:24:02+02:00 -# from /SVN/web/www/trunk/en/timeline/locales.php $_t -;Mageia Timeline -Mageia Zeitleiste - - -;September -September {ok} - - -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia begann als ein <a href="../about/2010-sept-announcement.html">Fork von Mandriva Linux</a>. - - -;Mageia.Org is registered in Paris, France. -Mageia.Org ist in Paris (Frankreich) registriert. - - -;End of year -Ende des Jahres - - -;With an incredible response, first donations and discussions abound. -Mit einer überwältigenden Reaktion gab es erste Diskussionen und Spenden - - -;Project gets structured, governance takes slowly shape (first board, teams). -Das Projekt bekam eine Struktur, das Führungsmodell nahm Form an (erstes Board, Teams). - -;January -Januar - - -;Build system is ready to run for the first alpha ISOs. -Das Bausystem ist bereit, um die ersten Alpha-ISOs zu erzeugen. - - -;February -Februar - - -;First General Assembly during FOSDEM in Brussels, Belgium. -Erste Hauptversammlung während der FOSDEM in Brüssel (Belgien). - -;June -Juni - - -;<a href="/1/">Mageia 1</a> is released. -<a href="/1/">Mageia 1</a> wurde veröffentlicht. - - -;Second General Assembly during FOSDEM in Brussels, Belgium. -Zweite Hauptversammlung während der FOSDEM in Brüssel (Belgien). - - -;May -Mai - - -;<a href="/2/">Mageia 2</a> is released. -<a href="/2/">Mageia 2</a> wurde veröffentlicht. - diff --git a/langs/el/timeline.el.lang b/langs/el/timeline.el.lang deleted file mode 100644 index aabbde623..000000000 --- a/langs/el/timeline.el.lang +++ /dev/null @@ -1,86 +0,0 @@ -# Generated by pa2lang.php on 2012-07-27T13:24:02+02:00 -# from /SVN/web/www/trunk/en/timeline/locales.php $_t -;Mageia Timeline -Ιστορική χρονογραμμή της Mageia - - -;September -Σεπτέμβριος - - -# en/timeline/index.php +37 -;2013 -2013 {ok} - -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Δημιουργία της Mageia ως <a href="../about/2010-sept-announcement.html">fork της Mandriva Linux</a>. - - -;Mageia.Org is registered in Paris, France. -Καταχώρηση της οργάνωσης Mageia.Org στο Παρίσι. - -# en/timeline/index.php +42 -;<a href="/3/">Mageia 3</a> is released. -Κυκλοφορία της <a href="/3/">Mageia 3</a>. - - -;End of year -Τέλος του έτους - - -;With an incredible response, first donations and discussions abound. -Η ανταπόκριση είναι απίστευτη: σημαντικός αριθμός δωρεών και συζητήσεων. - - -;Project gets structured, governance takes slowly shape (first board, teams). -Το έργο αποκτά δομή, η διακυβέρνηση διαμορφώνεται σταδιακά (πρώτη διοίκηση, ομάδες). - - -;January -Ιανουάριος - - -;Build system is ready to run for the first alpha ISOs. -Το σύστημα κατασκευής πακέτων είναι έτοιμο για τη δημιουργία των ISO της πρώτης alpha. - - -;February -Φεβρουάριος - -# en/timeline/index.php +48 -;Third General Assembly during FOSDEM in Brussels, Belgium. -Τρίτη γενική συνέλευση κατά τη διάρκεια του FOSDEM στις Βρυξέλλες, Βέλγιο. - - -;First General Assembly during FOSDEM in Brussels, Belgium. -Η πρώτη γενική συνέλευση πραγματοποιείται κατά τη διάρκεια της FOSDEM στις Βρυξέλλες. - - -# en/timeline/index.php +71 -;2011 -2011 {ok} - -;June -Ιούνιος - - -;<a href="/1/">Mageia 1</a> is released. -Κυκλοφορία της <a href="/1/">Mageia 1</a>. - - -;Second General Assembly during FOSDEM in Brussels, Belgium. -Πραγματοποιείται η δεύτερη γενική συνέλευση κατά τη διάρκεια του FOSDEM στις Βρυξέλλες. - -# en/timeline/index.php +94 -;2010 -2010 {ok} - -;May -Μάιος - -# en/timeline/index.php +54 -;2012 -2012 {ok} - -;<a href="/2/">Mageia 2</a> is released. -Κυκλοφορία της <a href="/2/">Mageia 2</a>. diff --git a/langs/en/timeline.en.lang b/langs/en/timeline.en.lang deleted file mode 100644 index bad76797f..000000000 --- a/langs/en/timeline.en.lang +++ /dev/null @@ -1,113 +0,0 @@ -# Generated by extract2lang.php on 2013-08-15T07:28:37+00:00 -# Domain timeline -# include translation strings from: -# en/timeline/index.php - -# en/timeline/index.php +12 -;Mageia Timeline -Mageia Timeline - - -# en/timeline/index.php +37 -;2013 -2013 - - -# en/timeline/index.php +40 -;May -May - - -# en/timeline/index.php +42 -;<a href="/3/">Mageia 3</a> is released. -<a href="/3/">Mageia 3</a> is released. - - -# en/timeline/index.php +46 -;February -February - - -# en/timeline/index.php +48 -;Third General Assembly during FOSDEM in Brussels, Belgium. -Third General Assembly during FOSDEM in Brussels, Belgium. - - -# en/timeline/index.php +54 -;2012 -2012 - - -# en/timeline/index.php +59 -;<a href="/2/">Mageia 2</a> is released. -<a href="/2/">Mageia 2</a> is released. - - -# en/timeline/index.php +65 -;Second General Assembly during FOSDEM in Brussels, Belgium. -Second General Assembly during FOSDEM in Brussels, Belgium. - - -# en/timeline/index.php +71 -;2011 -2011 - - -# en/timeline/index.php +74 -;June -June - - -# en/timeline/index.php +76 -;<a href="/1/">Mageia 1</a> is released. -<a href="/1/">Mageia 1</a> is released. - - -# en/timeline/index.php +82 -;First General Assembly during FOSDEM in Brussels, Belgium. -First General Assembly during FOSDEM in Brussels, Belgium. - - -# en/timeline/index.php +86 -;January -January - - -# en/timeline/index.php +88 -;Build system is ready to run for the first alpha ISOs. -Build system is ready to run for the first alpha ISOs. - - -# en/timeline/index.php +94 -;2010 -2010 - - -# en/timeline/index.php +97 -;End of year -End of year - - -# en/timeline/index.php +99 -;With an incredible response, first donations and discussions abound. -With an incredible response, first donations and discussions abound. - - -# en/timeline/index.php +100 -;Project gets structured, governance takes slowly shape (first board, teams). -Project gets structured, governance takes slowly shape (first board, teams). - - -# en/timeline/index.php +104 -;September -September - - -# en/timeline/index.php +106 -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. - - -# en/timeline/index.php +107 -;Mageia.Org is registered in Paris, France. -Mageia.Org is registered in Paris, France. diff --git a/langs/eo/timeline.eo.lang b/langs/eo/timeline.eo.lang deleted file mode 100644 index 33154972b..000000000 --- a/langs/eo/timeline.eo.lang +++ /dev/null @@ -1,65 +0,0 @@ -# Generated by pa2lang.php on 2012-07-27T13:24:02+02:00 -# from /SVN/web/www/trunk/en/timeline/locales.php $_t -;Mageia Timeline -Mageja tempolinio - - -;September -Septembro - - -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Magejo naskiĝis kiel <a href="../about/2010-sept-announcement.html">forko de Mandrivo Linukso</a> (esperanta traduko de la oficiala anonco estas disponebla <a href="http://linuksanto.blogspot.com.es/2012/03/disponebla-la-versio-beta-2-de-mageia-2.html#more">ĉi tie</a>). - - -;Mageia.Org is registered in Paris, France. -Mageia.Org estas registrita en Parizo, Francio. - - -;End of year -Jarfino - - -;With an incredible response, first donations and discussions abound. -Kun nekredebla reago, venas la unuaj mondonacoj kaj la debatoj komenciĝas. - - -;Project gets structured, governance takes slowly shape (first board, teams). -La projekto strukturiĝas, la regad-sistemo evoluas iompostiome (unua personaro, unuaj teamoj). - - -;January -Januaro - - -;Build system is ready to run for the first alpha ISOs. -La sistemo pretas por testo post la apero la unuaj alfaj versioj. - - -;February -Februaro - - -;First General Assembly during FOSDEM in Brussels, Belgium. -Unua Ĝenerala Kunveno dum FOSDEM en Bruselo, Belgio. - - -;June -Junio - - -;<a href="/1/">Mageia 1</a> is released. -<a href="/1/">Magejo 1</a> estas publikigita. - - -;Second General Assembly during FOSDEM in Brussels, Belgium. -Dua Ĝenerala Kunveno dum FOSDEM en Bruselo, Belgio. - - -;May -Majo - - -;<a href="/2/">Mageia 2</a> is released. -<a href="/2/">Magejo 2</a> estas publikigita. - diff --git a/langs/es/timeline.es.lang b/langs/es/timeline.es.lang deleted file mode 100644 index 0b7d32e7b..000000000 --- a/langs/es/timeline.es.lang +++ /dev/null @@ -1,83 +0,0 @@ -# Generated by pa2lang.php on 2012-07-27T13:24:02+02:00 -# from /SVN/web/www/trunk/en/timeline/locales.php $_t -;Mageia Timeline -Cronología de Mageia - -;September -Septiembre - - -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia comienzó como un <a href="../about/2010-sept-announcement.html">fork de Mandriva Linux</a>. - - -;Mageia.Org is registered in Paris, France. -Mageia.Org es registrada en París, Francia. - - -;End of year -Fin de año - - -;With an incredible response, first donations and discussions abound. -Con una respuesta increíble, abundan las primeras donaciones y discusines - - -;Project gets structured, governance takes slowly shape (first board, teams). -Se estructura el proyecto, la gobernabilidad toma forma lentamente (primera junta, equipos). - - -;January -Enero - - -;Build system is ready to run for the first alpha ISOs. -El sistema de construcción está listo para funcionar para las primeras ISOs alfa. - - -;February -Febrero - - -;First General Assembly during FOSDEM in Brussels, Belgium. -Primera Asamblea General durante la FOSDEM en Bruselas, Bélgica. - - -;June -Junio - - -;<a href="/1/">Mageia 1</a> is released. -Se lanza <a href="/1/">Mageia 1</a>. - - -;Second General Assembly during FOSDEM in Brussels, Belgium. -Segunda Asamblea General durante la FOSDEM en Bruselas, Bélgica. - - -;May -Mayo - -;2010 -2010 {ok} - -;2011 -2011 {ok} - -;2012 -2012 {ok} - -;<a href="/2/">Mageia 2</a> is released. -Se lanza <a href="/2/">Mageia 2</a>. - -# en/timeline/index.php +37 -;2013 -2013 {ok} - -# en/timeline/index.php -;<a href="/3/">Mageia 3</a> is released. -Se lanza <a href="/3/">Mageia 3</a>. - -;Third General Assembly during FOSDEM in Brussels, Belgium. -Tercera Asamblea General durante el FOSDEM en Bruselas (Bélgica). - diff --git a/langs/et/timeline.et.lang b/langs/et/timeline.et.lang deleted file mode 100644 index 8eff8d9fc..000000000 --- a/langs/et/timeline.et.lang +++ /dev/null @@ -1,83 +0,0 @@ -# Generated by pa2lang.php on 2012-07-27T13:24:02+02:00 -# from /SVN/web/www/trunk/en/timeline/locales.php $_t -;Mageia Timeline -Mageia kronoloogia - - -;September -September {ok} - - -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia eraldub <a href="../about/2010-sept-announcement.html">Mandriva Linuxist</a>. - - -;Mageia.Org is registered in Paris, France. -Mageia.Org registreeritakse Prantsusmaal Pariisis. - - -;End of year -Aasta lõpp - - -;With an incredible response, first donations and discussions abound. -Uskumatult suur vastukaja, esimesed annetused, rohkelt arutelusid. - - -;Project gets structured, governance takes slowly shape (first board, teams). -Projekt omandab selgema ilme, tasapisi tekivad juhtstruktuurid (esimene nõukogu, meeskonnad). - - -;January -Jaanuar - - -;Build system is ready to run for the first alpha ISOs. -Ehitamissüsteem on valmis looma esimese alfaväljalaske ISO-sid. - - -;February -Veebruar - - -;First General Assembly during FOSDEM in Brussels, Belgium. -Esimene üldkogu Belgias Brüsselis peetava FOSDEM-i ajal. - - -;June -Juuni - - -;<a href="/1/">Mageia 1</a> is released. -Ilmub <a href="/1/">Mageia 1</a>. - - -;Second General Assembly during FOSDEM in Brussels, Belgium. -Teine üldkogu Belgias Brüsselis peetava FOSDEM-i ajal. - - -;May -Mai - - -;<a href="/2/">Mageia 2</a> is released. -Ilmub <a href="/2/">Mageia 2</a>. - - -;2013 -2013 {ok} - -;<a href="/3/">Mageia 3</a> is released. -Ilmub <a href="/3/">Mageia 3</a>. - -;Third General Assembly during FOSDEM in Brussels, Belgium. -Kolmas üldkogu Belgias Brüsselis peetava FOSDEM-i ajal. - -;2012 -2012 {ok} - -;2011 -2011 {ok} - -;2010 -2010 {ok} diff --git a/langs/fr/timeline.fr.lang b/langs/fr/timeline.fr.lang deleted file mode 100644 index 3edbfd4df..000000000 --- a/langs/fr/timeline.fr.lang +++ /dev/null @@ -1,112 +0,0 @@ -# Generated by extract2lang.php on 2013-08-15T07:28:37+00:00 -# Domain timeline -# include translation strings from: -# en/timeline/index.php - -# en/timeline/index.php +12 -;Mageia Timeline -Chronologie de Mageia - - -# en/timeline/index.php +37 -;2013 -2013 {ok} - - -# en/timeline/index.php +40 -;May -Mai - - -# en/timeline/index.php +42 -;<a href="/3/">Mageia 3</a> is released. -Sortie de <a href="/3/">Mageia 3</a>. - -# en/timeline/index.php +46 -;February -Février - - -# en/timeline/index.php +48 -;Third General Assembly during FOSDEM in Brussels, Belgium. -Troisième assemblée générale lors du FOSDEM à Bruxelles en Belgique. - - -# en/timeline/index.php +54 -;2012 -2012 {ok} - - -# en/timeline/index.php +59 -;<a href="/2/">Mageia 2</a> is released. -Sortie de <a href="/2/">Mageia 2</a>. - - -# en/timeline/index.php +65 -;Second General Assembly during FOSDEM in Brussels, Belgium. -Deuxième assemblée générale lors du FOSDEM à Bruxelles en Belgique. - - -# en/timeline/index.php +71 -;2011 -2011 {ok} - - -# en/timeline/index.php +74 -;June -Juin - - -# en/timeline/index.php +76 -;<a href="/1/">Mageia 1</a> is released. -Sortie de <a href="/1/">Mageia 1</a>. - - -# en/timeline/index.php +82 -;First General Assembly during FOSDEM in Brussels, Belgium. -Première assemblée générale lors du FOSDEM à Bruxelles en Belgique. - - -# en/timeline/index.php +86 -;January -Janvier - - -# en/timeline/index.php +88 -;Build system is ready to run for the first alpha ISOs. -Le serveur de conception des paquets est prêt à créer les ISO de la première alpha. - - -# en/timeline/index.php +94 -;2010 -2010 {ok} - - -# en/timeline/index.php +97 -;End of year -Fin de l'année - - -# en/timeline/index.php +99 -;With an incredible response, first donations and discussions abound. -La réponse est incroyable : les premiers dons et les discussions abondent. - - -# en/timeline/index.php +100 -;Project gets structured, governance takes slowly shape (first board, teams). -Le projet se structure, sa gouvernance prend forme peu à peu (premier bureau, équipes). - - -# en/timeline/index.php +104 -;September -Septembre - - -# en/timeline/index.php +106 -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Naissance de Mageia comme <a href="../about/2010-sept-announcement.html">fork de Mandriva Linux</a>. - - -# en/timeline/index.php +107 -;Mageia.Org is registered in Paris, France. -L'association Mageia.Org est enregistrée à Paris. diff --git a/langs/id/timeline.id.lang b/langs/id/timeline.id.lang deleted file mode 100644 index 1b22190cf..000000000 --- a/langs/id/timeline.id.lang +++ /dev/null @@ -1,113 +0,0 @@ -# Generated by extract2lang.php on 2013-08-15T07:28:37+00:00 -# Domain timeline -# include translation strings from: -# en/timeline/index.php - -# en/timeline/index.php +12 -;Mageia Timeline -Garis Waktu Mageia - - -# en/timeline/index.php +37 -;2013 -2013 {ok} - - -# en/timeline/index.php +40 -;May -Mei - - -# en/timeline/index.php +42 -;<a href="/3/">Mageia 3</a> is released. -<a href="/3/">Mageia 3</a> dirilis. - - -# en/timeline/index.php +46 -;February -Februari - - -# en/timeline/index.php +48 -;Third General Assembly during FOSDEM in Brussels, Belgium. -Majelis Umum ketiga selama FOSDEM di Brussels, Belgia. - - -# en/timeline/index.php +54 -;2012 -2012 {ok} - - -# en/timeline/index.php +59 -;<a href="/2/">Mageia 2</a> is released. -<a href="/2/">Mageia 2</a> dirilis. - - -# en/timeline/index.php +65 -;Second General Assembly during FOSDEM in Brussels, Belgium. -Majelis Umum kedua selama FOSDEM di Brussels, Belgia. - - -# en/timeline/index.php +71 -;2011 -2011 {ok} - - -# en/timeline/index.php +74 -;June -Juni - - -# en/timeline/index.php +76 -;<a href="/1/">Mageia 1</a> is released. -<a href="/1/">Mageia 1</a> dirilis. - - -# en/timeline/index.php +82 -;First General Assembly during FOSDEM in Brussels, Belgium. -Majelis Umum pertama selama FOSDEM di Brussels, Belgia. - - -# en/timeline/index.php +86 -;January -Januari - - -# en/timeline/index.php +88 -;Build system is ready to run for the first alpha ISOs. -Sistem pembangunan telah siap untuk menjalankan ISO alpha pertama. - - -# en/timeline/index.php +94 -;2010 -2010 {ok} - - -# en/timeline/index.php +97 -;End of year -Akhir tahun - - -# en/timeline/index.php +99 -;With an incredible response, first donations and discussions abound. -Dengan respon yang luar biasa, donasi dan diskusi pertama berlimpah. - - -# en/timeline/index.php +100 -;Project gets structured, governance takes slowly shape (first board, teams). -Proyek terstrukturisasi, tata kelola perlahan mulai terbentuk (komite pertama, tim). - - -# en/timeline/index.php +104 -;September -September {ok} - - -# en/timeline/index.php +106 -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia memulai sebagai <a href="../about/2010-sept-announcement.html">fork dari Linux Mandriva</a>. - - -# en/timeline/index.php +107 -;Mageia.Org is registered in Paris, France. -Mageia.Org terdaftar di Paris, France. diff --git a/langs/it/timeline.it.lang b/langs/it/timeline.it.lang deleted file mode 100644 index 962093d12..000000000 --- a/langs/it/timeline.it.lang +++ /dev/null @@ -1,64 +0,0 @@ -# Generated by pa2lang.php on 2012-07-27T13:24:02+02:00 -# from /SVN/web/www/trunk/en/timeline/locales.php $_t -;Mageia Timeline -Mageia Timeline {ok} - - -;September -Settembre - - -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia nasce come un <a href="../about/2010-sept-announcement.html">fork di Mandriva Linux</a>. - - -;Mageia.Org is registered in Paris, France. -Mageia.Org è registrata a Parigi, Francia. - - -;End of year -Fine dell'anno - - -;With an incredible response, first donations and discussions abound. -Con una risposta incredibile, le donazioni e le discussioni sono state abbondanti. - - -;Project gets structured, governance takes slowly shape (first board, teams). -Il progetto acquisisce una struttura, la governance prende forma lentamente (il primo consiglio, le squadre). - - -;January -Gennaio - - -;Build system is ready to run for the first alpha ISOs. -Il build system è pronto per lavorare alle prime ISO alpha. - - -;February -Febbraio - - -;First General Assembly during FOSDEM in Brussels, Belgium. -La prima Assemblea Generale durante il FOSDEM a Bruxelles, Belgio. - - -;June -Giugno - - -;<a href="/1/">Mageia 1</a> is released. -<a href="/1/">Mageia 1</a> viene rilasciata. - - -;Second General Assembly during FOSDEM in Brussels, Belgium. -La seconda Assemblea Generale durante il FOSDEM a Bruxelles, Belgio. - - -;May -Maggio - - -;<a href="/2/">Mageia 2</a> is released. -<a href="/2/">Mageia 2</a> è rilasciata. diff --git a/langs/pl/timeline.pl.lang b/langs/pl/timeline.pl.lang deleted file mode 100644 index 22969ecf7..000000000 --- a/langs/pl/timeline.pl.lang +++ /dev/null @@ -1,87 +0,0 @@ -# Generated by pa2lang.php on 2012-07-27T13:24:02+02:00 -# from /SVN/web/www/trunk/en/timeline/locales.php $_t -;Mageia Timeline -Kalendarium Mageia - - -;September -Wrzesień - - -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia wystartowała jako <a href="../about/2010-sept-announcement.html">odgałęzienie Mandriva Linux</a>. - - -;Mageia.Org is registered in Paris, France. -Mageia.Org jest zarejestrowana w Paryżu we Francji. - - -;End of year -Koniec roku - - -;With an incredible response, first donations and discussions abound. -Dzięki niesamowitej reakcji, pierwszym datkom i dyskusjom wszystko zaczyna obfitować. - - -;Project gets structured, governance takes slowly shape (first board, teams). -Projekt został zorganizowany, sposób zarządzania nabiera powoli kształtu (pierwszy zarząd, zespoły). - - -;January -Styczeń - - -;Build system is ready to run for the first alpha ISOs. -Pierwsza wersja obrazu ISO systemu w wersji alfa jest gotowa. - - -;February -Luty - - -;First General Assembly during FOSDEM in Brussels, Belgium. -Pierwsze Walne Zebranie podczas FOSDEMu w Brukseli w Belgi. - - -;June -Czerwiec - - -;<a href="/1/">Mageia 1</a> is released. -<a href="/1/">Mageia 1</a> została wydana. - - -;Second General Assembly during FOSDEM in Brussels, Belgium. -Drugie Walne Zgromadzenie podczas FOSDEMu w Brukseli w Belgi. - -;May -Maj - - -;<a href="/2/">Mageia 2</a> is released. -<a href="/2/">Mageia 2</a> została wydana. - - -;2013 -2013{ok} - - -;<a href="/3/">Mageia 3</a> is released. -<a href="/3/">Mageia 3</a> została wydana. - - -;Third General Assembly during FOSDEM in Brussels, Belgium. -Podczas FOSDEMu w Brussels w Belgii odbyło się trzecie Walne Zgromadzenie. - - -;2012 -2012{ok} - - -;2011 -2011{ok} - - -;2010 -2010{ok} diff --git a/langs/pt-br/timeline.pt-br.lang b/langs/pt-br/timeline.pt-br.lang deleted file mode 100644 index fe78f61d2..000000000 --- a/langs/pt-br/timeline.pt-br.lang +++ /dev/null @@ -1,93 +0,0 @@ -# Generated by extract2lang.php on 2013-08-15T07:28:37+00:00 -# Domain timeline -# include translation strings from: -# en/timeline/index.php - -# en/timeline/index.php +12 -;Mageia Timeline -Linha do tempo da Mageia - -# en/timeline/index.php +104 -;September -Setembro - -# en/timeline/index.php +106 -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia começa como um <a href="../About/2010-Sept-Announcement.html">fork do Mandriva Linux</a>. - -# en/timeline/index.php +107 -;Mageia.Org is registered in Paris, France. -Mageia.Org é registrado em Paris, França. - -# en/timeline/index.php +97 -;End of year -Final de ano - -# en/timeline/index.php +99 -;With an incredible response, first donations and discussions abound. -Com uma resposta incrível, as primeiras doações e discussões abundam. - -# en/timeline/index.php +100 -;Project gets structured, governance takes slowly shape (first board, teams). -Projeto obtém estrutura, governança toma forma lentamente (primeira placa, equipes). - -# en/timeline/index.php +86 -;January -Janeiro - -# en/timeline/index.php +88 -;Build system is ready to run for the first alpha ISOs. -Sistema de compilação está pronto para executar o primeiro alfa ISOs. - -# en/timeline/index.php +46 -;February -Fevereiro - -# en/timeline/index.php +82 -;First General Assembly during FOSDEM in Brussels, Belgium. - Primeira Assembléia geral durante FOSDEM, em Bruxelas, na Bélgica. - -# en/timeline/index.php +74 -;June -Junho - -# en/timeline/index.php +76 -;<a href="/1/">Mageia 1</a> is released. -<a href="/1/">Mageia 1</a> é lançado. - -# en/timeline/index.php +65 -;Second General Assembly during FOSDEM in Brussels, Belgium. -Segunda Assembléia geral durante FOSDEM, em Bruxelas, na Bélgica. - -# en/timeline/index.php +40 -;May -Maio - -# en/timeline/index.php +59 -;<a href="/2/">Mageia 2</a> is released. -<a href="/2/">Mageia 2</a> é lançado. - -# en/timeline/index.php +37 -;2013 -2013 {ok} - -# en/timeline/index.php +42 -;<a href="/3/">Mageia 3</a> is released. -<a href="/3/">Mageia 3</a> é lançado. - -# en/timeline/index.php +48 -;Third General Assembly during FOSDEM in Brussels, Belgium. -Em terceiro lugar durante a Assembleia Geral FOSDEM em Bruxelas, na Bélgica. - -# en/timeline/index.php +54 -;2012 -2012 {ok} - -# en/timeline/index.php +71 -;2011 -2011 {ok} - -# en/timeline/index.php +94 -;2010 -2010 {ok} - diff --git a/langs/ro/timeline.ro.lang b/langs/ro/timeline.ro.lang deleted file mode 100644 index 523ff7244..000000000 --- a/langs/ro/timeline.ro.lang +++ /dev/null @@ -1,89 +0,0 @@ -# Generated by extract2lang.php on 2013-08-15T07:28:37+00:00 -# Domain timeline -# include translation strings from: -# en/timeline/index.php - -# en/timeline/index.php +37 -;2013 -2013 {ok} - -# en/timeline/index.php +42 -;<a href="/3/">Mageia 3</a> is released. -S-a lansat <a href="/3/">Mageia 3</a>. - -# en/timeline/index.php +48 -;Third General Assembly during FOSDEM in Brussels, Belgium. -A III-a Adunare Generală în timpul derulării FOSDEM in Brussels, Belgia. - -# en/timeline/index.php +54 -;2012 -2012 {ok} - -# en/timeline/index.php +71 -;2011 -2011 {ok} - -# en/timeline/index.php +94 -;2010 -2010 {ok} - -# en/timeline/index.php +104 -;September -septembrie - -# en/timeline/index.php +106 -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia a început ca o <a href="../about/2010-sept-announcement.html">derivație de Mandriva Linux</a>. - -# en/timeline/index.php +107 -;Mageia.Org is registered in Paris, France. -Mageia.Org este înregistrată în Paris, Franța. - -# en/timeline/index.php +97 -;End of year -Sfîrșit de an - -# en/timeline/index.php +99 -;With an incredible response, first donations and discussions abound. -Ca o reacție incredibilă, abundă primele donații și discuții. - -# en/timeline/index.php +100 -;Project gets structured, governance takes slowly shape (first board, teams). -Proiectul devine structurat, guvernanța se formează încet (primul comitet, echipele). - -# en/timeline/index.php +86 -;January -Ianuarie - -# en/timeline/index.php +88 -;Build system is ready to run for the first alpha ISOs. -Sistemul de clădit este gata pentru lansarea imaginilor ISO a primei versiuni alfa. - -# en/timeline/index.php +46 -;February -Februarie - -# en/timeline/index.php +82 -;First General Assembly during FOSDEM in Brussels, Belgium. -Prima Adunare Generală în timpul FOSDEM la Bruxelles, Belgia. - -# en/timeline/index.php +74 -;June -Iunie - -# en/timeline/index.php +76 -;<a href="/1/">Mageia 1</a> is released. -<a href="/1/">Mageia 1</a> este lansată. - -# en/timeline/index.php +65 -;Second General Assembly during FOSDEM in Brussels, Belgium. -A doua Adunare Generală în timpul FOSDEM la Bruxelles, Belgia. - -# en/timeline/index.php +40 -;May -Mai - -# en/timeline/index.php +59 -;<a href="/2/">Mageia 2</a> is released. -<a href="/2/">Mageia 2</a> este lansată. - diff --git a/langs/ru/timeline.ru.lang b/langs/ru/timeline.ru.lang deleted file mode 100644 index 4c1779fa1..000000000 --- a/langs/ru/timeline.ru.lang +++ /dev/null @@ -1,91 +0,0 @@ -# Generated by pa2lang.php on 2012-07-27T13:24:02+02:00 -# from /SVN/web/www/trunk/en/timeline/locales.php $_t -;Mageia Timeline -История событий Mageia - - -;September -Сентябрь - - -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Начало Mageia как <a href="../about/2010-sept-announcement.html"> ответвления Mandriva Linux </a>. - - -;Mageia.Org is registered in Paris, France. -Зарегистрирован Mageia.Org в Париже, Франция. - - -;End of year -Конец года - - -;With an incredible response, first donations and discussions abound. -Невероятный ответ, первая финансовая поддержка и обсуждение. - - -;Project gets structured, governance takes slowly shape (first board, teams). -Проект приобретает собственные черты, понемногу устанавливаются правила управления (первый наблюдательный совет, команды). - - -;January -Январь - - -;Build system is ready to run for the first alpha ISOs. -Система сборки готова собирать первые тестовые образы ISO. - - -;February -Февраль - - -;First General Assembly during FOSDEM in Brussels, Belgium. -Первое общее собрание при FOSDEM в Брюсселе, Бельгия. - - -;June -Июнь - - -;<a href="/1/">Mageia 1</a> is released. -Выпущена <a href="/1/"> Mageia 1 </a>. - - -;Second General Assembly during FOSDEM in Brussels, Belgium. -Вторые общие сборы при FOSDEM в Брюсселе, Бельгия. - - -;May -Май - - -;<a href="/2/">Mageia 2</a> is released. -Выпущена <a href="/2/"> Mageia 2 </a>. - - - -;2013 -2013 {ok} - - -;2012 -2012 {ok} - - -;2011 -2011 {ok} - - -;2010 -2010 {ok} - - -;<a href="/3/">Mageia 3</a> is released. -Вышел релиз Mageia 3. - - -;Third General Assembly during FOSDEM in Brussels, Belgium. -Третье общее собрание при FOSDEM в Брюсселе, Бельгия. - - diff --git a/langs/sl/timeline.sl.lang b/langs/sl/timeline.sl.lang deleted file mode 100644 index a298d2b92..000000000 --- a/langs/sl/timeline.sl.lang +++ /dev/null @@ -1,113 +0,0 @@ -# Generated by extract2lang.php on 2013-08-15T07:28:37+00:00 -# Domain timeline -# include translation strings from: -# en/timeline/index.php - -# en/timeline/index.php +12 -;Mageia Timeline -Časovnica Mageje - - -# en/timeline/index.php +37 -;2013 -2013 {ok} - - -# en/timeline/index.php +40 -;May -maj - - -# en/timeline/index.php +42 -;<a href="/3/">Mageia 3</a> is released. -Izdana je <a href="/3/">Mageia 3</a>. - - -# en/timeline/index.php +46 -;February -februar - - -# en/timeline/index.php +48 -;Third General Assembly during FOSDEM in Brussels, Belgium. -Tretja generalna skupščina na sejmu FOSDEM v Bruslju. - - -# en/timeline/index.php +54 -;2012 -2012 {ok} - - -# en/timeline/index.php +59 -;<a href="/2/">Mageia 2</a> is released. -Izdana je <a href="/2/">Mageia 2</a>. - - -# en/timeline/index.php +65 -;Second General Assembly during FOSDEM in Brussels, Belgium. -Druga generalna skupščina na sejmu FOSDEM v Bruslju. - - -# en/timeline/index.php +71 -;2011 -2011 {ok} - - -# en/timeline/index.php +74 -;June -junij - - -# en/timeline/index.php +76 -;<a href="/1/">Mageia 1</a> is released. -Izdana je <a href="/1/">Mageia 1</a>. - - -# en/timeline/index.php +82 -;First General Assembly during FOSDEM in Brussels, Belgium. -Prva generalna skupščina na sejmu FOSDEM v Bruslju (Belgija). - - -# en/timeline/index.php +86 -;January -januar - - -# en/timeline/index.php +88 -;Build system is ready to run for the first alpha ISOs. -Sistem za gradnjo je pripravljen za izdajo prvih alfa slik ISO. - - -# en/timeline/index.php +94 -;2010 -2010 {ok} - - -# en/timeline/index.php +97 -;End of year -konec leta - - -# en/timeline/index.php +99 -;With an incredible response, first donations and discussions abound. -Prvi odziv je bil neverjeten; donacij in razprav je na pretek. - - -# en/timeline/index.php +100 -;Project gets structured, governance takes slowly shape (first board, teams). -Projekt se strukturira, uprava se prične oblikovati (prvi odbor, ekipe). - - -# en/timeline/index.php +104 -;September -september - - -# en/timeline/index.php +106 -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia se je <a href="../about/2010-sept-announcement.html">odcepila</a> iz distribucije Mandriva Linux. - - -# en/timeline/index.php +107 -;Mageia.Org is registered in Paris, France. -Mageia.Org je registrirano združenje v Parizu (Francija). diff --git a/langs/tr/timeline.tr.lang b/langs/tr/timeline.tr.lang deleted file mode 100644 index b695597ad..000000000 --- a/langs/tr/timeline.tr.lang +++ /dev/null @@ -1,113 +0,0 @@ -# Generated by extract2lang.php on 2013-08-15T07:28:37+00:00 -# Domain timeline -# include translation strings from: -# en/timeline/index.php - -# en/timeline/index.php +12 -;Mageia Timeline -Mageia Zaman çizgisi - - -# en/timeline/index.php +37 -;2013 -2013{ok} - - -# en/timeline/index.php +40 -;May -Mayıs - - -# en/timeline/index.php +42 -;<a href="/3/">Mageia 3</a> is released. -<a href="/3/">Mageia 3</a> yayınlandı. - - -# en/timeline/index.php +46 -;February -Şubat - - -# en/timeline/index.php +48 -;Third General Assembly during FOSDEM in Brussels, Belgium. -Belçika Brüksel'deki FOSDEM organizasyonunda üçüncü genel toplantı. - - -# en/timeline/index.php +54 -;2012 -2012{ok} - - -# en/timeline/index.php +59 -;<a href="/2/">Mageia 2</a> is released. -<a href="/2/">Mageia 2</a> yayınlandı. - - -# en/timeline/index.php +65 -;Second General Assembly during FOSDEM in Brussels, Belgium. -Belçika Brüksel'deki FOSDEM organizasyonunda ikinci genel toplantı. - - -# en/timeline/index.php +71 -;2011 -2011{ok] - - -# en/timeline/index.php +74 -;June -Haziran - - -# en/timeline/index.php +76 -;<a href="/1/">Mageia 1</a> is released. -<a href="/1/">Mageia 1</a> yayınlandı. - - -# en/timeline/index.php +82 -;First General Assembly during FOSDEM in Brussels, Belgium. -Belçika Brüksel'deki FOSDEM organizasyonunda ilk genel toplantı. - - -# en/timeline/index.php +86 -;January -Ocak - - -# en/timeline/index.php +88 -;Build system is ready to run for the first alpha ISOs. -Oluşan sistem ilk alpha ISO'larını çalıştırmaya hazırdır. - - -# en/timeline/index.php +94 -;2010 -2010{ok} - - -# en/timeline/index.php +97 -;End of year -Yıl sonu - - -# en/timeline/index.php +99 -;With an incredible response, first donations and discussions abound. -İnanılmaz bir tepki, ilk bağışlar ve bol tartışmalar. - - -# en/timeline/index.php +100 -;Project gets structured, governance takes slowly shape (first board, teams). -Proje yapılanıyor, yönetim yavaşca şekilleniyor (ilk yönetim kurulu ve ekipler). - - -# en/timeline/index.php +104 -;September -Eylül - - -# en/timeline/index.php +106 -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Mageia bir <a href="../about/2010-sept-announcement.html">Mandriva Linux çatallaması</a> olarak başlıyor. - - -# en/timeline/index.php +107 -;Mageia.Org is registered in Paris, France. -Mageia.Org Fransa, Paris'de tescil edildi. diff --git a/langs/uk/timeline.uk.lang b/langs/uk/timeline.uk.lang deleted file mode 100644 index 37b48bd96..000000000 --- a/langs/uk/timeline.uk.lang +++ /dev/null @@ -1,93 +0,0 @@ -# Generated by extract2lang.php on 2013-08-15T07:28:37+00:00 -# Domain timeline -# include translation strings from: -# en/timeline/index.php - -# en/timeline/index.php +104 -;September -Вересень - -# en/timeline/index.php +106 -;Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>. -Започатковано Mageia як <a href="../about/2010-sept-announcement.html">відгалуження Mandriva Linux</a>. - -# en/timeline/index.php +107 -;Mageia.Org is registered in Paris, France. -Зареєстровано Mageia.Org у Парижі, Франція. - -# en/timeline/index.php +97 -;End of year -Кінець року - -# en/timeline/index.php +99 -;With an incredible response, first donations and discussions abound. -Надзвичайний розголос, перша фінансова підтримка та обговорення. - -# en/timeline/index.php +100 -;Project gets structured, governance takes slowly shape (first board, teams). -Проект набуває власних рис, потроху встановлюються правила керування (перша наглядова рада, команди). - -# en/timeline/index.php +86 -;January -Січень - -# en/timeline/index.php +88 -;Build system is ready to run for the first alpha ISOs. -Система збирання готова зібрати перші тестові образи ISO. - -# en/timeline/index.php +46 -;February -Лютий - -# en/timeline/index.php +82 -;First General Assembly during FOSDEM in Brussels, Belgium. -Перші загальні збори під час FOSDEM у Брюсселі, Бельгія. - -# en/timeline/index.php +74 -;June -Червень - -# en/timeline/index.php +76 -;<a href="/1/">Mageia 1</a> is released. -Випущено <a href="/1/">Mageia 1</a>. - -# en/timeline/index.php +65 -;Second General Assembly during FOSDEM in Brussels, Belgium. -Другі загальні збори під час FOSDEM у Брюсселі, Бельгія. - -# en/timeline/index.php +40 -;May -Травень - -# en/timeline/index.php +59 -;<a href="/2/">Mageia 2</a> is released. -Випущено <a href="/2/">Mageia 2</a>. - -# en/timeline/index.php +12 -;Mageia Timeline -Розклад подій Mageia - -# en/timeline/index.php +37 -;2013 -2013 {ok} - -# en/timeline/index.php +42 -;<a href="/3/">Mageia 3</a> is released. -Випущено <a href="/3/">Mageia 3</a>. - -# en/timeline/index.php +48 -;Third General Assembly during FOSDEM in Brussels, Belgium. -Під час FOSDEM у Брюсселі, Бельгія, відбулися треті загальні збори. - -# en/timeline/index.php +54 -;2012 -2012 {ok} - -# en/timeline/index.php +71 -;2011 -2011 {ok} - -# en/timeline/index.php +94 -;2010 -2010 {ok} - |