diff options
Diffstat (limited to 'en/about/index.php')
-rw-r--r-- | en/about/index.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/en/about/index.php b/en/about/index.php index 6d5a00e49..bf0da10c5 100644 --- a/en/about/index.php +++ b/en/about/index.php @@ -84,6 +84,19 @@ $dictionary = read_translation_file($locale, array('about', 'common_footer')); <?php _g('In our community we use <a href=%s>Code of conduct</a>.', array('"./code-of-conduct/"')); ?> <hr> + <h3 ><?php _g('Policies')?></h3> + <?php _g('Our <a href=%s>privacy policy</a> is important to us.', array('"../about/policies/privacy/"')); ?> + + <hr> + <h3 ><?php _g('Values')?></h3> + <?php _g('We all dedicate ourselves to our <a href=%s>values</a>.', array('"../about/values/"')); ?> + + <hr> + <h3 ><?php _g('Mageia history archive')?></h3> + <?php _g('For historical records you can find a <a href=%s>list of Mageia founders</a> and a<a href=%s>Mageia project announcement</a> from back in september 2010.', + array('"../about/founders.html"', '"../about/2010-sept-announcement.html"')); ?> + + <hr> <?php _g('Media & artwork',null,'h3')?> <ul><?php _g('<a href="%s">Logo, CD covers files, media files</a>.', array('../about/media/'), 'li'); |