From 814d3579e25baa41fc72e5de20b3cf6cc964ae3a Mon Sep 17 00:00:00 2001 From: glen201 Date: Fri, 24 Jul 2009 05:32:55 +0000 Subject: GMM: add link to Windows Media Player plug-in for Firefox browsers --- includes/common.inc | 11 ++++++++--- po/video-module.pot | 12 ++++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/includes/common.inc b/includes/common.inc index c86cc57..eeca72a 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -360,9 +360,14 @@ classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" > '; // only one needed becouse only one opening tag has been parsed by browsers - $output = theme('video_format_play', $output, t('http://windowsupdate.microsoft.com/'), - t('Link to Windows Update'), - t('Download latest Windows Media Player')); + $output = "\n
\n" . $output; + $output .= "

\n". t('Problems viewing videos?'); + $output .= "
\n"; + $output .= l(t('Download latest Windows Media Player'), t('http://windowsupdate.microsoft.com/'), array('attributes' => array('title' => t('Link to Windows Update')), 'absolute' => TRUE)); + //GMM: add link to Windows Media Player plug-in for Firefox browsers + $output .= "
\n"; + $output .= l(t('Download the plug-in for Firefox'), t('http://support.mozilla.com/en-US/kb/Using+the+Windows+Media+Player+plugin+with+Firefox'), array('attributes' => array('title' => t('Link to Firefox Plug-in')), 'absolute' => TRUE)); + $output .= "\n

\n
\n"; return $output; } diff --git a/po/video-module.pot b/po/video-module.pot index 3a08301..2f7071d 100644 --- a/po/video-module.pot +++ b/po/video-module.pot @@ -671,6 +671,18 @@ msgstr "" msgid "Download latest Windows Media Player" msgstr "" +#: common.inc:0 +msgid "http://support.mozilla.com/en-US/kb/Using+the+Windows+Media+Player+plugin+with+Firefox" +msgstr "" + +#: common.inc:0 +msgid "Link to Firefox Plug-in" +msgstr "" + +#: common.inc:0 +msgid "Download the plug-in for Firefox" +msgstr "" + #: video.module:1343 msgid "http://www.google.com/support/youtube" msgstr "" -- cgit v1.2.3