From 114d93c1ca9348800c103403099c6087ad604813 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 18 Feb 2015 20:32:54 +0100 Subject: wiki and forum links translatable for contact page --- en/contact/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'en/contact') diff --git a/en/contact/index.php b/en/contact/index.php index 5199dcbd9..8d2fe57f8 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -36,7 +36,7 @@ $dictionary = read_translation_file($locale, 'contact'); '; _g('You would like to report an issue', null, 'h2'); _g('Please see how to report an issue in our bugs database.', - array('https://wiki.mageia.org/en/How_to_report_a_bug_properly'), 'p');?> + array(_r('https://wiki.mageia.org/en/How_to_report_a_bug_properly')), 'p');?>
@@ -44,7 +44,7 @@ $dictionary = read_translation_file($locale, 'contact'); '; - _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 discuss mailing list or the forums for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', _r('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'); @@ -53,7 +53,7 @@ $dictionary = read_translation_file($locale, 'contact'); echo ''; _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' + array(_r('https://wiki.mageia.org/en/Mailing_lists')), 'p' ); echo '
'; _g('You want to join and contribute to Mageia', null, 'h2'); -- cgit v1.2.1