diff options
author | filip <filip.komar@gmail.com> | 2015-02-17 22:14:43 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-17 22:14:43 +0100 |
commit | bfdacfc6871e741d1bfd3f60dffa7a588e7e5bda (patch) | |
tree | 85ce65a55ba60626be10d6e536f4a6e569d2fa77 /en | |
parent | 04f8bcaa3192d12b24e2a3930f9db633c7d32b92 (diff) | |
download | www-bfdacfc6871e741d1bfd3f60dffa7a588e7e5bda.tar www-bfdacfc6871e741d1bfd3f60dffa7a588e7e5bda.tar.gz www-bfdacfc6871e741d1bfd3f60dffa7a588e7e5bda.tar.bz2 www-bfdacfc6871e741d1bfd3f60dffa7a588e7e5bda.tar.xz www-bfdacfc6871e741d1bfd3f60dffa7a588e7e5bda.zip |
l10n of wiki links
Diffstat (limited to 'en')
-rw-r--r-- | en/support/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/support/index.php b/en/support/index.php index 684505f67..3ef95e796 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -70,7 +70,7 @@ $dictionary = read_translation_file($locale, 'support'); _g('Professional Support', null, 'h2 id="pro"'); _g('Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more.', null, 'p'); - _g('Please check the <a href="%s">commercial vendors</a> list', array('https://wiki.mageia.org/en/Commercial_vendors'), 'p'); + _g('Please check the <a href="%s">commercial vendors</a> list', array(_r('https://wiki.mageia.org/en/Commercial_vendors')), 'p'); echo '<hr>'; @@ -88,7 +88,7 @@ $dictionary = read_translation_file($locale, 'support'); echo '</ul>'; _g('For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called "nonfree" (<a href="https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media">learn more</a>).', null, 'p'); - _g('We may set up a hardware compatibility list/directory as well as a hardware certification process; but that\'s still at the planning stage. Feel free to join/contact our <a href="%s">Web</a> and <a href="%s">QA</a> teams if you would like to help in this regard.', array('https://wiki.mageia.org/en/Web_team', 'https://wiki.mageia.org/en/QA_Team'), 'p class="dlinfo"'); + _g('We may set up a hardware compatibility list/directory as well as a hardware certification process; but that\'s still at the planning stage. Feel free to join/contact our <a href="%s">Web</a> and <a href="%s">QA</a> teams if you would like to help in this regard.', array(_r('https://wiki.mageia.org/en/Web_team'), _r('https://wiki.mageia.org/en/QA_Team')), 'p class="dlinfo"'); echo '<hr>'; _g('Bugs Reports', null, 'h2 id="bugs"'); |