diff options
author | Filip Komar <filip@mageia.org> | 2014-03-20 17:37:02 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2014-03-20 17:37:02 +0000 |
commit | c9c2ec3b6580c5a8371016ce7a1bdd96971048e3 (patch) | |
tree | de60e27f50235fa5aa5be0ff3f79c59e30e84dec /en/contact | |
parent | 1cb64f966b399fed3a25abe57b387de2837c82ce (diff) | |
download | www-c9c2ec3b6580c5a8371016ce7a1bdd96971048e3.tar www-c9c2ec3b6580c5a8371016ce7a1bdd96971048e3.tar.gz www-c9c2ec3b6580c5a8371016ce7a1bdd96971048e3.tar.bz2 www-c9c2ec3b6580c5a8371016ce7a1bdd96971048e3.tar.xz www-c9c2ec3b6580c5a8371016ce7a1bdd96971048e3.zip |
contact page converted to gettext
Diffstat (limited to 'en/contact')
-rw-r--r-- | en/contact/index.php | 64 |
1 files changed, 32 insertions, 32 deletions
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 define('HLANG', true); require '../../langs.php'; -_lang_load($locale, 'contact'); +$dictionary = read_translation_file($locale, 'contact'); ?><!DOCTYPE html> <html lang="<?php echo $locale; ?>"> <head> <meta charset="utf-8"> - <title><?php _e('Contact Us')?></title> - <meta name="description" content="<?php _e('Here you can find out, how to contribute to the Mageia project')?>"> - <meta name="keywords" content="<?php _e('mageia, contact, mail, press, people, board, council, mailing lists')?>"> + <title><?php _g('Contact Us')?></title> + <meta name="description" content="<?php _g('Here you can find out, how to contribute to the Mageia project')?>"> + <meta name="keywords" content="<?php _g('mageia, contact, mail, press, people, board, council, mailing lists')?>"> <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <link rel="canonical" href="/<?php echo $locale; ?>/contact/"> @@ -18,59 +18,59 @@ _lang_load($locale, 'contact'); </head> <body class="community"> <?php echo $hsnav; ?> - <h1 id="mgnavtitle"><?php _e('Contact Us')?></h1> + <h1 id="mgnavtitle"><?php _g('Contact Us')?></h1> <div class="para" style="width: 300px;"> <?php - _h('You are looking for support', null, 'h2'); - _e('Search on:');?> - <ul><li><?php _e('Our <a href="%s">wiki</a>', array('https://wiki.mageia.org/'));?></li> - <li><?php _e('In the End user <a href="%s">doc</a>', array('../doc/'));?></li> + _g('You are looking for support', null, 'h2'); + _g('Search on:');?> + <ul><li><?php _g('Our <a href="%s">wiki</a>', array('https://wiki.mageia.org/'));?></li> + <li><?php _g('In the End user <a href="%s">doc</a>', array('../doc/'));?></li> </ul> - <?php _e('Discuss with other users via:');?> - <ul><li><?php _e('The <a href="%s">forum</a>', array('https://forums.mageia.org/'))?></li> - <li><?php _e('User <a href="%s">mailing list</a>', array('https://ml.mageia.org/l/info/discuss'))?></li> - <li><?php _e('<a href="%s">IRC</a> channel', array('irc://irc.freenode.net/#mageia'))?></li> - <li><?php _e('The <a href="%s">Google Plus</a> community', array('//plus.google.com/communities/112789769804302351557'))?></li> + <?php _g('Discuss with other users via:');?> + <ul><li><?php _g('The <a href="%s">forum</a>', array('https://forums.mageia.org/'))?></li> + <li><?php _g('User <a href="%s">mailing list</a>', array('https://ml.mageia.org/l/info/discuss'))?></li> + <li><?php _g('<a href="%s">IRC</a> channel', array('irc://irc.freenode.net/#mageia'))?></li> + <li><?php _g('The <a href="%s">Google Plus</a> community', array('//plus.google.com/communities/112789769804302351557'))?></li> </ul> <?php echo '<hr>'; - _h('You would like to report an issue', null, 'h2'); - _h('Please see <a href="%s" hreflang="en">how to report an issue in our bugs database</a>.', - array('https://wiki.mageia.org/en/How_to_report_a_bug_properly'));?> + _g('You would like to report an issue', null, 'h2'); + _g('Please see <a href="%s" hreflang="en">how to report an issue in our bugs database</a>.', + array('https://wiki.mageia.org/en/How_to_report_a_bug_properly'), 'p');?> <hr> </div> <div class="para" style="width: 600px;"> <?php - _h('You have an idea of whom to contact', null, 'h2'); + _g('You have an idea of whom to contact', null, 'h2'); echo '<ul class="hl">'; - _h('Use <a href="%s">the discuss mailing list</a> or <a href="%s">the forums</a> for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', 'https://forums.mageia.org/en/'), 'li'); - _h('Use <a href="%s">the dev mailing list</a> for Mageia development discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); - _h('Use one of <a href="https://wiki.mageia.org/en/Mailing_lists">the other mailing lists</a> for discussions on other topics', null, 'li'); - _h('Contact <a href="%s">the treasurer</a> for donation questions', array('mailto:treasurer@mageia.org'), 'li'); - _h('Contact <a href="%s">the sysadmin team</a> for questions about mirrors, problems with your <a href="%s">Mageia identity account</a>, or other problems with Mageia infrastructure (there is also a public <a href="%s">sysadmin-discuss mailing list</a> 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 <a href="%s">Board</a> or <a href="%s">Council</a> alias in CC.', array('mailto:board@group.mageia.org', 'mailto:council@group.mageia.org'), 'li'); + _g('Use <a href="%s">the discuss mailing list</a> or <a href="%s">the forums</a> for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', 'https://forums.mageia.org/en/'), 'li'); + _g('Use <a href="%s">the dev mailing list</a> for Mageia development discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); + _g('Use one of <a href="https://wiki.mageia.org/en/Mailing_lists">the other mailing lists</a> for discussions on other topics', null, 'li'); + _g('Contact <a href="%s">the treasurer</a> for donation questions', array('mailto:treasurer@mageia.org'), 'li'); + _g('Contact <a href="%s">the sysadmin team</a> for questions about mirrors, problems with your <a href="%s">Mageia identity account</a>, or other problems with Mageia infrastructure (there is also a public <a href="%s">sysadmin-discuss mailing list</a> 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 <a href="%s">Board</a> or <a href="%s">Council</a> alias in CC.', array('mailto:board@group.mageia.org', 'mailto:council@group.mageia.org'), 'li'); echo '</ul>'; - _h('In most cases you should avoid sending private emails and use appropriate <a href="%s">public mailing list</a> when possible.', - array('https://wiki.mageia.org/en/Mailing_lists') + _g('In most cases you should avoid sending private emails and use appropriate <a href="%s">public mailing list</a> when possible.', + array('https://wiki.mageia.org/en/Mailing_lists'), 'p' ); echo '<hr>'; - _h('You want to join and contribute to Mageia', null, 'h2'); - _h('Please see <a href="%s">our Contributions page</a>.', array('../contribute/')); + _g('You want to join and contribute to Mageia', null, 'h2'); + _g('Please see <a href="%s">our Contributions page</a>.', array('../contribute/'), 'p'); ?> </div> <div class="para" style="width: 280px;"> - <?php _h('Something particular to ask', null, 'h2')?> - <span class="dlinfo"><?php _e('In English and this is not for support')?></span> + <?php _g('Something particular to ask', null, 'h2')?> + <span class="dlinfo"><?php _g('In English and this is not for support')?></span> <ul> <li> <a href="mailto:contact@mageia.org">contact@mageia.org</a> - <?php _h('For generic contact information.')?> + <?php _g('For generic contact information.', null, 'p')?> </li> <li> <a href="mailto:press@mageia.org">press@mageia.org</a> - <?php _h('For press inquiries.')?> + <?php _g('For press inquiries.', null, 'p')?> </li> </ul> <hr> |