diff options
author | Filip Komar <filip@mageia.org> | 2013-08-15 07:40:18 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-08-15 07:40:18 +0000 |
commit | 9a611acf1562992f97f0f1cfba237b2de15b8f23 (patch) | |
tree | 3b0fd79c094ef93436bbe5acbed65503c3bef2d3 /en | |
parent | ac0ae7b232e7523d387667bbdaf4f86e76667a9a (diff) | |
download | www-9a611acf1562992f97f0f1cfba237b2de15b8f23.tar www-9a611acf1562992f97f0f1cfba237b2de15b8f23.tar.gz www-9a611acf1562992f97f0f1cfba237b2de15b8f23.tar.bz2 www-9a611acf1562992f97f0f1cfba237b2de15b8f23.tar.xz www-9a611acf1562992f97f0f1cfba237b2de15b8f23.zip |
mga3 and Third General Assembly added to timeline
Diffstat (limited to 'en')
-rw-r--r-- | en/timeline/index.php | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/en/timeline/index.php b/en/timeline/index.php index 893ded78a..d3ab14f70 100644 --- a/en/timeline/index.php +++ b/en/timeline/index.php @@ -34,7 +34,24 @@ _lang_load($locale, 'timeline'); <section> <ul class="hl" id="tl0"> <li class="tliy"> - <h2>2012</h2> + <h2><?php _e('2013')?></h2> + <ul class="hl"> + <li class="tlim"> + <h3><?php _e('May')?></h3> + <ul class="hl"> + <li class="tlie"><?php _e('<a href="/3/">Mageia 3</a> is released.')?></li> + </ul> + </li> + <li class="tlim"> + <h3><?php _e('February')?></h3> + <ul class="hl"> + <li class="tlie"><?php _e('Third General Assembly during FOSDEM in Brussels, Belgium.')?></li> + </ul> + </li> + </ul> + </li> + <li class="tliy"> + <h2><?php _e('2012')?></h2> <ul class="hl"> <li class="tlim"> <h3><?php _e('May')?></h3> @@ -51,7 +68,7 @@ _lang_load($locale, 'timeline'); </ul> </li> <li class="tliy"> - <h2>2011</h2> + <h2><?php _e('2011')?></h2> <ul class="hl"> <li class="tlim"> <h3><?php _e('June')?></h3> @@ -74,7 +91,7 @@ _lang_load($locale, 'timeline'); </ul> </li> <li class="tliy"> - <h2>2010</h2> + <h2><?php _e('2010')?></h2> <ul class="hl"> <li class="tlim"> <h3><?php _e('End of year')?></h3> |