From c9c2ec3b6580c5a8371016ce7a1bdd96971048e3 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Thu, 20 Mar 2014 17:37:02 +0000 Subject: contact page converted to gettext --- en/contact/index.php | 64 ++++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'en/contact/index.php') diff --git a/en/contact/index.php b/en/contact/index.php index 31886384f..4d924a138 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -1,15 +1,15 @@ - <?php _e('Contact Us')?> - - + <?php _g('Contact Us')?> + + @@ -18,59 +18,59 @@ _lang_load($locale, 'contact'); -

+

-
'; - _h('Use the discuss mailing list or the forums for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', 'https://forums.mageia.org/en/'), 'li'); - _h('Use the dev mailing list for Mageia development discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); - _h('Use one of the other mailing lists for discussions on other topics', null, 'li'); - _h('Contact the treasurer for donation questions', array('mailto:treasurer@mageia.org'), 'li'); - _h('Contact the sysadmin team for questions about mirrors, problems with your Mageia identity account, or other problems with Mageia infrastructure (there is also a public sysadmin-discuss mailing list if your question does not need to be private)', array('mailto:sysadmin@group.mageia.org', 'https://identity.mageia.org/', 'https://ml.mageia.org/l/info/sysadmin-discuss'), 'li'); - _h('If you want to contact Council or Board for a public discussion, you can start a thread on a mailing-list and add the Board or Council alias in CC.', array('mailto:board@group.mageia.org', 'mailto:council@group.mageia.org'), 'li'); + _g('Use the discuss mailing list or the forums for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', 'https://forums.mageia.org/en/'), 'li'); + _g('Use the dev mailing list for Mageia development discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); + _g('Use one of the other mailing lists for discussions on other topics', null, 'li'); + _g('Contact the treasurer for donation questions', array('mailto:treasurer@mageia.org'), 'li'); + _g('Contact the sysadmin team for questions about mirrors, problems with your Mageia identity account, or other problems with Mageia infrastructure (there is also a public sysadmin-discuss mailing list if your question does not need to be private)', array('mailto:sysadmin@group.mageia.org', 'https://identity.mageia.org/', 'https://ml.mageia.org/l/info/sysadmin-discuss'), 'li'); + _g('If you want to contact Council or Board for a public discussion, you can start a thread on a mailing-list and add the Board or Council alias in CC.', array('mailto:board@group.mageia.org', 'mailto:council@group.mageia.org'), 'li'); echo ''; - _h('In most cases you should avoid sending private emails and use appropriate public mailing list when possible.', - array('https://wiki.mageia.org/en/Mailing_lists') + _g('In most cases you should avoid sending private emails and use appropriate public mailing list when possible.', + array('https://wiki.mageia.org/en/Mailing_lists'), 'p' ); echo '
'; - _h('You want to join and contribute to Mageia', null, 'h2'); - _h('Please see our Contributions page.', array('../contribute/')); + _g('You want to join and contribute to Mageia', null, 'h2'); + _g('Please see our Contributions page.', array('../contribute/'), 'p'); ?>
- - + +
-- cgit v1.2.1